-
feat(integration_test) add make task to perform benchmarks in docker env · ad546f93
pprof cannot be used reliably on OS X. This provides two make tasks to collect and analyze profiling data. To run profiling in a dockerized linux environment... ``` make // or `make collect` ``` To analyze results on host machine... ``` make analyze ``` @jbenet @whyrusleeping
由 Brian Tiger Chow 提交于ad546f93
×