diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-11-21 21:04:17 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-11-21 21:04:17 +0100 |
| commit | bfdb57ba4dfa6a5a8b199c19a1c0de027c5e3937 (patch) | |
| tree | 70845cce2c16adc1bfa743f0f7a20b722fb40de3 /src/benchmarks/fd.py | |
| parent | 69ddf7df0daac4845e46397967a850277913e358 (diff) | |
| download | allocbench-bfdb57ba4dfa6a5a8b199c19a1c0de027c5e3937.tar.gz allocbench-bfdb57ba4dfa6a5a8b199c19a1c0de027c5e3937.zip | |
keep not modified artifact data in cache
Diffstat (limited to 'src/benchmarks/fd.py')
| -rw-r--r-- | src/benchmarks/fd.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/benchmarks/fd.py b/src/benchmarks/fd.py index 29cac09..6b9c316 100644 --- a/src/benchmarks/fd.py +++ b/src/benchmarks/fd.py @@ -36,7 +36,7 @@ class BenchmarkFd(Benchmark): name = "fd" super().__init__(name) - self.cmd = "fd -HI -e c '.*[0-9].*' {build_dir}/linux" + self.cmd = "fd -HI -e c '.*[0-9].*' {linux_files}" def prepare(self): super().prepare() @@ -63,7 +63,7 @@ class BenchmarkFd(Benchmark): linux = GitArtifact("linux", "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git") linux_version = "v5.3" - linux.provide(linux_version, os.path.join(self.build_dir, "linux")) + self.linux_files = linux.provide(linux_version) def summary(self): self.barplot_single_arg("{task-clock}", |
