aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Eliminate unused source fileGravatar vjpai2016-04-20
|
* Just make this into a wrapper of the broader script with C++ onlyGravatar vjpai2016-04-20
|
* Deprecation of qps_driver and use of shell scripts, in progressGravatar vjpai2016-04-20
|
* Merge pull request #6222 from ctiller/dictionaryGravatar Nicolas Noble2016-04-20
|\ | | | | Expand corpora, improve dictionary
| * Expand server/client corporaGravatar Craig Tiller2016-04-19
| |
| * Merge github.com:grpc/grpc into dictionaryGravatar Craig Tiller2016-04-19
| |\ | |/ |/|
* | Merge pull request #6221 from jtattermusch/fix_ruby_performanceGravatar Jan Tattermusch2016-04-19
|\ \ | | | | | | Make RVM ruby accessible by performance tests
| * | make RVM ruby accessible by performance testsGravatar Jan Tattermusch2016-04-19
|/ /
* | Merge pull request #6189 from y-zeng/default-verbosityGravatar Yuchen Zeng2016-04-19
|\ \ | | | | | | Add knob for default core output verbosity
* \ \ Merge pull request #6210 from jtattermusch/benchmarking_add_javaGravatar Jan Tattermusch2016-04-19
|\ \ \ | | | | | | | | Support Java performance worker in run_performance_tests.py
* \ \ \ Merge pull request #6209 from sreecha/go_stress_dockerGravatar Jan Tattermusch2016-04-19
|\ \ \ \ | | | | | | | | | | Run Go stress tests on GKE
* \ \ \ \ Merge pull request #6194 from jboeuf/filter_causes_close_fixGravatar Jan Tattermusch2016-04-19
|\ \ \ \ \ | | | | | | | | | | | | Fixing op duplication in test.
| | | * | | add java performance workerGravatar Jan Tattermusch2016-04-19
| |_|/ / / |/| | | |
* | | | | Merge pull request #6212 from stanley-cheung/php-fix-styleGravatar Jan Tattermusch2016-04-19
|\ \ \ \ \ | | | | | | | | | | | | PHP: ran php-cs-fixer again
* \ \ \ \ \ Merge pull request #6204 from jtattermusch/benchmarking_add_rubyGravatar Jan Tattermusch2016-04-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add RubyLanguage to benchmarking scenarios
| | * | | | | php: ran php-cs-fixer againGravatar Stanley Cheung2016-04-19
| |/ / / / / |/| | | | |
| | | | | * Better dictionaryGravatar Craig Tiller2016-04-18
| | | | | |
| * | | | | actually stop benchmark serverGravatar Jan Tattermusch2016-04-18
| | | | | |
| * | | | | remove trailing whitespacesGravatar Jan Tattermusch2016-04-18
| | | | | |
| * | | | | run bundle install from repo rootGravatar Jan Tattermusch2016-04-18
| | | | | |
| | | | | * Better dictionaryGravatar Craig Tiller2016-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
| | | | | * | Go Stress test: Docker stress test images and config files to run on GKEGravatar Sree Kuchibhotla2016-04-18
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #6124 from dgquintas/ip_parse_refactorGravatar Sree Kuchibhotla2016-04-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Factored out parse functions from sockaddr_resolver
| | | | * | | add RubyLanguage to benchmarking scenariosGravatar Jan Tattermusch2016-04-18
| |_|_|/ / / |/| | | | |
| | * | | | 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
| |_|/ / / |/| | | |
| | | | * After running generate_projects.shGravatar Yuchen Zeng2016-04-15
| | | | |
* | | | | Merge pull request #6192 from jtattermusch/populate_summary_resultGravatar Jan Tattermusch2016-04-15
|\ \ \ \ \ | | | | | | | | | | | | Populate ScenarioResultSummary result in QPS driver.
| | | | * | Fixing op duplication in test.Gravatar Julien Boeuf2016-04-15
| |_|_|/ / |/| | | |
| * | | | fix formattingGravatar Jan Tattermusch2016-04-15
| | | | |
| | | | * explicit convert severity to a signed typeGravatar Yuchen Zeng2016-04-15
| | | | |
| | | | * remove barrierGravatar Yuchen Zeng2016-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
| | | * Add knob for default core output verbosityGravatar Yuchen Zeng2016-04-15
| |_|/ |/| |
| * | 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