Skip to content

Commit

Permalink
Merge PR #372: Report benchmark completion to ReBenchDB
Browse files Browse the repository at this point in the history
  • Loading branch information
smarr committed Aug 18, 2020
2 parents 5545971 + 418a4ec commit 6e13e97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .gitlab-ci.yml
Expand Up @@ -53,24 +53,25 @@ benchmark_savina_job:
allow_failure: true
script:
- ant compile
- rebench --experiment="CI Benchmark Run Pipeline ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" -c codespeed.conf SOMns-Savina
- rebench --experiment="CI ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" -c codespeed.conf SOMns-Savina

benchmark_job:
stage: benchmark
tags: [benchmarks, infinity]
allow_failure: true
script:
- ant compile
- rebench --experiment="CI Benchmark Run Pipeline ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" -c codespeed.conf SOMns
- rebench --experiment="CI ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" -c codespeed.conf SOMns

benchmark_job_others:
stage: benchmark
tags: [benchmarks, infinity]
allow_failure: true
script:
- ant compile
- rebench --experiment="CI Benchmark Run Pipeline ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" -c codespeed.conf SOMns-concurrency-models
- rebench --experiment="CI Benchmark Run Pipeline ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" -c codespeed.conf SOMns-interp
- rebench --experiment="CI ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" -c codespeed.conf SOMns-concurrency-models
- rebench --experiment="CI ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" -c codespeed.conf SOMns-interp
- rebench --experiment="CI ID $CI_PIPELINE_ID" --report-completion codespeed.conf

benchmark_nightly_job:
stage: benchmark
Expand Down
2 changes: 1 addition & 1 deletion codespeed.conf
Expand Up @@ -7,7 +7,7 @@ reporting:
# Benchmark results will be reported to ReBenchDB
rebenchdb:
# this url needs to point to the API endpoint
db_url: https://rebench.stefan-marr.de/rebenchdb/results
db_url: https://rebench.stefan-marr.de/rebenchdb
repo_url: https://github.com/smarr/SOMns
record_all: true # make sure everything is recorded
project_name: SOMns
Expand Down

1 comment on commit 6e13e97

@rebenchdb
Copy link

@rebenchdb rebenchdb bot commented on 6e13e97 Aug 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Performance changes for 5545971...6e13e97

Summary Over All Benchmarks
Summary Over All Benchmarks

Full Report

Please sign in to comment.