X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=xt%2Fperf-msgview.t;h=d99101a30de67d4ac7a28ba93c981a7a672823a2;hb=509c2cc25c8f21b4e1685de8b475629559c9b2aa;hp=a4445959406ae948ee0e124c003871c2b59cd23c;hpb=1f1295cee4aedb8650e8dcde73fbf4d349f80917;p=public-inbox.git diff --git a/xt/perf-msgview.t b/xt/perf-msgview.t index a4445959..d99101a3 100644 --- a/xt/perf-msgview.t +++ b/xt/perf-msgview.t @@ -38,13 +38,12 @@ my $obuf = ''; my $m = 0; my $cb = sub { - $mime = PublicInbox::MIME->new(shift); + $mime = PublicInbox::Eml->new(shift); PublicInbox::View::multipart_text_as_html($mime, $ctx); ++$m; $obuf = ''; }; -$git->cat_async_begin; my $t = timeit(1, sub { $ctx->{obuf} = \$obuf; $ctx->{mhref} = '../';