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

commit 55e8034728885a98bf1e5fd3bd7a062246dc5acd
Author: Shad Storhaug <[email protected]>
AuthorDate: Tue Oct 29 04:55:56 2024 +0700

    Lucene.Net.Tests.BenchmarkDotNet/BuildConfigurations: Added configuration 
for 4.8.0-beta00017
---
 src/Lucene.Net.Tests.BenchmarkDotNet/BuildConfigurations.cs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Lucene.Net.Tests.BenchmarkDotNet/BuildConfigurations.cs 
b/src/Lucene.Net.Tests.BenchmarkDotNet/BuildConfigurations.cs
index e0bc270ae..693c236f5 100644
--- a/src/Lucene.Net.Tests.BenchmarkDotNet/BuildConfigurations.cs
+++ b/src/Lucene.Net.Tests.BenchmarkDotNet/BuildConfigurations.cs
@@ -35,7 +35,8 @@ namespace Lucene.Net.Tests.BenchmarkDotNet
             new BuildConfiguration { PackageVersion = "4.8.0-beta00014" },
             new BuildConfiguration { PackageVersion = "4.8.0-beta00015" },
             new BuildConfiguration { PackageVersion = "4.8.0-beta00016" },
-            new BuildConfiguration { CustomConfigurationName = "LocalBuild", 
Id = "LocalBuild" },
+            new BuildConfiguration { PackageVersion = "4.8.0-beta00017" },
+            //new BuildConfiguration { CustomConfigurationName = "LocalBuild", 
Id = "LocalBuild" }, // NOTE: This functions, but for some reason is less 
performant than testing a NuGet package
         };
     }
 

Reply via email to