Skip to content

Commit

Permalink
benchmark: fix typo in inspect-proxy
Browse files Browse the repository at this point in the history
PR-URL: #14237
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
vsemozhetbyt authored and MylesBorins committed Sep 5, 2017
1 parent b0286ac commit 95be08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/util/inspect-proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const bench = common.createBenchmark(main, {
});

function twoDifferentProxies(n) {
// This one should be slower between we're looking up multiple proxies.
// This one should be slower because we're looking up multiple proxies.
const proxyA = new Proxy({}, {get: () => {}});
const proxyB = new Proxy({}, {get: () => {}});
bench.start();
Expand Down

0 comments on commit 95be08e

Please sign in to comment.