Skip to content

Commit 0f2cdae

Browse files
committed
Normalize blank lines between methods
- Removes inconsistencies in the ammount of blank lines between methods
1 parent fabd2cc commit 0f2cdae

File tree

139 files changed

+0
-756
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+0
-756
lines changed

benchmarks/Elasticsearch/Benchmarks/AsyncVsSyncIndexingEvent.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class AsyncVsSyncIndexingEvent extends AthleticEvent
1313
/** @var Client */
1414
private $client;
1515

16-
1716
private $document;
1817
private $largeDocument;
1918
private $mediumDocument;
@@ -55,7 +54,6 @@ protected function classTearDown()
5554
$this->setupClient->indices()->delete($indexParams);
5655
}
5756

58-
5957
/**
6058
* @iterations 10
6159
* @group small
@@ -129,7 +127,6 @@ public function asyncMedium()
129127
$responses[999]->wait();
130128
}
131129

132-
133130
/**
134131
* @iterations 10
135132
* @group large

benchmarks/Elasticsearch/Benchmarks/SequentialIndexingEvent.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class SequentialIndexingEvent extends AthleticEvent
1313
/** @var Client */
1414
private $client;
1515

16-
1716
private $document;
1817
private $largeDocument;
1918
private $mediumDocument;
@@ -55,7 +54,6 @@ protected function classTearDown()
5554
$this->setupClient->indices()->delete($indexParams);
5655
}
5756

58-
5957
/**
6058
* @iterations 1000
6159
* @group small
@@ -113,7 +111,6 @@ public function asyncMedium()
113111
$response = $response['body']['created'];
114112
}
115113

116-
117114
/**
118115
* @iterations 1000
119116
* @group large

0 commit comments

Comments
 (0)