Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | Remove asserts | Craig Tiller | 2015-04-09 | |
| | | | ||||
* | | | Smoke test initial version | Craig Tiller | 2015-04-09 | |
|/ / | ||||
* / | Allow specifying warmup, benchmark times | Craig Tiller | 2015-04-08 | |
|/ | ||||
* | Revive proper SIGINT handling | Vijay Pai | 2015-04-02 | |
| | ||||
* | Put in calls to profiling | Vijay Pai | 2015-03-31 | |
| | ||||
* | Remove unused header file for profiler | Vijay Pai | 2015-03-31 | |
| | ||||
* | Remove outdated file | Vijay Pai | 2015-03-31 | |
| | ||||
* | Merge pull request #1113 from vjpai/qps-stream | Yang Gao | 2015-03-27 | |
|\ | | | | | Add C++ streaming QPS test, fix bug in async C++ tests | |||
* | | Include the config.h file to make sure that nullptr is covered | vjpai | 2015-03-26 | |
| | | ||||
| * | Eliminate range-based fors | Vijay Pai | 2015-03-26 | |
| | | ||||
| * | Fix conflicts | Vijay Pai | 2015-03-26 | |
|/| | ||||
* | | Elminate range-based fors and work around some other limitations in older ↵ | Vijay Pai | 2015-03-24 | |
| | | | | | | | | compilers | |||
| * | Sweep different parameter sets in a single shell script. | Vijay Pai | 2015-03-23 | |
| | | ||||
| * | Merge branch 'qps-stream' of https://github.com/vjpai/grpc into vjpai-qps-stream | Vijay Pai | 2015-03-23 | |
|/| | ||||
| * | Make sure that nothing gets added to cq after shutdown | Vijay Pai | 2015-03-23 | |
| | | ||||
| * | No need to do an extra read | Vijay Pai | 2015-03-23 | |
| | | ||||
| * | test return value of rpc parse | Vijay Pai | 2015-03-23 | |
| | | ||||
| * | Make RPC type configurable | vjpai | 2015-03-23 | |
| | | ||||
| * | Added streaming C++ tests for sync and sync cases | vjpai | 2015-03-23 | |
| | | ||||
* | | Merge pull request #1093 from nicolasnoble/windows | Jan Tattermusch | 2015-03-19 | |
|\ \ | | | | | | | Various Windows fixes. | |||
| * | | Various Windows fixes. | Nicolas Noble | 2015-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++ code | Yang Gao | 2015-03-17 | |
|/ | ||||
* | Add missing GRPC_OVERRIDE, NFC | Chilledheart | 2015-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 credit | Craig Tiller | 2015-03-05 | |
|\ | ||||
| * | override --> GRPC_OVERRIDE | Craig Tiller | 2015-03-04 | |
| | | ||||
| * | Compile fix | Craig Tiller | 2015-03-04 | |
| | | ||||
| * | ACTUALLY set the server thread pool | Craig Tiller | 2015-03-04 | |
| | | ||||
| * | clang-format | Craig Tiller | 2015-03-04 | |
| | | ||||
| * | Linux compile fix | Craig Tiller | 2015-03-04 | |
| | | ||||
| * | Merge branch 'qps_driver' of github.com:ctiller/grpc into qps_driver | Craig Tiller | 2015-03-04 | |
| |\ | ||||
| | * | Compile fix | Craig Tiller | 2015-03-04 | |
| | | | ||||
| | * | Rename some files | Craig Tiller | 2015-03-04 | |
| | | | ||||
| | * | Async server works | Craig Tiller | 2015-03-04 | |
| | | | ||||
| | * | Async client works | Craig Tiller | 2015-03-04 | |
| | | | ||||
| * | | Linux compile fix | Craig Tiller | 2015-03-04 | |
| |/ | ||||
| * | Async client progress | Craig Tiller | 2015-03-04 | |
| | | ||||
| * | Async client progress | Craig Tiller | 2015-03-04 | |
| | | ||||
| * | Print resource utilization | Craig Tiller | 2015-03-03 | |
| | | ||||
| * | Formatting | Craig Tiller | 2015-03-03 | |
| | | ||||
| * | Generate latencies in driver | Craig Tiller | 2015-03-03 | |
| | | ||||
| * | Merge github.com:grpc/grpc into qps_driver | Craig Tiller | 2015-03-03 | |
| |\ | ||||
| * | | Formatting | Craig Tiller | 2015-03-03 | |
| | | | ||||
* | | | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-03 | |
|\ \ \ | | |/ | |/| | ||||
| | * | Rework QPS client/server | Craig Tiller | 2015-03-02 | |
| | | | | | | | | | | | | | | | Now setup as a driver and N anonymous workers that may become clients or servers. Will convert async soon. | |||
| | * | WIP | Craig Tiller | 2015-03-02 | |
| | | | ||||
| * | | Better use of threads, avoid thread safety issues on destructor with | Vijay Pai | 2015-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_driver | Craig Tiller | 2015-03-02 | |
| | |\ | | |/ | |/| | ||||
* | | | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-02 | |
|\| | | ||||
| * | | Revert "Use typedefs to avoid triply-nested function templates" | vjpai | 2015-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 templates | vjpai | 2015-02-27 | |
| | | |