Skip to content

Commit

Permalink
Lucene.Net.Tests.BenchmarkDotNet/BuildConfigurations: Added configura…
Browse files Browse the repository at this point in the history
…tion for 4.8.0-beta00017
  • Loading branch information
NightOwl888 committed Oct 28, 2024
1 parent d1a15c6 commit 55e8034
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Lucene.Net.Tests.BenchmarkDotNet/BuildConfigurations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ public static class BuildConfigurations
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
};
}

Expand Down

0 comments on commit 55e8034

Please sign in to comment.