Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
allocbench
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Florian Fischer
allocbench
Commits
cf7f1bb4
Commit
cf7f1bb4
authored
Mar 5, 2019
by
Florian Fischer
Browse files
Options
Downloads
Patches
Plain Diff
update Readme
parent
89a316bb
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Readme.md
+6
-4
6 additions, 4 deletions
Readme.md
doc/Benchmarks.md
+1
-1
1 addition, 1 deletion
doc/Benchmarks.md
with
7 additions
and
5 deletions
Readme.md
+
6
−
4
View file @
cf7f1bb4
...
...
@@ -16,20 +16,22 @@ git clone https://muhq.space/software/allocbench.git
## Usage
usage: bench.py [-h] [-
s
] [-l LOAD] [-a ALLOCATORS] [-r RUNS]
[-v]
[-b BENCHMARKS [BENCHMARKS ...]] [-ns]
[-rd RESULTDIR]
[--license]
usage: bench.py [-h] [-
ds, --dont-save
] [-l LOAD] [-a ALLOCATORS] [-r RUNS]
[-v] [-vdebug]
[-b BENCHMARKS [BENCHMARKS ...]] [-ns]
[-rd RESULTDIR]
[--license]
benchmark memory allocators
optional arguments:
-h, --help show this help message and exit
-s, --save
save benchmark results in RESULTDIR
-
d
s, --
dont-
save
don't
save benchmark results in RESULTDIR
-l LOAD, --load LOAD load benchmark results from directory
-a ALLOCATORS, --allocators ALLOCATORS
load allocator definitions from file
-r RUNS, --runs RUNS how often the benchmarks run
-v, --verbose more output
-vdebug, --verbose-debug
debug output
-b BENCHMARKS [BENCHMARKS ...], --benchmarks BENCHMARKS [BENCHMARKS ...]
benchmarks to run
-ns, --nosum don't produce plots
...
...
This diff is collapsed.
Click to expand it.
doc/Benchmarks.md
+
1
−
1
View file @
cf7f1bb4
...
...
@@ -4,7 +4,7 @@ A benchmark in the context of allocbench is a command usable with exec and a
list of all possible arguments. The command is executed and measured for each
permutation of the specified arguments and for each allocator to test.
Benchmarks are implemented as python objects that have a function
`run(runs
, verbose
)`
.
Benchmarks are implemented as python objects that have a function
`run(runs)`
.
Other non mandatory functions are:
*
load
...
...
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