Bug 1677903 Comment 9 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I updated the [gist](https://gist.github.com/asutherland/0f820de77856e459d7e1d4196be6f7ae).

Google sheets says the 95th percentile is 192.51 minutes.  That's from pasting the comma-delimited values from the first section into a cell, choosing "Data...Split Text to Columns", then doing `=PERCENTILE(B1:N1, 0.95)` (I pasted the data into B1 and it split to N1 by inspection.)  Note that the 3rd section had a lot of fast runs because in many cases the cron job triggered the artifact rather than the pulse hook.  The 1st section I believe properly figures out which of the cron or pulse hook jobs ended up getting there first.
I updated the [gist](https://gist.github.com/asutherland/0f820de77856e459d7e1d4196be6f7ae).

Google sheets says the 95th percentile over the last 2 weeks is 192.51 minutes.  That's from pasting the comma-delimited values from the first section into a cell, choosing "Data...Split Text to Columns", then doing `=PERCENTILE(B1:N1, 0.95)` (I pasted the data into B1 and it split to N1 by inspection.)  Note that the 3rd section had a lot of fast runs because in many cases the cron job triggered the artifact rather than the pulse hook.  The 1st section I believe properly figures out which of the cron or pulse hook jobs ended up getting there first.

Back to Bug 1677903 Comment 9