Пример #1
0
 public void BenchmarkUnstableTestAndAdd()
 {
     for (int i = 0; i < n; i++)
     {
         f.TestAndAdd(data[i]);
     }
 }