Skip to content

Conversation

@NicholasR77
Copy link
Collaborator

No description provided.

@NicholasR77 NicholasR77 force-pushed the update-chipsets branch 2 times, most recently from 80bd0c6 to 0362435 Compare June 25, 2025 18:06
@NicholasR77 NicholasR77 marked this pull request as ready for review June 26, 2025 18:39
@NicholasR77 NicholasR77 requested a review from a team June 26, 2025 18:44
- name: Update benchmarks
run: npm run update-benchmarks

- name: Validate *local* benchmark JSON shape
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is where we run the new test to verify that the json generated from the https://gfxbench.com/result.jsp matches the shape we expect

const tokenizedRenderer = tokenizeForLevenshteinDistance(renderer);
// eslint-disable-next-line prefer-const
let [gpu, , , , fpsesByPixelCount] =

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is where their old code was going wrong where it was incorrectly retrieving the placement of where the fpsesByPixelCount should be - so for now to support both data shapes we just assume its the last entry in the array which seems to be accurate between how it used to look and now - if this ever changes again though our test should pick it up

@NicholasR77 NicholasR77 merged commit 464c313 into master Jun 26, 2025
1 check passed
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.

4 participants