X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=xt%2Fperf-msgview.t;h=30e133d7c396ce965936d999b69a28c30b4ad75a;hb=052b9762f82c119f272c3ab8334773bd9c1c5b25;hp=30fc07dcbc87ad812de8da9d41bb3df0bc1883e3;hpb=0283273a14e1871955f6a9132f4f3f7884ec8a3f;p=public-inbox.git diff --git a/xt/perf-msgview.t b/xt/perf-msgview.t index 30fc07dc..30e133d7 100644 --- a/xt/perf-msgview.t +++ b/xt/perf-msgview.t @@ -29,7 +29,7 @@ select($vec, undef, undef, 60) or die "timed out waiting for --batch-check"; my $ctx = { env => { HTTP_HOST => 'example.com', 'psgi.url_scheme' => 'https' }, - -inbox => $ibx, + ibx => $ibx, www => Plack::Util::inline_object(style => sub {''}), }; my ($mime, $res, $oid, $type); @@ -44,7 +44,6 @@ my $cb = sub { $obuf = ''; }; -$git->cat_async_begin; my $t = timeit(1, sub { $ctx->{obuf} = \$obuf; $ctx->{mhref} = '../';