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
David Garcia Quintas
fafe995900
comments
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
Craig Tiller
9e5ac1bf11
Fix broken shutdown, and cascading exec_ctx usage bugs
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 Garcia Quintas
5481a58da7
Added <grpc/load_reporting.h> to BUILD
8 years ago
Jonathan Hseu
32df85cfab
Export LICENSE.txt in //third_party/nanopb
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
Muxi Yan
b67243fd3d
Polish test
8 years ago
Muxi Yan
4d352bec3d
remove some temporary comments
8 years ago
David Garcia Quintas
716f953532
Update protobuf version used for nanopb compiler
8 years ago
Craig Tiller
225435972c
Fix bug in poll polling engine causing pollsets to be deleted before they are removed from pollset_sets
8 years ago
Muxi Yan
a74ccafc93
Add new dummy Cronet API
8 years ago
Craig Tiller
a8610c094d
Review nits
8 years ago
Craig Tiller
be9691af99
Add commentary
8 years ago
Craig Tiller
a11bfc85e7
Simplify loop
8 years ago
Craig Tiller
4a84bdda7f
s/transport_private/handler_private -- use is no longer restricted to transports
8 years ago
Muxi Yan
ccbfb461d0
Merge remote-tracking branch 'upstream/master' into packet-coalescing-core
8 years ago
Craig Tiller
09173c66f4
Merge pull request #9703 from ctiller/bm_fixit
...
Use pre-existing script for flamegraph generation
8 years ago
Craig Tiller
9f3ba09d3c
Use pre-existing script for flamegraph generation
8 years ago
Craig Tiller
9c30e98ce5
Merge pull request #9699 from ctiller/bm_meh
...
Use shell to redirect a few big files
8 years ago
Craig Tiller
a48e690498
Use shell to redirect a few big files
8 years ago
Craig Tiller
ef6d744c23
Include faster networks
8 years ago
Craig Tiller
4cb0a7a5a1
Better test
8 years ago