We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff59feb commit 4bc24efCopy full SHA for 4bc24ef
1 file changed
tests/fibonacci/bimodal/run.sh
@@ -56,7 +56,7 @@ run_samples() {
56
return 1
57
}
58
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 || {
+ 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 || {
60
printf "[ERR]\n"
61
panic "fib10 samples failed with $?"
62
0 commit comments