| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make the whole project more python idiomatic | Florian Fischer | 2020-06-02 | 1 | -163/+0 |
| | | | | | | | | | | * 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 | ||||
| * | GitArtifact: alos force fetch the bare repo | Florian Fischer | 2020-05-01 | 1 | -1/+1 |
| | | |||||
| * | GitArtifact: force fetch repository | Florian Fischer | 2020-04-28 | 1 | -1/+1 |
| | | |||||
| * | improve artifact code | Florian Fischer | 2020-03-09 | 1 | -12/+12 |
| | | | | | | don't override format don't override Artifact.provide with lesser parameters | ||||
| * | update git checkouts | Florian Fischer | 2020-03-06 | 1 | -0/+10 |
| | | |||||
| * | don't raise Exeption again just pass it | Florian Fischer | 2020-02-27 | 1 | -2/+2 |
| | | |||||
| * | update existing GitArtifacts | Florian Fischer | 2020-02-17 | 1 | -0/+8 |
| | | |||||
| * | fix GitArtifact.provide | Florian Fischer | 2019-12-14 | 1 | -5/+7 |
| | | |||||
| * | use new run_cmd wrapper in artifact.py | Florian Fischer | 2019-12-13 | 1 | -27/+5 |
| | | |||||
| * | always output if we retrieve aqn artifact | Florian Fischer | 2019-12-13 | 1 | -2/+2 |
| | | |||||
| * | format artifact.py using yapf | Florian Fischer | 2019-12-11 | 1 | -19/+39 |
| | | |||||
| * | keep not modified artifact data in cache | Florian Fischer | 2019-11-21 | 1 | -2/+5 |
| | | |||||
| * | use ArchiveArtifacts for all benchmark resources | Florian Fischer | 2019-09-23 | 1 | -0/+4 |
| | | |||||
| * | Add ArchiveArtifacts | Florian Fischer | 2019-09-22 | 1 | -1/+50 |
| | | | | | | | | ArchiveArtifacts check a downloaded archive against a provided checksum. The Archive is downloaded to cache/<name>/<name>.<format>. The only suported format is tar. ArchiveArtifacts can be used as sources of an Allocator. | ||||
| * | add artifacts | Florian Fischer | 2019-09-21 | 1 | -0/+89 |
| 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 | |||||
