mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-03 14:13:09 +00:00
bump test runs and do query too
This commit is contained in:
parent
e03cc48b7b
commit
89605d3f3e
@ -48,7 +48,7 @@ proc testBasicSqllite() =
|
||||
basicStoreTests(ds, key, bytes, otherBytes)
|
||||
GC_fullCollect()
|
||||
|
||||
for i in 1..100:
|
||||
for i in 1..200:
|
||||
testBasicSqllite()
|
||||
GC_fullCollect()
|
||||
|
||||
@ -75,9 +75,9 @@ proc testQuerySqllite() =
|
||||
queryTests(ds, true)
|
||||
GC_fullCollect()
|
||||
|
||||
# for i in 1..100:
|
||||
# testQuerySqllite()
|
||||
# GC_fullCollect()
|
||||
for i in 1..200:
|
||||
testQuerySqllite()
|
||||
GC_fullCollect()
|
||||
|
||||
proc testFsDs() =
|
||||
suite "Test Basic ThreadDatastore with fsds":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user