Craig Tiller
e5b11c26af
Fix sanity
7 years ago
Craig Tiller
85ab449d72
Merge branch 'epexinf' of github.com:ctiller/grpc into epexinf
7 years ago
Craig Tiller
658f5bd85a
Fix ubsan reported failure
7 years ago
Craig Tiller
22cf101597
Merge github.com:grpc/grpc into pid++
7 years ago
Craig Tiller
71f0e5ecd1
Merge branch 'pid++' of github.com:ctiller/grpc into pid++
7 years ago
Craig Tiller
494a778ec6
Merge pull request #13021 from iancoolidge/devel-getcpu
...
cpu_linux: Don't spam sched_getcpu failures on qemu
7 years ago
Craig Tiller
457c68476d
Merge pull request #13028 from ctiller/tfix
...
Working benchmark parellization
7 years ago
Craig Tiller
0629283676
Merge pull request #13032 from ctiller/ko
...
Fix breakage in oauth2
7 years ago
Vijay Pai
3bae9134a6
Merge pull request #13034 from krasimirgv/master
...
Fix initialization bug in channel creation
7 years ago
Craig Tiller
5110b8d23b
Merge github.com:grpc/grpc into verify
7 years ago
Vijay Pai
53cec0fc8f
Update create_channel.cc
7 years ago
Jan Tattermusch
ce9bd53910
fix grpc_millis_to_timespec on 32bit
7 years ago
Krasimir Georgiev
1f42fae4c5
Fix initialization bug in channel creation
7 years ago
adelez
c6175eda53
Merge pull request #12989 from adelez/allow_flakes_on
...
Turn on allow_flakes
7 years ago
Craig Tiller
a33eb8d700
Fix breakage
7 years ago
thinkerou
d582cdf0ae
fix typo
7 years ago
yang-g
c010d1d18a
Update benchmark according to new encoding method
7 years ago
yang-g
c94c7cc5b5
restore existing fixtures
7 years ago
yang-g
377636f4d2
Make hpack micro bm more representative
7 years ago
yang-g
b7cc8b0b8d
Resolve comments
7 years ago
yang-g
fd42ceb1ff
Use key in dynamic table if available
7 years ago
Noah Eisen
6bf5f833ef
Merge pull request #13027 from ncteisen/tools
...
Checking in Tools
7 years ago
Craig Tiller
77013000e7
Working benchmark parallelization
7 years ago
Matt Kwong
b95aa40ede
Add setup scripts for performance worker in Kokoro
7 years ago
Craig Tiller
5b6bf6fb5a
Merge branch 'speedup-test-infra' of github.com:ncteisen/grpc into tfix
7 years ago
Craig Tiller
31c258a549
Merge branch 'pid++' into flow++
7 years ago
Craig Tiller
48bed5ec63
Fix merge
7 years ago
Craig Tiller
fdfab883c3
Fix merge
7 years ago
Craig Tiller
6740ba8566
Merge branch 'pid++' of github.com:ctiller/grpc into pid++
7 years ago
Craig Tiller
62d51ae547
Merge github.com:grpc/grpc into pid++
7 years ago
Craig Tiller
f00d8fb112
Merge pull request #12895 from ctiller/timer
...
Have BDP estimator use timers
7 years ago
Craig Tiller
46fde66eee
Merge pull request #13014 from ctiller/bs2
...
Fix scenario_config
7 years ago
ncteisen
3ea4e5158a
Add copyright and usage
7 years ago
ncteisen
58b2d85a21
Checking in tools
7 years ago
Craig Tiller
7c4412def6
Merge branch 'timer' of github.com:ctiller/grpc into timer
7 years ago
Craig Tiller
6acc0ab330
Fix memory leak
7 years ago
Craig Tiller
b653dff0bd
clang-format
7 years ago
Craig Tiller
8232492cce
Fix leak
7 years ago
Mark D. Roth
daba342334
Merge pull request #12767 from markdroth/security_connector_arg_cmp
...
Add comparison function for security connectors
7 years ago
Mark D. Roth
ccfdfb3a41
Add comparison function for security connectors.
7 years ago
Muxi Yan
4979ce5f93
Merge pull request #13023 from muxi/add-test-ref
...
Refer test to internal doc of issue
7 years ago
Craig Tiller
cb1c0b0973
Merge github.com:grpc/grpc into vector
7 years ago
Muxi Yan
7e006735da
generate_projects.sh
7 years ago
Muxi Yan
3b990795bb
Refer test to internal doc of issue
7 years ago
Jan Tattermusch
5b7c88713e
Merge pull request #13017 from jtattermusch/timeout_retries_are_costly
...
Limit number of timeout_retries for run_tests.py
7 years ago
Ian Coolidge
a584d99289
cpu_linux: Don't spam sched_getcpu failures on qemu
...
__NR_getcpu isn't implemented on qemu, and for some reason
sysconf(_SC_NPROCESSORS_ONLN) returns the number of processers
of the host system, giving a false indication that there is more
than one cpu for the qemu case.
Expand the init_num_cpus sequence to also run sched_getcpu once,
and if that call isn't supported, initialize 'ncpus' to 1.
Later, in gpr_cpu_current_cpu, use gpr_cpu_num_cores to avoid
the system call in cases where we know it isn't supported, or
if the ncpus is otherwise 1.
7 years ago
Jan Tattermusch
320e703ad9
Merge pull request #12924 from jtattermusch/json_run_localhost_timeouts_sanitizers
...
More reasonable timeouts for json_run_localhost (poll-cv and sanitizers)
7 years ago
Craig Tiller
2ac2d393eb
Tune benchmark for epollexclusive
7 years ago
Jan Tattermusch
3d1b6c1035
explain retries and jobset.max_time setting
7 years ago
Jan Tattermusch
376dc34d78
adjust number of retries
7 years ago