You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2020/10/04 00:07:49 UTC

[lucenenet] 02/02: Lucene.Net.Benchmarks.ByTask.PerfRunData: Added comments to indicate where and why we diverged from Java

This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit bbf6ecee439f48a63214129e456920ba943ad08b
Author: Shad Storhaug <sh...@shadstorhaug.com>
AuthorDate: Sun Oct 4 07:03:41 2020 +0700

    Lucene.Net.Benchmarks.ByTask.PerfRunData: Added comments to indicate where and why we diverged from Java
---
 src/Lucene.Net.Benchmark/ByTask/PerfRunData.cs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Lucene.Net.Benchmark/ByTask/PerfRunData.cs b/src/Lucene.Net.Benchmark/ByTask/PerfRunData.cs
index 9aaa449..007f74f 100644
--- a/src/Lucene.Net.Benchmark/ByTask/PerfRunData.cs
+++ b/src/Lucene.Net.Benchmark/ByTask/PerfRunData.cs
@@ -181,6 +181,7 @@ namespace Lucene.Net.Benchmarks.ByTask
             SetStartTimeMillis();
         }
 
+        // LUCENENET specific - marked protected virtual so users can supply their own directory implementation
         protected virtual Store.Directory CreateDirectory(bool eraseIndex, string dirName,
             string dirParam)
         {