Skip to content

Commit

Permalink
Normalize blank lines between methods
Browse files Browse the repository at this point in the history
- Removes inconsistencies in the ammount of blank lines between methods
  • Loading branch information
simplechris committed Apr 21, 2015
1 parent fabd2cc commit 0f2cdae
Show file tree
Hide file tree
Showing 139 changed files with 0 additions and 756 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class AsyncVsSyncIndexingEvent extends AthleticEvent
/** @var Client */
private $client;


private $document;
private $largeDocument;
private $mediumDocument;
Expand Down Expand Up @@ -55,7 +54,6 @@ protected function classTearDown()
$this->setupClient->indices()->delete($indexParams);
}


/**
* @iterations 10
* @group small
Expand Down Expand Up @@ -129,7 +127,6 @@ public function asyncMedium()
$responses[999]->wait();
}


/**
* @iterations 10
* @group large
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class SequentialIndexingEvent extends AthleticEvent
/** @var Client */
private $client;


private $document;
private $largeDocument;
private $mediumDocument;
Expand Down Expand Up @@ -55,7 +54,6 @@ protected function classTearDown()
$this->setupClient->indices()->delete($indexParams);
}


/**
* @iterations 1000
* @group small
Expand Down Expand Up @@ -113,7 +111,6 @@ public function asyncMedium()
$response = $response['body']['created'];
}


/**
* @iterations 1000
* @group large
Expand Down
Loading

0 comments on commit 0f2cdae

Please sign in to comment.