mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-08 00:23:10 +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)
|
basicStoreTests(ds, key, bytes, otherBytes)
|
||||||
GC_fullCollect()
|
GC_fullCollect()
|
||||||
|
|
||||||
for i in 1..100:
|
for i in 1..200:
|
||||||
testBasicSqllite()
|
testBasicSqllite()
|
||||||
GC_fullCollect()
|
GC_fullCollect()
|
||||||
|
|
||||||
@ -75,9 +75,9 @@ proc testQuerySqllite() =
|
|||||||
queryTests(ds, true)
|
queryTests(ds, true)
|
||||||
GC_fullCollect()
|
GC_fullCollect()
|
||||||
|
|
||||||
# for i in 1..100:
|
for i in 1..200:
|
||||||
# testQuerySqllite()
|
testQuerySqllite()
|
||||||
# GC_fullCollect()
|
GC_fullCollect()
|
||||||
|
|
||||||
proc testFsDs() =
|
proc testFsDs() =
|
||||||
suite "Test Basic ThreadDatastore with fsds":
|
suite "Test Basic ThreadDatastore with fsds":
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user