Skip to content

Commit 8ff3984

Browse files
committed
Use phpbenchmarks/benchmark-json-serializer-hello-world
1 parent 03cff25 commit 8ff3984

File tree

3 files changed

+58
-1
lines changed

3 files changed

+58
-1
lines changed

.phpbenchmarks/composer.lock.php7.3

Lines changed: 51 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.phpbenchmarks/initBenchmark.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
3+
set -e
4+
5+
composer install --no-dev --classmap-authoritative --ansi

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"type": "project",
55
"require": {
66
"php": "7.3.*",
7-
"ext-json": "*"
7+
"ext-json": "*",
8+
"phpbenchmarks/benchmark-json-serializer-hello-world": "1.0.0"
89
}
910
}

0 commit comments

Comments
 (0)