Skip to content

Commit c4c2042

Browse files
timcassellAndreyAkinshin
authored andcommitted
Fixed some tests.
1 parent 570eeef commit c4c2042

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/BenchmarkDotNet.IntegrationTests/LargeAddressAwareTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public void BenchmarkCanAllocateMoreThan2Gb()
2525
var summary = BenchmarkRunner
2626
.Run<NeedsMoreThan2GB>(
2727
ManualConfig.CreateEmpty()
28-
.AddJob(Job.Dry.WithRuntime(CoreRuntime.Core70).WithPlatform(Platform.X64).WithId("Core"))
28+
.AddJob(Job.Dry.WithRuntime(CoreRuntime.Core80).WithPlatform(Platform.X64).WithId("Core"))
2929
.AddJob(Job.Dry.WithRuntime(ClrRuntime.Net462).WithPlatform(Platform.X86).WithGcServer(false).WithLargeAddressAware().WithId("Framework"))
3030
.AddColumnProvider(DefaultColumnProviders.Instance)
3131
.AddLogger(new OutputLogger(output)));

tests/BenchmarkDotNet.IntegrationTests/MultipleRuntimesTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public void SingleBenchmarkCanBeExecutedForMultipleRuntimes()
2929
var summary = BenchmarkRunner
3030
.Run<C>(
3131
ManualConfig.CreateEmpty()
32-
.AddJob(Job.Dry.WithRuntime(CoreRuntime.Core70).WithPlatform(Platform.X64).WithId("Core"))
32+
.AddJob(Job.Dry.WithRuntime(CoreRuntime.Core80).WithPlatform(Platform.X64).WithId("Core"))
3333
.AddJob(Job.Dry.WithRuntime(ClrRuntime.Net462).WithId("Framework"))
3434
.AddColumnProvider(DefaultColumnProviders.Instance)
3535
.AddLogger(new OutputLogger(output)));

0 commit comments

Comments
 (0)