Skip to content

Commit 7b3f64c

Browse files
author
Jakub Caban
committed
Add initial benchmarks
1 parent 85d2087 commit 7b3f64c

10 files changed

+756
-42
lines changed

.env.bench

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
S3_KEY=
2+
S3_SECRET=
3+
S3_REGION=
4+
S3_BUCKET=

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ composer.phar
33
.idea
44
.php_cs.cache
55
.phpunit.result.cache
6+
.env.bench.local
67

78
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
89
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file

composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
"league/flysystem-memory": "^2.0",
2424
"symfony/cache": "^5.1",
2525
"phpbench/phpbench": "^0.17.1",
26-
"ext-redis": "*"
26+
"ext-redis": "*",
27+
"league/flysystem-aws-s3-v3": "^2.0",
28+
"symfony/dotenv": "^5.1"
2729
},
2830
"license": "MIT",
2931
"authors": [

0 commit comments

Comments
 (0)