IntelPython / bearysta

Pandas-based statistics aggregation tool
Apache License 2.0
3 stars 4 forks source link

Stop conda-activating for every benchmark command #15

Closed bibikar closed 1 month ago

bibikar commented 4 years ago

We could avoid conda-activating for every single command by simply running conda activate once and then passing the environment to all real benchmarking commands. Though this won't save us very much time, it will definitely look less messy.