mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-08 02:37:44 +02:00
Improve backup logging (#9434)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -280,7 +280,7 @@ describe('rest-api-server', () => {
|
||||
async function checkFindPerformance (conn: RestClient): Promise<void> {
|
||||
let ops = 0
|
||||
let total = 0
|
||||
const attempts = 1000
|
||||
const attempts = 500
|
||||
for (let i = 0; i < attempts; i++) {
|
||||
const st = performance.now()
|
||||
const spaces = await conn.findAll(core.class.Space, {})
|
||||
|
||||
Reference in New Issue
Block a user