Skip to content

Commit af6d6c4

Browse files
committed
Update benchmark configuration to target .NET 10.0 runtime
1 parent 95035a0 commit af6d6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/TyKonKet.BarcodeGenerator.CB/BenchmarkConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class BenchmarkConfig : ManualConfig
1010
{
1111
public BenchmarkConfig()
1212
{
13-
AddJob(Job.Default.WithRuntime(CoreRuntime.Core90));
13+
AddJob(Job.Default.WithRuntime(CoreRuntime.Core10_0));
1414
AddLogger(ConsoleLogger.Default);
1515
AddExporter(JsonExporter.Default);
1616
}

0 commit comments

Comments
 (0)