Skip to content
Snippets Groups Projects

Resolve "Add artifacts summary"

Merged Whitney Armstrong requested to merge 54-add-artifacts-summary into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -20,6 +20,7 @@ default:
@@ -20,6 +20,7 @@ default:
- results
- results
- config
- config
- .env
- .env
 
- summary.txt
reports:
reports:
dotenv: .env
dotenv: .env
@@ -126,6 +127,7 @@ summary:
@@ -126,6 +127,7 @@ summary:
- "backgrounds:results"
- "backgrounds:results"
script:
script:
- collect_benchmarks.py
- collect_benchmarks.py
 
- find results -print | sort | tee summary.txt
artifacts:
artifacts:
paths:
paths:
- results/*
- results/*
Loading