running 1000+ outer loops

This commit is contained in:
Jaremy Creechley 2023-09-27 15:30:21 -07:00
parent efd2e1d19d
commit a4748ef4c6
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -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]