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