Skip to content

Commit 20b36db

Browse files
committed
docs: Update performance and boot benchmarks
1 parent e0fef90 commit 20b36db

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

PERFORMANCE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ ______________________________________________________________________
3131

3232
We deliberately traded a fractional increase in execution time to introduce robust OWASP security guardrails (SSRF prevention, Header Injection checks) and Smart Telemetry, while maintaining lightning-fast baseline performance.
3333

34-
| Metric | v1.6.0 (Baseline) | v1.7.0 (Current) | Impact Context |
35-
| :----------------------- | :---------------- | :-------------------- | :-------------------- |
36-
| **Routing Speed (Mean)** | ~0.15 µs (157 ns) | **~0.23 µs (234 ns)** | *+77 ns (Guardrails)* |
37-
| **Request Cycle (Mean)** | ~219 µs | **~312 µs** | *+93 µs (Telemetry)* |
38-
| **Routing Ops/Sec** | ~6,339 Kops/s | **~4,261 Kops/s** | *Extremely Fast* |
39-
| **Cold-Boot Init Time** | ~0.078 s | **~0.089 s** | *+11 ms* |
34+
| Metric | v1.6.0 | v1.7.0 (Current) | Impact Context |
35+
| :----------------------- | :---------------- | :-------------------- | :------------------------------- |
36+
| **Routing Speed (Mean)** | ~0.21 µs (214 ns) | **~0.21 µs (215 ns)** | *Virtually Identical* |
37+
| **Request Cycle (Mean)** | ~282 µs | **~504 µs** | *+222 µs (Security & Telemetry)* |
38+
| **Routing Ops/Sec** | ~4,659 Kops/s | **~4,645 Kops/s** | *Extremely Fast* |
39+
| **Cold-Boot Init Time** | ~0.126 s | **~0.123 s** | *Stable* |
4040

4141
*Note: Benchmarks measure network-isolated internal overhead using mocked `responses`. Testing hardware: Darwin-CPython-3.12-64bit.*
4242

mailjet_rest/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.0.post1.dev18"
1+
__version__ = "1.6.0.post1.dev20"

0 commit comments

Comments
 (0)