It would be nice to bucket the existing Parsoid kb/s parse speed metrics by page size, so we can see if parsoid is approximate O(N) (kb/s independent of size) or O(N^2) (kb/s drops off significantly for large pages) in practice.
This could probably be done with the addition of a single label to parsoid's existing kb/s metric.