Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add copyright and license to bm_diff.py | Matt Kwong | 2017-03-09 |
| | |||
* | A better benchmark diff script | Craig Tiller | 2017-03-08 |
| | |||
* | Add more interesting metrics | Craig Tiller | 2017-03-08 |
| | |||
* | Get filename right | Craig Tiller | 2017-03-08 |
| | |||
* | Always write index.html | Craig Tiller | 2017-03-08 |
| | |||
* | Merge github.com:grpc/grpc into nudiff | Craig Tiller | 2017-03-08 |
|\ | |||
| * | Merge pull request #9977 from ctiller/fssplit | Craig Tiller | 2017-03-08 |
| |\ | | | | | | | Split bm_fullstack into pieces, reuse infrastructure across other microbenchmarks | ||
| * | | Fix misplaced assert in run_tests.py | David Garcia Quintas | 2017-03-08 |
| | | | |||
| * | | make report naming internal-CI compliant | Jan Tattermusch | 2017-03-08 |
| | | | |||
| * | | Merge pull request #10026 from mehrdada/bump-proto-depenedency-on-python-3.2 | Mehrdad Afshari | 2017-03-07 |
| |\ \ | | | | | | | | | Updated protobuf dependency for python to 3.2.0 | ||
* | | | | Start of diff script | Craig Tiller | 2017-03-07 |
| | | | | |||
* | | | | Use new diff script | Craig Tiller | 2017-03-07 |
| | | | | |||
| * | | | Ensure port server is running on remote hosts | Craig Tiller | 2017-03-07 |
| | | | | |||
| | * | | Updated protobuf dependency for python to 3.2.0 | Mehrdad Afshari | 2017-03-07 |
| |/ / | |||
| * | | fix grpcio_tools build on windows | Jan Tattermusch | 2017-03-07 |
| | | | |||
| * | | Updated python scripts to work with protobuf 3.2.0 | Mehrdad Afshari | 2017-03-07 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the build script of python grpcio-tools package is very much entangled with the build system of protobuf, and protobuf build scripts added a build step that compiles js/embed.cc to create a preprocessor binary that takes some .js files and generates a single well_known_types_embed.cc which then gets linked to the rest of protobuf source tree. The generated code seems to be used only by the JS portion of protoc, so is not expected to affect our python build. Since we did not want to replicate the entire build process of protobuf, we decided to pre-generate the well_known_types_embed.cc and keep it in our repo and then substitute the js/embed.cc compiler file with it. | ||
| * | | fix C# nuget restore | Jan Tattermusch | 2017-03-07 |
| | | | |||
| * | | regenerate protoc_lib_deps.py | Jan Tattermusch | 2017-03-07 |
| | | | |||
| * | | fix bazel_deps.sh | Jan Tattermusch | 2017-03-07 |
| | | | |||
| * | | upgrade third_party/protobuf to 3.2.0 | Jan Tattermusch | 2017-03-07 |
| | | | |||
* | | | Fix merge error | Craig Tiller | 2017-03-06 |
| | | | |||
* | | | Merge github.com:grpc/grpc into nudiff | Craig Tiller | 2017-03-06 |
|\| | | |||
* | | | Merge branch 'diff_perf' into nudiff | Craig Tiller | 2017-03-06 |
|\ \ \ | |||
* | | | | Factor out benchmark parsing code to enable diffs more easily | Craig Tiller | 2017-03-06 |
| | | | | |||
| | | * | Merge branch 'fssplit' of github.com:ctiller/grpc into fssplit | Craig Tiller | 2017-03-06 |
| | | |\ | |||
| | | * | | Resolve sanity failures | Craig Tiller | 2017-03-06 |
| | | | | | |||
| | * | | | Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master | David Garcia Quintas | 2017-03-03 |
| | |\ \ \ | |||
| | | | | * | Fix mac build | Craig Tiller | 2017-03-03 |
| | | | | | | |||
| | * | | | | Merge pull request #9939 from ctiller/stream_owned_slice | Craig Tiller | 2017-03-03 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Add a slice type that shares a refcount with a transport stream | ||
| | | | | | * | Move trickle to the end: it takes a while, and its less important (in the ↵ | Craig Tiller | 2017-03-03 |
| | | | | |/ | | | | | | | | | | | | | | | | | | | face of failures) | ||
| | | | | * | Update test list | Craig Tiller | 2017-03-03 |
| | | | | | | |||
| | | | | * | Get back trickle | Craig Tiller | 2017-03-03 |
| | | | | | | |||
| | | | | * | Further splitting | Craig Tiller | 2017-03-03 |
| | | | | | | |||
| | | | | * | Split bm_fullstack unary ping pong out | Craig Tiller | 2017-03-03 |
| | | | | | | |||
| | | | | * | Prep for splitting bm_fullstack | Craig Tiller | 2017-03-03 |
| | | | | | | |||
| | | | | * | Move helpers to a common place, use them everywhere | Craig Tiller | 2017-03-03 |
| | | |_|/ | | |/| | | |||
| | * | | | Merge pull request #9930 from ctiller/call_create_fixtures | Craig Tiller | 2017-03-03 |
| | |\ \ \ | | | | | | | | | | | | | Add fixtures for call creation benchmarks | ||
| | * \ \ \ | Merge pull request #9814 from apolcyn/turn_off_ruby_tests | apolcyn | 2017-03-02 |
| | |\ \ \ \ | | | | | | | | | | | | | | | re-enable ruby tests on mac | ||
| | | | | | * | Disable node_protobuf_async_unary_qps_unconstrained benchmark test | murgatroid99 | 2017-03-02 |
| | | | | | | | |||
| | * | | | | | regenerate docs | Jan Tattermusch | 2017-03-02 |
| | | | | | | | |||
| | * | | | | | Merge pull request #9928 from jtattermusch/kokoro_win | Jan Tattermusch | 2017-03-02 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Improve script for running windows tests on internal_ci | ||
| | * | | | | | | Enable C++ negative http2 test | Eric Gribkoff | 2017-03-01 |
| | | | | | | | | |||
| | * | | | | | | Merge pull request #9894 from apolcyn/update_go_bm | apolcyn | 2017-03-01 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | update go to 1.8 on benchmarks | ||
| | * | | | | | | | Revert "Enable lto for performance testing" | Craig Tiller | 2017-03-01 |
| | | | | | | | | | |||
| | * | | | | | | | Merge github.com:grpc/grpc into lto | Craig Tiller | 2017-03-01 |
| | |\ \ \ \ \ \ \ | |||
| | | | | | | | | * | Boost grpc version to v1.1.4 | Muxi Yan | 2017-03-01 |
| | | | | | | | | | | |||
| | | * | | | | | | | Merge pull request #9769 from ctiller/always-use-port-server | Craig Tiller | 2017-03-01 |
| | |/| | | | | | | | |/| | | | | | | | | | | | | | | | | | | Always use port server | ||
| * | | | | | | | | | strip | Craig Tiller | 2017-03-01 |
| | | | | | | | | | | |||
| * | | | | | | | | | Call the right function | Craig Tiller | 2017-03-01 |
| | | | | | | | | | | |||
| * | | | | | | | | | Make clean | Craig Tiller | 2017-03-01 |
| | | | | | | | | | |