File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,10 +52,3 @@ echo ". env37/bin/activate && python -m tests.benchmark_sortedset --bare --kind
5252echo " . env37/bin/activate && python -m tests.benchmark_sortedset --bare --kind SortedSet --suffix _1000 --load 1000 --no-limit >> tests/results_load_sortedset.txt" | bash
5353echo " . env37/bin/activate && python -m tests.benchmark_sortedset --bare --kind SortedSet --suffix _10000 --load 10000 --no-limit >> tests/results_load_sortedset.txt" | bash
5454python -m tests.benchmark_plot tests/results_load_sortedset.txt SortedSet --suffix _load --save
55-
56- # Compare Cython
57-
58- rm tests/results_cython_sortedlist.txt
59- echo " . env310/bin/activate && python -m tests.benchmark_sortedlist --bare --kind SortedList --size 1000 --size 100000 --suffix _Cython >> tests/results_cython_sortedlist.txt" | bash
60- echo " . env310/bin/activate && python -m tests.benchmark_sortedlist --bare --kind SortedList --size 1000 --size 100000 --suffix _NoCython --no-cython >> tests/results_cython_sortedlist.txt" | bash
61- python -m tests.benchmark_plot tests/results_cython_sortedlist.txt SortedList --suffix _cython --save
You can’t perform that action at this time.
0 commit comments