Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
benchmark
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sujen Shah
benchmark
Commits
555290e9
Commit
555290e9
authored
4 years ago
by
Sujen Shah
Browse files
Options
Downloads
Patches
Plain Diff
Add bash script
parent
8a3a5560
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
algorithm_config.yaml
+1
-1
1 addition, 1 deletion
algorithm_config.yaml
run_benchmark.sh
+3
-0
3 additions, 0 deletions
run_benchmark.sh
with
4 additions
and
1 deletion
algorithm_config.yaml
+
1
−
1
View file @
555290e9
...
...
@@ -12,7 +12,7 @@ queue: 15GB
# explain what this algorithm does
description
:
# path to the wrapper script for running the algorithm
run_command
:
benchmark/benchmark.
py
run_command
:
benchmark/
run_
benchmark.
sh
# set a storage value in GB or MB or KB, e.g. "100GB", "20MB", "10KB"
disk_space
:
10GB
inputs
:
...
...
This diff is collapsed.
Click to expand it.
run_benchmark.sh
0 → 100755
+
3
−
0
View file @
555290e9
#!/bin/bash --login
python
${
basedir
}
/benchmark.py
$1
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
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