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
Commits
e445c618
Commit
e445c618
authored
6 years ago
by
Johannes Mey
Browse files
Options
Downloads
Patches
Plain Diff
add run scripts
parent
7c0fbd53
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
trainbenchmark/run_full
+7
-0
7 additions, 0 deletions
trainbenchmark/run_full
trainbenchmark/run_medium
+7
-0
7 additions, 0 deletions
trainbenchmark/run_medium
trainbenchmark/run_small
+7
-0
7 additions, 0 deletions
trainbenchmark/run_small
with
21 additions
and
0 deletions
trainbenchmark/run_full
0 → 100755
+
7
−
0
View file @
e445c618
./scripts/configure.sh 1 512 900 10
./gradlew initScripts
./gradlew generate
./gradlew individualInjectBenchmark
./gradlew plotIndividual
./gradlew individualRepairBenchmark
./gradlew plotIndividual
This diff is collapsed.
Click to expand it.
trainbenchmark/run_medium
0 → 100755
+
7
−
0
View file @
e445c618
./scripts/configure.sh 1 64 600 5
./gradlew initScripts
./gradlew generate
./gradlew individualInjectBenchmark
./gradlew plotIndividual
./gradlew individualRepairBenchmark
./gradlew plotIndividual
This diff is collapsed.
Click to expand it.
trainbenchmark/run_small
0 → 100755
+
7
−
0
View file @
e445c618
./scripts/configure.sh 1 32 60 1
./gradlew initScripts
./gradlew generate
./gradlew individualInjectBenchmark
./gradlew plotIndividual
./gradlew individualRepairBenchmark
./gradlew plotIndividual
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment