Skip to content

Commit 78b121c

Browse files
author
Andi Kleen
committed
increase php run time
1 parent e02183d commit 78b121c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workloads/PHP1s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
php -r 'for($i=0;$i<150000000;$i++) { ; } '
2+
php -r 'for($i=0;$i<900000000;$i++) { ; } '

0 commit comments

Comments
 (0)