Skip to content

Commit

Permalink
Removes phpBB from the repository and modifies the setup to download …
Browse files Browse the repository at this point in the history
…the software from a mirror (ohloh.net) instead and the changes to phpBB are set via a patch.

git-svn-id: https://svn.php.net/repository/php/php-benchmarks/trunk@287282 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
hjalle committed Aug 14, 2009
1 parent 15736a1 commit 67a572b
Show file tree
Hide file tree
Showing 922 changed files with 99 additions and 222,826 deletions.
1 change: 1 addition & 0 deletions benchweb/installers/phpbb/bench/benchmark.php
Expand Up @@ -31,6 +31,7 @@
$VERBOSE = TRUE;
while($x < $tot_rec) {
$cur = num_childs();
usleep(200);
if ($cur < $concurrency)
{
$pid = pcntl_fork();
Expand Down
4 changes: 2 additions & 2 deletions benchweb/installers/phpbb/benchmark.php
@@ -1,7 +1,7 @@
<?php

$file_ips = "../../ips.txt";
require "../../functions.php";
require "../../config.php";
$server = unserialize(file_get_contents($file_ips));

if ($argc != 3) {
Expand All @@ -12,7 +12,7 @@
}
echo "Benchmark has started\n";
echo "*********************\n";
passthru("ssh -f -oUserKnownHostsFile=/home/phpappbench/known_hosts -oStrictHostKeyChecking=no root@192.168.0.151 \"php /home/bench/benchmark.php $argv[1] $argv[2]\"");
passthru("ssh -f -oUserKnownHostsFile={$HOME_DIR}known_hosts -oStrictHostKeyChecking=no root@192.168.0.151 \"php /home/bench/benchmark.php $argv[1] $argv[2]\"");
echo "*********************\n";
echo "Benchmark has ended\n";
?>
9 changes: 0 additions & 9 deletions benchweb/installers/phpbb/phpBB3/.htaccess

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed benchweb/installers/phpbb/phpBB3/adm/images/icon_up.gif
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed benchweb/installers/phpbb/phpBB3/adm/images/spacer.gif
Diff not rendered.
Binary file removed benchweb/installers/phpbb/phpBB3/adm/images/toggle.gif
Diff not rendered.

0 comments on commit 67a572b

Please sign in to comment.