Skip to content

Commit 3a700d0

Browse files
authored
bench: fix benchmark name
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 790534f commit 3a700d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/node_modules/@stdlib/blas/ext/base/sindex-of-row/benchmark/c/benchmark.length.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include <sys/time.h>
2626
#include <stdint.h>
2727

28-
#define NAME "sindexofrow"
28+
#define NAME "sindex_of_row"
2929
#define ITERATIONS 10000000
3030
#define REPEATS 3
3131
#define MIN 1

0 commit comments

Comments
 (0)