Skip to content

Commit

Permalink
rewrite: setup criterion benchmarks
Browse files Browse the repository at this point in the history
This ports over most of the benchmarks from the old benchmark harness
and adds a few more. We're also more principled about testing the NFA vs
DFA variant of Aho-Corasick.

The idea is that we can use this commit to extract benchmark data from
before the rewrite and compare it in a controlled fashion to the
rewritten crate.
  • Loading branch information
BurntSushi committed Mar 28, 2019
1 parent bfd3614 commit a6fe24b
Show file tree
Hide file tree
Showing 13 changed files with 19,398 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ tags
examples/ss10pusa.csv
build
target
Cargo.lock
/Cargo.lock
scratch*
bench_large/huge
Loading

0 comments on commit a6fe24b

Please sign in to comment.