From 2952fb5405eabbb9e603e90fe2e972e9bddfcadd Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 23 May 2019 19:28:29 +0300 Subject: Rename --allow-high-precision to --allow-hrtime (#2398) --- js/performance_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/performance_test.ts') diff --git a/js/performance_test.ts b/js/performance_test.ts index 1238a3836..ac682364e 100644 --- a/js/performance_test.ts +++ b/js/performance_test.ts @@ -1,7 +1,7 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { testPerm, assert } from "./test_util.ts"; -testPerm({ highPrecision: false }, function now(): void { +testPerm({ hrtime: false }, function now(): void { const start = performance.now(); setTimeout((): void => { const end = performance.now(); -- cgit v1.2.3