diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-08-20 16:14:32 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-08-20 16:14:32 +0200 |
| commit | 468865c5de6ce2365a4afb86aacc05d81c0329c4 (patch) | |
| tree | 3bc16da70c356aeab21e7ddd5d431e0ec8219e54 /.gitignore | |
| parent | b7ab05c6d3e960a0b794e8c39cf41d045f9bf6ca (diff) | |
| download | allocbench-468865c5de6ce2365a4afb86aacc05d81c0329c4.tar.gz allocbench-468865c5de6ce2365a4afb86aacc05d81c0329c4.zip | |
add lld benchmark using lld provided benchmarkslld
Benchmark changes the current working directory if self.run_dir is
set befor each benchmark run.
lld does not work with print_status_on_exit.so so reading and removing
status is no only done if a status file is available.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ build/* results/* allocators/*.so dj_workloads/* +lld-speed-test* *.png *__pycache__* .gdb_history |
