Craig Tiller
c758542df6
Fix compile
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
Jan Tattermusch
ca8de5c1c3
Merge pull request #9868 from jtattermusch/csharp_more_interop_logging
...
Display logs when running interop based tests
8 years ago
Craig Tiller
345abfd6ef
Merge pull request #9871 from ctiller/fix-bm
...
Fix uploader
8 years ago
Craig Tiller
e177c24b5f
Fix uploader
8 years ago
Craig Tiller
2467630fa6
Merge pull request #9757 from ctiller/bm_meta
...
Add benchmarks for metadata operations
8 years ago
Craig Tiller
2c3d4ed32e
Fix submodule
8 years ago
Craig Tiller
d0ed9ffd37
Merge github.com:grpc/grpc into bm_meta
8 years ago
Craig Tiller
312fdba350
Merge github.com:grpc/grpc into bm_meta
8 years ago
Craig Tiller
5825b6922e
Merge pull request #9849 from ctiller/bm_chttp2
...
Add benchmarks for HTTP2 HPACK encoding
8 years ago
Craig Tiller
f30194f157
Merge branch 'bm_meta' of github.com:ctiller/grpc into bm_meta
8 years ago
Craig Tiller
510f38a711
Merge branch 'bm_chttp2' into bm_meta
8 years ago
Craig Tiller
b325a1dd4a
Fix submodule
8 years ago
Craig Tiller
f2cf3d94a1
Merge pull request #9747 from ctiller/splitsies
...
Increase timeout for bm_fullstack
8 years ago
Noah Eisen
c240e6cd11
Merge pull request #9870 from ncteisen/if-opportunity-doesnt-knock-fix-the-build
...
Add grpc_load_reporting to grpc_cronet
8 years ago
Craig Tiller
e1bc938b44
Merge pull request #9858 from ctiller/cb
...
Fix closure running: current code is unsafe
8 years ago
ncteisen
40e1e99f62
Fix load_reporting linker error
8 years ago
adelez
f11e050e16
Merge pull request #9614 from adelez/fix_interop_report2
...
Fix interop HTML report
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
Sree Kuchibhotla
defc69670a
Merge pull request #9774 from sreecha/surface_test_bazel
...
Bazel BUILD files tests under `test/core/surface` and `test/cpp/end2end`
8 years ago
Jan Tattermusch
66f85782c0
display logs when running interop based tests
8 years ago
Sree Kuchibhotla
5ea18b372f
Merge pull request #9683 from sreecha/fd_rw_atm_closure
...
Reduce mutexes in grpc_fd read_closure/write_closure/shutdown paths (epoll engine only)
8 years ago
Jan Tattermusch
6b46b7414e
Merge pull request #9859 from jtattermusch/internal_ci_try_github
...
Add experimental CI job to run sanity tests
8 years ago
Craig Tiller
8a6db33e7b
Merge pull request #9664 from ctiller/c3+r+l
...
Make load balancers use combiner locks
8 years ago
Jan Tattermusch
1642b7c1f6
copy sponge_log.xml from docker container once tests finish
8 years ago
Craig Tiller
13792875de
Fix closure running: current code is unsafe
8 years ago
Sree Kuchibhotla
97e3ecc216
Comments and relaxed cas in some cases
8 years ago
Michael Lumish
63852c933b
Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_x
...
Upmerge from 1.1.x
8 years ago
Jan Tattermusch
b10a193b16
run_tests.py: support downloading base image from dockerhub
8 years ago
Yang Gao
1556aa1a48
Merge pull request #9718 from yang-g/metadata
...
Let ServerContext own the initial_metadata array for sync calls
8 years ago
Jan Tattermusch
13c1562934
add experimental CI job to run sanity tests
8 years ago
matt-kwong
0ceb94928f
Merge pull request #9851 from matt-kwong/internal-ci-adjustments
...
Reduce running time of internally run fuzzers
8 years ago
Craig Tiller
681507aa24
Fix memory leak
8 years ago
Sree Kuchibhotla
8214b87fc5
Comments around acquire/release
8 years ago
Craig Tiller
8a66165fe5
Merge pull request #9745 from ctiller/bm_error
...
Add a benchmark for various operations on grpc_error
8 years ago
Craig Tiller
ef33c8752f
Merge github.com:grpc/grpc into bm_meta
8 years ago
Craig Tiller
b92d5a2f70
Merge branch 'bm_error' into bm_meta
8 years ago
Craig Tiller
4a4c973780
Un-change gflags
8 years ago
Matt Kwong
dff19376a7
Increase ulimit -n for internal testing
8 years ago
Craig Tiller
46dd790474
Fixes, review comments
8 years ago
Craig Tiller
1119a62bf5
Merge pull request #9650 from ctiller/call_mutex
...
Make batch allocation lock-free
8 years ago
Nathaniel Manista
a04bbed730
Merge pull request #9830 from nathanielmanistaatgoogle/lint-fixes
...
Fix and enable no-member lint.
8 years ago
Matt Kwong
3df77d2841
Reduce running time of internally run fuzzers
8 years ago
Craig Tiller
bc34a08bf5
Merge github.com:grpc/grpc into bm_error
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
matt-kwong
bf1eb38ced
Merge pull request #9816 from matt-kwong/add-more-jobs
...
Add more jobs to internal CI
8 years ago
Craig Tiller
715c9cfe1a
Merge github.com:grpc/grpc into c3+r+l
8 years ago