File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,15 @@ The benchmark runner ([bm_runner.py](./bm_runner.py)) provides conveniences for
1919common benchmark setup and run tasks, including replicating the automated
2020overnight run locally. See ` python bm_runner.py --help ` for detail.
2121
22+ A significant portion of benchmark run time is environment management. Run-time
23+ can be reduced by placing the benchmark environment on the same file system as
24+ your
25+ [ Conda package cache] ( https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#specify-pkg-directories ) .
26+ The benchmark environment location is controlled via ` delegated_env_commands `
27+ and ` delegated_env_parent ` in [ asv.conf.json] ( asv.conf.json ) ; either
28+ temporarily reconfigure these, or move your whole repo to the desired file
29+ system.
30+
2231### Environment variables
2332
2433* ` OVERRIDE_TEST_DATA_REPOSITORY ` - required - some benchmarks use
You can’t perform that action at this time.
0 commit comments