Commit Graph

1952 Commits

Author SHA1 Message Date
Jan Tattermusch 5b4a9348f8 run bundle install from repo root 2016-04-18 17:16:48 -07:00
Jan Tattermusch a5780e1607 add RubyLanguage to benchmarking scenarios 2016-04-18 08:37:12 -07:00
Jan Tattermusch 92265f6904 fix field names in schema 2016-04-15 14:53:53 -07:00
Jan Tattermusch 4843b513c6 populate metadata about jenkins build in benchmark results 2016-04-15 13:43:39 -07:00
Jan Tattermusch 6d7fa5572e result uploading 2016-04-15 10:17:22 -07:00
Jan Tattermusch 88cc4e26ed minor changes to schema 2016-04-15 10:17:22 -07:00
Jan Tattermusch efd9803be5 Uploading results to big query 2016-04-15 09:14:31 -07:00
Jan Tattermusch 969ffaf5c6 Enable JSON reports for qps drivers 2016-04-14 13:13:25 -07:00
Jan Tattermusch 05bb5b9326 regenerate tests.json with C++ perf scenarios 2016-04-14 13:13:25 -07:00
Jan Tattermusch 7be244b647 fix redundant C++ scenario 2016-04-14 13:13:25 -07:00
Jan Tattermusch d61c252f8e add some more C# scenarios 2016-04-14 13:13:24 -07:00
Jan Tattermusch ee9032c507 add support for cross-language tests 2016-04-14 13:13:24 -07:00
Jan Tattermusch 38becc28b0 added support for regex selection of scenarios 2016-04-14 13:13:24 -07:00
Jan Tattermusch 4fec48b831 tiny fixes to scenario_config 2016-04-14 13:13:24 -07:00
Nicolas Noble 48a3af615b Merge pull request #6145 from nicolasnoble/memtracking
Memtracking stuff
2016-04-13 17:42:17 -07:00
Sree Kuchibhotla 478bd4449b Misc changes to stress test scripts 2016-04-12 17:40:24 -07:00
Nicolas "Pixel" Noble 0cca082fd7 Merge branch 'master' of https://github.com/grpc/grpc into memtracking 2016-04-12 19:54:51 +02:00
Nicolas Noble bf359b75db Merge pull request #6148 from ctiller/fuzzing_client
Fuzzing client
2016-04-12 10:54:33 -07:00
Nicolas Noble c75787ba0f Merge pull request #6132 from ctiller/e2efuzz
Expand server corpus
2016-04-11 23:29:07 -07:00
Craig Tiller eca0bcec2d Expand corpus 2016-04-11 23:23:49 -07:00
Craig Tiller d2f6baa4fe Expand corpus 2016-04-11 23:16:45 -07:00
Craig Tiller 100115e8d4 Expand corpus 2016-04-11 23:12:36 -07:00
Craig Tiller 4e8e23d339 Expand corpus 2016-04-11 22:49:46 -07:00
Jan Tattermusch 3c780d99cb Merge pull request #6134 from jtattermusch/migrate_nunit3
Migrate C# to NUnit 3.2
2016-04-11 22:20:26 -07:00
Craig Tiller 811d0f205c Expand corpus 2016-04-11 22:00:35 -07:00
Craig Tiller 0ef45543fd Expand corpus 2016-04-11 21:59:25 -07:00
Craig Tiller 15572f054a Expand corpus 2016-04-11 21:54:18 -07:00
Craig Tiller ec55c985ae Regen projects 2016-04-11 21:01:41 -07:00
Craig Tiller 845516e84f Add client fuzzer 2016-04-11 20:49:20 -07:00
Nicolas "Pixel" Noble fd998eb33f Merge branch 'master' of https://github.com/grpc/grpc into memtracking 2016-04-12 01:54:13 +02:00
Nicolas "Pixel" Noble 85a46dd780 Moving memory allocation tracking to its own file. 2016-04-12 01:50:51 +02:00
Jan Tattermusch a5f1f120aa make sure OpenCover.Console runs exclusively 2016-04-11 15:49:56 -07:00
Jan Tattermusch bd58f6f76b fix C# coverage on windows 2016-04-11 11:09:44 -07:00
Jan Tattermusch 67306daaa2 fix .bat script 2016-04-11 11:09:38 -07:00
Jan Tattermusch 35e608fb8f run_tests.py script fixup 2016-04-11 11:09:37 -07:00
Jan Tattermusch 38ed2cfdb5 teach run_tests how to run C# tests with NUnitLite 2016-04-11 11:09:33 -07:00
Jan Tattermusch a8ef9c3925 use correct non-overwrite flag for cp 2016-04-11 11:09:23 -07:00
Jan Tattermusch f6824c2685 fix run_tests scripts 2016-04-11 11:09:21 -07:00
Craig Tiller 1bca98966f Expand server corpus 2016-04-09 14:31:33 -07:00
Craig Tiller 67a9934ea5 Expand uri corpus 2016-04-08 22:52:10 -07:00
David Garcia Quintas 3a43cc06a8 Added codegen_test_full
Which makes sure target that depend on both codegen and grpc build.
2016-04-08 16:59:51 -07:00
Craig Tiller ea4b259aa4 Expand server corpus 2016-04-08 15:49:55 -07:00
Nicolas Noble f2d6a5a632 Merge pull request #6108 from miselin/sanity-check-vsprojects
Add a sanity check to make sure vsprojects stays usable.
2016-04-08 10:38:20 -07:00
Nicolas Noble 4560356155 Merge pull request #6106 from ctiller/server_fix
Expand corpus, fix crash
2016-04-07 15:34:26 -07:00
Matthew Iselin 50df82ffe4 Add a sanity check to make sure vsprojects stays usable. 2016-04-07 09:33:08 -07:00
Craig Tiller 03915e5de6 Sort out codegen dependencies 2016-04-07 09:15:10 -07:00
Craig Tiller 03d8f2f5f3 Remove *_codegen_lib
Since filegroups are now correctly layered, build systems that needed these libs can now instantiate the filegroups as libs directly.
2016-04-07 08:02:16 -07:00
Craig Tiller 1583d06955 Fix build 2016-04-06 21:54:21 -07:00
Craig Tiller 5db5e13293 Merge github.com:grpc/grpc into strong-includes 2016-04-06 16:28:46 -07:00
Jan Tattermusch 2879aa1b1d Merge pull request #6091 from sreecha/fix_stress_client_spec
Fix a typo in the spec (and make corresponding change in node stress client)
2016-04-06 15:25:46 -07:00