Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Go Stress test: Docker stress test images and config files to run on GKE | Sree Kuchibhotla | 2016-04-18 |
| | |||
* | Merge pull request #6124 from dgquintas/ip_parse_refactor | Sree Kuchibhotla | 2016-04-18 |
|\ | | | | | Factored out parse functions from sockaddr_resolver | ||
* \ | Merge pull request #6192 from jtattermusch/populate_summary_result | Jan Tattermusch | 2016-04-15 |
|\ \ | | | | | | | Populate ScenarioResultSummary result in QPS driver. | ||
| * | | fix formatting | Jan Tattermusch | 2016-04-15 |
| | | | |||
| * | | populate ScenarioResult.summary in JSON report | Jan Tattermusch | 2016-04-15 |
| | | | |||
| * | | fix error handling in big_query_utils.insert_rows | Jan Tattermusch | 2016-04-15 |
| | | | |||
| * | | fix field names in schema | Jan Tattermusch | 2016-04-15 |
|/ / | |||
* | | Merge pull request #6191 from jtattermusch/benchmark_populate_more_data | Jan Tattermusch | 2016-04-15 |
|\ \ | | | | | | | Populate metadata about jenkins build in benchmark results | ||
| | * | Merge branch 'master' of github.com:grpc/grpc into ip_parse_refactor | David Garcia Quintas | 2016-04-15 |
| | |\ | |_|/ |/| | | |||
| * | | populate metadata about jenkins build in benchmark results | Jan Tattermusch | 2016-04-15 |
|/ / | |||
* | | Merge pull request #6188 from jtattermusch/performance_bigquery_support | Jan Tattermusch | 2016-04-15 |
|\ \ | | | | | | | Benchmarking: support uploading to bigquery | ||
| * | | result uploading | Jan Tattermusch | 2016-04-15 |
| | | | |||
| * | | minor changes to schema | Jan Tattermusch | 2016-04-15 |
| | | | |||
| * | | minor refactoring of biq_query_utils | Jan Tattermusch | 2016-04-15 |
| | | | |||
| * | | Uploading results to big query | Jan Tattermusch | 2016-04-15 |
|/ / | |||
* | | Merge pull request #6158 from jtattermusch/performance_testing_polishing | Jan Tattermusch | 2016-04-15 |
|\ \ | | | | | | | Improvement to benchmarking | ||
| * | | fix formatting | Jan Tattermusch | 2016-04-14 |
| | | | |||
| * | | fix formatting | Jan Tattermusch | 2016-04-14 |
| | | | |||
* | | | Merge pull request #6153 from vjpai/make_ruby_cqs_great_again | Jan Tattermusch | 2016-04-14 |
|\ \ \ | | | | | | | | | Provide CQ per client call in Ruby to avoid pluck limits | ||
| | * | | Enable JSON reports for qps drivers | Jan Tattermusch | 2016-04-14 |
| | | | | |||
| | * | | integrate ScenarioResult proto into qps driver | Jan Tattermusch | 2016-04-14 |
| | | | | |||
| | * | | regenerate tests.json with C++ perf scenarios | Jan Tattermusch | 2016-04-14 |
| | | | | |||
| | * | | fix redundant C++ scenario | Jan Tattermusch | 2016-04-14 |
| | | | | |||
| | * | | add ScenarioResult and ScenarioResultSummary proto messages | Jan Tattermusch | 2016-04-14 |
| | | | | |||
| | * | | add some more C# scenarios | Jan Tattermusch | 2016-04-14 |
| | | | | |||
| | * | | add support for cross-language tests | Jan Tattermusch | 2016-04-14 |
| | | | | |||
| | * | | added support for regex selection of scenarios | Jan Tattermusch | 2016-04-14 |
| | | | | |||
| | * | | tiny fixes to scenario_config | Jan Tattermusch | 2016-04-14 |
| | | | | |||
| | * | | add some console messages to node qps worker | Jan Tattermusch | 2016-04-14 |
| | | | | |||
| | * | | check for histogramParams presence | Jan Tattermusch | 2016-04-14 |
| |/ / |/| | | |||
* | | | Merge pull request #6179 from ctiller/fuzzing-hell | Nicolas Noble | 2016-04-14 |
|\ \ \ | | | | | | | | | Fix fuzzing sanity | ||
| * | | | Fix fuzzing sanity | Craig Tiller | 2016-04-14 |
| | | | | |||
* | | | | Merge pull request #6176 from ctiller/fuzzing-hell | Nicolas Noble | 2016-04-14 |
|\| | | | | | | | | | | | Fix bug causing all fuzzers to run forever | ||
| * | | | Fix bug causing all fuzzers to run forever | Craig Tiller | 2016-04-14 |
|/ / / | |||
* | | | Merge pull request #6145 from nicolasnoble/memtracking | Nicolas Noble | 2016-04-13 |
|\ \ \ | | | | | | | | | Memtracking stuff | ||
* \ \ \ | Merge pull request #6157 from sreecha/stress_test_misc | Jan Tattermusch | 2016-04-13 |
|\ \ \ \ | | | | | | | | | | | Misc changes to stress test scripts | ||
* \ \ \ \ | Merge pull request #6130 from gwvo/master | Nicolas Noble | 2016-04-13 |
|\ \ \ \ \ | | | | | | | | | | | | | Refactored C++ code generator to not directly depend on protobuf | ||
| | | | | * | Merge branch 'master' of github.com:grpc/grpc into ip_parse_refactor | David Garcia Quintas | 2016-04-13 |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | |||
| * | | | | | Refactored C++ code generator to not directly depend on protobuf. | Wouter van Oortmerssen | 2016-04-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This opens the door for other serializers (such as e.g. FlatBuffers) to share this code generator when using GRPC. | ||
| | * | | | | Misc changes to stress test scripts | Sree Kuchibhotla | 2016-04-12 |
| |/ / / / |/| | | | | |||
| | * | | | Enforcing undefined behavior of malloc. | Nicolas "Pixel" Noble | 2016-04-13 |
| | | | | | |||
| | * | | | Revert "Fixing a couple of issues within core." | Nicolas "Pixel" Noble | 2016-04-13 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 5b304753965d4179f374b5cded063e79d3d17b0a. | ||
* | | | | | Merge pull request #6152 from murgatroid99/node_shorten_package.json | Jan Tattermusch | 2016-04-12 |
|\ \ \ \ \ | | | | | | | | | | | | | Manually list files in Node package.json to avoid MSBuild environment limits | ||
| | | | * | | Put facter development dependence in template as well. | vjpai | 2016-04-12 |
| | | | | | | |||
| | | | * | | List facter as a dependence, used by QPS test | Vijay Pai | 2016-04-12 |
| | | | | | | |||
| * | | | | | Manually list files in Node package.json to avoid MSBuild environment limits | murgatroid99 | 2016-04-12 |
|/ / / / / | |||
| | * | | | Memory checking the client fuzzer. | Nicolas "Pixel" Noble | 2016-04-12 |
| | | | | | |||
| | * | | | Merge branch 'master' of https://github.com/grpc/grpc into memtracking | Nicolas "Pixel" Noble | 2016-04-12 |
| | |\ \ \ | |_|/ / / |/| | | | | |||
* | | | | | Merge pull request #6148 from ctiller/fuzzing_client | Nicolas Noble | 2016-04-12 |
|\ \ \ \ \ | | | | | | | | | | | | | Fuzzing client | ||
| | | * | | | Properly grabbing counters at the proper time. | Nicolas "Pixel" Noble | 2016-04-12 |
| | | | | | |