Skip to content

Commit

Permalink
add warmup variable
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoborges committed May 11, 2021
1 parent 0d7abb7 commit 7bf208a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions analyze.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ docker run --name analyzer --rm \
cat > ${RESULTS_DIR}/bench.params << EOF
Benchmark Execution Parameters:
- GRPC_BENCHMARK_DURATION=${GRPC_BENCHMARK_DURATION}
- GRPC_BENCHMARK_WARMUP=${GRPC_BENCHMARK_WARMUP}
- GRPC_SERVER_CPUS=${GRPC_SERVER_CPUS}
- GRPC_SERVER_RAM=${GRPC_SERVER_RAM}
- GRPC_CLIENT_CONNECTIONS=${GRPC_CLIENT_CONNECTIONS}
Expand Down
1 change: 1 addition & 0 deletions bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ Benchmark info:
$(git log -1 --pretty="%h %cD %cn %s")
Benchmarks run: $BENCHMARKS_TO_RUN
GRPC_BENCHMARK_DURATION=$GRPC_BENCHMARK_DURATION
GRPC_BENCHMARK_WARMUP=$GRPC_BENCHMARK_WARMUP
GRPC_SERVER_CPUS=$GRPC_SERVER_CPUS
GRPC_SERVER_RAM=$GRPC_SERVER_RAM
GRPC_CLIENT_CONNECTIONS=$GRPC_CLIENT_CONNECTIONS
Expand Down

0 comments on commit 7bf208a

Please sign in to comment.