This repository has been archived by the owner on May 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
joergboe
committed
Jul 25, 2019
1 parent
b8ef4b3
commit 1fe1b9c
Showing
7 changed files
with
32 additions
and
3 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
...Collection/Suite2/RunParallel/TestCase.sh → ...rallel/Collection/Suite2/Run0/TestCase.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#--variantCount=15 | ||
#--variantCount=14 | ||
|
||
setVar 'TTRO_stepsCase' 'myStep' | ||
|
||
declare -a durations=(30 20 22 44 30 60 30 30 33 34 | ||
55 66 88 11 30) | ||
55 66 88 11) | ||
function myStep { | ||
useCpu ${durations[$TTRO_variantCase]} $TTRO_variantCase "false" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#--variantCount=1 | ||
#--exclusive=true | ||
|
||
setVar 'TTRO_stepsCase' 'myStep' | ||
|
||
declare -a durations=(15) | ||
function myStep { | ||
useCpu ${durations[$TTRO_variantCase]} $TTRO_variantCase "false" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#--variantCount=1 | ||
|
||
setVar 'TTRO_stepsCase' 'myStep' | ||
|
||
declare -a durations=(22) | ||
function myStep { | ||
useCpu ${durations[$TTRO_variantCase]} $TTRO_variantCase "false" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#--variantCount=2 | ||
#--exclusive=true | ||
|
||
setVar 'TTRO_stepsCase' 'myStep' | ||
|
||
declare -a durations=(15 14) | ||
function myStep { | ||
useCpu ${durations[$TTRO_variantCase]} $TTRO_variantCase "false" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters