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()
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 ) ) ) ;
Original file line number Diff line number Diff 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 ) ) ) ;
You can’t perform that action at this time.
0 commit comments