Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```