Skip to content

Commit 0726fda

Browse files
committed
📘 chore: add decorate stress test
1 parent 68516ee commit 0726fda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/stress/decorate.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ Bun.gc(true)
2828
const memoryAfter = process.memoryUsage().heapTotal / 1024 / 1024
2929
console.log(+(memoryAfter - memory).toFixed(2), 'MB memory used')
3030
console.log(+(t2 - t1).toFixed(2), 'ms')
31+
console.log(+(t2 - t1 / total * sub).toFixed(2), 'ms')

0 commit comments

Comments
 (0)