1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-21 07:34:08 +00:00
Commit graph

13 commits

Author SHA1 Message Date
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
Rene Schallner
dda5e0e209 Incorporate changes from #37
I intentionally kept the bythebook example for reference.
2023-08-23 15:41:30 +02:00
Rene Schallner
f10b76f229 renamed bench targets to make langs more clear 2023-08-22 16:45:00 +02:00
Rene Schallner
49b2762ecb renamed wrk test cpp -> cpp-beast 2023-08-22 16:32:43 +02:00
Rene Schallner
ee20bce22d renamed the rust versions in perftests 2023-08-22 15:59:36 +02:00
Rene Schallner
02b92d1f5c wrk/measure.sh (@alexpyatttaev): pin processes to cpus 2023-08-22 14:23:49 +02:00
Matheus Catarino França
fb0bfe9631 wrk: cpp-beast sample added 2023-08-19 17:17:16 -03:00
Leonardo Costa
9009638982 Add C# version 2023-06-14 23:13:53 -04:00
Rene Schallner
d0c59ab008 fixed AuthEndpoint callbacks, BasicAuth logging
AuthEndpoint callbacks now provide pointers to the original
SimpleEndpoint structs, so their fieldParentPtr calls work.
Added extensive debug() logging to BasicAuth with .UserPassword.
2023-05-01 05:55:08 +02:00
Rene Schallner
d7946ec3af added axum and sanic wrk tests thx @felipetrz 2023-04-29 05:47:57 +02:00
Rene Schallner
b9be9eb50f wrl/measure.sh: updated to latest zig 2023-04-18 19:49:38 +02:00
Rene Schallner
309eaaaeff updated wrk stats with rust results 2023-01-15 06:41:19 +01:00
Rene Schallner
3db2263383 wrk results 2023-01-15 05:19:19 +01:00