Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
trainbenchmark
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
stgroup
trainbenchmark
Merge requests
!2
Ae submission
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Ae submission
ae-submission
into
master
Overview
0
Commits
3
Changes
6
Merged
Johannes Mey
requested to merge
ae-submission
into
master
5 years ago
Overview
0
Commits
3
Changes
6
Expand
0
0
Merge request reports
Viewing commit
939f5bdd
Prev
Next
Show latest version
6 files
+
35
−
291
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
939f5bdd
update diagram drawing, remove unfinished toolwise option
· 939f5bdd
Johannes Mey
authored
5 years ago
trainbenchmark/trainbenchmark-reporting/build.gradle
+
0
−
7
Options
@@ -17,10 +17,3 @@ task plotIndividual(type: Exec) {
commandLine
'Rscript'
,
'individual.R'
dependsOn
doMerge
}
task
plotToolwise
(
type:
Exec
)
{
group
=
'Benchmark'
description
=
'Plots the individual TrainBenchmark results per tool'
commandLine
'./toolwise.sh'
dependsOn
doMerge
}
Loading