Skip to content

Commit

Permalink
bench: update benchmarks, test descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
gunjjoshi committed Aug 23, 2024
1 parent e8d1694 commit 49ad764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ bench( pkg, function benchmark( b ) {
var i;

x = randu( 100, 1.0, 1000.0 );
base = roundf( randu( 100, 1.0, 10.0 ) );
base = roundf( randu( 100, 2.0, 10.0 ) );

b.tic();
for ( i = 0; i < b.iterations; i++ ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ bench( pkg+'::native', opts, function benchmark( b ) {
var i;

x = randu( 100, 1.0, 1000.0 );
base = roundf( randu( 100, 1.0, 10.0 ) );
base = roundf( randu( 100, 2.0, 10.0 ) );

b.tic();
for ( i = 0; i < b.iterations; i++ ) {
Expand Down

0 comments on commit 49ad764

Please sign in to comment.