You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WP8 benchmark: use small merge batch size in pipelined mode
This now gets real parallel speedups on the WP8 benchmark in pipelined
mode.
On my laptop, we get:
* non-pipelined mode: 86.5k
* before: pipelined mode (2 cores): 92.2k
* after: pipelined mode (2 cores): 120.0k
In part this is because pipelined mode on 1 core is a regression: 70.1k
because it has to do strictly more work, and it avoids doing any
batching which normally improves performance.
0 commit comments