Jan Tattermusch
9f89107f17
better qps_json_driver message when QPS_WORKERS env is missing
8 years ago
Alexander Polcyn
4873d30ea2
allow disable core_list setting and override qps server in benchmarks
8 years ago
Alex Polcyn
fcf09ea42e
handle empty string for qps workers in driver and dont quit them on netperf
8 years ago
Mark D. Roth
bf25e240bc
Fix test name conflict in import. Also use low-thread-count variant for asan.
8 years ago
David Garcia Quintas
3c5a868a1b
PR comments #2
8 years ago
David Garcia Quintas
523a4aa0a0
PR comments
8 years ago
David Garcia Quintas
d6936b6bee
PR comments
8 years ago
Craig Tiller
9564cf9f0a
Take into account all the configs
8 years ago
Mark D. Roth
c56d3ebd7e
Improve logging.
8 years ago
David Garcia Quintas
6deadf5b88
Propagate termination signals to subprocesses
8 years ago
Craig Tiller
c991e80e07
Limit outstanding rpc count for synchronous {client,server} tsan tests
8 years ago
Craig Tiller
ab34b12e50
Make a better educated guess about CPU costs of a benchmark
8 years ago
Craig Tiller
f739c058b7
Make a better educated guess about CPU costs of a benchmark
8 years ago
Mark D. Roth
37d5f9b4e5
Add debug logging for process termination state.
8 years ago
Yuxuan Li
12df928362
fixing override
8 years ago
Craig Tiller
314f43991c
Increase test timeouts
...
These tests are failing when run as a batch, but passing when run in
isolation.
Suspect something more is up, but this will at least make our builds
much greener until we figure that out.
8 years ago
Vijay Pai
56540ba9f9
clang-format
8 years ago
Vijay Pai
f4671bfaef
Remove a namespace and start using a lambda for a small function
8 years ago
Vijay Pai
c01958bf55
Cleanup unneeded namespace
8 years ago
Vijay Pai
f2764e76f9
clang-format
8 years ago
Vijay Pai
90102c2bfc
Eliminate unnecessary uses of new[]/delete[] that can be replaced
...
with vector
Also start eliminating uses of plain-old delete that are not helpful
8 years ago
Vijay Pai
e140d5c60d
Regenerate all projects
8 years ago
Vijay Pai
713c7b87e1
clang-format
8 years ago
Vijay Pai
c0b2acb1a0
Use C++11 final and override
8 years ago
Yuxuan Li
c9ca0a9e70
clang-format for recently changed files. merged upstream master
8 years ago
Craig Tiller
86cb138ee9
Handle failed calls in sync client
8 years ago
Craig Tiller
d41a4a720f
s/gpr_slice/grpc_slice, and move around tests, impls
8 years ago
Yuxuan Li
1a9a0d8da8
fix logging problem
8 years ago
Yuxuan Li
aa7411da04
minor fix for usage_timer.cc
8 years ago
Yuxuan Li
60d55f80c4
Change flag precision to flag stride, better description.
...
Add flag error_tolerence to define the search stopping criteria.
Move the equal condition in the binary search to smaller than condition.
Wrap get_cpu_usage(), so on non-linux platform, the compiler won't
complain and will get cpu usage to be 0.
8 years ago
Craig Tiller
afcc8752f3
clang-format
8 years ago
Vijay Pai
d923583768
Minor cleanup - remove an unneeded header, mark a class final, explicitly specify parent class
8 years ago
Craig Tiller
20afa3d7c9
BufferPool --> ResourceQuota
8 years ago
Craig Tiller
14c836fcd1
Delambdaify
8 years ago
Craig Tiller
b019d61f9a
Fix benchmark shutdown
8 years ago
Yuxuan Li
c6c6cc269e
change default values flags
8 years ago
Yuxuan Li
6a5b9924f3
resolve out_of_range error from stoi function.
8 years ago
Yuxuan Li
69c61319df
change flags type, name according to the comments.
...
change binary search stride from 1 to FLAGS_precision
8 years ago
Yuxuan Li
77c18981c2
change binary search log info from GPR_INFO to GPR_DEBUG
8 years ago
Yuxuan Li
c265a0ab02
clean up unnecessary new lines and logging.
8 years ago
Yuxuan Li
49aeb59389
clang-formated and latency_vs_load.cc is deleted as its functionality
...
has been merged into qps_json_driver.
8 years ago
Yuxuan Li
d31c78c6f0
updated protobuf, merged latency_vs_load.cc(not deleted yet) and qps_json_driver.cc
8 years ago
Yuxuan Li
58977f1466
initial merge of latency vs load to qps_json_driver.cc
8 years ago
Yuxuan Li
fe21ec90f6
batched changes
8 years ago
Craig Tiller
624f4ba76d
Add missing delete
8 years ago
Craig Tiller
0895545a58
Complete reporting for failure rates
8 years ago
Craig Tiller
032f9bfb58
Start to log errors from benchmark
8 years ago
Craig Tiller
1a8c52e479
Collect stats on # failed requests
8 years ago
Craig Tiller
0c80c7d12c
Collecting failure status progress
8 years ago
Mark D. Roth
9477724003
Change C++ API to expose wait_for_ready instead of fail_fast.
8 years ago