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

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


    from 19ce5e9  Lucene.Net.Tests.BenchmarkDotNet: Added benchmarks for 
IndexFiles and SearchFiles
     new ebf808e  Lucene.Net.Tests.BenchmarkDotNet: Added jobs for 
4.8.0-beta00011
     new a67e42a  Added benchmarks for facet operations using 
Lucene.Net.Demo.Facet classes as a basis

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../FacetsAssociationsBenchmarks.cs                | 53 ++++++++++++++++++
 .../FacetsDistanceBenchmarks.cs                    | 59 ++++++++++++++++++++
 .../FacetsExpressionAggregationBenchmarks.cs       | 50 +++++++++++++++++
 .../FacetsMultiCategoryListsBenchmarks.cs          | 50 +++++++++++++++++
 .../FacetsRangeBenchmarks.cs                       | 64 ++++++++++++++++++++++
 .../FacetsSimpleBenchmarks.cs                      | 59 ++++++++++++++++++++
 .../FacetsSimpleSortedSetBenchmarks.cs             | 53 ++++++++++++++++++
 .../HomePageScriptBenchmarks.cs                    |  1 +
 .../IndexFilesBenchmarks.cs                        |  1 +
 .../Lucene.Net.Tests.BenchmarkDotNet.csproj        | 11 ++++
 .../SearchFilesBenchmarks.cs                       |  1 +
 11 files changed, 402 insertions(+)
 create mode 100644 
src/Lucene.Net.Tests.BenchmarkDotNet/FacetsAssociationsBenchmarks.cs
 create mode 100644 
src/Lucene.Net.Tests.BenchmarkDotNet/FacetsDistanceBenchmarks.cs
 create mode 100644 
src/Lucene.Net.Tests.BenchmarkDotNet/FacetsExpressionAggregationBenchmarks.cs
 create mode 100644 
src/Lucene.Net.Tests.BenchmarkDotNet/FacetsMultiCategoryListsBenchmarks.cs
 create mode 100644 
src/Lucene.Net.Tests.BenchmarkDotNet/FacetsRangeBenchmarks.cs
 create mode 100644 
src/Lucene.Net.Tests.BenchmarkDotNet/FacetsSimpleBenchmarks.cs
 create mode 100644 
src/Lucene.Net.Tests.BenchmarkDotNet/FacetsSimpleSortedSetBenchmarks.cs

Reply via email to