diff options
Diffstat (limited to 'src/benchmarks/fd.py')
| -rw-r--r-- | src/benchmarks/fd.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/benchmarks/fd.py b/src/benchmarks/fd.py index e133e1c..21a987d 100644 --- a/src/benchmarks/fd.py +++ b/src/benchmarks/fd.py @@ -41,6 +41,9 @@ class BenchmarkFd(Benchmark): def prepare(self): super().prepare() + if os.path.exists(self.build_dir): + return + fd_version = "v7.4.0" self.results["facts"]["versions"]["fd"] = fd_version fd_url = ("https://github.com/sharkdp/fd/releases/latest/download/" |
