We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a79b41 + 1cacb79 commit 2b23505Copy full SHA for 2b23505
2 files changed
benchmarks/GraphBLAS-sharp.Benchmarks/Algorithms/BFS.fs
@@ -46,7 +46,7 @@ type Benchmarks<'elem when 'elem : struct>(
46
static member AvailableContexts = Utils.availableContexts
47
48
static member InputMatrixProviderBuilder pathToConfig =
49
- let datasetFolder = "BFS"
+ let datasetFolder = ""
50
pathToConfig
51
|> Utils.getMatricesFilenames
52
|> Seq.map
benchmarks/GraphBLAS-sharp.Benchmarks/Configs/WorkflowTargets.txt
@@ -1 +1 @@
1
-BFSBenchmark
+BFSWithoutTransferBenchmark
0 commit comments