Skip to content

Commit 9e37c3a

Browse files
authored
chore: address commit comments
PR-URL: #9294 Closes: #9288 Reviewed-by: Athan Reines <[email protected]>
1 parent 178c4a3 commit 9e37c3a

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/number/float16/ctor/benchmark

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/number/float16/ctor/benchmark/benchmark.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ bench( format( '%s::get:value', pkg ), function benchmark( b ) {
7171
b.end();
7272
});
7373

74-
bench( format( '%s::toString', pkg ), function benchmark( b ) {
74+
bench( format( '%s:toString', pkg ), function benchmark( b ) {
7575
var o;
7676
var z;
7777
var i;
@@ -93,7 +93,7 @@ bench( format( '%s::toString', pkg ), function benchmark( b ) {
9393
b.end();
9494
});
9595

96-
bench( format( '%s::toJSON', pkg ), function benchmark( b ) {
96+
bench( format( '%s:toJSON', pkg ), function benchmark( b ) {
9797
var o;
9898
var z;
9999
var i;

0 commit comments

Comments
 (0)