This commit is contained in:
voidlizard 2025-07-21 20:43:06 +03:00
parent 6e23bad397
commit 6fb8d808a0
1 changed files with 8 additions and 0 deletions

View File

@ -1667,6 +1667,7 @@ main = do
useVersion sto $ const do
tfs <- N2.ncqListTrackedFiles sto <&> filter (isNotPending . view _2) . V.toList
t0 <- getTimeCoarse
for_ tfs $ \(fk,_,_) -> void $ runMaybeT do
let idxf = N2.ncqGetFileName sto $ toFileName (IndexFile fk)
@ -1685,6 +1686,13 @@ main = do
for_ (HM.toList stat) $ \(k, num) -> do
notice $ pretty k <+> pretty num
t1 <- getTimeCoarse
let dt = realToFrac (toNanoSecs (t1 - t0)) * 1e-9 & sec3
notice $ "scan time" <+> pretty dt
entry $ bindMatch "test:ncq2:del1" $ nil_ $ \syn -> do
runTest $ \TestEnv{..} -> do