diff options
Diffstat (limited to 'java/perftests/etc')
| -rwxr-xr-x | java/perftests/etc/scripts/RunAll.sh | 10 | ||||
| -rwxr-xr-x | java/perftests/etc/scripts/RunCore.sh | 22 |
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 |
