Skip to content

Commit e1dffdb

Browse files
committed
Huge refactoring of the benchmark suite in order to make things easier to understand and to clear some mess
1 parent 6bd1753 commit e1dffdb

12 files changed

+430
-352
lines changed

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
php_errors.log
2-
results
3-
vendor
41
.idea
5-
.phpunit.result.cache
6-
benchmark.csv
2+
vendor
3+
results
4+
php_errors.log
5+
benchmark-errors.log
6+
.phpunit.result.cache

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"autoload": {
3-
"files": ["src/config.php"],
3+
"files": [
4+
"src/config.php",
5+
"src/utilities.php"
6+
],
47
"psr-4": {
8+
"blancks\\JsonPatchBenchmark\\": "src",
59
"blancks\\JsonPatchBenchmarkTests\\": "tests"
610
}
711
},

0 commit comments

Comments
 (0)