File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/BenchmarkDotNet.IntegrationTests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public void BenchmarkCanAllocateMoreThan2Gb()
25
25
var summary = BenchmarkRunner
26
26
. Run < NeedsMoreThan2GB > (
27
27
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" ) )
29
29
. AddJob ( Job . Dry . WithRuntime ( ClrRuntime . Net462 ) . WithPlatform ( Platform . X86 ) . WithGcServer ( false ) . WithLargeAddressAware ( ) . WithId ( "Framework" ) )
30
30
. AddColumnProvider ( DefaultColumnProviders . Instance )
31
31
. AddLogger ( new OutputLogger ( output ) ) ) ;
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public void SingleBenchmarkCanBeExecutedForMultipleRuntimes()
29
29
var summary = BenchmarkRunner
30
30
. Run < C > (
31
31
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" ) )
33
33
. AddJob ( Job . Dry . WithRuntime ( ClrRuntime . Net462 ) . WithId ( "Framework" ) )
34
34
. AddColumnProvider ( DefaultColumnProviders . Instance )
35
35
. AddLogger ( new OutputLogger ( output ) ) ) ;
You can’t perform that action at this time.
0 commit comments