This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Main | |
| L0000 push rdi | |
| L0001 push rsi | |
| L0002 push rbp | |
| L0003 push rbx | |
| L0004 sub rsp, 0x58 | |
| L0008 vzeroupper | |
| L000b xor eax, eax | |
| L000d mov [rsp+0x50], rax |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Build Type: ret | |
| Tool chain: | |
| ilc.exe : 2.2.31116.00 built by: PROJECTNREL | |
| nutc_driver.exe : 2.2.31116.00 built by: PROJECTNREL | |
| rhbind.exe : 2.2.31116.0 built by: PROJECTNREL | |
| sg.exe : 2.2.31116.00 built by: PROJECTNREL | |
| Framework: | |
| Activators.Implementation.dll : 11.2406.13.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| using BenchmarkDotNet.Running; | |
| using BenchmarkDotNet.Attributes; | |
| using BenchmarkDotNet.Reports; | |
| namespace DictInterBench; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- query 1: index seek as expected | |
| SELECT COUNT_BIG(*) FOR_YOU | |
| FROM dbo.REEEEEEEEEEECOMPILE ree | |
| WHERE 1 = NULL OR (ree.COL2 > 0) | |
| OPTION (RECOMPILE, QUERYTRACEON 8605, QUERYTRACEON 8606, QUERYTRACEON 8607, QUERYTRACEON 3604) |
OlderNewer