aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* changed value of pollset_set instance for windows to non-null valueGravatar David Garcia Quintas2016-04-20
|
* Changes across the board from pollset to pollset_setGravatar David Garcia Quintas2016-04-18
|
* Merge pull request #6195 from vjpai/make_llpp_great_againGravatar Nicolas Noble2016-04-18
|\ | | | | Add a #include needed as everything moved to gpr_malloc
* \ Merge pull request #6203 from ctiller/dictionaryGravatar Nicolas Noble2016-04-18
|\ \ | | | | | | Add a dictionary for fuzzing
* \ \ Merge pull request #6124 from dgquintas/ip_parse_refactorGravatar Sree Kuchibhotla2016-04-18
|\ \ \ | | | | | | | | Factored out parse functions from sockaddr_resolver
| | * | Dictionary support for fuzzersGravatar Craig Tiller2016-04-18
| | | |
| | * | Expand corpus, fix crashGravatar Craig Tiller2016-04-18
| | | |
| | | * Add a #include that was needed as everything moved to gpr_mallocGravatar vjpai2016-04-15
| |_|/ |/| |
* | | Merge pull request #6192 from jtattermusch/populate_summary_resultGravatar Jan Tattermusch2016-04-15
|\ \ \ | | | | | | | | Populate ScenarioResultSummary result in QPS driver.
| * | | fix formattingGravatar Jan Tattermusch2016-04-15
| | | |
| * | | populate ScenarioResult.summary in JSON reportGravatar Jan Tattermusch2016-04-15
| | | |
| * | | fix error handling in big_query_utils.insert_rowsGravatar Jan Tattermusch2016-04-15
| | | |
| * | | fix field names in schemaGravatar Jan Tattermusch2016-04-15
|/ / /
* | | Merge pull request #6191 from jtattermusch/benchmark_populate_more_dataGravatar Jan Tattermusch2016-04-15
|\ \ \ | | | | | | | | Populate metadata about jenkins build in benchmark results
| | * \ Merge branch 'master' of github.com:grpc/grpc into ip_parse_refactorGravatar David Garcia Quintas2016-04-15
| | |\ \ | |_|/ / |/| | |
| | | * Expand corpusGravatar Craig Tiller2016-04-15
| | | |
| | | * Expand corpusGravatar Craig Tiller2016-04-15
| |_|/ |/| |
| * | populate metadata about jenkins build in benchmark resultsGravatar Jan Tattermusch2016-04-15
|/ /
* | Merge pull request #6188 from jtattermusch/performance_bigquery_supportGravatar Jan Tattermusch2016-04-15
|\ \ | | | | | | Benchmarking: support uploading to bigquery
| * | result uploadingGravatar Jan Tattermusch2016-04-15
| | |
| * | minor changes to schemaGravatar Jan Tattermusch2016-04-15
| | |
| * | minor refactoring of biq_query_utilsGravatar Jan Tattermusch2016-04-15
| | |
| * | Uploading results to big queryGravatar Jan Tattermusch2016-04-15
|/ /
* | Merge pull request #6158 from jtattermusch/performance_testing_polishingGravatar Jan Tattermusch2016-04-15
|\ \ | | | | | | Improvement to benchmarking
| * | fix formattingGravatar Jan Tattermusch2016-04-14
| | |
| * | fix formattingGravatar Jan Tattermusch2016-04-14
| | |
* | | Merge pull request #6153 from vjpai/make_ruby_cqs_great_againGravatar Jan Tattermusch2016-04-14
|\ \ \ | | | | | | | | Provide CQ per client call in Ruby to avoid pluck limits
| | * | Enable JSON reports for qps driversGravatar Jan Tattermusch2016-04-14
| | | |
| | * | integrate ScenarioResult proto into qps driverGravatar Jan Tattermusch2016-04-14
| | | |
| | * | regenerate tests.json with C++ perf scenariosGravatar Jan Tattermusch2016-04-14
| | | |
| | * | fix redundant C++ scenarioGravatar Jan Tattermusch2016-04-14
| | | |
| | * | add ScenarioResult and ScenarioResultSummary proto messagesGravatar Jan Tattermusch2016-04-14
| | | |
| | * | add some more C# scenariosGravatar Jan Tattermusch2016-04-14
| | | |
| | * | add support for cross-language testsGravatar Jan Tattermusch2016-04-14
| | | |
| | * | added support for regex selection of scenariosGravatar Jan Tattermusch2016-04-14
| | | |
| | * | tiny fixes to scenario_configGravatar Jan Tattermusch2016-04-14
| | | |
| | * | add some console messages to node qps workerGravatar Jan Tattermusch2016-04-14
| | | |
| | * | check for histogramParams presenceGravatar Jan Tattermusch2016-04-14
| |/ / |/| |
* | | Merge pull request #6179 from ctiller/fuzzing-hellGravatar Nicolas Noble2016-04-14
|\ \ \ | | | | | | | | Fix fuzzing sanity
| * | | Fix fuzzing sanityGravatar Craig Tiller2016-04-14
| | | |
* | | | Merge pull request #6176 from ctiller/fuzzing-hellGravatar Nicolas Noble2016-04-14
|\| | | | | | | | | | | Fix bug causing all fuzzers to run forever
| * | | Fix bug causing all fuzzers to run foreverGravatar Craig Tiller2016-04-14
|/ / /
* | | Merge pull request #6145 from nicolasnoble/memtrackingGravatar Nicolas Noble2016-04-13
|\ \ \ | | | | | | | | Memtracking stuff
* \ \ \ Merge pull request #6157 from sreecha/stress_test_miscGravatar Jan Tattermusch2016-04-13
|\ \ \ \ | | | | | | | | | | Misc changes to stress test scripts
* \ \ \ \ Merge pull request #6130 from gwvo/masterGravatar Nicolas Noble2016-04-13
|\ \ \ \ \ | | | | | | | | | | | | Refactored C++ code generator to not directly depend on protobuf
| | | | | * Merge branch 'master' of github.com:grpc/grpc into ip_parse_refactorGravatar David Garcia Quintas2016-04-13
| | | | | |\ | |_|_|_|_|/ |/| | | | |
| * | | | | Refactored C++ code generator to not directly depend on protobuf.Gravatar Wouter van Oortmerssen2016-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 scriptsGravatar Sree Kuchibhotla2016-04-12
| |/ / / / |/| | | |
| | * | | Enforcing undefined behavior of malloc.Gravatar Nicolas "Pixel" Noble2016-04-13
| | | | |
| | * | | Revert "Fixing a couple of issues within core."Gravatar Nicolas "Pixel" Noble2016-04-13
| | | | | | | | | | | | | | | | | | | | This reverts commit 5b304753965d4179f374b5cded063e79d3d17b0a.