| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
* rename src directory to allocbench
* make global variable names UPPERCASE
* format a lot of code using yapf
* use lowercase ld_preload and ld_library_path as Allocator members
* name expected Errors 'err' and don't raise a new Exception
* disable some pylint messages
|
| |
|
|
|
| |
Now there is only a single plot function which takes a plot type as
well as some plot and figure options.
|
| |
|
|
|
|
| |
add new helper functions to get all y_values for a plot
use seperate figures for each plot
s/filepostfix/file_postfix/ to be consistent
|
| |
|
|
|
|
|
| |
* use str.format instead of eval for plot labels
* use meaningful variable names
* add license header
* add some doc strings
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
always call provide of the linux sources to know where they were provided to
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Artifacts are downloadable external ressources. They provide their
ressource (vcs commit, extracted archive) using Artifact.provide.
GitArtifact download a bare git repository and provides specific
commits using worktrees.
Use GitArtifact for the linux kernel source
|
|
|
benchmark inspired by this blog post.
https://dev.to/sharkdp/an-unexpected-performance-regression-11ai
|