Skip to content
Snippets Groups Projects

Turned on the benchmarks again

Merged Whitney Armstrong requested to merge turn_on_benchmarks into master
1 file
+ 6
8
Compare changes
  • Side-by-side
  • Inline
+ 6
8
@@ -42,18 +42,16 @@ common:detector:
@@ -42,18 +42,16 @@ common:detector:
- mkdir -p config
- mkdir -p config
- print_env.sh
- print_env.sh
# commented out
include:
#include:
- local: 'benchmarks/dis/config.yml'
# - local: 'benchmarks/dis/config.yml'
- local: 'benchmarks/dvmp/config.yml'
# - local: 'benchmarks/dvmp/config.yml'
- local: 'benchmarks/dvcs/config.yml'
# - local: 'benchmarks/dvcs/config.yml'
summary:
summary:
stage: finish
stage: finish
# needs: ["dis:results", "dvcs:results", "dvmp:results"]
needs: ["dis:results", "dvcs:results", "dvmp:results"]
script:
script:
# - collect_benchmarks.py
- collect_benchmarks.py
- echo "DISABLED UNTIL WE FIX TRACKING"
artifacts:
artifacts:
paths:
paths:
- results/*
- results/*
Loading