Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Consolidate C++ proto files under src/proto | Craig Tiller | 2015-12-17 |
| | | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies | ||
* | merge with head | yang-g | 2015-11-20 |
|\ | |||
| * | Merge pull request #4097 from ctiller/hpack_max_table_size | David G. Quintas | 2015-11-19 |
| |\ | | | | | | | Support dynamic HPACK table resizing | ||
| * | | Merge pull request #4156 from jtattermusch/perf_testing_polishing | Jan Tattermusch | 2015-11-19 |
|/| | | | | | | | | Performance proto polishing | ||
| * | | use new perf proto options in c++ | Jan Tattermusch | 2015-11-18 |
| | | | |||
| | * | Merge github.com:grpc/grpc into hpack_max_table_size | Craig Tiller | 2015-11-18 |
| | |\ | |_|/ |/| | | |||
* | | | More C++ fixes (the merge did not quite work...). | Julien Boeuf | 2015-11-17 |
| | | | |||
* | | | Forgot to fix driver.cc somehow... | Julien Boeuf | 2015-11-17 |
| | | | |||
* | | | Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-11-17 |
|\| | | |||
| | * | clang-format | Craig Tiller | 2015-11-10 |
| |/ | |||
| * | Address some review comments about signal and restoring qps_test_with_poll | vjpai | 2015-11-04 |
| | | | | | | | | Make payloads respect the new defaults | ||
| * | Add secure testing to sweep | vjpai | 2015-11-04 |
| | | |||
| * | Secure performance testing for C++ is in the hizzouse! | vjpai | 2015-11-04 |
| | | |||
| * | Better reasonable default | vjpai | 2015-11-04 |
| | | |||
| * | Fix up single run test | vjpai | 2015-11-04 |
| | | | | | | | | Enable reasonable default if resp size not specified | ||
| * | clang-format | Vijay Pai | 2015-11-04 |
| | | |||
| * | Add in security support, make payload protos configurable | vjpai | 2015-11-04 |
| | | | | | | | | Have not yet added tests with security support, coming soon | ||
| * | Cleanup some names | vjpai | 2015-11-02 |
| | | | | | | | | | | Remove some unused options and make server_threads relevant Start stubbing out better qps/core calculations | ||
| * | Cleanup directory and make minor changes | vjpai | 2015-11-02 |
| | | |||
| * | QPS worker no longer needs to specify server port on command line. This is part | vjpai | 2015-10-29 |
| | | | | | | | | | | of the proto if desired, or just goes to pick_unused_port_or_die if not specified | ||
| * | Split up into a new service proto, use proper service suffix, add a | vjpai | 2015-10-29 |
| | | | | | | | | | | reset option to the mark, create a closed loop config params (empty message) for consistency with other tests. | ||
| * | Numerous proto changes to make things more sane and fix some outstanding issues | vjpai | 2015-10-28 |
| | | |||
| * | Split qpstest.proto into two parts - one for performance stats and | vjpai | 2015-10-21 |
| | | | | | | | | | | | | one for control. Eliminate the use of our own SimpleRequest and SimpleResponse and instead share the one from end2end testing | ||
| * | Move qpstest.proto to a common area (test/proto) instead of test/cpp/qps | vjpai | 2015-10-19 |
| | | |||
* | | Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_change | Julien Boeuf | 2015-10-17 |
|\| | |||
* | | Fixing Cpp tests. | Julien Boeuf | 2015-10-12 |
| | | |||
| * | Merge github.com:grpc/grpc into latent-see | Craig Tiller | 2015-10-09 |
| |\ | |/ |/| | |||
| * | Move profiling system to gpr | Craig Tiller | 2015-10-09 |
| | | |||
| * | Simplify adding annotations, annotate more things | Craig Tiller | 2015-10-09 |
| | | |||
| * | Latency traces | Craig Tiller | 2015-10-08 |
| | | |||
* | | Add a timeout to benchmark test runs | Craig Tiller | 2015-10-07 |
|/ | |||
* | Fix clang-format script | Craig Tiller | 2015-09-28 |
| | |||
* | Fix mac build | Craig Tiller | 2015-09-10 |
| | |||
* | Merge pull request #3174 from vjpai/shutitdown2 | Craig Tiller | 2015-09-10 |
|\ | | | | | Put timeout on QPS test server shutdown | ||
* | | Removing pessimizing moves. | Nicolas "Pixel" Noble | 2015-09-03 |
| | | | | | | | | Pass #2. | ||
| * | Put timeout on server shutdown | vjpai | 2015-08-31 |
| | | |||
* | | Hand-written changes | Craig Tiller | 2015-08-31 |
|/ | |||
* | Shuffling headers around. | Julien Boeuf | 2015-08-28 |
| | |||
* | implementation fix | yang-g | 2015-08-27 |
| | |||
* | merge with head | yang-g | 2015-08-24 |
|\ | |||
| * | Eliminate public thread-pool interface | Vijay Pai | 2015-08-24 |
| | | |||
* | | headers reorg | yang-g | 2015-08-21 |
| | | |||
* | | Remove ChannelInterface and replace it with Channel | yang-g | 2015-08-19 |
|/ | |||
* | clang-format all source | Craig Tiller | 2015-08-18 |
| | |||
* | clang-format | Vijay Pai | 2015-08-11 |
| | |||
* | Address concerns from review | vjpai | 2015-08-11 |
| | |||
* | Stop using a variable-sized array since that's not standards-compliant | Vijay Pai | 2015-08-07 |
| | |||
* | clang-format plus helpful comments | Vijay Pai | 2015-08-05 |
| | |||
* | Remaining changes needed to get QPS test working on old compilers. | Vijay Pai | 2015-08-05 |
| | | | | | This change contains a lot of ugly changes, such as changing std::vector to allocation by new, etc. | ||
* | Eliminate use of this_thread::sleep_until | Vijay Pai | 2015-07-31 |
| |