Skip to content

Commit

Permalink
Fix benchmarks
Browse files Browse the repository at this point in the history
Rename of default dataset folder
  • Loading branch information
kirillgarbar authored Oct 5, 2023
1 parent 8a79b41 commit ca2ab30
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit ca2ab30

Please sign in to comment.