-
- Downloads
Refactored benchmark reporting mechanism.
It now allows pluggging in "reporter" instances to process the benchmark results arbitrarily. This would allow, for example, to send results to a leaderboard and/or other systems for tracking performance metrics.
Showing
- test/cpp/qps/async_streaming_ping_pong_test.cc 9 additions, 2 deletionstest/cpp/qps/async_streaming_ping_pong_test.cc
- test/cpp/qps/async_unary_ping_pong_test.cc 9 additions, 2 deletionstest/cpp/qps/async_unary_ping_pong_test.cc
- test/cpp/qps/qps_driver.cc 15 additions, 7 deletionstest/cpp/qps/qps_driver.cc
- test/cpp/qps/qps_test.cc 10 additions, 2 deletionstest/cpp/qps/qps_test.cc
- test/cpp/qps/report.cc 56 additions, 10 deletionstest/cpp/qps/report.cc
- test/cpp/qps/report.h 101 additions, 11 deletionstest/cpp/qps/report.h
- test/cpp/qps/sync_streaming_ping_pong_test.cc 10 additions, 2 deletionstest/cpp/qps/sync_streaming_ping_pong_test.cc
- test/cpp/qps/sync_unary_ping_pong_test.cc 9 additions, 2 deletionstest/cpp/qps/sync_unary_ping_pong_test.cc
Loading
Please register or sign in to comment