We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c235a88 commit 351fbafCopy full SHA for 351fbaf
1 file changed
README.md
@@ -29,7 +29,7 @@ This script will download raw data from [Hackage](https://hackage.haskell.org/).
29
This script will build the benchmark (Prelude with NL) from the raw data.
30
31
```sh
32
-python scripts/preprocess_benchmark.py -i benchmark/ -o TF-Bench.json
+uv run reprocess_benchmark.py -i benchmark/ -o TF-Bench.json
33
```
34
35
### TF-Bench_pure
0 commit comments