Skip to content

Commit

Permalink
bench: fix description
Browse files Browse the repository at this point in the history
PR-URL: #2709
Reviewed-by: Athan Reines <kgryte@gmail.com>
Signed-off-by: Gunj Joshi <gunjjoshi8372@gmail.com>
  • Loading branch information
gunjjoshi committed Jul 30, 2024
1 parent b308eb8 commit 9816dec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var opts = {

// MAIN //

bench( pkg, opts, function benchmark( b ) {
bench( pkg+'::native', opts, function benchmark( b ) {
var x;
var y;
var z;
Expand Down

1 comment on commit 9816dec

@stdlib-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
math/base/special/gcd $\color{green}336/336$
$\color{green}+100.00\%$
$\color{green}53/53$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}336/336$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.