mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-02-23 15:13:15 +00:00
running 1000+ outer loops
This commit is contained in:
parent
5afec2b3d8
commit
6952987626
@ -32,7 +32,7 @@ const
|
||||
var
|
||||
taskPool: Taskpool = Taskpool.new(NumThreads)
|
||||
|
||||
for i in 1..1:
|
||||
for i in 1..N:
|
||||
suite "Test Basic ThreadDatastore with SQLite " & $i:
|
||||
|
||||
var
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user