We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82118a4 commit 98d7f49Copy full SHA for 98d7f49
1 file changed
lib/node_modules/@stdlib/assert/is-skew-centrosymmetric-matrix/benchmark/benchmark.js
@@ -30,7 +30,7 @@ var isSkewCentrosymmetricMatrix = require( './../lib' ); // eslint-disable-line
30
31
// MAIN //
32
33
-bench( pkg, function benchmark( b ) {
+bench( format( '%s::true', pkg ), function benchmark( b ) {
34
var strides;
35
var offset;
36
var buffer;
0 commit comments