Craig Tiller
e5dd4797b5
Merge pull request #9996 from ctiller/bm_channel
...
Add a test of creating a call on a lame channel in C++
8 years ago
Craig Tiller
0de314b39c
Merge pull request #10048 from ctiller/nudiff
...
Move to a customized benchmark diff tool
8 years ago
ncteisen
ceddd29391
Address github comments
8 years ago
matt-kwong
c19f6b7804
Merge pull request #10032 from matt-kwong/more-tests-kokoro
...
Add more jobs to Kokoro
8 years ago
ncteisen
234d1748d5
Merge branch 'master' of https://github.com/grpc/grpc into error-arena-optimization
8 years ago
Craig Tiller
62e062fa26
Merge pull request #48 from matt-kwong/nudiff
...
Add copyright and license to bm_diff.py
8 years ago
Noah Eisen
1a8391e8c0
Merge pull request #9756 from ncteisen/to-grpc-err-is-human
...
Optimizing grpc_error Part 1
8 years ago
Matt Kwong
f90d4c8372
Add copyright and license to bm_diff.py
8 years ago
Nathaniel Manista
9f1e5ab3c9
Add test behavior to yapf_code.sh
...
With this change yapf_code no longer changes the code under test when
executed from within the sanity tests.
8 years ago
Craig Tiller
791a8caf31
Merge pull request #10073 from ctiller/be_permissive
...
Verbosely log flow control failures due to buggy implementations
8 years ago
David Garcia Quintas
74cec10619
Bumped version to 1.3.0-dev
8 years ago
Vijay Pai
2e659c25df
Fix a comment
8 years ago
Craig Tiller
d27645550d
Merge github.com:grpc/grpc into bm_channel
8 years ago
ncteisen
b3eee5c8c7
Merge branch 'master' of https://github.com/grpc/grpc into to-grpc-err-is-human
8 years ago
Noah Eisen
a3e5801e2e
s/realloc/gpr_realloc to fix mem bug
8 years ago
Craig Tiller
343702bf61
Write an essay
8 years ago
Noah Eisen
a885d00a38
Merge branch 'master' of https://github.com/grpc/grpc into error-arena-optimization
8 years ago
makdharma
eb064ec7b8
Merge pull request #10030 from makdharma/well_known_protos
...
changes for picking up well known protos
8 years ago
Craig Tiller
8d7ce8cc9d
Merge pull request #10070 from ctiller/fmac
...
Redo bm_fullstack split, fixing mac build
8 years ago
Jan Tattermusch
f5ac0b95f2
Add global.json file to pick dotnet core SDK version
8 years ago
Jan Tattermusch
be2807de92
Add newest dotnet SDK to C# dockerfile
8 years ago
Craig Tiller
2d42debc5a
Merge branch 'unrevert' into fmac
8 years ago
Craig Tiller
c945c12b47
Revert "Revert "Split bm_fullstack into pieces, reuse infrastructure across other microbenchmarks""
...
This reverts commit 0cb7fef406
.
8 years ago
Craig Tiller
7375d53de7
Merge pull request #10061 from grpc/revert-9977-fssplit
...
Revert "Split bm_fullstack into pieces, reuse infrastructure across other microbenchmarks"
8 years ago
Craig Tiller
ad14bcec61
Fix mac build
8 years ago
Craig Tiller
e667aaf9f9
clang-format
8 years ago
Craig Tiller
d720d5dd0a
Track zalloc times in microbenchmark
...
This forms our speed of light for call creation: at some point call
creation is dominated by zeroing memory and all we can do is reduce the
size of the call... let's track where that point is.
8 years ago
Craig Tiller
71c286466a
Dont use memory counters unless counters mode is on
8 years ago
Jan Tattermusch
45c34c323e
Merge pull request #10046 from jtattermusch/dont_silence_run_tests_use_docker
...
Dont silence realtime output from run_tests.py --use_docker
8 years ago
Jan Tattermusch
0cb7fef406
Revert "Split bm_fullstack into pieces, reuse infrastructure across other microbenchmarks"
8 years ago
Jan Tattermusch
809b421554
Merge pull request #10043 from grpc/jtattermusch-patch-1
...
Delete TestResult.xml
8 years ago
matt-kwong
e188c7d39a
Merge pull request #10033 from matt-kwong/fix-dockerfiles
...
Fix pyenv Dockerfile
8 years ago
Yang Gao
2e0a82f14d
Merge pull request #10040 from rjshade/udp_use_after_free
...
Fix flaky use-after-free in udp_server
8 years ago
ncteisen
1a882cfc4a
Add more core banned functions
8 years ago
ncteisen
55337bb317
Error arena optimization
8 years ago
Muxi Yan
88a41bfa9d
Add comment to encodingOverhead
8 years ago
Matt Kwong
b97e82b179
Change Kokoro scripts to use run_tests_matrix.py
8 years ago
Craig Tiller
47c56a677e
A better benchmark diff script
8 years ago
Mehrdad Afshari
c35a5b0e74
Merge pull request #10038 from mehrdada/server-reflection-for-grpc-python
...
Bump protobuf to 3.2.0 in requirements.txt
8 years ago
Craig Tiller
5adc93e0ba
Add more interesting metrics
8 years ago
Craig Tiller
26995eb2ee
Get filename right
8 years ago
Craig Tiller
b432885a56
Always write index.html
8 years ago
Craig Tiller
f5362b1add
Merge github.com:grpc/grpc into nudiff
8 years ago
Nathaniel Manista
04b4d4c54b
Merge pull request #9974 from nathanielmanistaatgoogle/lint
...
More lint.
8 years ago
Craig Tiller
e83edbfc2f
Merge github.com:grpc/grpc into bm_channel
8 years ago
Craig Tiller
808d19e834
Merge pull request #9977 from ctiller/fssplit
...
Split bm_fullstack into pieces, reuse infrastructure across other microbenchmarks
8 years ago
Craig Tiller
c2804fbb2e
Merge pull request #10018 from ctiller/accept4
...
Silence accept4 message when its irrelevant
8 years ago
Craig Tiller
332bcc377c
Fix sanity
8 years ago
Craig Tiller
09e9329f29
Merge github.com:grpc/grpc into server_channel_args
8 years ago
Matt Kwong
5faabc45c5
Fix pyenv dockerfile
8 years ago