blob: 3a6a81d8ee02fd0cad23c1bf6d50f481b98b3f3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|