Skip to content

Commit 2b23505

Browse files
authored
Merge pull request #87 from kirillgarbar/fix
Benchmarks fix
2 parents 8a79b41 + 1cacb79 commit 2b23505

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

benchmarks/GraphBLAS-sharp.Benchmarks/Algorithms/BFS.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ type Benchmarks<'elem when 'elem : struct>(
4646
static member AvailableContexts = Utils.availableContexts
4747

4848
static member InputMatrixProviderBuilder pathToConfig =
49-
let datasetFolder = "BFS"
49+
let datasetFolder = ""
5050
pathToConfig
5151
|> Utils.getMatricesFilenames
5252
|> Seq.map
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
BFSBenchmark
1+
BFSWithoutTransferBenchmark

0 commit comments

Comments
 (0)