Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Reference Detector
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
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
EIC
detectors
Reference Detector
Merge requests
!73
Resolve "Use the common bench scripts"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Use the common bench scripts"
66-use-the-common-bench-scripts
into
master
Overview
0
Commits
8
Pipelines
8
Changes
3
Merged
Resolve "Use the common bench scripts"
Whitney Armstrong
requested to merge
66-use-the-common-bench-scripts
into
master
May 6, 2021
Overview
0
Commits
8
Pipelines
8
Changes
3
Closes
#66 (closed)
Edited
May 6, 2021
by
Whitney Armstrong
0
0
Merge request reports
Compare
master
version 7
21e905cd
May 6, 2021
version 6
db00df17
May 6, 2021
version 5
001cac44
May 6, 2021
version 4
138e327b
May 6, 2021
version 3
061b7c2e
May 6, 2021
version 2
e6142c4a
May 6, 2021
version 1
5e5eafbc
May 6, 2021
master (base)
and
version 6
latest version
ae107532
8 commits,
May 6, 2021
version 7
21e905cd
7 commits,
May 6, 2021
version 6
db00df17
6 commits,
May 6, 2021
version 5
001cac44
5 commits,
May 6, 2021
version 4
138e327b
4 commits,
May 6, 2021
version 3
061b7c2e
3 commits,
May 6, 2021
version 2
e6142c4a
2 commits,
May 6, 2021
version 1
5e5eafbc
1 commit,
May 6, 2021
3 files
+
59
−
46
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
bin/make_dawn_views
+
1
−
1
View file @ db00df17
Edit in single-file editor
Open in Web IDE
Show full file
@@ -35,7 +35,7 @@ SKIP_EVENTS=0
DETECTOR_ONLY
=
0
FILE_TAG
=
"view"
DAWN_RUN_DIR
=
"scripts/view1"
DETECTOR_FILE
=
"reference_detector.xml"
DETECTOR_FILE
=
"
${
DETECTOR_PATH
}
/
reference_detector.xml"
POSITIONAL
=()
while
[[
$#
-gt
0
]]
Loading