We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4875a3c commit e6bae88Copy full SHA for e6bae88
benchmarks/GraphBLAS-sharp.Benchmarks/Configs/WorkflowTargets.txt
@@ -1 +1 @@
1
-BFSBenchmark
+BFSWithoutTransfer
benchmarks/GraphBLAS-sharp.Benchmarks/Scripts/Benchmark.py
@@ -7,8 +7,8 @@
7
8
from dataclasses import dataclass
9
10
-ROOT = pathlib.Path(__file__).parent.parent.parent.parent
11
-BENCHMARKS = pathlib.Path(__file__).parent.parent
+ROOT = pathlib.Path(__file__).resolve().parent.parent.parent.parent
+BENCHMARKS = pathlib.Path(__file__).resolve().parent.parent
12
CONFIGS = BENCHMARKS / "Configs"
13
BINARIES = BENCHMARKS / "bin" / "Release" / "net7.0"
14
RESULTS = ROOT / "BenchmarkDotNet.Artifacts" / "results"
0 commit comments