Skip to content

Commit e6bae88

Browse files
committed
Absolute path in bennchmark script
1 parent 4875a3c commit e6bae88

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
BFSBenchmark
1+
BFSWithoutTransfer

benchmarks/GraphBLAS-sharp.Benchmarks/Scripts/Benchmark.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
from dataclasses import dataclass
99

10-
ROOT = pathlib.Path(__file__).parent.parent.parent.parent
11-
BENCHMARKS = pathlib.Path(__file__).parent.parent
10+
ROOT = pathlib.Path(__file__).resolve().parent.parent.parent.parent
11+
BENCHMARKS = pathlib.Path(__file__).resolve().parent.parent
1212
CONFIGS = BENCHMARKS / "Configs"
1313
BINARIES = BENCHMARKS / "bin" / "Release" / "net7.0"
1414
RESULTS = ROOT / "BenchmarkDotNet.Artifacts" / "results"

0 commit comments

Comments
 (0)