- Feb 02, 2016
-
-
Alistair Veitch authored
-
- Jan 29, 2016
-
-
Vijay Pai authored
may cause inter-language confusion.
-
- Nov 19, 2015
-
-
Jan Tattermusch authored
-
- Nov 04, 2015
- Nov 03, 2015
-
-
vjpai authored
Remove some unused options and make server_threads relevant Start stubbing out better qps/core calculations
-
- Oct 29, 2015
-
-
vjpai authored
reset option to the mark, create a closed loop config params (empty message) for consistency with other tests.
-
- Oct 28, 2015
-
-
vjpai authored
-
- May 21, 2015
-
-
David Garcia Quintas authored
Turned the reporter into a composite, much cleaner arch.
-
David Garcia Quintas authored
-
David Garcia Quintas authored
Removed registry for benchmark reports & introduced benchmark_config.{h,cc} in the spirit of test_config.{h,cc}. The purpose of benchmark_config is to allow for different behaviors to be decided at compile-time.
-
David Garcia Quintas authored
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.
-
David Garcia Quintas authored
-
- May 12, 2015
-
-
Siddharth Rakesh authored
-
- May 06, 2015
-
-
David Garcia Quintas authored
-
- Apr 27, 2015
-
-
zeliard authored
-
- Apr 24, 2015
-
-
Yang Gao authored
Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free.
-
- Apr 16, 2015
-
-
Yang Gao authored
-
- Apr 10, 2015
-
-
Craig Tiller authored
This allows us to get back to single binary tests where appropriate, which will help in-depth profiling efforts. I've built this atop my smoke_test changes as they inspired me to get this done.
-
- Apr 09, 2015
-
-
Nicolas "Pixel" Noble authored
-
- Apr 02, 2015
-
-
Vijay Pai authored
-
- Mar 31, 2015
-
-
Vijay Pai authored
-
- Mar 23, 2015
- Mar 19, 2015
-
-
Nicolas Noble authored
-) using dupenv_s instead of getenv_s and calling strdup ourselves. -) few impossible-to-obtain if checks. -) various signed/unsigned casting. -) using time_t instead of time32_t -) checking output of FormatMessage for failures. -) don't redefine _WIN32_WINNT without undefining it first. -) fixed msvc's interlocked casting. -) renamed AddPort to AddListeningPort. -) added protobuf's third_party includes to search path. -) added a missing definition for inet_ntop in mingw32. -) removed useless declarations.
-
- Mar 05, 2015
-
-
Craig Tiller authored
-
- Mar 04, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
- Mar 03, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
Now setup as a driver and N anonymous workers that may become clients or servers. Will convert async soon.
-
Craig Tiller authored
-