refactor: increase runtime of "sigma iterator" benchmark (#11336)
This PR makes the "sigma iterator" benchmark more compute-intensive because it was too fast and therefore flaky.
This commit is contained in:
parent
54a10f0790
commit
6da35eeccb
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ def f._at_.g.spec_0._redArg _x.1 _x.2 _x.3 it : Nat :=
|
|||
```
|
||||
-/
|
||||
def g : Nat := Id.run do
|
||||
(*...2000000).iter.filter (fun _ => True)
|
||||
(*...30000000).iter.filter (fun _ => True)
|
||||
|>.sigma (α := fun _ => _) (param := 0)
|
||||
|> f (acc := 0)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue