]> Sergey Matveev's repositories - public-inbox.git/commit
xt/perf-msgview: switch to multipart_text_as_html
authorEric Wong <e@yhbt.net>
Sat, 25 Jan 2020 04:45:01 +0000 (04:45 +0000)
committerEric Wong <e@yhbt.net>
Mon, 27 Jan 2020 02:59:09 +0000 (02:59 +0000)
commit7d6f64eceeec2e0d4886d62480d183934801fa67
tree815abfc9260deec5f79cce4577aebf782128bd1c
parenta5c812fb9d39adcf6ae7e63c15177ac3ce0cadfb
xt/perf-msgview: switch to multipart_text_as_html

It's a more widely-used (but still internal) API which will
probably last longer than msg_html.  It also reaches deeper into
the stack and avoids the overhead of ->getline via PSGI, so it's
faster and gives a more accurate measurement of lower-level parts.
xt/perf-msgview.t