From 468865c5de6ce2365a4afb86aacc05d81c0329c4 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Tue, 20 Aug 2019 16:14:32 +0200 Subject: add lld benchmark using lld provided benchmarks 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 94d1b41..b0cb851 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ build/* results/* allocators/*.so dj_workloads/* +lld-speed-test* *.png *__pycache__* .gdb_history -- cgit v1.2.3