Uh oh!
There was an error while loading. Please reload this page.
[do not merge] Test parallel queries - #56765
Conversation
Zoxc
commented
Dec 13, 2018
@bors try |
bors
commented
Dec 13, 2018
⌛ Trying commit 0e76967 with merge 2d8164662e3f939d63469888bc4d6ed57fa8a8bc... |
michaelwoerister
commented
Dec 13, 2018
I was able to do a local perf.rlo run last we week. I'll post the results here if this doesn't succeed. |
bors
commented
Dec 13, 2018
💔 Test failed - status-travis |
This comment has been minimized.
This comment has been minimized.
michaelwoerister
commented
Dec 13, 2018
@bors retry |
bors
commented
Dec 13, 2018
[do not merge] Test parallel queries Let's see if I have more luck r? @michaelwoerister
bors
commented
Dec 13, 2018
💔 Test failed - status-travis |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Zoxc
commented
Dec 13, 2018
@bors try |
bors
commented
Dec 13, 2018
⌛ Trying commit 435a68446759a648b0225d10bd45ecf646ea32a8 with merge 83824a5cd486f61d87acc3bbe0a05601de2e4d4b... |
bors
commented
Dec 13, 2018
💔 Test failed - status-travis |
This comment has been minimized.
This comment has been minimized.
Zoxc
commented
Dec 13, 2018
@bors try |
bors
commented
Dec 13, 2018
⌛ Trying commit 16d6920 with merge 4c48bb457450129a1852f945ac7a254d2b91fef8... |
This comment has been minimized.
This comment has been minimized.
bors
commented
Dec 13, 2018
💔 Test failed - status-travis |
This comment has been minimized.
This comment has been minimized.
Zoxc
commented
Dec 13, 2018
@bors try |
rust-highfive
commented
Dec 23, 2018
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
bors
commented
Dec 23, 2018
☀️ Test successful - status-travis |
Zoxc
commented
Dec 23, 2018
@rust-timer build f471219 |
rust-timer
commented
Dec 23, 2018
Success: Queued f471219 with parent ddab10a, comparison URL. |
rust-timer
commented
Dec 23, 2018
Finished benchmarking try commit f471219 |
Zoxc
commented
Dec 23, 2018
@bors try |
bors
commented
Dec 23, 2018
⌛ Trying commit b78525821fb0ae940405b041c3d2a387c0856119 with merge 89874d865056c6dbdbfc37d09e0e195108cb83d7... |
Zoxc
commented
Dec 23, 2018
|
oli-obk
commented
Dec 23, 2018
I'm confused. Those tests look like they actually improved by 5-10% Or am I looking at the wrong link? #56765 (comment) |
jonas-schievink
commented
Dec 23, 2018
@oli-obk The default view sorts by instructions, sort by wall-time instead and the ctfe tests get much slower |
bors
commented
Dec 23, 2018
☀️ Test successful - status-travis |
oli-obk
commented
Dec 23, 2018
I would have expected incremental to be slower, as decoding large constants can happen to duplicate the work with parallel decoding and then throw away all results but the first one to finish. I don't know why the non-incremental case is slower. It's not like we're evaluating queries twice, right? Especially weird that wall time would go down. Maybe it's just because evaluating those large constants will run a lot of queries (one or two for all the temporary locals that are written to) and I presume that a single query's evaluation time will be slower than before due to extra synchronizations? Also note that these tests are know to fluctuate by 2-5% all the time. Maybe that fluctuation gets way worse with parallel queries? |
Zoxc
commented
Dec 24, 2018
@rust-timer build 89874d865056c6dbdbfc37d09e0e195108cb83d7 |
rust-timer
commented
Dec 24, 2018
Success: Queued 89874d865056c6dbdbfc37d09e0e195108cb83d7 with parent ddab10a, comparison URL. |
rust-timer
commented
Dec 24, 2018
Finished benchmarking try commit 89874d865056c6dbdbfc37d09e0e195108cb83d7 |
Zoxc
commented
Jan 19, 2019
@bors try |
bors
commented
Jan 19, 2019
[do not merge] Test parallel queries Let's see if I have more luck r? @michaelwoerister
bors
commented
Jan 19, 2019
☀️ Test successful - checks-travis |
Zoxc
commented
Jan 19, 2019
@rust-timer build 18d646d |
rust-timer
commented
Jan 19, 2019
Success: Queued 18d646d with parent f001287, comparison URL. |
rust-timer
commented
Jan 19, 2019
Finished benchmarking try commit 18d646d |
Let's see if I have more luck
r? @michaelwoerister