mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-05 07:03:12 +00:00
loop tests
This commit is contained in:
parent
b4b534bf67
commit
030084186e
@ -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":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user