Skip to content

Commit 98d7f49

Browse files
authored
bench: fix description
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 82118a4 commit 98d7f49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/assert/is-skew-centrosymmetric-matrix/benchmark

lib/node_modules/@stdlib/assert/is-skew-centrosymmetric-matrix/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var isSkewCentrosymmetricMatrix = require( './../lib' ); // eslint-disable-line
3030

3131
// MAIN //
3232

33-
bench( pkg, function benchmark( b ) {
33+
bench( format( '%s::true', pkg ), function benchmark( b ) {
3434
var strides;
3535
var offset;
3636
var buffer;

0 commit comments

Comments
 (0)