Skip to content

Commit d404856

Browse files
committed
bench: fix name
1 parent 51c9286 commit d404856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migration-guides/mathjs/benchmark/benchmark.abs.matrix.2d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ bench( pkg+'::stdlib:math/special/abs:value=ndarray,dtype=generic,size=100,shape
6868
b.end();
6969
});
7070

71-
bench( pkg+'::stdlib:math/special/abs:value=nested_array,dtype=generic,size=100,shape=(10,10)', opts, function benchmark( b ) {
71+
bench( pkg+'::stdlib:array/base/unary2d:value=nested_array,dtype=generic,size=100,shape=(10,10)', opts, function benchmark( b ) {
7272
var sh;
7373
var x;
7474
var y;

0 commit comments

Comments
 (0)