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 f671a2e commit 6de410fCopy full SHA for 6de410f
benchmarks/GraphBLAS-sharp.Benchmarks/Algorithms/BFS.fs
@@ -13,8 +13,8 @@ open GraphBLAS.FSharp.Objects.MailboxProcessorExtensions
13
open GraphBLAS.FSharp.Backend.Quotes
14
15
[<AbstractClass>]
16
-[<IterationCount(100)>]
17
-[<WarmupCount(10)>]
+[<IterationCount(10)>]
+[<WarmupCount(3)>]
18
[<Config(typeof<Configs.Matrix>)>]
19
type Benchmarks<'elem when 'elem : struct>(
20
buildFunToBenchmark,
0 commit comments