Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
physics_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
physics_benchmarks
Merge requests
!19
Aggregate benchmark data (part 2)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Aggregate benchmark data (part 2)
8-benchmark-definition-standard
into
master
Overview
0
Commits
9
Pipelines
0
Changes
6
Merged
Sylvester Joosten
requested to merge
8-benchmark-definition-standard
into
master
4 years ago
Overview
0
Commits
9
Pipelines
0
Changes
6
Expand
Work towards automatically collecting the benchmark results from the test artifacts.
Edited
4 years ago
by
Sylvester Joosten
0
0
Merge request reports
Compare
master
version 6
9a463fe6
4 years ago
version 5
c8cd21fd
4 years ago
version 4
fb14f008
4 years ago
version 3
f94704eb
4 years ago
version 2
6b124ef6
4 years ago
version 1
ea2c4865
4 years ago
master (base)
and
latest version
latest version
9eaddd5f
9 commits,
4 years ago
version 6
9a463fe6
8 commits,
4 years ago
version 5
c8cd21fd
7 commits,
4 years ago
version 4
fb14f008
6 commits,
4 years ago
version 3
f94704eb
5 commits,
4 years ago
version 2
6b124ef6
4 commits,
4 years ago
version 1
ea2c4865
2 commits,
4 years ago
6 files
+
383
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
1
−
1
Options
@@ -41,7 +41,7 @@ summary:
stage
:
finish
needs
:
[
"
dis:results"
,
"
dvcs:results"
,
"
dvmp:results"
]
script
:
-
echo "All
benchmarks
passed"
-
./util/collect_
benchmarks
.py
artifacts
:
reports
:
junit
:
[
"
results/dvcs/report2.xml"
]
Loading