summaryrefslogtreecommitdiff
path: root/performance-tests/Server_Concurrency/run_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Server_Concurrency/run_test.sh')
-rwxr-xr-xperformance-tests/Server_Concurrency/run_test.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/performance-tests/Server_Concurrency/run_test.sh b/performance-tests/Server_Concurrency/run_test.sh
deleted file mode 100755
index 0f45ca8f11a..00000000000
--- a/performance-tests/Server_Concurrency/run_test.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# $Id$
-#
-
-for s in 0 25 50 75 100; do
- for w in 1 2 3 4 5 6; do
- echo ================ WORK: $s 1>&2
- echo ================ THREADS: $w 1>&2
- ./Queue_Based_Workers/workers -m 100000 -b 100000 -s $s -w $w
- ./Leader_Follower/leader_follower -m 100000 -b 100000 -s $s -w $w
- done
-done