X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=xt%2Fperf-msgview.t;fp=xt%2Fperf-msgview.t;h=30fc07dcbc87ad812de8da9d41bb3df0bc1883e3;hb=0283273a14e1871955f6a9132f4f3f7884ec8a3f;hp=a4445959406ae948ee0e124c003871c2b59cd23c;hpb=fd966061df6a61104935984bed7c28a461a124ff;p=public-inbox.git diff --git a/xt/perf-msgview.t b/xt/perf-msgview.t index a4445959..30fc07dc 100644 --- a/xt/perf-msgview.t +++ b/xt/perf-msgview.t @@ -38,7 +38,7 @@ 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 = '';