Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technicalpickles/slowpoke
A Rails app designed to be kinda slow. For science.
https://github.com/technicalpickles/slowpoke
Last synced: about 1 month ago
JSON representation
A Rails app designed to be kinda slow. For science.
- Host: GitHub
- URL: https://github.com/technicalpickles/slowpoke
- Owner: technicalpickles
- Created: 2023-12-11T15:19:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T15:30:54.000Z (about 1 year ago)
- Last Synced: 2024-10-14T21:51:47.650Z (3 months ago)
- Language: Ruby
- Size: 233 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slowpoke
A Rails app designed to be slow. Useful for learning, testing performance tools, etc.
## Endpoints
- `/`: posts and comments with N+1 and without pagination
- `/slows`: list of slow things
- `/slows/time`: sleep for awhile
- `/slows/space`: allocate a bunch of memory## Setup
Run:
```shell
bin/setup
```