Skip to content

Commit 32902f5

Browse files
committed
script: rename .core.md -> .hs.md
1 parent bd958f3 commit 32902f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/preprocess_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def main(input_raw_benchmark_path: str = "benchmark", output_path: str = "tfb.js
1313
# read in all files ending with .md in the input_raw_benchmark_path
1414
tasks: list[BenchmarkTask] = []
1515
for file in os.listdir(input_raw_benchmark_path):
16-
if not file.endswith(".core.md"):
16+
if not file.endswith(".hs.md"):
1717
continue
1818
with open(os.path.join(input_raw_benchmark_path, file), "r") as f:
1919
data = f.read()

0 commit comments

Comments
 (0)