summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--circle.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml
index 0368c44ab3..05ccf3c247 100644
--- a/circle.yml
+++ b/circle.yml
@@ -797,13 +797,13 @@ jobs:
steps:
- next-metrics:
step_name: 'Memory Metrics'
- metrics_params: 'render-tests -p metrics/$CIRCLE_JOB-probe-memory.json'
+ metrics_params: 'render-tests -u rebaseline -p metrics/$CIRCLE_JOB-probe-memory.json'
- when:
condition: << parameters.gfx_and_network_metrics >>
steps:
- next-metrics:
step_name: 'GFX and Network Metrics'
- metrics_params: 'render-tests -p metrics/$CIRCLE_JOB-probe-gfx-network.json'
+ metrics_params: 'render-tests -u rebaseline -p metrics/$CIRCLE_JOB-probe-gfx-network.json'
- next-save
# ------------------------------------------------------------------------------
node-linux-release: