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
!7
DVCS benchmarks directory
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
DVCS benchmarks directory
dvcs
into
master
Overview
0
Commits
1
Pipelines
0
Changes
3
Merged
Whitney Armstrong
requested to merge
dvcs
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
3
Expand
Currently a skeleton.
Need to add analysis scripts for DVCS analysis
Need to use some standard event generators to cross check performance.
Edited
4 years ago
by
Whitney Armstrong
0
0
Merge request reports
Compare
master
version 6
4aca2dfb
4 years ago
version 5
2a195c32
4 years ago
version 4
d1f80ff6
4 years ago
version 3
cd0f0a05
4 years ago
version 2
039de2e2
4 years ago
version 1
736b4073
4 years ago
master (base)
and
latest version
latest version
e7a6fcd1
1 commit,
4 years ago
version 6
4aca2dfb
6 commits,
4 years ago
version 5
2a195c32
5 commits,
4 years ago
version 4
d1f80ff6
4 commits,
4 years ago
version 3
cd0f0a05
3 commits,
4 years ago
version 2
039de2e2
2 commits,
4 years ago
version 1
736b4073
1 commit,
4 years ago
3 files
+
105
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
dvcs/config.yml
0 → 100644
+
21
−
0
Options
dvcs:process
:
stage
:
process
timeout
:
1 hour
script
:
-
bash dvcs/dvcs.sh
artifacts
:
paths
:
-
results
dvcs:analysis
:
stage
:
analyze
needs
:
[
"
dvcs:process"
]
script
:
-
echo "THIS IS A PLACE HOLDER"
dvcs:results
:
stage
:
collect
needs
:
[
"
dvcs:analysis"
]
script
:
-
echo "All DVCS benchmarks successful"
Loading