Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 747 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 747 Bytes

Repository containing the speed benchmarking results and config files for joblib. using airspeed velocity. To get started,

  • make sure you have python 3.5 installed, as well as pip
  • depending on your needs, you can use either virtualenv or conda to create environments. Simply update the environment_type field in asv.conf.json
  • move to a directory where you have write access (for example your $HOME): cd path/to/folder
  • clone this repository: git clone https://github.com/pierreglaser/joblib_benchmarks.git
  • export the ASV_PYTHONPATH environment variable so that joblib can pickle objects belonging to the benchmarks.pyfile: export ASV_PYTHONPATH=path/to/folder/joblib_benchmarks