mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 12:47:45 +02:00
feat: Pass tracing info with websocket (#9627)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -296,5 +296,5 @@ async function checkFindPerformance (conn: RestClient): Promise<void> {
|
||||
const avg = total / ops
|
||||
// console.log('ops:', ops, 'total:', total, 'avg:', )
|
||||
expect(ops).toEqual(attempts)
|
||||
expect(avg).toBeLessThan(6)
|
||||
expect(avg).toBeLessThan(10)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user