hsbench: add Hyperscan benchmarker

The hsbench tool provides an easy way to measure Hyperscan's
performance for a particular set of patterns and corpus of data
to be scanned.
This commit is contained in:
Matthew Barr
2016-12-14 15:26:01 +11:00
parent 06cde4c94d
commit f626276271
26 changed files with 3145 additions and 1 deletions

8
tools/hsbench/README.md Normal file
View File

@@ -0,0 +1,8 @@
Hyperscan Benchmarker: hsbench
==============================
The `hsbench` tool provides an easy way to measure Hyperscan's performance
for a particular set of patterns and corpus of data to be scanned.
Documentation describing its operation is available in the Tools section of the
[Developer Reference Guide](http://01org.github.io/hyperscan/dev-reference/).