David Garcia Quintas
6a48405ed0
pre sync_stream.cc creation. Does not compile
9 years ago
vjpai
f524844da9
Fix include guard
9 years ago
vjpai
41859d025b
Added todo as a reminder to drive core selection automatically
9 years ago
vjpai
4f5146dac2
Change name from coresched to limit_cores
9 years ago
vjpai
861eb9f13a
Fix copyrights for sanity
9 years ago
vjpai
2c42bb1d18
Copyright fixes for sanity
9 years ago
vjpai
cd624d2eee
Dealt with a nit
9 years ago
Vijay Pai
d3ea2708cc
Re-enable explicit specification of server port for qps worker. Also
...
add in a check that we don't try to use generic testing for sync or unary.
9 years ago
vjpai
caace811b4
Fix asan error caused by mismatch in alloc/dealloc between new[] and
...
regular delete...
9 years ago
David Garcia Quintas
45484b31bb
Added sanity check for trailing newlines
9 years ago
David Garcia Quintas
2bf574f814
Added back trailing newlines
9 years ago
Craig Tiller
754bd26e28
clang-format code
9 years ago
murgatroid99
eeb02ba77a
Update copyrights again
9 years ago
Vijay Pai
3448c27275
clang-format
9 years ago
Vijay Pai
0e66efdadd
Make core limitation work for both client and server so that we can run tests on the same
...
machine if desired. The core_list flags to qps_driver are comma-separated lists of
core numbers.
9 years ago
Vijay Pai
b30bc2aad6
Remove dead code and a thus unneeded change to C++ bbuf
9 years ago
Vijay Pai
78268212ba
clang-format
9 years ago
Vijay Pai
af2e1cf080
Fix bugs and include build files
9 years ago
vjpai
083dc62cf6
Generic test
9 years ago
Vijay Pai
9f991e252d
More changes needed for generic support
9 years ago
Craig Tiller
15f383c6cc
Exploratory refactoring for mixed sync/async methods on the same C++ service
9 years ago
Vijay Pai
31c0c7949f
clang-format
9 years ago
vjpai
de332dfcac
Refactor server side to support generic tests.
9 years ago
Vijay Pai
18c0477528
Got rid of all compilation problems, now need to test
9 years ago
Vijay Pai
e488668075
WIP
9 years ago
Craig Tiller
1b4e33029e
Consolidate C++ proto files under src/proto
...
- make the directory structure match the package structure
- sanitize the package structure (test --> testing)
- add auto-detection of proto file dependencies
9 years ago
murgatroid99
0a9bac929e
Reverted changes to single_run_localhost.sh
9 years ago
murgatroid99
6acc5f7574
Fixed up the Node benchmark implementation
9 years ago
Nicolas "Pixel" Noble
ba404826be
Clang format.
9 years ago
vjpai
b6df94ad22
WIP
9 years ago
Craig Tiller
b774be46d7
clang-format
9 years ago
Jan Tattermusch
c5ebbd5b8f
use new perf proto options in c++
9 years ago
Julien Boeuf
6049ebd8d2
More C++ fixes (the merge did not quite work...).
9 years ago
Julien Boeuf
9a437c2c46
Forgot to fix driver.cc somehow...
9 years ago
Craig Tiller
3c53bb2f46
clang-format
9 years ago
vjpai
fba20c987d
Address some review comments about signal and restoring qps_test_with_poll
...
Make payloads respect the new defaults
9 years ago
vjpai
3affdddf5b
Add secure testing to sweep
9 years ago
vjpai
f8603adba1
Secure performance testing for C++ is in the hizzouse!
9 years ago
vjpai
454074369e
Better reasonable default
9 years ago
vjpai
783c144afa
Fix up single run test
...
Enable reasonable default if resp size not specified
9 years ago
Vijay Pai
ce84670628
clang-format
9 years ago
vjpai
780a7f205d
Add in security support, make payload protos configurable
...
Have not yet added tests with security support, coming soon
9 years ago
vjpai
d08a738166
Cleanup some names
...
Remove some unused options and make server_threads relevant
Start stubbing out better qps/core calculations
9 years ago
vjpai
aa39192d70
Cleanup directory and make minor changes
9 years ago
vjpai
72a6332138
QPS worker no longer needs to specify server port on command line. This is part
...
of the proto if desired, or just goes to pick_unused_port_or_die if not
specified
9 years ago
vjpai
119c103ab0
Split up into a new service proto, use proper service suffix, add a
...
reset option to the mark, create a closed loop config params (empty
message) for consistency with other tests.
10 years ago
vjpai
754751e3c6
Numerous proto changes to make things more sane and fix some outstanding issues
10 years ago
vjpai
52bfb2564f
Split qpstest.proto into two parts - one for performance stats and
...
one for control.
Eliminate the use of our own SimpleRequest and SimpleResponse and
instead share the one from end2end testing
10 years ago
vjpai
0cc1341199
Move qpstest.proto to a common area (test/proto) instead of test/cpp/qps
10 years ago
Julien Boeuf
e5adc0eb67
Fixing Cpp tests.
10 years ago