Skip to content

Commit 917a79c

Browse files
committed
chore: bump version to 1.5.2
1 parent 2c951fd commit 917a79c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Lightweight URL shortener API service with minimal resource requirements. Average memory consumption is under **20MiB** and single CPU core consumption under 20%.
66

7-
bit is highly performant, achieving maximum **3K RPS** with a minimum latency of 56ms (100K requests using 100 connections, [benchmark](docs/SETUP.md#benchmark)).
7+
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)).
88

99
Self-hosted with [Dokku](docs/SETUP.md#dokku) and [Docker Compose](docs/SETUP.md#docker-compose).
1010

docs/SETUP.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ CPU: Apple M3 Pro
116116
- Requests/secs average central tendency: (1328.47 + 1357.19 + 1407.03) / 3 + (1785.03 + 1789.06 + 1778.84) / 3 = 3148.54 reqs/sec
117117
- Latency average central tendency: (76.19 + 74.68 + 71.85) / 3 - (29.43 + 14.50 + 9.42) / 3 = 56.4ms
118118
- Latency for conservative capacity planning: (76.19 + 74.68 + 71.85) / 3 + (29.43 + 14.50 + 9.42) / 3 = 89.63ms
119-
- Best Single Run: 18041.44 reqs/sec
119+
- Best single run: 18041.44 reqs/sec
120120

121121
```
122122
~/p/bit> colima start --cpu 1 --memory 1

shard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: bit
2-
version: 1.5.1
2+
version: 1.5.2
33

44
authors:
55
- Juan Rodriguez <sjdonado@icloud.com>

0 commit comments

Comments
 (0)