Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-02 | Add Docs to nginx benchmark. | Zach Koopmans | |
Adds docs to nginx and refactors both Httpd and Nginx benchmarks. Key changes: - Add docs and make nginx tests the same as httpd (reverse, all docs, etc.). - Make requests scale on c * b.N -> a request per thread. This works well with both --test.benchtime=10m (do a run that lasts at least 10m) and --test.benchtime=10x (do b.N = 10). -- Remove a doc from both tests (1000Kb) as 1024Kb exists. PiperOrigin-RevId: 329751091 | |||
2020-07-15 | Port httpd benchmark | Zach Koopmans | |
PiperOrigin-RevId: 321478001 |