Skip to content

Commit 6811d76

Browse files
committed
Clean up temporary benchmark files and logs
1 parent 6cd7afe commit 6811d76

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ cmake_install.cmake
3737
*.tmp
3838
temp/
3939
tmp/
40+
benchmarks/tmp_*
4041

4142
# Dependency directories
4243
deps/
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
import os
44
import sys
55

6-
POME_BIN = sys.argv[1] if len(sys.argv) > 1 else "./build_new/pome"
6+
sys.path.append(os.path.join(os.path.dirname(__file__), ".."))
7+
8+
POME_BIN = sys.argv[1] if len(sys.argv) > 1 else "./build/pome"
79
PYTHON_BIN = "python3"
810

911
import re

0 commit comments

Comments
 (0)