Skip to content

Commit

Permalink
Merge pull request #87 from kirillgarbar/fix
Browse files Browse the repository at this point in the history
Benchmarks fix
  • Loading branch information
gsvgit committed Oct 6, 2023
2 parents 8a79b41 + 1cacb79 commit 2b23505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/GraphBLAS-sharp.Benchmarks/Algorithms/BFS.fs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type Benchmarks<'elem when 'elem : struct>(
static member AvailableContexts = Utils.availableContexts

static member InputMatrixProviderBuilder pathToConfig =
let datasetFolder = "BFS"
let datasetFolder = ""
pathToConfig
|> Utils.getMatricesFilenames
|> Seq.map
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BFSBenchmark
BFSWithoutTransferBenchmark

0 comments on commit 2b23505

Please sign in to comment.