Skip to content
Snippets Groups Projects
Commit 4d13929a authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Collect results

parent 325e70d3
No related branches found
No related tags found
1 merge request!3Add test for matrix
Pipeline #81461 failed
......@@ -46,7 +46,7 @@ unittests:
- make -C build -j
- build/unittests
collect-performance: # This job runs in the test stage.
performance: # This job runs in the test stage.
parallel:
matrix:
- COMPILER_VERSION:
......@@ -70,7 +70,7 @@ collect-performance: # This job runs in the test stage.
access: all
expire_in: 1 days
collect-performance-generic:
performance-generic:
stage: benchmark
image: "$CI_REGISTRY_IMAGE:latest"
extends:
......@@ -84,3 +84,10 @@ collect-performance-generic:
when: on_success
access: all
expire_in: 1 days
collect-performance:
depends_on:
- performance
artifacts:
paths:
- ./results*.json
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment