-
-
Notifications
You must be signed in to change notification settings - Fork 411
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
Add benchmarks for array access, create and pop operations. #458
Conversation
Codecov Report
@@ Coverage Diff @@
## master #458 +/- ##
=======================================
Coverage 67.05% 67.05%
=======================================
Files 149 149
Lines 9541 9541
=======================================
Hits 6398 6398
Misses 3143 3143 Continue to review full report at Codecov.
|
I am not sure why the older commits are included in this PR. I even tried changing the base to a different branch to force GH to only include the latest commit. |
@jasonwilliams review? |
No worries, we will squash + merge :)
This depends partly on #431. But this can already be adapted to that. The idea is to use the syntax in that PR to only benchmark the execution, without benchmarking the lexing, parsing and realm creation. |
Understood. I'll take the lexer out of the benchmarking equation by following the changes in the linked issue. |
Let us know, @abhijeetbhagat, when this is ready :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks awesome!
The benchmarks are failing because of |
I thought |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks perfect, thanks! let's merge :)
This Pull Request fixes/closes #428 .
It adds benchmarks for array access, create and pop operations.