|
@@ -13,13 +13,14 @@ performance-numbers.db: test-bloom-filter
|
|
|
--ignore-message ".*Unable to import 'anydbm'" \
|
|
|
--to-pylint bloom_filter_mod.py test-bloom-filter
|
|
|
rm -f seek.txt array.txt hybrid.txt mmap.txt
|
|
|
- #/usr/local/pypy-1.9/bin/pypy ./test-bloom-filter --performance-test
|
|
|
- #/usr/local/pypy-1.7/bin/pypy ./test-bloom-filter --performance-test
|
|
|
- #/usr/local/cpython-3.2/bin/python ./test-bloom-filter
|
|
|
- /usr/local/cpython-2.5/bin/python ./test-bloom-filter --performance-test
|
|
|
+ #/usr/local/pypy-2.2/bin/pypy ./test-bloom-filter --performance-test
|
|
|
+ /usr/local/pypy-2.2/bin/pypy ./test-bloom-filter
|
|
|
+ /usr/local/cpython-3.3/bin/python ./test-bloom-filter
|
|
|
+ /usr/local/cpython-2.5/bin/python ./test-bloom-filter
|
|
|
#/usr/local/cpython-2.7/bin/python ./test-bloom-filter
|
|
|
#/usr/local/cpython-3.0/bin/python ./test-bloom-filter
|
|
|
- #/usr/local/jython-2.5.2-r7288/bin/jython ./test-bloom-filter
|
|
|
+ /usr/local/jython-2.5.3/bin/jython ./test-bloom-filter
|
|
|
+ /usr/local/jython-2.7b1/bin/jython ./test-bloom-filter
|
|
|
|
|
|
clean:
|
|
|
rm -f *.pyc *.class
|