Skip to content

Commit 514e3a9

Browse files
committed
fix: test.ndarray.js
--- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: na - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: na - task: run_c_benchmarks status: na - task: run_cpp_benchmarks status: na - task: run_fortran_benchmarks status: na - task: run_javascript_benchmarks status: passed - task: run_julia_benchmarks status: na - task: run_python_benchmarks status: na - task: run_r_benchmarks status: na - task: run_javascript_tests status: na ---
1 parent 39d57a0 commit 514e3a9

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/blas/base/dgbmv/benchmark

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/blas/base/dgbmv/benchmark/benchmark.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ var options = {
4848
function createBenchmark( N ) {
4949
var x = uniform( N, -10.0, 10.0, options );
5050
var y = uniform( N, -10.0, 10.0, options );
51+
5152
var A = [ 0, 9, 10,
5253
11, 12, 5,
5354
1, 2, 0 ];

0 commit comments

Comments
 (0)