Add php files
This commit is contained in:
6
performance.php
Normal file
6
performance.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$iterations = 100000000; // PHP_INT_MAX
|
||||
for ($i = 0; $i < $iterations; $i++) {
|
||||
$a = pow(pow(rand(1, 100000), 2), 3);
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user