aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* Add copyright and license to bm_diff.pyGravatar Matt Kwong2017-03-09
|
* A better benchmark diff scriptGravatar Craig Tiller2017-03-08
|
* Add more interesting metricsGravatar Craig Tiller2017-03-08
|
* Get filename rightGravatar Craig Tiller2017-03-08
|
* Always write index.htmlGravatar Craig Tiller2017-03-08
|
* Merge github.com:grpc/grpc into nudiffGravatar Craig Tiller2017-03-08
|\
| * Merge pull request #9977 from ctiller/fssplitGravatar Craig Tiller2017-03-08
| |\ | | | | | | Split bm_fullstack into pieces, reuse infrastructure across other microbenchmarks
| * | Fix misplaced assert in run_tests.pyGravatar David Garcia Quintas2017-03-08
| | |
| * | make report naming internal-CI compliantGravatar Jan Tattermusch2017-03-08
| | |
| * | Merge pull request #10026 from mehrdada/bump-proto-depenedency-on-python-3.2Gravatar Mehrdad Afshari2017-03-07
| |\ \ | | | | | | | | Updated protobuf dependency for python to 3.2.0
* | | | Start of diff scriptGravatar Craig Tiller2017-03-07
| | | |
* | | | Use new diff scriptGravatar Craig Tiller2017-03-07
| | | |
| * | | Ensure port server is running on remote hostsGravatar Craig Tiller2017-03-07
| | | |
| | * | Updated protobuf dependency for python to 3.2.0Gravatar Mehrdad Afshari2017-03-07
| |/ /
| * | fix grpcio_tools build on windowsGravatar Jan Tattermusch2017-03-07
| | |
| * | Updated python scripts to work with protobuf 3.2.0Gravatar Mehrdad Afshari2017-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 restoreGravatar Jan Tattermusch2017-03-07
| | |
| * | regenerate protoc_lib_deps.pyGravatar Jan Tattermusch2017-03-07
| | |
| * | fix bazel_deps.shGravatar Jan Tattermusch2017-03-07
| | |
| * | upgrade third_party/protobuf to 3.2.0Gravatar Jan Tattermusch2017-03-07
| | |
* | | Fix merge errorGravatar Craig Tiller2017-03-06
| | |
* | | Merge github.com:grpc/grpc into nudiffGravatar Craig Tiller2017-03-06
|\| |
* | | Merge branch 'diff_perf' into nudiffGravatar Craig Tiller2017-03-06
|\ \ \
* | | | Factor out benchmark parsing code to enable diffs more easilyGravatar Craig Tiller2017-03-06
| | | |
| | | * Merge branch 'fssplit' of github.com:ctiller/grpc into fssplitGravatar Craig Tiller2017-03-06
| | | |\
| | | * | Resolve sanity failuresGravatar Craig Tiller2017-03-06
| | | | |
| | * | | Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_masterGravatar David Garcia Quintas2017-03-03
| | |\ \ \
| | | | | * Fix mac buildGravatar Craig Tiller2017-03-03
| | | | | |
| | * | | | Merge pull request #9939 from ctiller/stream_owned_sliceGravatar Craig Tiller2017-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 ↵Gravatar Craig Tiller2017-03-03
| | | | | |/ | | | | | | | | | | | | | | | | | | face of failures)
| | | | | * Update test listGravatar Craig Tiller2017-03-03
| | | | | |
| | | | | * Get back trickleGravatar Craig Tiller2017-03-03
| | | | | |
| | | | | * Further splittingGravatar Craig Tiller2017-03-03
| | | | | |
| | | | | * Split bm_fullstack unary ping pong outGravatar Craig Tiller2017-03-03
| | | | | |
| | | | | * Prep for splitting bm_fullstackGravatar Craig Tiller2017-03-03
| | | | | |
| | | | | * Move helpers to a common place, use them everywhereGravatar Craig Tiller2017-03-03
| | | |_|/ | | |/| |
| | * | | Merge pull request #9930 from ctiller/call_create_fixturesGravatar Craig Tiller2017-03-03
| | |\ \ \ | | | | | | | | | | | | Add fixtures for call creation benchmarks
| | * \ \ \ Merge pull request #9814 from apolcyn/turn_off_ruby_testsGravatar apolcyn2017-03-02
| | |\ \ \ \ | | | | | | | | | | | | | | re-enable ruby tests on mac
| | | | | | * Disable node_protobuf_async_unary_qps_unconstrained benchmark testGravatar murgatroid992017-03-02
| | | | | | |
| | * | | | | regenerate docsGravatar Jan Tattermusch2017-03-02
| | | | | | |
| | * | | | | Merge pull request #9928 from jtattermusch/kokoro_winGravatar Jan Tattermusch2017-03-02
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Improve script for running windows tests on internal_ci
| | * | | | | | Enable C++ negative http2 testGravatar Eric Gribkoff2017-03-01
| | | | | | | |
| | * | | | | | Merge pull request #9894 from apolcyn/update_go_bmGravatar apolcyn2017-03-01
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | update go to 1.8 on benchmarks
| | * | | | | | | Revert "Enable lto for performance testing"Gravatar Craig Tiller2017-03-01
| | | | | | | | |
| | * | | | | | | Merge github.com:grpc/grpc into ltoGravatar Craig Tiller2017-03-01
| | |\ \ \ \ \ \ \
| | | | | | | | | * Boost grpc version to v1.1.4Gravatar Muxi Yan2017-03-01
| | | | | | | | | |
| | | * | | | | | | Merge pull request #9769 from ctiller/always-use-port-serverGravatar Craig Tiller2017-03-01
| | |/| | | | | | | | |/| | | | | | | | | | | | | | | | | | Always use port server
| * | | | | | | | | stripGravatar Craig Tiller2017-03-01
| | | | | | | | | |
| * | | | | | | | | Call the right functionGravatar Craig Tiller2017-03-01
| | | | | | | | | |
| * | | | | | | | | Make cleanGravatar Craig Tiller2017-03-01
| | | | | | | | | |