Skip to content

Commit 1528ee7

Browse files
committed
Remove Cython comparison (should be part of runtime)
1 parent f60e682 commit 1528ee7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/benchmark.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,3 @@ echo ". env37/bin/activate && python -m tests.benchmark_sortedset --bare --kind
5252
echo ". env37/bin/activate && python -m tests.benchmark_sortedset --bare --kind SortedSet --suffix _1000 --load 1000 --no-limit >> tests/results_load_sortedset.txt" | bash
5353
echo ". env37/bin/activate && python -m tests.benchmark_sortedset --bare --kind SortedSet --suffix _10000 --load 10000 --no-limit >> tests/results_load_sortedset.txt" | bash
5454
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

0 commit comments

Comments
 (0)