chore: bump version to 1.5.2

This commit is contained in:
sjdonado
2025-03-18 11:27:35 +01:00
parent 2c951fd834
commit 917a79c536
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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).
+1 -1
View File
@@ -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
+1 -1
View File
@@ -1,5 +1,5 @@
name: bit
version: 1.5.1
version: 1.5.2
authors:
- Juan Rodriguez <sjdonado@icloud.com>