Skip to content

Commit 4bc24ef

Browse files
authored
Fix URL port in performance test script
1 parent ff59feb commit 4bc24ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/fibonacci/bimodal/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ run_samples() {
5656
return 1
5757
}
5858

59-
hey -disable-compression -disable-keepalive -disable-redirects -n "$PERF_WINDOW_CAPACITY" -c "$PERF_WINDOW_CAPACITY" -cpus 3 -t 0 -o csv -m POST -d "10\n" "http://${hostname}:100010/fib" 1> /dev/null 2> /dev/null || {
59+
hey -disable-compression -disable-keepalive -disable-redirects -n "$PERF_WINDOW_CAPACITY" -c "$PERF_WINDOW_CAPACITY" -cpus 3 -t 0 -o csv -m POST -d "10\n" "http://${hostname}:10010/fib" 1> /dev/null 2> /dev/null || {
6060
printf "[ERR]\n"
6161
panic "fib10 samples failed with $?"
6262
return 1

0 commit comments

Comments
 (0)