Skip to content

Commit 434c2e8

Browse files
committed
Try to make fgfa work with Github CI #3
1 parent a3d2043 commit 434c2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/filesize_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import tomllib
66

77
def benchmark(test_file):
8-
subprocess.run(["target/release/fgfa", "-I", test_file, "-o", "filesize_benchmark.txt"],
8+
subprocess.run(["fgfa", "-I", test_file, "-o", "filesize_benchmark.txt"],
99
check = True)
1010
size_bytes = os.path.getsize("filesize_benchmark.txt")
1111
subprocess.run(["rm", "-rf", "filesize_benchmark.txt"], check = True)

0 commit comments

Comments
 (0)