Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
common_bench
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
common_bench
Merge requests
!43
Submit both ecce:main and athena:master triggers
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Submit both ecce:main and athena:master triggers
wdconinc-master-patch-80034
into
master
Overview
0
Commits
6
Pipelines
0
Changes
2
Merged
Wouter Deconinck
requested to merge
wdconinc-master-patch-80034
into
master
2 years ago
Overview
0
Commits
6
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
master
version 6
0fbe0118
2 years ago
version 5
2c605eee
2 years ago
version 4
43eb7727
2 years ago
version 3
b9246ca0
2 years ago
version 2
547e9d04
2 years ago
version 1
36d85a7d
2 years ago
master (base)
and
latest version
latest version
5f99a1a8
6 commits,
2 years ago
version 6
0fbe0118
6 commits,
2 years ago
version 5
2c605eee
5 commits,
2 years ago
version 4
43eb7727
4 commits,
2 years ago
version 3
b9246ca0
3 commits,
2 years ago
version 2
547e9d04
2 commits,
2 years ago
version 1
36d85a7d
1 commit,
2 years ago
2 files
+
15
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
bin/env.sh
+
2
−
2
Options
@@ -44,7 +44,7 @@ fi
## Detector package to be used during the benchmark process
if
[
!
-n
"
${
JUGGLER_DETECTOR
}
"
]
;
then
export
JUGGLER_DETECTOR
=
"
athena
"
export
JUGGLER_DETECTOR
=
"
ecce
"
fi
if
[
!
-n
"
${
JUGGLER_DETECTOR_CONFIG
}
"
]
;
then
@@ -52,7 +52,7 @@ if [ ! -n "${JUGGLER_DETECTOR_CONFIG}" ] ; then
fi
if
[
!
-n
"
${
JUGGLER_DETECTOR_VERSION
}
"
]
;
then
export
JUGGLER_DETECTOR_VERSION
=
"ma
ster
"
export
JUGGLER_DETECTOR_VERSION
=
"ma
in
"
fi
Loading