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

Get tests to pass with trace logging on #1639

Closed
wants to merge 3 commits into from
Closed

Conversation

wycats
Copy link
Contributor

@wycats wycats commented Oct 29, 2024

Also add back the ability to enable trace logging and disable debug assertions in the test harness.

Also add back the ability to enable trace logging and disable debug
assertions in the test harness.
@@ -23,6 +23,18 @@ export async function setupQunit() {
tooltip: 'CI mode makes tests run faster by sacrificing UI responsiveness',
});

QUnit.config.urlConfig.push({
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice -- tbh, I think we should document this on the ember guides -- gonna open an issue over there

Copy link

github-actions bot commented Oct 29, 2024

duration phase estimated regression +76ms [7ms to 143ms] OR +0.59% [0.06% to 1.11%]
renderEnd phase no difference [-1ms to 2ms]
render1000Items1End phase estimated regression +10ms [2ms to 16ms] OR +0.98% [0.16% to 1.68%]
clearItems1End phase no difference [-2ms to 1ms]
render1000Items2End phase estimated regression +11ms [1ms to 17ms] OR +1.36% [0.07% to 2.13%]
clearItems2End phase no difference [-1ms to 1ms]
render5000Items1End phase no difference [-9ms to 37ms]
clearManyItems1End phase no difference [0ms to 8ms]
render5000Items2End phase no difference [-40ms to 23ms]
clearManyItems2End phase no difference [-2ms to 3ms]
render1000Items3End phase no difference [-13ms to 16ms]
append1000Items1End phase no difference [-6ms to 13ms]
append1000Items2End phase no difference [-10ms to 26ms]
updateEvery10thItem1End phase no difference [0ms to 4ms]
updateEvery10thItem2End phase no difference [-1ms to 0ms]
selectFirstRow1End phase no difference [0ms to 0ms]
selectSecondRow1End phase no difference [0ms to 0ms]
removeFirstRow1End phase no difference [0ms to 1ms]
removeSecondRow1End phase no difference [0ms to 0ms]
swapRows1End phase no difference [0ms to 0ms]
swapRows2End phase no difference [0ms to 1ms]
clearItems4End phase estimated regression +3ms [0ms to 5ms] OR +1.91% [0.27% to 3.61%]
paint phase no difference [0ms to 0ms]

[15:43:39] Generating Benchmark Reports [started]
[15:43:48] Generating Benchmark Reports [completed]

Benchmark Reports    

JSON: /home/runner/work/glimmer-vm/glimmer-vm/tracerbench-results/compare.json

PDF: /home/runner/work/glimmer-vm/glimmer-vm/tracerbench-results/artifact-1.pdf

HTML: /home/runner/work/glimmer-vm/glimmer-vm/tracerbench-results/artifact-1.html

The opcode metadata is *useful* but it's too free-wheeling to be used
for verification, which is what would ensure it stays in sync.

I'm trying to move the needle on clarifying what the operand types mean,
but it's a big of a slog so I'll have to do it a bit at a time.
@wycats
Copy link
Contributor Author

wycats commented Nov 7, 2024

Superseded by #1649

@wycats wycats closed this Nov 7, 2024
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.

2 participants