Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moobench
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
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SustainKieker
moobench
Commits
5c67afb5
Commit
5c67afb5
authored
Aug 18, 2021
by
David Georg Reichelt
Browse files
Options
Downloads
Patches
Plain Diff
Fix parameter naming
parent
7e5cd799
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-8
8 additions, 8 deletions
README.md
with
8 additions
and
8 deletions
README.md
+
8
−
8
View file @
5c67afb5
...
@@ -20,24 +20,24 @@ All experiments are started with the provided "External Controller" scripts. The
...
@@ -20,24 +20,24 @@ All experiments are started with the provided "External Controller" scripts. The
All scripts have been tested on Ubuntu and Raspbian.
All scripts have been tested on Ubuntu and Raspbian.
The execution may be parameterized by the following environment variables:
The execution may be parameterized by the following environment variables:
*
SLEEPTIME between executions (default 30 seconds)
*
SLEEP
_
TIME between executions (default 30 seconds)
*
NUM_LOOPS
number of repetitions (default 10)
*
NUM_
OF_
LOOPS number of repetitions (default 10)
*
THREADS concurrent benchmarking threads (default 1)
*
THREADS concurrent benchmarking threads (default 1)
*
MAX
RECURSIONDEPTH recursion up to this depth (default 10)
*
RECURSION
_
DEPTH
recursion up to this depth (default 10)
*
TOTAL
CALLS
the duration of the benchmark (deafult 2,000,000 calls)
*
TOTAL
_NUM_OF_CALLS
the duration of the benchmark (deafult 2,000,000 calls)
*
METHODTIME the time per monitored call (default 0 ns or 500 us)
*
METHOD
_
TIME the time per monitored call (default 0 ns or 500 us)
If they are unset, the values are set via
`frameworks/common-function.sh`
.
If they are unset, the values are set via
`frameworks/common-function.sh`
.
Typical call (using Ubuntu):
Typical call (using Ubuntu):
```
```
export SLEEPTIME=1
export SLEEP
_
TIME=1
./gradlew assemble
./gradlew assemble
cd frameworks/opentelemetry/
cd frameworks/opentelemetry/
./benchmark.sh
./benchmark.sh
```
```
Analyzing the data
:
Analyzing the data
===================
===================
In the folder /bin/r are some R scripts provided to generate graphs to
In the folder /bin/r are some R scripts provided to generate graphs to
visualize the results. In the top the files, one can configure the
visualize the results. In the top the files, one can configure the
...
...
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
sign in
to comment