Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Replace \n\n\n with \n\n
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Dec 10, 2014
1 parent 255a6c1 commit 4f1dbb4
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion CodeIgniterTarget.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*
*/


final class CodeIgniterTarget extends PerfTarget {
public function __construct(
private PerfOptions $options,
Expand Down
1 change: 0 additions & 1 deletion DatabaseInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*
*/


final class DatabaseInstaller {
private ?string $databaseName;
private ?string $dumpFile;
Expand Down
1 change: 0 additions & 1 deletion Drupal7Target.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*
*/


final class Drupal7Target extends PerfTarget {
public function __construct(
private PerfOptions $options,
Expand Down
1 change: 0 additions & 1 deletion FibonacciTarget.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*
*/


final class FibonacciTarget extends PerfTarget {
public function getSanityCheckPath(): string {
return '/fibonacci.php';
Expand Down
1 change: 0 additions & 1 deletion HHVMDaemon.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*
*/


final class HHVMDaemon extends PHPEngine {
private PerfTarget $target;

Expand Down
1 change: 0 additions & 1 deletion HelloWorldTarget.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*
*/


final class HelloWorldTarget extends PerfTarget {
public function getSanityCheckPath(): string {
return '/helloworld.php';
Expand Down
1 change: 0 additions & 1 deletion LaravelTarget.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*
*/


final class LaravelTarget extends PerfTarget {
public function __construct(
private PerfOptions $options,
Expand Down
1 change: 0 additions & 1 deletion Magento1Target.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*
*/


final class Magento1Target extends PerfTarget {
private DatabaseInstaller $installer;

Expand Down
1 change: 0 additions & 1 deletion NginxDaemon.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*
*/


final class NginxDaemon extends Process {

public function __construct(
Expand Down
1 change: 0 additions & 1 deletion PHP5Daemon.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*
*/


final class PHP5Daemon extends PHPEngine {
private PerfTarget $target;

Expand Down
1 change: 0 additions & 1 deletion PHPEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
*
*/


abstract class PHPEngine extends Process {
}
2 changes: 0 additions & 2 deletions PerfOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*
*/


final class PerfOptions {
public bool $help;
public bool $verbose;
Expand Down Expand Up @@ -127,7 +126,6 @@ public function __construct($argv) {

$this->notBenchmarking = array_key_exists('i-am-not-benchmarking', $o);


// If any arguments below here are given, then the "standard
// semantics" have changed, and any results are potentially not
// consistent with the benchmark standards for HHVM. You can only
Expand Down
1 change: 0 additions & 1 deletion PerfTarget.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*
*/


abstract class PerfTarget {
public function install(): void { }

Expand Down
1 change: 0 additions & 1 deletion Siege.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*
*/


final class Siege extends Process {
use SiegeStats;

Expand Down
1 change: 0 additions & 1 deletion SiegeStats.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*
*/


trait SiegeStats {
abstract protected function getLogFilePath(): string;

Expand Down
1 change: 0 additions & 1 deletion SugarCRMTarget.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*
*/


final class SugarCRMTarget extends PerfTarget {
public function __construct(
private PerfOptions $options,
Expand Down
1 change: 0 additions & 1 deletion WordpressTarget.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*
*/


final class WordpressTarget extends PerfTarget {

public function __construct(
Expand Down
1 change: 0 additions & 1 deletion perf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*
*/


function check_cpufreq(): void {
$sys_cpu_root = '/sys/devices/system/cpu';
if (file_exists($sys_cpu_root)) {
Expand Down

0 comments on commit 4f1dbb4

Please sign in to comment.