-
Notifications
You must be signed in to change notification settings - Fork 175
ci(prof): run additional allocation test on all PHP versions #3592
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,12 +23,12 @@ | |
| { | ||
| "regular_expression": "<?php;main;standard\\|str_replace$", | ||
| "percent": 66, | ||
| "error_margin": 1 | ||
| "error_margin": 3 | ||
| }, | ||
| { | ||
| "regular_expression": "<?php;main;standard\\|str_repeat$", | ||
| "percent": 33, | ||
| "error_margin": 1 | ||
| "error_margin": 3 | ||
| } | ||
| ] | ||
| }, | ||
|
|
@@ -37,8 +37,8 @@ | |
| "stack-content": [ | ||
| { | ||
| "regular_expression": "<?php;main;standard\\|str_replace$", | ||
| "percent": 51, | ||
| "error_margin": 50 | ||
| "percent": 70, | ||
| "error_margin": 30 | ||
|
Comment on lines
+40
to
+41
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This stack is for wall-time. The idea here is that The variability comes from whether it's piggy-backing on the allocation interrupt (for frameless versions, where we don't get an interrupt on the frameless call) or on older versions without it, we get an interrupt, and it's more accurate. |
||
| } | ||
| ] | ||
| } | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.