Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
aaee544d69ad53f5b173e9602fa191201c8f52e0
/
test
/
cpp
/
qps
/
driver.cc
711472f
Remove unused gflags and gtest includes
by vjpai
· 8 years ago
b6e4440
Disable fail fast for qps driver
by Craig Tiller
· 9 years ago
e9a8d89
fix formatting
by Jan Tattermusch
· 9 years ago
33c161d
populate ScenarioResult.summary in JSON report
by Jan Tattermusch
· 9 years ago
f2ba7fe
integrate ScenarioResult proto into qps driver
by Jan Tattermusch
· 9 years ago
6169d5f
Update copyrights
by Craig Tiller
· 9 years ago
9533d04
Fix includes
by Craig Tiller
· 9 years ago
847baf6
clang-format and fix a typo caused by saving
by Vijay Pai
· 9 years ago
6332628
1. Remove all deadlines from the RPCs and shutdown in this code.
by vjpai
· 9 years ago
60a7e33
Finish clients fully before finishing servers
by vjpai
· 9 years ago
02eda41
Do stream operations in a more idiomatic way: Write, WritesDone, Read until fail, Finish
by Vijay Pai
· 9 years ago
e40aefb
Fix the timeout
by Vijay Pai
· 9 years ago
8ca0faa
use timeouts with proper fixture multipliers rather than raw,
by Vijay Pai
· 9 years ago
2066443
Function name changed on merge....
by Vijay Pai
· 9 years ago
b47b556
Merge branch 'master' into worker_quit
by Vijay Pai
· 9 years ago
2ed337a
clang-format
by Vijay Pai
· 9 years ago
21e5d2b
Add a Quit RPC so that we can conveniently shut down the workers from the driver.
by vjpai
· 9 years ago
daadcc8
at
by Vijay Pai
· 9 years ago
33e5118
Address reviewer comments regarding const and shortage of comments
by Vijay Pai
· 9 years ago
5956742
Copyright and clang-format
by Vijay Pai
· 9 years ago
6b05639
Make sure that client limit is valid
by Vijay Pai
· 9 years ago
7d45cdb
Enable properly working core limits on clients and servers,
by Vijay Pai
· 9 years ago
b4e51b5
Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces
by David Garcia Quintas
· 9 years ago
5a94623
copyrights
by David Garcia Quintas
· 9 years ago
1d71a0e
Merge branch 'generic_qps' into dynamic_sizing2
by Vijay Pai
· 9 years ago
7a984f0
Copyright
by Vijay Pai
· 9 years ago
d02dd30
Also dynamic sizing for num_clients on performance tests
by Vijay Pai
· 9 years ago
0c31b60
Sanity failures (copyright, clang-format)
by vjpai
· 9 years ago
94aada9
clang-format
by vjpai
· 9 years ago
020c2f3
Fix copyright
by vjpai
· 9 years ago
bdf4acb
Properly state client name
by Vijay Pai
· 9 years ago
0f14209
Improve logging for test
by Vijay Pai
· 9 years ago
6a48405
pre sync_stream.cc creation. Does not compile
by David Garcia Quintas
· 9 years ago
1b4e330
Consolidate C++ proto files under src/proto
by Craig Tiller
· 9 years ago
846ae8d
Merge pull request #4156 from jtattermusch/perf_testing_polishing
by Jan Tattermusch
· 9 years ago
c5ebbd5
use new perf proto options in c++
by Jan Tattermusch
· 9 years ago
6049ebd
More C++ fixes (the merge did not quite work...).
by Julien Boeuf
· 9 years ago
9a437c2
Forgot to fix driver.cc somehow...
by Julien Boeuf
· 9 years ago
675b5ce
Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change
by Julien Boeuf
· 9 years ago
ce84670
clang-format
by Vijay Pai
· 9 years ago
d08a738
Cleanup some names
by vjpai
· 9 years ago
72a6332
QPS worker no longer needs to specify server port on command line. This is part
by vjpai
· 9 years ago
119c103
Split up into a new service proto, use proper service suffix, add a
by vjpai
· 9 years ago
52bfb25
Split qpstest.proto into two parts - one for performance stats and
by vjpai
· 9 years ago
e5adc0e
Fixing Cpp tests.
by Julien Boeuf
· 9 years ago
b17b7f4
Add a timeout to benchmark test runs
by Craig Tiller
· 9 years ago
71a0f9d
Fix clang-format script
by Craig Tiller
· 9 years ago
59588c6
Removing pessimizing moves.
by Nicolas "Pixel" Noble
· 9 years ago
1ebb7c8
Hand-written changes
by Craig Tiller
· 9 years ago
730055d
implementation fix
by yang-g
· 9 years ago
9e2f90c
headers reorg
by yang-g
· 9 years ago
3ae1104
clang-format
by Vijay Pai
· 9 years ago
b1db869
Address concerns from review
by vjpai
· 9 years ago
90e7369
clang-format plus helpful comments
by Vijay Pai
· 9 years ago
eed63fa
Remaining changes needed to get QPS test working on old compilers.
by Vijay Pai
· 9 years ago
4d06e2e
Eliminate use of lambdas in ResourceUsage processing functions...
by Vijay Pai
· 9 years ago
677c50c
Update C++ impl
by Craig Tiller
· 9 years ago
20b5fe9
Fixup C++
by Craig Tiller
· 9 years ago
c1a2c31
Update the Status API
by Yang Gao
· 9 years ago
5c8737d
clang-format qps code - it was getting out of hand
by Craig Tiller
· 9 years ago
76e0fb1
Merge pull request #1669 from dgquintas/benchmark_hosts_info
by Vijay Pai
· 9 years ago
0811650
Fix to work around the fact that Histogram isn't copyable.
by David Garcia Quintas
· 9 years ago
6ba29ba
Added the client and server configurations to the bench results proto.
by David Garcia Quintas
· 9 years ago
882431f
Compile fix
by Craig Tiller
· 9 years ago
49c3b01
Better RNG seeding portability
by Craig Tiller
· 9 years ago
f98e56c
Cheesy attempt to get this working on Travis
by Craig Tiller
· 9 years ago
e9a6eb7
Allow RunScenarios to spawn in-process workers
by Craig Tiller
· 10 years ago
b9de09f
Allow specifying warmup, benchmark times
by Craig Tiller
· 10 years ago
82dd80a
Elminate range-based fors and work around some other limitations in older compilers
by Vijay Pai
· 10 years ago
68de8e9
Merge github.com:grpc/grpc into credit
by Craig Tiller
· 10 years ago
a182bf1
clang-format
by Craig Tiller
· 10 years ago
f282514
Print resource utilization
by Craig Tiller
· 10 years ago
d701c5f
Formatting
by Craig Tiller
· 10 years ago
76877c3
Generate latencies in driver
by Craig Tiller
· 10 years ago
10923c2
Formatting
by Craig Tiller
· 10 years ago
6af9ed0
Rework QPS client/server
by Craig Tiller
· 10 years ago
26598a3
WIP
by Craig Tiller
· 10 years ago
2d0f36c
Driver to client/server kind of works
by Craig Tiller
· 10 years ago
4ef7a29
Create server/client lists
by Craig Tiller
· 10 years ago
e486019
Getting the driver pieces in place
by Craig Tiller
· 10 years ago