diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2019-11-19 00:18:17 (GMT) |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2019-11-19 00:18:17 (GMT) |
commit | a724e8dbd67ce3d9bf5a24bd836dea4ad3a5516f (patch) | |
tree | 8575f185b5f2e773a7334ffe1dd5891a70bb2151 /README |
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +Build with: + + make + +Run tests and display performance plots with: + + make tests + +Run the 'show' target to show all the steps with an example ruleset and +packet list, e.g.: + + ./pipapo.show tests/net_port_ranged.tiny tests/net_port_ranged.tiny.packets + +Run the main target for a quick performance test against a ruleset, e.g.: + + ./pipapo tests/net_port.static tests/net_port.static.packets |