Skip to content

Commit 9cc23c7

Browse files
authored
bench: fix description
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 1c5acf3 commit 9cc23c7

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/little-endian-float32/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/little-endian-float32/benchmark/benchmark.of.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ bench( format( '%s:of', pkg ), function benchmark( b ) {
4747
b.end();
4848
});
4949

50-
bench( format( '%s:len=5', pkg ), function benchmark( b ) {
50+
bench( format( '%s:of:len=5', pkg ), function benchmark( b ) {
5151
var buf;
5252
var arr;
5353
var i;

0 commit comments

Comments
 (0)