Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
squash: use common.fixturesDir
  • Loading branch information
not-an-aardvark committed Sep 9, 2016
commit c6a2af236ed2a04d4887ddc656767f763260a746
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (!common.hasCrypto) {
const crypto = require('crypto');

const BENCHMARK_FUNC_PATH =
'../fixtures/crypto-timing-safe-equal-benchmark-func';
`${common.fixturesDir}/crypto-timing-safe-equal-benchmark-func`;
function runOneBenchmark(...args) {
const benchmarkFunc = require(BENCHMARK_FUNC_PATH);
const result = benchmarkFunc(...args);
Expand Down