about summary refs log tree commit homepage
path: root/t/purge.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-03-15 12:58:26 +0100
committerEric Wong <e@80x24.org>2021-03-15 16:54:31 -0400
commit1b19e689f0b76290a437dd614da8685574e72b73 (patch)
treefb02f7d26d873d1b429b149446f036fa02202fe2 /t/purge.t
parent28840e0ea63f8d649614e196ce286688be431dfb (diff)
downloadpublic-inbox-1b19e689f0b76290a437dd614da8685574e72b73.tar.gz
Using create_inbox doesn't seem worth the trouble, here, at the
moment, but disabling fsync(2) gives a noticeable speedup on
my system even with an SSD.
Diffstat (limited to 't/purge.t')
-rw-r--r--t/purge.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/purge.t b/t/purge.t
index f4281c13..a33cd329 100644
--- a/t/purge.t
+++ b/t/purge.t
@@ -16,6 +16,7 @@ my $ibx = PublicInbox::Inbox->new({
         inboxdir => $inboxdir,
         name => 'test-v2purge',
         version => 2,
+        -no_fsync => 1,
         -primary_address => 'test@example.com',
         indexlevel => 'basic',
 });