diff options
Diffstat (limited to 'tools/bench/rebench.js')
-rw-r--r-- | tools/bench/rebench.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/bench/rebench.js b/tools/bench/rebench.js index bbc5a3c2f..7d77a79cd 100644 --- a/tools/bench/rebench.js +++ b/tools/bench/rebench.js @@ -1,3 +1,5 @@ +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. + export function benchSync(name, n, innerLoop) { const t1 = Date.now(); for (let i = 0; i < n; i++) { |