Skip to content

Commit d78d7c1

Browse files
committed
update benchmark results
1 parent 5b0ba89 commit d78d7c1

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -351,22 +351,22 @@ An example output from that script on Linux with CPython 3.14.0:
351351

352352
```
353353
callbacks (200,000 ops)
354-
loop median_s best_s ops_per_s vs_fastest
355-
rsloop 0.041608 0.040585 4,806,807 1.00x
356-
uvloop 0.087539 0.086690 2,284,707 2.10x
357-
asyncio 0.229563 0.221348 871,222 5.52x
354+
loop median_s best_s ops_per_s peak_rss vs_fastest
355+
rsloop 0.026938 0.026501 7,424,571 31.6 MiB 1.00x
356+
uvloop 2.488100 2.486339 80,383 31.0 MiB 92.37x
357+
asyncio 2.587463 2.585188 77,296 29.5 MiB 96.05x
358358
359359
tasks (50,000 ops)
360-
loop median_s best_s ops_per_s vs_fastest
361-
uvloop 0.084425 0.083497 592,239 1.00x
362-
rsloop 0.091845 0.090982 544,397 1.09x
363-
asyncio 0.138782 0.137716 360,276 1.64x
360+
loop median_s best_s ops_per_s peak_rss vs_fastest
361+
rsloop 0.060862 0.060544 821,534 37.8 MiB 1.00x
362+
uvloop 0.067037 0.066937 745,855 38.4 MiB 1.10x
363+
asyncio 0.105238 0.104145 475,115 36.2 MiB 1.73x
364364
365365
tcp_streams (5,000 ops)
366-
loop median_s best_s ops_per_s vs_fastest
367-
rsloop 0.119483 0.118451 41,847 1.00x
368-
uvloop 0.119582 0.116446 41,812 1.00x
369-
asyncio 0.138408 0.134438 36,125 1.16x
366+
loop median_s best_s ops_per_s peak_rss vs_fastest
367+
rsloop 0.099350 0.092110 50,327 32.3 MiB 1.00x
368+
uvloop 0.133553 0.130359 37,438 31.5 MiB 1.34x
369+
asyncio 0.300831 0.295368 16,621 29.6 MiB 3.03x
370370
```
371371

372372
See [`benchmarks/README.md`](./benchmarks/README.md) for workload details and

0 commit comments

Comments
 (0)