mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-18 17:02:26 +00:00
add stillborn counter to API; update chronos
This commit is contained in:
parent
37419ef727
commit
34ee813c12
@ -23,6 +23,7 @@ checksuite "asyncprofiler metrics serializer":
|
||||
childrenExecTime: 10.seconds,
|
||||
execTimeMax: 1500.milliseconds,
|
||||
zombieEventCount: 0,
|
||||
stillbornCount: 0,
|
||||
callCount: 10
|
||||
)
|
||||
|
||||
@ -33,6 +34,7 @@ checksuite "asyncprofiler metrics serializer":
|
||||
"childrenExecTime": 10000000000,
|
||||
"execTimeMax": 1500000000,
|
||||
"zombieEventCount": 0,
|
||||
"stillbornCount": 0,
|
||||
"callCount": 10
|
||||
}
|
||||
|
||||
@ -59,6 +61,7 @@ checksuite "asyncprofiler metrics serializer":
|
||||
"childrenExecTime": 10000000000,
|
||||
"execTimeMax": 1500000000,
|
||||
"zombieEventCount": 0,
|
||||
"stillbornCount": 0,
|
||||
"callCount": 10
|
||||
}]
|
||||
|
||||
@ -75,6 +78,7 @@ checksuite "asyncprofiler metrics serializer":
|
||||
execTimeMax: 1500.milliseconds,
|
||||
childrenExecTime: 1.seconds,
|
||||
zombieEventCount: 0,
|
||||
stillbornCount: 0,
|
||||
callCount: 5
|
||||
)
|
||||
|
||||
|
2
vendor/nim-chronos
vendored
2
vendor/nim-chronos
vendored
@ -1 +1 @@
|
||||
Subproject commit 9883d7dd8aea76858a06a2c368debb391e11a70b
|
||||
Subproject commit 7474c5238d5eeb5f19b1eabfbbd366db959861f5
|
Loading…
x
Reference in New Issue
Block a user