Skip to content

Commit

Permalink
Improve benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Jul 23, 2020
1 parent 9d33503 commit 92e2814
Show file tree
Hide file tree
Showing 16 changed files with 36,508 additions and 71 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BASE_BENCH_CMD = python -m pytest -v --benchmark-only benchmarks/ -k
BASE_BENCH_CMD = python -m pytest -v --benchmark-sort name --benchmark-only benchmarks/ -k

test:
python -m pytest -v --ignore benchmarks
Expand Down
167 changes: 116 additions & 51 deletions benchmarks/README.md

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions benchmarks/data/COPYING
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Some of the benchmark data in in this directory is licensed thusly:

- fireworks.jpeg is Copyright 2013 Steinar H. Gunderson, and
is licensed under the Creative Commons Attribution 3.0 license
(CC-BY-3.0). See https://creativecommons.org/licenses/by/3.0/
for more information.

- kppkn.gtb is taken from the Gaviota chess tablebase set, and
is licensed under the MIT License. See
https://sites.google.com/site/gaviotachessengine/Home/endgame-tablebases-1
for more information.

- paper-100k.pdf is an excerpt (bytes 92160 to 194560) from the paper
“Combinatorial Modeling of Chromatin Features Quantitatively Predicts DNA
Replication Timing in _Drosophila_” by Federico Comoglio and Renato Paro,
which is licensed under the CC-BY license. See
http://www.ploscompbiol.org/static/license for more ifnormation.

- alice29.txt, asyoulik.txt, plrabn12.txt and lcet10.txt are from Project
Gutenberg. The first three have expired copyrights and are in the public
domain; the latter does not have expired copyright, but is still in the
public domain according to the license information
(http://www.gutenberg.org/ebooks/53).
Loading

0 comments on commit 92e2814

Please sign in to comment.