summaryrefslogtreecommitdiff
path: root/tests/unit/performance_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/performance_test.ts')
-rw-r--r--tests/unit/performance_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/performance_test.ts b/tests/unit/performance_test.ts
index 0c9ed21df..93af641ad 100644
--- a/tests/unit/performance_test.ts
+++ b/tests/unit/performance_test.ts
@@ -7,7 +7,7 @@ import {
assertThrows,
} from "./test_util.ts";
-Deno.test({ permissions: { hrtime: false } }, async function performanceNow() {
+Deno.test({ permissions: {} }, async function performanceNow() {
const { promise, resolve } = Promise.withResolvers<void>();
const start = performance.now();
let totalTime = 0;