File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed 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
52
52
echo " . env37/bin/activate && python -m tests.benchmark_sortedset --bare --kind SortedSet --suffix _1000 --load 1000 --no-limit >> tests/results_load_sortedset.txt" | bash
53
53
echo " . env37/bin/activate && python -m tests.benchmark_sortedset --bare --kind SortedSet --suffix _10000 --load 10000 --no-limit >> tests/results_load_sortedset.txt" | bash
54
54
python -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