mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-03 22:23:10 +00:00
running 1000+ outer loops
This commit is contained in:
parent
efd2e1d19d
commit
a4748ef4c6
@ -30,7 +30,7 @@ const
|
||||
M = ThreadTestInnerLoops
|
||||
|
||||
for i in 1..N:
|
||||
suite "Test Basic ThreadDatastore with SQLite":
|
||||
suite "Test Basic ThreadDatastore with SQLite " & $i:
|
||||
|
||||
var
|
||||
sqlStore: SQLiteBackend[KeyId, DataBuffer]
|
||||
@ -57,7 +57,7 @@ for i in 1..N:
|
||||
GC_fullCollect()
|
||||
|
||||
for i in 1..N:
|
||||
suite "Test Query ThreadDatastore with SQLite":
|
||||
suite "Test Query ThreadDatastore with SQLite " & $i:
|
||||
|
||||
var
|
||||
sqlStore: SQLiteBackend[KeyId, DataBuffer]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user