]> Sergey Matveev's repositories - public-inbox.git/commit
t/search.t: use transactions to reduce I/O load
authorEric Wong <e@80x24.org>
Mon, 29 Feb 2016 02:48:45 +0000 (02:48 +0000)
committerEric Wong <e@80x24.org>
Mon, 29 Feb 2016 02:48:53 +0000 (02:48 +0000)
commit9bae4c858d983d0f0cf7314b50f613818a58d5c5
tree4be152084008b80929782771449b620279463884
parentf93cd087e460b1196322b1e8a28612fb426f1072
t/search.t: use transactions to reduce I/O load

In case folks do not use eatmydata or tmpfs for testing,
use transactions to reduce the number of fsync calls
made and hopefully prevent drives from wearing out.
t/search.t