aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps
Commit message (Collapse)AuthorAge
...
* | | Remove assertsGravatar Craig Tiller2015-04-09
| | |
* | | Smoke test initial versionGravatar Craig Tiller2015-04-09
|/ /
* / Allow specifying warmup, benchmark timesGravatar Craig Tiller2015-04-08
|/
* Revive proper SIGINT handlingGravatar Vijay Pai2015-04-02
|
* Put in calls to profilingGravatar Vijay Pai2015-03-31
|
* Remove unused header file for profilerGravatar Vijay Pai2015-03-31
|
* Remove outdated fileGravatar Vijay Pai2015-03-31
|
* Merge pull request #1113 from vjpai/qps-streamGravatar Yang Gao2015-03-27
|\ | | | | Add C++ streaming QPS test, fix bug in async C++ tests
* | Include the config.h file to make sure that nullptr is coveredGravatar vjpai2015-03-26
| |
| * Eliminate range-based forsGravatar Vijay Pai2015-03-26
| |
| * Fix conflictsGravatar Vijay Pai2015-03-26
|/|
* | Elminate range-based fors and work around some other limitations in older ↵Gravatar Vijay Pai2015-03-24
| | | | | | | | compilers
| * Sweep different parameter sets in a single shell script.Gravatar Vijay Pai2015-03-23
| |
| * Merge branch 'qps-stream' of https://github.com/vjpai/grpc into vjpai-qps-streamGravatar Vijay Pai2015-03-23
|/|
| * Make sure that nothing gets added to cq after shutdownGravatar Vijay Pai2015-03-23
| |
| * No need to do an extra readGravatar Vijay Pai2015-03-23
| |
| * test return value of rpc parseGravatar Vijay Pai2015-03-23
| |
| * Make RPC type configurableGravatar vjpai2015-03-23
| |
| * Added streaming C++ tests for sync and sync casesGravatar vjpai2015-03-23
| |
* | Merge pull request #1093 from nicolasnoble/windowsGravatar Jan Tattermusch2015-03-19
|\ \ | | | | | | Various Windows fixes.
| * | Various Windows fixes.Gravatar Nicolas Noble2015-03-19
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | -) using dupenv_s instead of getenv_s and calling strdup ourselves. -) few impossible-to-obtain if checks. -) various signed/unsigned casting. -) using time_t instead of time32_t -) checking output of FormatMessage for failures. -) don't redefine _WIN32_WINNT without undefining it first. -) fixed msvc's interlocked casting. -) renamed AddPort to AddListeningPort. -) added protobuf's third_party includes to search path. -) added a missing definition for inet_ntop in mingw32. -) removed useless declarations.
* / clang-format c++ codeGravatar Yang Gao2015-03-17
|/
* Add missing GRPC_OVERRIDE, NFCGravatar Chilledheart2015-03-10
| | | | | Testing asan configuration with the latest clang compiler fails due to the warning `-Winconsistent-missing-override`. This patch fixes it.
* Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-05
|\
| * override --> GRPC_OVERRIDEGravatar Craig Tiller2015-03-04
| |
| * Compile fixGravatar Craig Tiller2015-03-04
| |
| * ACTUALLY set the server thread poolGravatar Craig Tiller2015-03-04
| |
| * clang-formatGravatar Craig Tiller2015-03-04
| |
| * Linux compile fixGravatar Craig Tiller2015-03-04
| |
| * Merge branch 'qps_driver' of github.com:ctiller/grpc into qps_driverGravatar Craig Tiller2015-03-04
| |\
| | * Compile fixGravatar Craig Tiller2015-03-04
| | |
| | * Rename some filesGravatar Craig Tiller2015-03-04
| | |
| | * Async server worksGravatar Craig Tiller2015-03-04
| | |
| | * Async client worksGravatar Craig Tiller2015-03-04
| | |
| * | Linux compile fixGravatar Craig Tiller2015-03-04
| |/
| * Async client progressGravatar Craig Tiller2015-03-04
| |
| * Async client progressGravatar Craig Tiller2015-03-04
| |
| * Print resource utilizationGravatar Craig Tiller2015-03-03
| |
| * FormattingGravatar Craig Tiller2015-03-03
| |
| * Generate latencies in driverGravatar Craig Tiller2015-03-03
| |
| * Merge github.com:grpc/grpc into qps_driverGravatar Craig Tiller2015-03-03
| |\
| * | FormattingGravatar Craig Tiller2015-03-03
| | |
* | | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-03
|\ \ \ | | |/ | |/|
| | * Rework QPS client/serverGravatar Craig Tiller2015-03-02
| | | | | | | | | | | | | | | Now setup as a driver and N anonymous workers that may become clients or servers. Will convert async soon.
| | * WIPGravatar Craig Tiller2015-03-02
| | |
| * | Better use of threads, avoid thread safety issues on destructor withGravatar Vijay Pai2015-03-02
| | | | | | | | | | | | | | | | | | | | | a proper join. Also had been misusing EXPECT_EQ, as well as actually having an invalid expectation on the ok field. Now it should be sane.
| | * Merge github.com:grpc/grpc into qps_driverGravatar Craig Tiller2015-03-02
| | |\ | | |/ | |/|
* | | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-02
|\| |
| * | Revert "Use typedefs to avoid triply-nested function templates"Gravatar vjpai2015-02-27
| | | | | | | | | | | | | | | | | | | | | This reverts commit 45b0bc4bec5d0b701dbe5ae98542473ef3eaa4e4. This revert is being done because the compilers on Travis don't understand the C++11 template/using syntax.
| * | Use typedefs to avoid triply-nested function templatesGravatar vjpai2015-02-27
| | |