summaryrefslogtreecommitdiff
path: root/qpid/java/perftests
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
commit757103d8205d3009f89c0af2ab150a696344f99d (patch)
tree1463d8824c2474a40b21741853b362303b6792bd /qpid/java/perftests
parentd4534e1eadc2c10959342ccafc59ae32ba65a06e (diff)
downloadqpid-python-757103d8205d3009f89c0af2ab150a696344f99d.tar.gz
Updated performance scripts to run even if previous test failed.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@764152 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/perftests')
-rwxr-xr-xqpid/java/perftests/etc/scripts/RunAll.sh10
-rwxr-xr-xqpid/java/perftests/etc/scripts/RunCore.sh22
2 files changed, 26 insertions, 6 deletions
diff --git a/qpid/java/perftests/etc/scripts/RunAll.sh b/qpid/java/perftests/etc/scripts/RunAll.sh
index 60c04e3ed7..8b0d8b6e7c 100755
--- a/qpid/java/perftests/etc/scripts/RunAll.sh
+++ b/qpid/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/qpid/java/perftests/etc/scripts/RunCore.sh b/qpid/java/perftests/etc/scripts/RunCore.sh
new file mode 100755
index 0000000000..fcc45aacf0
--- /dev/null
+++ b/qpid/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