Skip to content

Commit 6de410f

Browse files
authored
Restart CI attempt
1 parent f671a2e commit 6de410f

File tree

1 file changed

+2
-2
lines changed
  • benchmarks/GraphBLAS-sharp.Benchmarks/Algorithms

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ open GraphBLAS.FSharp.Objects.MailboxProcessorExtensions
1313
open GraphBLAS.FSharp.Backend.Quotes
1414

1515
[<AbstractClass>]
16-
[<IterationCount(100)>]
17-
[<WarmupCount(10)>]
16+
[<IterationCount(10)>]
17+
[<WarmupCount(3)>]
1818
[<Config(typeof<Configs.Matrix>)>]
1919
type Benchmarks<'elem when 'elem : struct>(
2020
buildFunToBenchmark,

0 commit comments

Comments
 (0)