microsoft / qsharp

Azure Quantum Development Kit, including the Q# programming language, resource estimator, and Quantum Katas
https://microsoft.github.io/qsharp/
MIT License
367 stars 73 forks source link

Update RCA for ranges #1550

Closed cesarzc closed 1 month ago

github-actions[bot] commented 1 month ago

Benchmark for 3cae8e2

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | Array append evaluation | 333.4±3.16µs | **326.0±1.30µs** | **-2.22%** | | Array literal evaluation | 192.9±2.05µs | **183.9±0.91µs** | **-4.67%** | | Array update evaluation | 414.9±2.57µs | **406.0±1.84µs** | **-2.15%** | | Core + Standard library compilation | 18.8±0.48ms | **18.6±0.16ms** | **-1.06%** | | Deutsch-Jozsa evaluation | 5.1±0.04ms | 5.1±0.16ms | 0.00% | | Large file parity evaluation | **34.1±0.07ms** | 34.2±0.30ms | **+0.29%** | | Large input file compilation | **12.3±0.11ms** | 12.5±0.19ms | **+1.63%** | | Large input file compilation (interpreter) | 47.1±1.09ms | 47.6±1.11ms | +1.06% | | Large nested iteration | 34.0±1.59ms | **32.3±0.30ms** | **-5.00%** | | Perform Runtime Capabilities Analysis (RCA) on Deutsch-Jozsa sample | 1557.3±46.22µs | 1563.8±34.82µs | +0.42% | | Perform Runtime Capabilities Analysis (RCA) on large file sample | 7.7±0.06ms | 7.7±0.07ms | 0.00% | | Perform Runtime Capabilities Analysis (RCA) on teleport sample | 1413.3±33.28µs | 1423.4±53.06µs | +0.71% | | Perform Runtime Capabilities Analysis (RCA) on the core and std libraries | 27.4±0.15ms | 27.5±0.31ms | +0.36% | | Teleport evaluation | 89.4±4.43µs | 90.8±3.84µs | +1.57% |
cesarzc commented 1 month ago

Incorporated to #1547.