Skip to content

Commit dd109da

Browse files
authored
Merge pull request grpc#10550 from matt-kwong/hourly-performance-fix
Run start_port_server.py in performance profiling
2 parents a6f64f4 + 790e38a commit dd109da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/jenkins/run_performance_profile_hourly.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ set -ex
3232

3333
cd $(dirname $0)/../..
3434

35+
./tools/run_tests/start_port_server.py || true
36+
3537
CPUS=`python -c 'import multiprocessing; print multiprocessing.cpu_count()'`
3638

3739
make CONFIG=opt memory_profile_test memory_profile_client memory_profile_server -j $CPUS

0 commit comments

Comments
 (0)