ncteisen
20a72b8b83
clang fmt
8 years ago
ncteisen
53bd23591c
Atomically load ref debugging output numbers
8 years ago
ncteisen
547cbb229e
Code health and comments
8 years ago
ncteisen
5398a96963
Fix copy and unref race cond bug
8 years ago
Muxi Yan
d16df8fe12
Merge pull request #10042 from muxi/objc-test-fix
...
Use the right encoding overhead number in remote interop test with Cronet
8 years ago
Craig Tiller
a5bb010762
Merge pull request #10110 from ctiller/foo2
...
Don't track allocations if we are not going to use the tracking results
8 years ago
Craig Tiller
2fcf211b06
Merge pull request #9947 from ctiller/track_memory
...
Track memory as part of microbenchmark profiling runs
8 years ago
Nathaniel Manista
56d048d442
Merge pull request #10114 from thunderboltsid/skip-test-if-pypy
...
Skip split_definitions_test if PyPy is used as an interpreter.
8 years ago
Vijay Pai
a20050327b
Merge pull request #10012 from vjpai/phpqps
...
PHP benchmarking performance client, proxied through Ruby
8 years ago
Vijay Pai
b290fc9df2
Merge pull request #10063 from vjpai/disable_flaky_rq_qps_test
...
Temporarily disable resource quota QPS tests
8 years ago
matt-kwong
febb4c3c3e
Merge pull request #10119 from nathanielmanistaatgoogle/fix-run_tests_matrix
...
run_tests_matrix: ignore the number of failed skipped tests
8 years ago
Craig Tiller
86ac76a0df
Merge pull request #10120 from ctiller/sanity
...
Fix sanity
8 years ago
Muxi Yan
9de5ffebbd
Run generate_projects.sh
8 years ago
Muxi Yan
79bcb2f069
Merge remote-tracking branch 'upstream/master' into objc-test-fix
8 years ago
Craig Tiller
e30f41d70e
Fix sanity
8 years ago
Nathaniel Manista
21e7dfc712
Ignore the number of failed skipped tests
...
jobset.run was changed on 16 October 2015 in e4c3561074
to return the number of failures and the result set. On 20 October 2016
in 5c691c634d
jobset.run was changed to
allow jobs to be skipped, but the introduced code path only returned
the result set, giving jobset.run inconsistent return value semantics.
On 24 October 2016 7e9bd6ca9a
introduced
a use of jobset.run's "skip_jobs" return value semantics, and on 8
March 2017 d159af31fc
resolved
jobset.run's inconsistent return value semantics but failed to correct
run_tests_matrix's use of the inconsistent "skip_jobs" return value
semantics.
8 years ago
Siddharth Shukla
fe6bc6999c
Skip split_definitions_test if PyPy
...
Skip SameSeparateTest, SameCommonTest, SplitCommonTest, and
SplitSeparateTest if the interpreter is PyPy.
8 years ago
Abhishek Kumar
0b7bd20de4
Merge pull request #10005 from ctiller/status_ordering
...
Document status ordering rules
8 years ago
Craig Tiller
75a41b4532
Hide memory counters from atomic counters
8 years ago
Craig Tiller
a08b11f33a
Dont track allocations if we are not going to use them
8 years ago
Craig Tiller
1672b7e715
Merge pull request #10108 from ctiller/foo
...
Sanitize before bigquery upload
8 years ago
Craig Tiller
bbfb25bf70
Sanitize before bigquery upload
8 years ago
Noah Eisen
56cea8f2ee
Merge pull request #10098 from ncteisen/whats-the-diff-between
...
Enhance bm_diff
8 years ago
David G. Quintas
169c553e0d
Merge pull request #10078 from dgquintas/master_to_1.3.0
...
Bumped version to 1.3.0-dev
8 years ago
ncteisen
ff023ef7e3
Fix bm_diff to handle 0s
8 years ago
Craig Tiller
9ac776c752
Merge pull request #10101 from ctiller/fails
...
Handle floats in bm_json
8 years ago
Craig Tiller
98abdbaa14
Merge pull request #10097 from ctiller/itchy-fingers
...
Change execution order of microbenchmarks
8 years ago
Craig Tiller
3488780949
Handle floats in bm_json
8 years ago
Vijay Pai
a582defdad
Temporarily disable resource quota QPS tests
8 years ago
Muxi Yan
dc87ef5836
Use k-contant and add comment for encoding overhead
8 years ago
Vijay Pai
9a514b58bd
Merge pull request #9807 from vjpai/rq
...
Finish streams that error. Don't histogram failed ops.
8 years ago
matt-kwong
6f2ffd8dc9
Merge pull request #10086 from matt-kwong/change-kokoro-sh-per
...
Give execute permission for Kokoro shell scripts
8 years ago
Vijay Pai
958ded975f
PHP benchmarking performance client, proxied through Ruby
...
Requires synchronous and single-threaded, so only 1 channel and 1 outstanding RPC
per channel for now. No open-loop for now
8 years ago
Craig Tiller
47f37f3db3
Change execution order
8 years ago
Vijay Pai
11a93fac8e
Merge pull request #10074 from vjpai/comment
...
Fix a comment re wakeup_fd
8 years ago
Nathaniel Manista
ad62c29126
Merge pull request #9965 from nathanielmanistaatgoogle/yapf
...
Add test behavior to yapf_code.sh.
8 years ago
Noah Eisen
5dc79eb5aa
Merge pull request #9963 from ncteisen/error-arena-optimization
...
Error arena optimization
8 years ago
Noah Eisen
eeaa977f6a
Merge pull request #10050 from ncteisen/banned-from-club-penguin
...
Add More Core Banned Functions
8 years ago
Craig Tiller
78603dde44
Merge pull request #10094 from ctiller/zalloc_bench-fix
...
Add Zalloc to bq conversion table
8 years ago
Craig Tiller
c3dc00e553
Merge pull request #10091 from ctiller/fix-latency
...
Ensure GRPC_TIMER_END gets called
8 years ago
Craig Tiller
e736b705cc
Add Zalloc to bq conversion table
8 years ago
Craig Tiller
e7fe7f2b45
Merge pull request #10067 from ctiller/less_counters
...
Dont use memory counters unless counters mode is on
8 years ago
Craig Tiller
ea264b88f6
Ensure GRPC_TIMER_END gets called
...
Not calling this breaks our latency tracing/analysis code
8 years ago
Craig Tiller
833adc2028
Merge pull request #10068 from ctiller/zalloc_bench
...
Track zalloc times in microbenchmark
8 years ago
Jan Tattermusch
c9774348a5
Merge pull request #10037 from jtattermusch/interop_manual_run
...
Simplify manual running of interop tests
8 years ago
Jan Tattermusch
7134a316f6
add --manual_run option for running interop tests
8 years ago
Jan Tattermusch
d159af31fc
return tuple from jobset.run when skipping tests
8 years ago
Matt Kwong
e3edfe2986
Give execute permission for Kokoro shell scripts
8 years ago
Jan Tattermusch
9e8783450f
Merge pull request #10071 from jtattermusch/csharp_fix_restore
...
Add global.json file to pick dotnet core SDK version
8 years ago
Craig Tiller
89addaedc0
Merge pull request #10039 from ctiller/server_channel_args
...
Server channel args
8 years ago