BLUE
PHP 7.4.33
Path:
/var/www/cookieconsent.bitkit.dk/httpdocs/node_modules/reusify/benchmarks
Run
Logout
Edit File
Size: 590 B
Close
/var/www/cookieconsent.bitkit.dk/httpdocs/node_modules/reusify/benchmarks/createNoCodeFunction.js
Text
Base64
'use strict' var fib = require('./fib') var max = 100000000 var start = Date.now() // create a funcion with the typical error // pattern, that delegates the heavy load // to something else function createNoCodeFunction () { /* eslint no-constant-condition: "off" */ var num = 100 ;(function () { if (null) { // do nothing } else { fib(num) } })() } for (var i = 0; i < max; i++) { createNoCodeFunction() } var time = Date.now() - start console.log('Total time', time) console.log('Total iterations', max) console.log('Iteration/s', max / time * 1000)
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 3
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
createNoCodeFunction.js
590 B
lrw-r--r--
2025-06-16 05:45:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
fib.js
177 B
lrw-r--r--
2025-06-16 05:45:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
reuseNoCodeFunction.js
713 B
lrw-r--r--
2025-06-16 05:45:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).