aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/multithreading-tests/stress-test/runme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libcontextsubscriber/multithreading-tests/stress-test/runme.sh')
-rwxr-xr-xlibcontextsubscriber/multithreading-tests/stress-test/runme.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/libcontextsubscriber/multithreading-tests/stress-test/runme.sh b/libcontextsubscriber/multithreading-tests/stress-test/runme.sh
deleted file mode 100755
index a2aa73d6..00000000
--- a/libcontextsubscriber/multithreading-tests/stress-test/runme.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-# RunMe & ReadMe
-#
-# provider.py will run flexiprovider and update test.int every second to the POSIX time.
-# Additionally, it will change the registry every two seconds.
-#
-# stress-test takes two int arguments: the number of threads using the first and the second provider.
-#
-# Compiling: for now, use qmake & make. Sorry.
-
-#xterm -e 'rlwrap ../../../python/context-provide my.test.provider int test.int 0 int test.int2 0' &
-#xterm -e 'rlwrap ../../../python/context-provide my.test2.provider int test2.int 0 int test2.int2 0' &
-
-xterm -e './provider.py' &
-CONTEXT_PROVIDERS=../stress-test/ ./run-test 3 3