Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed some broken latex in the Measure doc #1825

Merged
merged 2 commits into from
Aug 12, 2024
Merged

Conversation

ScottCarda-MS
Copy link
Contributor

@ScottCarda-MS ScottCarda-MS commented Aug 7, 2024

What the Remarks section looked like before:
image

What the Remarks section looks like now:
image

Fixes #1429

@ScottCarda-MS ScottCarda-MS marked this pull request as ready for review August 7, 2024 22:45
Copy link

github-actions bot commented Aug 7, 2024

Change in memory usage detected by benchmark.

Memory Report for eb4ac58

Test This Branch On Main Difference
compile core + standard lib 17962712 bytes 17962896 bytes -184 bytes

Copy link

github-actions bot commented Aug 7, 2024

Benchmark for eb4ac58

Click to view benchmark
Test Base PR %
Array append evaluation 334.1±3.37µs 338.3±1.90µs +1.26%
Array literal evaluation 186.3±2.94µs 168.8±0.95µs -9.39%
Array update evaluation 415.7±12.96µs 418.1±4.42µs +0.58%
Core + Standard library compilation 21.3±0.22ms 21.1±0.24ms -0.94%
Deutsch-Jozsa evaluation 5.0±0.05ms 5.0±0.06ms 0.00%
Large file parity evaluation 34.5±0.22ms 34.7±0.48ms +0.58%
Large input file compilation 13.0±0.38ms 12.7±0.16ms -2.31%
Large input file compilation (interpreter) 51.6±1.99ms 49.8±1.87ms -3.49%
Large nested iteration 32.8±0.24ms 33.2±0.41ms +1.22%
Perform Runtime Capabilities Analysis (RCA) on Deutsch-Jozsa sample 1585.2±93.03µs 1573.4±93.79µs -0.74%
Perform Runtime Capabilities Analysis (RCA) on large file sample 7.7±0.07ms 7.8±0.10ms +1.30%
Perform Runtime Capabilities Analysis (RCA) on teleport sample 1439.6±79.90µs 1449.9±117.63µs +0.72%
Perform Runtime Capabilities Analysis (RCA) on the core and std libraries 27.8±0.22ms 27.7±0.27ms -0.36%
Teleport evaluation 93.4±3.52µs 92.8±3.27µs -0.64%

Copy link

github-actions bot commented Aug 8, 2024

Change in memory usage detected by benchmark.

Memory Report for 25718ba

Test This Branch On Main Difference
compile core + standard lib 17962584 bytes 17962896 bytes -312 bytes

Copy link

github-actions bot commented Aug 8, 2024

Benchmark for 25718ba

Click to view benchmark
Test Base PR %
Array append evaluation 331.2±2.17µs 332.3±3.25µs +0.33%
Array literal evaluation 187.0±4.22µs 187.2±4.04µs +0.11%
Array update evaluation 412.3±1.38µs 410.9±1.33µs -0.34%
Core + Standard library compilation 21.9±0.45ms 22.0±0.77ms +0.46%
Deutsch-Jozsa evaluation 5.0±0.06ms 5.0±0.11ms 0.00%
Large file parity evaluation 34.5±0.36ms 34.7±0.74ms +0.58%
Large input file compilation 13.1±0.43ms 13.3±0.38ms +1.53%
Large input file compilation (interpreter) 52.0±2.63ms 52.6±2.25ms +1.15%
Large nested iteration 32.9±0.20ms 32.9±0.50ms 0.00%
Perform Runtime Capabilities Analysis (RCA) on Deutsch-Jozsa sample 1561.8±33.20µs 1561.7±33.55µs -0.01%
Perform Runtime Capabilities Analysis (RCA) on large file sample 7.8±0.08ms 7.8±0.08ms 0.00%
Perform Runtime Capabilities Analysis (RCA) on teleport sample 1421.9±37.02µs 1425.5±39.41µs +0.25%
Perform Runtime Capabilities Analysis (RCA) on the core and std libraries 27.8±0.26ms 27.8±0.22ms 0.00%
Teleport evaluation 93.1±3.55µs 93.1±3.58µs 0.00%

@ScottCarda-MS ScottCarda-MS added this pull request to the merge queue Aug 12, 2024
Merged via the queue into main with commit 2062d8f Aug 12, 2024
19 checks passed
@ScottCarda-MS ScottCarda-MS deleted the sccarda/MeasureDocFix branch August 12, 2024 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Doc comment is not rendered correctly for Measure operation
3 participants