|
4 years ago | |
---|---|---|
.. | ||
app | 6 years ago | |
php | 6 years ago | |
.env | 6 years ago | |
.rr.yaml | 6 years ago | |
README.md | 4 years ago | |
app.php | 6 years ago | |
benchmark_config.json | 5 years ago | |
composer.json | 6 years ago | |
config.toml | 4 years ago | |
spiral.dockerfile | 4 years ago |
This is the Spiral Framework portion of a benchmarking test suite comparing a variety of web development platforms. Tests are run with realistic approach, full ORM and templating stack.
Benchmark code is located in app/src/Controllers/BenchmarkController.php
.
The tests were run with:
Test | URL |
---|---|
JSON Encoding | http://localhost:8080/json |
Data-Store/Database | http://localhost:8080/db |
Variable Query | http://localhost:8080/db/:queries |
Templating and ORM | http://localhost:8080/fortunes |
Update ORM | http://localhost:8080/updates/:queries |
Plain Text | http://localhost:8080/plaintext |