summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/perf.yml8
-rwxr-xr-xetc/system_perf.yml8
2 files changed, 8 insertions, 8 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 478d7272175..a3255d5423b 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -159,10 +159,6 @@ functions:
type: test
params:
script: ./src/dsi/run-dsi determine_failure -m TEST
- - command: json.send
- params:
- name: "perf"
- file: "./build/LegacyPerfJson/perf.json"
- command: shell.exec
type: test
params:
@@ -170,6 +166,10 @@ functions:
./src/dsi/run-dsi analysis
# detect outliers needs to run, so defer the post_run_check exit status to later
echo $? > post_run_check.status
+ - command: json.send
+ params:
+ name: "perf"
+ file: "./build/LegacyPerfJson/perf.json"
- command: shell.exec
params:
script: |
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 1f2576cbe2f..92188c98758 100755
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -164,10 +164,6 @@ functions:
type: test
params:
script: ./src/dsi/run-dsi determine_failure -m TEST
- - command: json.send
- params:
- name: "perf"
- file: "./build/LegacyPerfJson/perf.json"
- command: shell.exec
type: test
params:
@@ -175,6 +171,10 @@ functions:
./src/dsi/run-dsi analysis
# detect outliers needs to run, so defer the post_run_check exit status to later
echo $? > post_run_check.status
+ - command: json.send
+ params:
+ name: "perf"
+ file: "./build/LegacyPerfJson/perf.json"
- command: shell.exec
params:
script: |