loop tests

This commit is contained in:
Jaremy Creechley 2023-09-27 12:55:48 -07:00
parent b4b534bf67
commit 030084186e
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -24,7 +24,8 @@ import ./querycommontests
const
NumThreads = 20 # IO threads aren't attached to CPU count
N = 100
ThreadTestLoops {.intdefine.} = 10
N = ThreadTestLoops
for i in 1..N:
suite "Test Basic ThreadDatastore with SQLite":