gvisor/test/benchmarks/network
Zach Koopmans 98f9527c04 Port nginx and move parsers to own package.
This change:
- Ports the nginx benchmark.
- Switches the Httpd benchmark to use 'hey' as a client.
- Moves all parsers to their own package 'tools'.

Parsers are moved to their own package because 1) parsing output of a command
is often dependent on the format of the command (e.g. 'fio --json'), 2) to
enable easier reuse, and 3) clean up and simplify actual running benchmarks
(no TestParser functions and ugly sample output in benchmark files).

PiperOrigin-RevId: 324144165
2020-07-30 21:17:45 -07:00
..
BUILD Port nginx and move parsers to own package. 2020-07-30 21:17:45 -07:00
httpd_test.go Port nginx and move parsers to own package. 2020-07-30 21:17:45 -07:00
iperf_test.go Port nginx and move parsers to own package. 2020-07-30 21:17:45 -07:00
network.go Move main methods for benchmark packages main package file. 2020-07-17 16:23:10 -07:00
nginx_test.go Port nginx and move parsers to own package. 2020-07-30 21:17:45 -07:00
node_test.go Port nginx and move parsers to own package. 2020-07-30 21:17:45 -07:00