Author: ritchiem
Date: Tue Jul 15 04:31:31 2008
New Revision: 676878
URL: http://svn.apache.org/viewvc?rev=676878&view=rev
Log:
QPID-909 Added missing license header and fixed execute bit on MessageSize.sh
Added RunAll.sh for good measure
Added:
incubator/qpid/trunk/qpid/java/perftests/etc/scripts/RunAll.sh (contents,
props changed)
- copied, changed from r674392,
incubator/qpid/trunk/qpid/java/perftests/etc/scripts/MessageSize.sh
Modified:
incubator/qpid/trunk/qpid/java/perftests/etc/scripts/Connections.sh
incubator/qpid/trunk/qpid/java/perftests/etc/scripts/MessageSize.sh
(contents, props changed)
Modified: incubator/qpid/trunk/qpid/java/perftests/etc/scripts/Connections.sh
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/perftests/etc/scripts/Connections.sh?rev=676878&r1=676877&r2=676878&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/perftests/etc/scripts/Connections.sh
(original)
+++ incubator/qpid/trunk/qpid/java/perftests/etc/scripts/Connections.sh Tue Jul
15 04:31:31 2008
@@ -1 +1,20 @@
-find . -regex '\.\/[P|T].CT-.*\.sh' -exec {} -o results-Connections/ --csv \;
+#!/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.
+#
+find . -regex '\.\/[P|T].CT-.*\.sh' -exec {} -o results-Connections/ --csv \;
Modified: incubator/qpid/trunk/qpid/java/perftests/etc/scripts/MessageSize.sh
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/perftests/etc/scripts/MessageSize.sh?rev=676878&r1=676877&r2=676878&view=diff
==============================================================================
(empty)
Propchange: incubator/qpid/trunk/qpid/java/perftests/etc/scripts/MessageSize.sh
------------------------------------------------------------------------------
svn:executable = *
Copied: incubator/qpid/trunk/qpid/java/perftests/etc/scripts/RunAll.sh (from
r674392, incubator/qpid/trunk/qpid/java/perftests/etc/scripts/MessageSize.sh)
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/perftests/etc/scripts/RunAll.sh?p2=incubator/qpid/trunk/qpid/java/perftests/etc/scripts/RunAll.sh&p1=incubator/qpid/trunk/qpid/java/perftests/etc/scripts/MessageSize.sh&r1=674392&r2=676878&rev=676878&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/perftests/etc/scripts/MessageSize.sh
(original)
+++ incubator/qpid/trunk/qpid/java/perftests/etc/scripts/RunAll.sh Tue Jul 15
04:31:31 2008
@@ -17,4 +17,9 @@
# specific language governing permissions and limitations
# under the License.
#
-find . -regex '.*M-Qpid-.*\.sh' -exec {} -o results-messageSize/ --csv $* \;
+Connections.sh && \
+JobQueue.sh && \
+Latency.sh && \
+MessageSize.sh && \
+Reliability.sh && \
+Throughput.sh
Propchange: incubator/qpid/trunk/qpid/java/perftests/etc/scripts/RunAll.sh
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: incubator/qpid/trunk/qpid/java/perftests/etc/scripts/RunAll.sh
------------------------------------------------------------------------------
svn:executable = *