We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95035a0 commit af6d6c4Copy full SHA for af6d6c4
Tests/TyKonKet.BarcodeGenerator.CB/BenchmarkConfig.cs
@@ -10,7 +10,7 @@ public class BenchmarkConfig : ManualConfig
10
{
11
public BenchmarkConfig()
12
13
- AddJob(Job.Default.WithRuntime(CoreRuntime.Core90));
+ AddJob(Job.Default.WithRuntime(CoreRuntime.Core10_0));
14
AddLogger(ConsoleLogger.Default);
15
AddExporter(JsonExporter.Default);
16
}
0 commit comments