Skip to content

Commit 486a352

Browse files
Update benchmark.js
Signed-off-by: Harsh Mathur <[email protected]>
1 parent b34d9b3 commit 486a352

File tree

1 file changed

+0
-39
lines changed
  • lib/node_modules/@stdlib/math/base/special/lcmf/benchmark

1 file changed

+0
-39
lines changed

lib/node_modules/@stdlib/math/base/special/lcmf/benchmark/benchmark.js

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -26,45 +26,6 @@ var isnanf = require( '@stdlib/math/base/assert/is-nanf' );
2626
var pkg = require( './../package.json' ).name;
2727
var lcmf = require( './../lib' );
2828

29-
30-
// MAIN //
31-
32-
bench( pkg, function benchmark( b ) {
33-
var x;
34-
var y;
35-
var z;
36-
var i;
37-
/**
38-
* @license Apache-2.0
39-
*
40-
* Copyright (c) 2024 The Stdlib Authors.
41-
*
42-
* Licensed under the Apache License, Version 2.0 (the "License");
43-
* you may not use this file except in compliance with the License.
44-
* You may obtain a copy of the License at
45-
*
46-
* http://www.apache.org/licenses/LICENSE-2.0
47-
*
48-
* Unless required by applicable law or agreed to in writing, software
49-
* distributed under the License is distributed on an "AS IS" BASIS,
50-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
51-
* See the License for the specific language governing permissions and
52-
* limitations under the License.
53-
*/
54-
55-
'use strict';
56-
57-
// MODULES //
58-
59-
var bench = require( '@stdlib/bench' );
60-
var randu = require( '@stdlib/random/array/discrete-uniform' );
61-
var isnanf = require( '@stdlib/math/base/assert/is-nanf' );
62-
var pkg = require( './../package.json' ).name;
63-
var lcmf = require( './../lib' );
64-
65-
66-
// MAIN //
67-
6829
bench( pkg, function benchmark( b ) {
6930
var x;
7031
var y;

0 commit comments

Comments
 (0)