Skip to content

Commit

Permalink
Update perf test
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
  • Loading branch information
ondrej-fabry committed Jul 3, 2019
1 parent 3e983d2 commit 5eee90c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion tests/perf/grpc-perf/grpc.conf
Expand Up @@ -13,7 +13,7 @@ force-socket-removal: false
network: tcp

# Maximum message size in bytes for inbound mesages. If not set, GRPC uses the default 4MB.
max-msg-size: 4096
#max-msg-size: 4096

# Limit of server streams to each server transport.
max-concurrent-streams: 0
11 changes: 1 addition & 10 deletions tests/perf/run_all.sh
Expand Up @@ -11,17 +11,8 @@ function run() {
typ="${2-basic}"
requests="${3-${REQUESTS-1000}}"

export REPORT_DIR="${reports}/${test}_${requests}_${typ}"
./perf_test.sh "$test" "$requests"

export DEBUG_ENABLED=y

export REPORT_DIR="${reports}/${test}_${requests}_${typ}/cpu"
export DEBUG_PROFILE_MODE=cpu
./perf_test.sh "$test" "$requests"

export REPORT_DIR="${reports}/${test}_${requests}_${typ}/mem"
export DEBUG_PROFILE_MODE=mem
export REPORT_DIR="${reports}/${test}_${requests}_${typ}"
./perf_test.sh "$test" "$requests"
}

Expand Down

0 comments on commit 5eee90c

Please sign in to comment.