diff --git a/README.md b/README.md index f6499a4..ea63d19 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Lightweight URL shortener API service with minimal resource requirements. Average memory consumption is under **20MiB** and single CPU core consumption under 20%. -bit is highly performant, achieving maximum **3K RPS** with a minimum latency of 56ms (100K requests using 100 connections, [benchmark](docs/SETUP.md#benchmark)). +bit is highly performant, achieving in average **3K RPS** with a minimum latency of 56ms (100K requests using 100 connections, [benchmark](docs/SETUP.md#benchmark)). Self-hosted with [Dokku](docs/SETUP.md#dokku) and [Docker Compose](docs/SETUP.md#docker-compose). diff --git a/docs/SETUP.md b/docs/SETUP.md index 82519e2..101c879 100644 --- a/docs/SETUP.md +++ b/docs/SETUP.md @@ -116,7 +116,7 @@ CPU: Apple M3 Pro - Requests/secs average central tendency: (1328.47 + 1357.19 + 1407.03) / 3 + (1785.03 + 1789.06 + 1778.84) / 3 = 3148.54 reqs/sec - Latency average central tendency: (76.19 + 74.68 + 71.85) / 3 - (29.43 + 14.50 + 9.42) / 3 = 56.4ms - Latency for conservative capacity planning: (76.19 + 74.68 + 71.85) / 3 + (29.43 + 14.50 + 9.42) / 3 = 89.63ms -- Best Single Run: 18041.44 reqs/sec +- Best single run: 18041.44 reqs/sec ``` ~/p/bit> colima start --cpu 1 --memory 1 diff --git a/shard.yml b/shard.yml index 710ec78..2dac443 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: bit -version: 1.5.1 +version: 1.5.2 authors: - Juan Rodriguez