]> Sergey Matveev's repositories - public-inbox.git/blobdiff - xt/perf-msgview.t
init: use Import::run_die instead of system()
[public-inbox.git] / xt / perf-msgview.t
index 22d8ce209fd01de79792fb0d89c86e478fd3117b..8c9037ee215e019dd9664a4c694d5b7034eae627 100644 (file)
@@ -6,7 +6,7 @@ use Test::More;
 use Benchmark qw(:all);
 use PublicInbox::Inbox;
 use PublicInbox::View;
-require './t/common.perl';
+use PublicInbox::TestCommon;
 
 my $inboxdir = $ENV{GIANT_INBOX_DIR} // $ENV{GIANT_PI_DIR};
 plan skip_all => "GIANT_INBOX_DIR not defined for $0" unless $inboxdir;
@@ -18,7 +18,7 @@ if (require_git(2.19, 1)) {
        warn
 "git <2.19, cat-file lacks --unordered, locality suffers\n";
 }
-
+require_mods qw(Plack::Util);
 use_ok 'Plack::Util';
 my $ibx = PublicInbox::Inbox->new({ inboxdir => $inboxdir, name => 'name' });
 my $git = $ibx->git;