index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
cpp
/
qps
/
driver.cc
Commit message (
Expand
)
Author
Age
*
Include <cinttypes> for PRIuPTR. Not clear why this is needed.
Vijay Pai
2016-06-16
*
Fix gpr_log format mismatches in c++ tests
Yuchen Zeng
2016-06-10
*
Remove unused gflags and gtest includes
vjpai
2016-05-31
*
Disable fail fast for qps driver
Craig Tiller
2016-04-28
*
fix formatting
Jan Tattermusch
2016-04-15
*
populate ScenarioResult.summary in JSON report
Jan Tattermusch
2016-04-15
*
integrate ScenarioResult proto into qps driver
Jan Tattermusch
2016-04-14
*
Update copyrights
Craig Tiller
2016-03-31
*
Fix includes
Craig Tiller
2016-03-25
*
clang-format and fix a typo caused by saving
Vijay Pai
2016-03-14
*
1. Remove all deadlines from the RPCs and shutdown in this code.
vjpai
2016-03-14
*
Finish clients fully before finishing servers
vjpai
2016-02-26
*
Do stream operations in a more idiomatic way: Write, WritesDone, Read until f...
Vijay Pai
2016-02-25
*
Fix the timeout
Vijay Pai
2016-02-13
*
use timeouts with proper fixture multipliers rather than raw,
Vijay Pai
2016-02-13
*
Function name changed on merge....
Vijay Pai
2016-02-02
*
Merge branch 'master' into worker_quit
Vijay Pai
2016-02-02
|
\
*
|
clang-format
Vijay Pai
2016-02-02
*
|
Add a Quit RPC so that we can conveniently shut down the workers from the dri...
vjpai
2016-02-02
|
*
at
Vijay Pai
2016-02-01
|
*
Address reviewer comments regarding const and shortage of comments
Vijay Pai
2016-02-01
|
*
Copyright and clang-format
Vijay Pai
2016-02-01
|
*
Make sure that client limit is valid
Vijay Pai
2016-02-01
|
*
Enable properly working core limits on clients and servers,
Vijay Pai
2016-02-01
|
/
*
Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces
David Garcia Quintas
2016-01-27
|
\
*
|
copyrights
David Garcia Quintas
2016-01-27
|
*
Merge branch 'generic_qps' into dynamic_sizing2
Vijay Pai
2016-01-27
|
|
\
|
*
|
Copyright
Vijay Pai
2016-01-27
|
*
|
Also dynamic sizing for num_clients on performance tests
Vijay Pai
2016-01-27
|
|
*
Sanity failures (copyright, clang-format)
vjpai
2016-01-27
|
|
*
clang-format
vjpai
2016-01-26
|
|
*
Fix copyright
vjpai
2016-01-26
|
|
*
Properly state client name
Vijay Pai
2016-01-26
|
|
*
Improve logging for test
Vijay Pai
2016-01-26
|
|
/
*
/
pre sync_stream.cc creation. Does not compile
David Garcia Quintas
2016-01-25
|
/
*
Consolidate C++ proto files under src/proto
Craig Tiller
2015-12-17
*
Merge pull request #4156 from jtattermusch/perf_testing_polishing
Jan Tattermusch
2015-11-19
|
\
|
*
use new perf proto options in c++
Jan Tattermusch
2015-11-18
*
|
More C++ fixes (the merge did not quite work...).
Julien Boeuf
2015-11-17
*
|
Forgot to fix driver.cc somehow...
Julien Boeuf
2015-11-17
*
|
Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change
Julien Boeuf
2015-11-17
|
\
|
|
*
clang-format
Vijay Pai
2015-11-04
|
*
Cleanup some names
vjpai
2015-11-02
|
*
QPS worker no longer needs to specify server port on command line. This is part
vjpai
2015-10-29
|
*
Split up into a new service proto, use proper service suffix, add a
vjpai
2015-10-29
|
*
Split qpstest.proto into two parts - one for performance stats and
vjpai
2015-10-21
*
|
Fixing Cpp tests.
Julien Boeuf
2015-10-12
|
/
*
Add a timeout to benchmark test runs
Craig Tiller
2015-10-07
*
Fix clang-format script
Craig Tiller
2015-09-28
*
Removing pessimizing moves.
Nicolas "Pixel" Noble
2015-09-03
[next]