Craig Tiller
4751c28b0b
Add channel arguments to server builder
8 years ago
Jan Tattermusch
5a59c43e7a
make report naming internal-CI compliant
8 years ago
Craig Tiller
eb24a7bd84
Use new diff script
8 years ago
Craig Tiller
6921820fab
Ensure port server is running on remote hosts
8 years ago
Jan Tattermusch
a3d87cad7e
fix C# nuget restore
8 years ago
Jan Tattermusch
fddb01d537
upgrade third_party/protobuf to 3.2.0
8 years ago
Craig Tiller
e067b6e119
Resolve sanity failures
8 years ago
Craig Tiller
f09ec59222
Fix mac build
8 years ago
Craig Tiller
1128d462c3
Pollset benchmark
8 years ago
Craig Tiller
0dc57ad46f
Move trickle to the end: it takes a while, and its less important (in the face of failures)
8 years ago
Craig Tiller
0d8b11fe21
Update test list
8 years ago
Craig Tiller
52bd441b25
Get back trickle
8 years ago
Craig Tiller
12d22e472b
Further splitting
8 years ago
Craig Tiller
62ac65b183
Split bm_fullstack unary ping pong out
8 years ago
Craig Tiller
627a59892a
Prep for splitting bm_fullstack
8 years ago
Craig Tiller
5e3215338f
Move helpers to a common place, use them everywhere
8 years ago
murgatroid99
faaa8b8913
Disable node_protobuf_async_unary_qps_unconstrained benchmark test
8 years ago
Eric Gribkoff
caf7ea53be
Enable C++ negative http2 test
8 years ago
Craig Tiller
0a3d5f90a9
Revert "Enable lto for performance testing"
8 years ago
Craig Tiller
6d91f2d27b
strip
8 years ago
Craig Tiller
aa296fec74
Call the right function
8 years ago
Craig Tiller
dce26f422c
Make clean
8 years ago
Craig Tiller
5ef448d218
Fix module name :)
8 years ago
Craig Tiller
ff84b3650f
Experimental version
8 years ago
Craig Tiller
d753f45cf3
Add argument
8 years ago
Craig Tiller
f9abb2921b
Reserve opt for external builds, use lto for profiling
8 years ago
Craig Tiller
295df6da9a
Add a slice type that shares a refcount with a transport stream
8 years ago
Craig Tiller
541b87e015
Report non-counter cpu times to bigquery to get more accurate dashboards
8 years ago
Jan Tattermusch
ff61b8c114
improve script for running windows tests on internal_ci
8 years ago
Noah Eisen
ae1cd87ffb
Enable python negative http2 test
8 years ago
Noah Eisen
de99fe8679
Enable Go negative http2 interop test
8 years ago
Craig Tiller
edbf2b9d13
Add a spinlock type.
...
Useful for situations where we need to repeatedly trylock, not useful
for cases where we need to lock (due to spinning).
Add a variant of sync_test to test it (with the same tests we run for
gpr_mu).
Add a benchmark to bm_closure to demonstrate single threaded performance.
8 years ago
Matt Kwong
28b0f2a0d1
Add tools/internal_ci/ to test filter
8 years ago
Yuchen Zeng
990d9fe146
Client-side keepalive ping
...
Based on soltanmm-google's #9114
8 years ago
ncteisen
40e1e99f62
Fix load_reporting linker error
8 years ago
Adele Zhou
8e7e1e37fa
Only run bad http2 server tests with supported client/server pairs.
8 years ago
Adele Zhou
992d5cd89b
comment out python temporarily
8 years ago
Adele Zhou
429e5607f7
Fix interop HTML report.
8 years ago
Jan Tattermusch
1642b7c1f6
copy sponge_log.xml from docker container once tests finish
8 years ago
Jan Tattermusch
b10a193b16
run_tests.py: support downloading base image from dockerhub
8 years ago
ncteisen
3da3ce3c29
Add error test
8 years ago
Mark D. Roth
d6d192d005
Retry throttling implementation.
8 years ago
Craig Tiller
523d54beeb
Refine to just be a HPACK benchmark
8 years ago
Craig Tiller
8300071b4b
Run call_create benchmarks
8 years ago
Ken Payson
626fb455ac
Add Python3.6 to build artifacts
8 years ago
David Garcia Quintas
e6e7b017dd
PR comments
8 years ago
Yuchen Zeng
a9d8a157be
Add parse_address_test
8 years ago
Craig Tiller
2f792d9d16
Initial http2 benchmarks
8 years ago
David Garcia Quintas
bcd5f12e4b
Fixed Heap-buffer-overflow in parse_unix via clusterfuzz
8 years ago
Craig Tiller
122e4500d1
Exclude poll, poll-cv for bm_fullstack (its not interesting)
8 years ago