]> Sergey Matveev's repositories - public-inbox.git/blobdiff - xt/perf-threading.t
imap+nntp: share COMPRESS implementation
[public-inbox.git] / xt / perf-threading.t
index b27c9cbda57d7cf825b53aa386fa5cd86379fcd7..57e9db9ba90cf5491757d83bcf3c7749aaa8a731 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2020 all contributors <meta@public-inbox.org>
+# Copyright (C) 2016-2021 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 #
 # real-world testing of search threading
@@ -25,7 +25,7 @@ ok($n, 'got some messages');
 diag "enquire: ".timestr($elapsed)." for $n";
 
 $elapsed = timeit(1, sub {
-       PublicInbox::View::thread_results({-inbox => $ibx}, $msgs);
+       PublicInbox::View::thread_results({ibx => $ibx}, $msgs);
 });
 diag "thread_results ".timestr($elapsed);