diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-05-23 19:28:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-23 19:28:29 +0300 |
| commit | 2952fb5405eabbb9e603e90fe2e972e9bddfcadd (patch) | |
| tree | bcf78f5884e7ca0a8ce789f035782e4536617332 /js/performance_test.ts | |
| parent | 1386b6ead586da15d0285941f2d980acc1d75eee (diff) | |
Rename --allow-high-precision to --allow-hrtime (#2398)
Diffstat (limited to 'js/performance_test.ts')
| -rw-r--r-- | js/performance_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
