Skip to content

Commit 005bc76

Browse files
committed
bench: fix benchmark name
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: passed - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent a467bf0 commit 005bc76

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

lib/node_modules/@stdlib/blas/ext/base/dindex-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 "dindexofrow"
28+
#define NAME "dindex_of_row"
2929
#define ITERATIONS 10000000
3030
#define REPEATS 3
3131
#define MIN 1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include <time.h>
2424
#include <sys/time.h>
2525

26-
#define NAME "dindexof"
26+
#define NAME "dindex_of"
2727
#define ITERATIONS 10000000
2828
#define REPEATS 3
2929
#define MIN 1

lib/node_modules/@stdlib/blas/ext/base/dlast-index-of/benchmark/c/benchmark.length.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include <time.h>
2424
#include <sys/time.h>
2525

26-
#define NAME "dlastindexof"
26+
#define NAME "dlast_index_of"
2727
#define ITERATIONS 10000000
2828
#define REPEATS 3
2929
#define MIN 1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include <time.h>
2424
#include <sys/time.h>
2525

26-
#define NAME "sindexof"
26+
#define NAME "sindex_of"
2727
#define ITERATIONS 10000000
2828
#define REPEATS 3
2929
#define MIN 1

lib/node_modules/@stdlib/blas/ext/base/slast-index-of/benchmark/c/benchmark.length.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include <time.h>
2424
#include <sys/time.h>
2525

26-
#define NAME "slastindexof"
26+
#define NAME "slast_index_of"
2727
#define ITERATIONS 10000000
2828
#define REPEATS 3
2929
#define MIN 1

0 commit comments

Comments
 (0)