-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update sampling interval back to 5ms #88
Conversation
Before we introduced excimer support, we were sampling at 5ms. PR to support excimer changed it to 50ms (see: 8f8dcfe#diff-a0f318343a79085d556c9f6050c1261041075f5129f00e908fce122d89e02febL24) This PR reverts back sampling interval to 5ms. #86
Maybe I'm missing something, but that's not how I'm reading the results; average response time went up from 0.87s to 1.19s, an increase of 0.32s/36%? That seems a pretty big difference though. |
Sorry I averaged this in my head as "still around 1 second". That's where my comment came from. Should I also do a test on how the original xhprof was performing? How should we know the threshold of acceptable range? |
@rmccue I noticed that when I have another running task, it affects the response time. I went ahead an re-ran the test. This time, more conscious of what other processes are running. For the following tests, I only have 1 instance of Altis project active, and no other apps aside from macOS system services running.
|
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.
Assuming the minor performance change is acceptable (seems to be) the change looks good to me.
Cool, that looks more like what I'd expect, no real impact to response times. |
Merging despite linter check failing as there's an existing PR to fix those: #79 |
Before we introduced excimer support, we were sampling at 5ms. PR to support excimer changed it to 50ms (see:
8f8dcfe#diff-a0f318343a79085d556c9f6050c1261041075f5129f00e908fce122d89e02febL24 )
This PR reverts back sampling interval to 5ms.
There's no notable change on the performance.
Making sure local xray is running:
Before
After
#86