Craig Tiller
6921820fab
Ensure port server is running on remote hosts
8 years ago
Jan Tattermusch
3b7bcc3eb0
fix grpcio_tools build on windows
8 years ago
Mehrdad Afshari
065d924436
Updated python scripts to work with protobuf 3.2.0
...
Since the build script of python grpcio-tools package
is very much entangled with the build system of protobuf,
and protobuf build scripts added a build step that
compiles js/embed.cc to create a preprocessor binary
that takes some .js files and generates a single
well_known_types_embed.cc which then gets linked to the
rest of protobuf source tree.
The generated code seems to be used only by the JS
portion of protoc, so is not expected to affect
our python build. Since we did not want to replicate
the entire build process of protobuf, we decided to
pre-generate the well_known_types_embed.cc and keep
it in our repo and then substitute the js/embed.cc
compiler file with it.
8 years ago
Jan Tattermusch
a3d87cad7e
fix C# nuget restore
8 years ago
Jan Tattermusch
5cf218e641
regenerate protoc_lib_deps.py
8 years ago
Jan Tattermusch
6820c8c746
fix bazel_deps.sh
8 years ago
Jan Tattermusch
fddb01d537
upgrade third_party/protobuf to 3.2.0
8 years ago
murgatroid99
faaa8b8913
Disable node_protobuf_async_unary_qps_unconstrained benchmark test
8 years ago
Jan Tattermusch
885dac010f
regenerate docs
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
Muxi Yan
5c2d7e287b
Boost grpc version to v1.1.4
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
David Garcia Quintas
b1e545f417
Fix generate projects
8 years ago
Craig Tiller
541b87e015
Report non-counter cpu times to bigquery to get more accurate dashboards
8 years ago
Craig Tiller
8d9d4d00fd
Add benchmark to conversion script
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
Alexander Polcyn
08ad56525b
update go to 1.8 on benchmarks
8 years ago
Jan Tattermusch
6766150343
add script for running "latest released" benchmarks
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
70e353bf28
Make portability tests pull Docker images from Dockerhub
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
Craig Tiller
e177c24b5f
Fix uploader
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
Jan Tattermusch
13c1562934
add experimental CI job to run sanity tests
8 years ago
Ken Payson
fd6cc7de7b
Bump version to v1.1.3
8 years ago
Matt Kwong
dff19376a7
Increase ulimit -n for internal testing
8 years ago
Matt Kwong
3df77d2841
Reduce running time of internally run fuzzers
8 years ago
Craig Tiller
523d54beeb
Refine to just be a HPACK benchmark
8 years ago
Craig Tiller
0db30f3dd0
HPACK parsing benchmarks
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