diff options
author | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-12-05 18:21:54 +0200 |
---|---|---|
committer | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-12-09 17:53:34 +0200 |
commit | af0873720edd28816e7d1c353d1b10cac5fd5606 (patch) | |
tree | 601bf2adddb742d84aa9087283ec358caa0f6887 /circle.yml | |
parent | a9ba572118fdf862a5bbf3f536d66de3a23c4dd3 (diff) | |
download | qtlocation-mapboxgl-af0873720edd28816e7d1c353d1b10cac5fd5606.tar.gz |
[metrics] Run gfx, network and memory probes in 'rebaseline' mode
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml index 59b36ea509..ec085f2a63 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: |