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
Craig Tiller
af9da92a60
Dont run benchmarks outside of linux for now
8 years ago
Craig Tiller
91bb6241ab
Reduce # of benchmarks run as Jenkins unit tests
8 years ago
yang-g
e267f86c43
Properly init variable
8 years ago
Craig Tiller
9e1c2d2358
Dont start requests until all clients have gotten connected
8 years ago
Craig Tiller
531976a6d4
Add an initial mark that clients could use to delay startup of requests
8 years ago
Craig Tiller
44b12f9e23
clang-format
8 years ago
Craig Tiller
bd37a21c26
Cleanup, debug support
8 years ago
Craig Tiller
74a1d9a939
Increase log verbosity for benchmark driver
8 years ago
Craig Tiller
ca04562286
Timing nuances
8 years ago
Vijay Pai
f50020ce03
Appease the const gods, improve readability, stop using 0 and 1 as
...
proxies for false and true.
8 years ago
Vijay Pai
d02988d6b5
clang-format
8 years ago
Vijay Pai
25128f1adf
Better ending for open-loop tests: never wait more than 1 second
...
if we are in termination mode
8 years ago
Vijay Pai
773ecd62dd
Dramatically reduce time required to complete sync test when running
...
with lots of threads (by parallelizing shutdown of course)
8 years ago
Vijay Pai
4f17395b81
Properly use unique_ptr rather than explicitly
...
deleting server context wrappers in QPS test
8 years ago
Vijay Pai
6e5c33c3e2
Don't assert if we're not able to set affinity for some reason
8 years ago
Craig Tiller
77c7f9fd62
Merge pull request #7407 from ctiller/delayed-write
...
Benchmark fixes
8 years ago
Craig Tiller
5ca7e47493
Merge pull request #6737 from ctiller/delayed-write
...
Delay beginning most writes until we enter poll()
8 years ago
Craig Tiller
ad94fdfe51
Fix compile error
8 years ago
Craig Tiller
0a06cd7b68
Cleanup from code review
8 years ago
Vijay Pai
5fde20d9f0
clang-format
8 years ago
Vijay Pai
40317fd720
Resolve pernicious race between destructor and thread functions by insisting that destructor is invoked after the class has gone back to being a harmless single-threaded thing.
8 years ago
Craig Tiller
8da7b1f779
Fix some failures
8 years ago
Vijay Pai
ad7c527618
Temporary workaround by setting up a deadline on server shutdown.
...
This reveals an issue that needs to be solved:
D0713 14:48:28.049861213 14503 server.c:704] Waiting for 44 channels and 0/1 listeners to be destroyed before shutting down server
8 years ago
Vijay Pai
a831651aa5
Unify and make consistent the per-thread shutdown process
8 years ago
Craig Tiller
b5ee1cdcb9
Dont stall shutting down server
8 years ago
Craig Tiller
38fb8de100
get timeouts working on run_tests.py again
8 years ago
Craig Tiller
e64d693050
Better fine-tuning
8 years ago
Craig Tiller
61e2040de0
Get json_run_localhost working again
8 years ago