Benchmark updates

This commit is contained in:
Yann Weber 2020-01-25 06:42:25 +01:00
commit ec64c8488a
2 changed files with 40 additions and 13 deletions

View file

@ -73,7 +73,7 @@ doc/.doxygen.stamp: $(wildcard *.c) $(wildcard *.h) Doxyfile
checks: runtest unittest benchmark
benchmark: pyrpn.so
PYTHONPATH=`pwd` $(PYTHON) tests/benchmark.py
PYTHONPATH=`pwd` $(PYTHON) tests/benchmark.py 0x200 0x3000
unittest: pyrpn.so
PYTHONPATH=`pwd` $(PYTHON) -m unittest