Measuring the performance of the RPC Kittens HTTP server was kinda fun.
I used siege and tested a few different workloads. The peak performance I saw was 6000 r/s, for a trivial function on Python 3.14. The same thing clocked at 4000r/s on Python 3.10.
(Both of which I consider acceptable for single-threaded Python code running on a 6yo laptop.)
I was surprised and impressed by the difference between Python 3.10 and 3.14. The #CPython folks have done some amazing work!