about summary refs log tree commit homepage
path: root/xt/perf-threading.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/perf-threading.t')
-rw-r--r--xt/perf-threading.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/perf-threading.t b/xt/perf-threading.t
index ae98a5ba..b27c9cbd 100644
--- a/xt/perf-threading.t
+++ b/xt/perf-threading.t
@@ -18,7 +18,7 @@ require PublicInbox::View;
 
 my $msgs;
 my $elapsed = timeit(1, sub {
-        $msgs = $srch->{over_ro}->recent({limit => 200000});
+        $msgs = $ibx->over->recent({limit => 200000});
 });
 my $n = scalar(@$msgs);
 ok($n, 'got some messages');