Benchmark repository that traces the peaktime memory usage of numpy array pickling
- Antoine Pitrou's python3.8 branch
- My numpy's branch
- airspeed velocity
- Follow python instruction to build python from source
- Clone my numpy fork, and checkout to the implement-reduce-ex branch
- Clone this repository in the same parent directory than numpy
- Run asv quickstart and follow the instructions
- Run the benchmarks on the my branch's last commit using the commmand
asv run implement-reduce-ex^!