https://github.com/ruby2elixir/phoenix_crud_benchmark_60_controllers
https://github.com/ruby2elixir/phoenix_crud_benchmark_60_controllers
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ruby2elixir/phoenix_crud_benchmark_60_controllers
- Owner: ruby2elixir
- Created: 2016-01-12T21:12:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T17:30:55.000Z (about 9 years ago)
- Last Synced: 2025-02-05T08:28:50.559Z (over 1 year ago)
- Language: Elixir
- Size: 181 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Umbrella Phoenix Project Benchmark
How fast will you test suite be with 60 CRUD controllers?
A script generates 60 CRUD controllers in a Phoenix subproject.
The test suite (real database + real controller requests) finishes in total 17 seconds.
Most of the time is spent loading files from disk, as it seems... The actual test run requires ca. 1 second, that is good news!
