From 9cdf3f996a964e259a2b20fac17b2457e76448e8 Mon Sep 17 00:00:00 2001 From: MSP-Greg Date: Sun, 1 Dec 2024 10:06:30 -0600 Subject: [PATCH] Create long_tail_hey-0-2-4-8.sh --- benchmarks/local/long_tail_hey-0-2-4-8.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 benchmarks/local/long_tail_hey-0-2-4-8.sh diff --git a/benchmarks/local/long_tail_hey-0-2-4-8.sh b/benchmarks/local/long_tail_hey-0-2-4-8.sh new file mode 100644 index 00000000..72c37970 --- /dev/null +++ b/benchmarks/local/long_tail_hey-0-2-4-8.sh @@ -0,0 +1,22 @@ +#!/bin/bash + +# benchmarks/local/long_tail_hey-0-2-4-8.sh + +# see comments in long_tail_hey.rb + +benchmarks/local/long_tail_hey.sh -t5:5 -R100 -d0.2 +sleep 2s +benchmarks/local/long_tail_hey.sh -w2 -t5:5 -R100 -d0.2 +sleep 2s +benchmarks/local/long_tail_hey.sh -w4 -t5:5 -R100 -d0.2 +sleep 2s +benchmarks/local/long_tail_hey.sh -w8 -t5:5 -R100 -d0.2 +sleep 2s +benchmarks/local/long_tail_hey.sh -t5:5 -R100 -d0.2 -k +sleep 2s +benchmarks/local/long_tail_hey.sh -w2 -t5:5 -R100 -d0.2 -k +sleep 2s +benchmarks/local/long_tail_hey.sh -w4 -t5:5 -R100 -d0.2 -k +sleep 2s +benchmarks/local/long_tail_hey.sh -w8 -t5:5 -R100 -d0.2 -k +sleep 2s