File tree Expand file tree Collapse file tree 1 file changed +0
-39
lines changed
lib/node_modules/@stdlib/math/base/special/lcmf/benchmark Expand file tree Collapse file tree 1 file changed +0
-39
lines changed Original file line number Diff line number Diff line change @@ -26,45 +26,6 @@ var isnanf = require( '@stdlib/math/base/assert/is-nanf' );
2626var pkg = require ( './../package.json' ) . name ;
2727var 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-
6829bench ( pkg , function benchmark ( b ) {
6930 var x ;
7031 var y ;
You can’t perform that action at this time.
0 commit comments