public void BenchmarkTest() { Benchmark.Run(() => Test(4000)); }
public void BenchmarkTest() { Benchmark.Run(RandomPasswordTest); }