2 writes to _random
IdeBenchmarks (2)
SQLitePersistentStorageBenchmark.cs (2)
42
_random
= null!;
73
_random
= new Random(0);
2 references to _random
IdeBenchmarks (2)
SQLitePersistentStorageBenchmark.cs (2)
106
var name =
_random
.Next(0, 4).ToString();
107
if (
_random
.Next(0, 100) < ReadPercentage)