-
- Downloads
Allow RunScenarios to spawn in-process workers
This allows us to get back to single binary tests where appropriate, which will help in-depth profiling efforts. I've built this atop my smoke_test changes as they inspired me to get this done.
Showing
- Makefile 15 additions, 8 deletionsMakefile
- build.json 6 additions, 4 deletionsbuild.json
- test/core/util/port_posix.c 32 additions, 1 deletiontest/core/util/port_posix.c
- test/cpp/qps/driver.cc 24 additions, 4 deletionstest/cpp/qps/driver.cc
- test/cpp/qps/driver.h 2 additions, 1 deletiontest/cpp/qps/driver.h
- test/cpp/qps/qps_driver.cc 3 additions, 1 deletiontest/cpp/qps/qps_driver.cc
- test/cpp/qps/qps_worker.cc 233 additions, 0 deletionstest/cpp/qps/qps_worker.cc
- test/cpp/qps/qps_worker.h 60 additions, 0 deletionstest/cpp/qps/qps_worker.h
- test/cpp/qps/smoke_test.cc 4 additions, 4 deletionstest/cpp/qps/smoke_test.cc
- test/cpp/qps/smoke_test.sh 0 additions, 28 deletionstest/cpp/qps/smoke_test.sh
- test/cpp/qps/worker.cc 6 additions, 183 deletionstest/cpp/qps/worker.cc
Loading
Please register or sign in to comment