aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/configs.json
Commit message (Collapse)AuthorAge
* prepare to enable ubsan in continuous buildGravatar yang-g2016-05-12
|
* Support tracing fuzzersGravatar Craig Tiller2016-03-23
|
* Fixes to thingsGravatar Craig Tiller2016-02-28
|
* It seems saner to base this on TSANGravatar Craig Tiller2016-02-28
|
* ESAN prototypeGravatar Craig Tiller2016-02-28
|
* Tune down multiplier for tsan to 5Gravatar vjpai2016-02-19
|
* 1. Adjust tsan/asan/msan slowdowns according to documentationGravatar Vijay Pai2016-02-19
| | | | | | | | | | | | tsan documentation says 2-20x, so set it at 20x asan documentation says 1.2-2.7x, so set it at 3x msan documentation says 2-4x, so set it at 4x This is now much less optimistic than before 2. Reactive tsan tests for qps_test 3. Set CPU load for qps_openloop_test 4. Divide qps_openloop_test Poisson rate by the slowdown factor of the configuration
* Merge github.com:grpc/grpc into sceqGravatar Craig Tiller2016-01-28
|\
| * Reduce CPU, increase MSAN timeoutsGravatar Craig Tiller2016-01-27
| |
* | Get subchannel index workingGravatar Craig Tiller2016-01-25
|/
* Add some time dilation for ASAN buildsGravatar Craig Tiller2016-01-21
|
* Move build configs into build.yamlGravatar Craig Tiller2016-01-20
Importantly: - allows matching timeout values between makefile and run_tests without repeating ourselves - allows borrowing of compiler flags by other build systems There's still a little too much build configuration built into our Makefile, but we can start attacking that over time.