David G. Quintas
4fe0d977ed
Merge pull request #9733 from dgquintas/runtests_errors
...
Better error reporting in run_tests.py
8 years ago
Craig Tiller
87682ef26d
Merge pull request #9742 from ctiller/cgi
...
Fix escaping in index.html
8 years ago
Craig Tiller
2e0f02b5fb
Merge pull request #9693 from ctiller/bm_closure
...
Add benchmarks of closures, combiners, exec_ctx primitives
8 years ago
Nathaniel Manista
01c5bdba79
Merge pull request #9736 from nathanielmanistaatgoogle/sanity
...
Sanity improvements.
8 years ago
Nathaniel Manista
47c3e7cd36
Merge pull request #9735 from nathanielmanistaatgoogle/lint-fixes
...
Lint fixes.
8 years ago
Craig Tiller
d3b8cd6617
Merge github.com:grpc/grpc into bm_closure
8 years ago
Craig Tiller
ac6323c795
Merge pull request #9720 from ctiller/fc
...
Possible connection window flow control improvements
8 years ago
Craig Tiller
03eec51790
Merge pull request #9697 from ctiller/bm_trickle
...
Add a test that measures flow control stalls in a deterministic way
8 years ago
Craig Tiller
891e8162e4
Fix escaping in index.html
8 years ago
Craig Tiller
64dc18dda9
Merge pull request #9643 from ctiller/authority_allocation
...
Signal that authority can be compressed in hpack: saves 1 allocation/rpc
8 years ago
Craig Tiller
49c44f5370
Merge pull request #9666 from ctiller/no_reuse
...
Eliminate CQ freelist
8 years ago
Nathaniel Manista
b3a1ec2111
Output diff on failed yapf sanity
8 years ago
Nathaniel Manista
73495e3b35
Ignore python_pylint_venv/.
...
This should have been included in 1a967c31c3
.
8 years ago
Nathaniel Manista
a52d3bb39b
Fix and enable simplifiable-if-statement lint
8 years ago
Nathaniel Manista
402aca6621
Fix and enable dangerous-default-value lint
...
The fix is more of an elision and the code in the changed area is
reflowed.
8 years ago
Nathaniel Manista
3577f63136
Fix and enable logging-format-interpolation lint
8 years ago
matt-kwong
4ead91a914
Merge pull request #9713 from yongni/origin
...
Added a script and config for bringing interop test to kokoro
8 years ago
yongni
17342333a8
Update grpc_interop.cfg
8 years ago
Craig Tiller
c9dbd5b99b
Merge pull request #9732 from ctiller/bm_perf
...
Serialize running of perf, switch back to -f for consistent event counts
8 years ago
David Garcia Quintas
0392025bff
Better error reporting in run_tests.py
8 years ago
Yong Ni
18570ec948
Wed Feb 15 12:49:32 PST 2017
8 years ago
Craig Tiller
c2c0c6f549
capitALization
8 years ago
Craig Tiller
ab951947ce
Syntax fix
8 years ago
Craig Tiller
d5b389d401
Serialize running of perf, switch back to -f for consistent event counts
8 years ago
Craig Tiller
48dbdfd9e5
Merge pull request #9724 from ctiller/parallel-perf
...
Run perf benchmarks in parallel
8 years ago
kpayson64
86e9f3564a
Merge pull request #9709 from kpayson64/preserve_call
...
Store cython-level call in grpc.Call
8 years ago
Craig Tiller
00a710a8e2
Merge pull request #9647 from ctiller/authority
...
Should only do host-->:authority if there is no :authority
8 years ago
Craig Tiller
6ad0072f66
Run perf benchmarks in parallel
8 years ago
Craig Tiller
40d027afeb
Merge pull request #9687 from ctiller/x
...
Make latency traces more useful
8 years ago
Craig Tiller
1115210267
Merge pull request #9722 from ctiller/fix-perf
...
Add flamegraphs to index.html
8 years ago
Craig Tiller
86e369165a
Update microbenchmarking framework for new benchmark
8 years ago
Craig Tiller
3f878bc784
Update microbenchmarking framework for new benchmark
8 years ago
Craig Tiller
2b085f9923
Merge branch 'bm_trickle' into bm_closure
8 years ago
Craig Tiller
22482a41b6
Merge branch 'bm_trickle' of github.com:ctiller/grpc into bm_trickle
8 years ago
Craig Tiller
d9bc2107e5
Update microbenchmarking framework for new benchmark
8 years ago
Craig Tiller
3f6bf731c7
Merge github.com:grpc/grpc into bm_trickle
8 years ago
Craig Tiller
e2894b42d7
Add some tracing
8 years ago
Craig Tiller
5a8c586c40
Add flamegraphs to index.html
8 years ago
Craig Tiller
fd2cd7856b
Possible connection window flow control improvements
...
Instead of incrementally doling out connection level flow control, use the fact that if a stream's initial_window_delta >= 0 then the application has made some commitment to read those bytes.
That means that we should target connection level flow control to be:
target_incoming_window = sum(stream_incoming_window_delta if stream_incoming_window_delta > 0) +
max(0, k * bdp - sum(abs(stream_incoming_window_delta) if stream_incoming_window_delta < 0))
8 years ago
Craig Tiller
7f9184f314
Review feedback
8 years ago
Craig Tiller
400b32b3cc
Merge github.com:grpc/grpc into bm_trickle
8 years ago
Craig Tiller
37bfff35ee
Fix port server
8 years ago
Craig Tiller
90e443280a
Merge github.com:grpc/grpc into authority
8 years ago
Muxi Yan
7e54f14d80
Merge pull request #9246 from muxi/packet-coalescing-core
...
Packet Coalescing - Core
8 years ago
Yong Ni
7676e9ac93
Tue Feb 14 17:35:25 PST 2017
8 years ago
Craig Tiller
669842666d
Merge pull request #9712 from ctiller/bm_abcdef
...
Cleanup files during processing
8 years ago
Craig Tiller
bd5a4d263d
Cleanup files during processing
8 years ago
David G. Quintas
d3b82aa157
Merge pull request #9706 from dgquintas/nanopb_proto_version_bump
...
Update protobuf version used for nanopb compiler
8 years ago
Ken Payson
d5d9d9e672
Store cython-level call in grpc.Call
...
This allows inspecting c-level properties of the call after completion.
8 years ago
Muxi Yan
8da82bb9cf
Add CronetUnitTests into Jenkins tests
8 years ago