This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a commit to branch benchmarkdotnet
in repository https://gitbox.apache.org/repos/asf/lucenenet.git
The following commit(s) were added to refs/heads/benchmarkdotnet by this push:
new 66269a1 Lucene.Net.Tests.BenchmarkDotNet.SearchFilesBenchmarks:
Increased number of iterations from 1000 to 2000 for better accuracy
66269a1 is described below
commit 66269a1506c26f88d4f969fa004c6fc455d5cb0f
Author: Shad Storhaug <[email protected]>
AuthorDate: Fri Nov 13 13:32:03 2020 +0700
Lucene.Net.Tests.BenchmarkDotNet.SearchFilesBenchmarks: Increased number of
iterations from 1000 to 2000 for better accuracy
---
src/Lucene.Net.Tests.BenchmarkDotNet/SearchFilesBenchmarks.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Lucene.Net.Tests.BenchmarkDotNet/SearchFilesBenchmarks.cs
b/src/Lucene.Net.Tests.BenchmarkDotNet/SearchFilesBenchmarks.cs
index d691a16..f5bd368 100644
--- a/src/Lucene.Net.Tests.BenchmarkDotNet/SearchFilesBenchmarks.cs
+++ b/src/Lucene.Net.Tests.BenchmarkDotNet/SearchFilesBenchmarks.cs
@@ -97,7 +97,7 @@ namespace Lucene.Net.Tests.BenchmarkDotNet
string index = indexDirectory.FullName;
string field = "contents";
//string queries = null;
- int repeat = 1000;
+ int repeat = 2000;
//bool raw = false;
string queryString = QueryString;
//int hitsPerPage = 10;