From 616c7cc61c0bc03d1419bb347977259673ca8aa3 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Sun, 24 Mar 2024 20:11:25 +0100 Subject: [PATCH] [indexeddb] fix test --- indexeddbV2.test.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/indexeddbV2.test.js b/indexeddbV2.test.js index d65a9f3..60f7843 100644 --- a/indexeddbV2.test.js +++ b/indexeddbV2.test.js @@ -113,6 +113,3 @@ export const testBlocked = async () => { }).promise() } -export const testPerf = async () => { - t.measureTime('resolve 1000 wait pledges') -}