Skip to content

Commit

Permalink
benchmark results
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasq committed Feb 19, 2020
1 parent 97ad7f7 commit 0399c58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ qtimeit.bench({
// 200k/s returning a new obj (was 400k/s with node-v0.10.42)
// 655k/s populating Float64 array (Phenom II 3.6g)
// 1070k/s (Skylake 4.5g)
// 1060k/s (Ryzen R2600X 4.0g)
},
/**/

Expand Down Expand Up @@ -83,8 +84,9 @@ qtimeit.bench({
x = getrusage.usage();
// 100k/s
// 200k/s SKL 4.5g node-v8
// 113k/s R2600X
},
**/
/**/
});

console.log(x, floats[0], floats[1]);

0 comments on commit 0399c58

Please sign in to comment.