Skip to content

Conversation

@tekknolagi
Copy link
Contributor

No description provided.

@tekknolagi tekknolagi marked this pull request as ready for review July 15, 2025 19:20
@tekknolagi tekknolagi requested a review from k0kubun July 15, 2025 19:20
Comment on lines +7 to +9
@v0 = 1
@v1 = 2
@v3 = 3
Copy link
Member

Choose a reason for hiding this comment

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

This makes me uncomfortable lol

I think you meant either

Suggested change
@v0 = 1
@v1 = 2
@v3 = 3
@v0 = 1
@v1 = 2
@v2 = 3

or

Suggested change
@v0 = 1
@v1 = 2
@v3 = 3
@v1 = 1
@v2 = 2
@v3 = 3

Copy link
Member

Choose a reason for hiding this comment

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

and I guess it was just copied from the getivar benchmark. let's just fix both

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah I just deleted the @. Oop

@tekknolagi tekknolagi merged commit 38ae783 into main Jul 15, 2025
4 checks passed
@tekknolagi tekknolagi deleted the mb-add-attr-accessor branch July 15, 2025 19:53
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.

3 participants