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
Sree Kuchibhotla
39b6f27a35
generate_projects.sh change
8 years ago
xiaohaoliang
764494a251
Update README.md
8 years ago
Sree Kuchibhotla
0393d5d0a6
generate_projects.sh
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
murgatroid99
009c859832
Generalize build_node.bat argument propagation
8 years ago
Alexander Polcyn
e0f5688a54
re-enable ruby tests on mac
8 years ago
David Garcia Quintas
c30b84e6f3
Timestamp test logs
8 years ago
Makarand Dharmapurikar
003092a202
code and BUILD file for creating a grpcz client
...
The client binary can be built with 'bazel build //tools/grpcz:grpcz_client' and
can be invoked with bazel-bin/tools/grpcz/grpcz_client --server SERVER_ADDR:PORT
You can see the stats page at http://localhost:8000/grpcz
8 years ago
David Garcia Quintas
0727c1008a
Fix wrong way of logging cmd failures in run_tests.py
8 years ago
David Garcia Quintas
e854357117
Reintroduced golden_file_test
8 years ago
murgatroid99
88113f7b61
Minor fixes to tests
8 years ago
David Garcia Quintas
947e530e7f
Fix args processing in run_tests
8 years ago
David Garcia Quintas
e9932d4744
add gflags to bazel
8 years ago
David Garcia Quintas
1f980cf7bb
Removed useless cpp/codegen/golden_file_test
8 years ago
Craig Tiller
ece502fa12
Speed up latency profiling (and tune down the memory usage)
8 years ago