Improve backup logging (#9434)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2025-07-02 15:48:41 +07:00
committed by GitHub
parent 2dd87b8e85
commit 95c1974062
4 changed files with 86 additions and 54 deletions
@@ -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, {})