Skip to content

Commit

Permalink
Lucene.Net.Tests.BenchmarkDotNet: Updated HomePageScripBenchmarks to …
Browse files Browse the repository at this point in the history
…include beta 5, beta 6, and beta 10
  • Loading branch information
NightOwl888 committed Jul 20, 2020
1 parent b80ccdd commit e11b441
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@ public Config()
{
var baseJob = Job.MediumRun;

AddJob(baseJob.WithNuGet("Lucene.Net.Analysis.Common", "4.8.0-beta00010").WithId("4.8.0-beta00010"));
AddJob(baseJob.WithNuGet("Lucene.Net.Analysis.Common", "4.8.0-beta00009").WithId("4.8.0-beta00009"));
AddJob(baseJob.WithNuGet("Lucene.Net.Analysis.Common", "4.8.0-beta00008").WithId("4.8.0-beta00008"));
AddJob(baseJob.WithNuGet("Lucene.Net.Analysis.Common", "4.8.0-beta00007").WithId("4.8.0-beta00007"));
AddJob(baseJob.WithNuGet("Lucene.Net.Analysis.Common", "4.8.0-beta00006").WithId("4.8.0-beta00006"));
AddJob(baseJob.WithNuGet("Lucene.Net.Analysis.Common", "4.8.0-beta00005").WithId("4.8.0-beta00005"));
}
}

Expand Down

0 comments on commit e11b441

Please sign in to comment.