Skip to content

Commit

Permalink
Switched perf to cn/2
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Sep 12, 2018
1 parent aeee784 commit ad8ad70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_perf.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let input = Buffer.from("test");

let start = Date.now();
for (let i = ITER; i; -- i) {
multiHashing.cryptonight(input);
multiHashing.cryptonight(input, 8);
}
let end = Date.now();
console.log("Perf: " + 1000 * ITER / (end - start) + " H/s");

0 comments on commit ad8ad70

Please sign in to comment.