You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[benchmark] check digests for input files only (#1314)
Getting some weird crashes without this change:
```
Error when running Shake build system:
at want, called at bench/hist/Main.hs:87:16 in main:Main
* Depends on: bench_example_HLS
at need, called at src/Development/Benchmark/Rules.hs:154:37 in shake-bench-0.1.0.0-inplace:Development.Benchmark.Rules
* Depends on: bench-results/bench_example_HLS/HEAD/edit.heap.svg
* Raised the exception:
bench-results/bench_example_HLS/HEAD/edit.heap.svg: openFile: resource busy (file is locked)
Benchmark benchHist: ERROR
cabal: Benchmarks failed for bench:benchHist from ghcide-0.7.2.0.
```
0 commit comments