Skip to content

Commit

Permalink
Rewrite the benchmark.
Browse files Browse the repository at this point in the history
* Now, that we have an efficient list constructor, we can run tests with better samples (i.e. random lists instead of random ranges).
* We plot the ratios rather than the run times.
* The benchmark can now be properly stopped at any time.
  • Loading branch information
Ezibenroc committed Sep 1, 2016
1 parent 6e1f91b commit 02f7fb3
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 158 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ __pycache__
.hypothesis
*.pyc
*.tex
*.aux
*.log
*.pickle
*.pdf
*.so
Expand Down
Loading

0 comments on commit 02f7fb3

Please sign in to comment.