1 From 0bd3dada58288792f587712c95a1f125a7655535 Mon Sep 17 00:00:00 2001
2 From: Cristian Stoica <cristian.stoica@nxp.com>
3 Date: Fri, 28 Oct 2016 09:05:26 +0300
4 Subject: [PATCH 078/104] remove output line because it does not add clarity to
7 Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com>
9 tests/async_speed_multi.sh | 7 -------
10 1 file changed, 7 deletions(-)
12 diff --git a/tests/async_speed_multi.sh b/tests/async_speed_multi.sh
13 index 62c4759..991e190 100755
14 --- a/tests/async_speed_multi.sh
15 +++ b/tests/async_speed_multi.sh
16 @@ -59,13 +59,6 @@ function run_parallel
17 OPTIONS="-t $tvalue -n $nvalue -m"
18 CMD="$CMD_BIN $OPTIONS $alg_name"
20 - if [ ! -z "$vvalue" ]
23 - echo "Running $tvalue seconds $mvalue threads in parallel:"
27 (sleep 1; S_TIME_FORMAT=ISO mpstat 1 $(($tvalue-2))) &> $MPSTAT_OUT &