1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-21 07:34:08 +00:00
zap/wrk
sehe b87f3a2a01 Rewrite beast C++ test server
This happens to use C++20 coroutines because I'm lazy. It can
equivalently be written without.

I reworded measure.sh to use cmake instead of zig build. Again, I'm lazy
and don't wish to learn zig build today.

The flake had dependency issues
 - for one, the beast archive references in cpp/build.zig.zon is gone;
 - secondly the upstream zig flake does not have zig 12.0 ¯\_(ツ)_/¯
   Luckily that's in Nixpkgs, so I switched to nixpkgs-unstable.
 - I also added a `liburing` dependency to the devShell. This was to
   test with uring, but it didn't produce better results
2024-06-12 02:27:46 +02:00
..
axum/hello-axum added axum and sanic wrk tests thx @felipetrz 2023-04-29 05:47:57 +02:00
cpp Rewrite beast C++ test server 2024-06-12 02:27:46 +02:00
csharp Rewrite beast C++ test server 2024-06-12 02:27:46 +02:00
go Remove go binary file 2023-05-04 16:40:34 +03:00
python fixed wrk stats 2023-01-15 05:47:42 +01:00
rust Incorporate changes from #37 2023-08-23 15:41:30 +02:00
samples updated blazingly-fast.md 2023-08-24 11:11:05 +02:00
sanic added axum and sanic wrk tests thx @felipetrz 2023-04-29 05:47:57 +02:00
zig API cleanup #1 2024-01-08 15:50:46 +01:00
zigstd fix breaking changes as of 14-4-24 2024-04-14 18:19:18 +02:00
axum-sanic.md added axum and sanic wrk tests thx @felipetrz 2023-04-29 05:47:57 +02:00
graph.py improve measure_all.sh and graph.py 2023-08-22 15:45:00 +02:00
measure.sh Rewrite beast C++ test server 2024-06-12 02:27:46 +02:00
measure_all.sh improved benchmark situation in readme 2023-08-23 16:00:05 +02:00
other_measurements.md more sane endpoints example 2023-01-18 14:26:01 +01:00