Skip to content

Commit 28547eb

Browse files
Muhammad AhmadMuhammad Ahmad
Muhammad Ahmad
authored and
Muhammad Ahmad
committed
fix(lint): process no-undef error fixed by telling eslint that process is a global variable
1 parent d7bf43a commit 28547eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: packages/benchmark/src/benchmark.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* global process */
2+
13
const getTime = () => Date.now() * 1_000_000;
24

35
async function benchmark(name, t, fn, expedtedTime, iterations = 10000) {

0 commit comments

Comments
 (0)