summaryrefslogtreecommitdiff
path: root/java/perftests/etc
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-04-11 02:13:29 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-04-11 02:13:29 +0000
commit99d89b32f80599872df73a8f1999acd57aa37748 (patch)
tree03eeab24afacb0b87a901a020ee5b25770f6fa3a /java/perftests/etc
parentb91e4b41ad7cc05535b220f6a398f9b3e4f126dc (diff)
downloadqpid-python-99d89b32f80599872df73a8f1999acd57aa37748.tar.gz
Updated performance scripts to run even if previous test failed.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@764152 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/etc')
-rwxr-xr-xjava/perftests/etc/scripts/RunAll.sh10
-rwxr-xr-xjava/perftests/etc/scripts/RunCore.sh22
2 files changed, 26 insertions, 6 deletions
diff --git a/java/perftests/etc/scripts/RunAll.sh b/java/perftests/etc/scripts/RunAll.sh
index 60c04e3ed7..8b0d8b6e7c 100755
--- a/java/perftests/etc/scripts/RunAll.sh
+++ b/java/perftests/etc/scripts/RunAll.sh
@@ -17,9 +17,7 @@
# specific language governing permissions and limitations
# under the License.
#
-Connections.sh && \
-JobQueue.sh && \
-Latency.sh && \
-MessageSize.sh && \
-Reliability.sh && \
-Throughput.sh
+./RunCore.sh
+./Connections.sh
+./JobQueue.sh
+./MessageSize.sh
diff --git a/java/perftests/etc/scripts/RunCore.sh b/java/perftests/etc/scripts/RunCore.sh
new file mode 100755
index 0000000000..fcc45aacf0
--- /dev/null
+++ b/java/perftests/etc/scripts/RunCore.sh
@@ -0,0 +1,22 @@
+#!/bin/sh
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+./Throughput.sh
+./Latency.sh
+./Reliability.sh