We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c83e3 commit 52bc462Copy full SHA for 52bc462
tests/test-karma.js
@@ -54,9 +54,10 @@ const join = require('join-path-js');
54
55
// special benchmark setup
56
const _ = require('lodash');
57
-const _process = require('process');
+//const _process = require('process');
58
const benchmark = require('benchmark');
59
-const Benchmark = benchmark.runInContext({_, _process});
+//const Benchmark = benchmark.runInContext({_, _process});
60
+const Benchmark = benchmark.runInContext({_});
61
window.Benchmark = Benchmark;
62
63
const entries = [];
0 commit comments