Uh oh!
There was an error while loading. Please reload this page.
Fix and optimize query profiling - #57095
Conversation
Zoxc
commented
Dec 24, 2018
@bors try |
bors
commented
Dec 24, 2018
⌛ Trying commit 7c985beec1d57f2bfe6890f47eeab641c879ece3 with merge e12bb21de0cda2992dd77eb54755b113dea148f5... |
bors
commented
Dec 24, 2018
☀️ Test successful - status-travis |
Zoxc
commented
Dec 24, 2018
@rust-timer build e12bb21de0cda2992dd77eb54755b113dea148f5 |
rust-timer
commented
Dec 24, 2018
Success: Queued e12bb21de0cda2992dd77eb54755b113dea148f5 with parent 94bf2c1, comparison URL. |
rust-timer
commented
Dec 24, 2018
Finished benchmarking try commit e12bb21de0cda2992dd77eb54755b113dea148f5 |
michaelwoerister
left a comment
There was a problem hiding this comment.
Thanks, @Zoxc! Good idea to record query counts in bulk.
r=me with the functions renamed.
There was a problem hiding this comment.
This should be called something like record_queries_computed unless I'm misreading something.
There was a problem hiding this comment.
This should renamed to record_queries_computed too then.
There was a problem hiding this comment.
Just a remark: There should probably be a third category here for things that could be re-used but are not stored in the cache. Not sure how to best handle this.
There was a problem hiding this comment.
An issue for another PR: This looks like we could get missed updates here (and below) with parallel queries.
Zoxc
commented
Jan 7, 2019
@bors r=michaelwoerister |
bors
commented
Jan 7, 2019
📌 Commit 23c742c has been approved by |
bors
commented
Jan 8, 2019
Fix and optimize query profiling r? @michaelwoerister cc @wesleywiser
bors
commented
Jan 8, 2019
☀️ Test successful - status-appveyor, status-travis |
r? @michaelwoerister
cc @wesleywiser