mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 18:21:23 +00:00
perf(test): reduce vitest logging overhead and media fixture cost
This commit is contained in:
@@ -146,8 +146,8 @@ describe("web auto-reply", () => {
|
||||
|
||||
const smallPng = await sharp({
|
||||
create: {
|
||||
width: 200,
|
||||
height: 200,
|
||||
width: 64,
|
||||
height: 64,
|
||||
channels: 3,
|
||||
background: { r: 0, g: 255, b: 0 },
|
||||
},
|
||||
@@ -251,8 +251,8 @@ describe("web auto-reply", () => {
|
||||
|
||||
const bigPng = await sharp({
|
||||
create: {
|
||||
width: 3200,
|
||||
height: 3200,
|
||||
width: 2000,
|
||||
height: 2000,
|
||||
channels: 3,
|
||||
background: { r: 255, g: 0, b: 0 },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user