Commit 868c7a37 authored by Phil Austin's avatar Phil Austin

add short Readme for benchmarks

parent 154510ec
To run a benchmark:
10 iterations, python::
python nqueens.py -n 10
10 iterations, cython::
python -c 'import nqueens;print(nqueens.test_n_queens(10))'
......@@ -9,5 +9,5 @@ setup(
name = 'benchmarks',
ext_modules = cythonize("*.py", language_level=3, annotate=True,
compiler_directives=directives,
exclude="setup.py"),
exclude=["setup.py","chaos.py"]),
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment