Files
Joffrey JAFFEUX 82ac698293 FIX: attempts to fix flaky in stat spec (#32784)
I suspect that by having an integer and not a float sometimes the value
we get is converted to 0.

This is the error we have atm:

```
Failure/Error: measurement = Benchmark.measure { example.run }

  expected: 0.75
       got: 0.0

  (compared using ==)
```

This might not fix it, but it feels right to make this change.
2025-05-18 21:55:46 +02:00
..