1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00
Commit graph

34 commits

Author SHA1 Message Date
renerocksai
8892cae7df API cleanup #1 --------------
- EndpointListener.register() // was: addEndpoint
- no more Simple
- getEndpoint -> endpoint()
2024-01-09 11:28:05 +01:00
Rene Schallner
ac5a902cf6 updated blazingly-fast.md 2023-08-24 11:11:05 +02:00
Rene Schallner
927fcf641b improved benchmark situation in readme 2023-08-23 16:00:05 +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
c380649763 parameterize measure_all.sh, update main graphs after merge 2023-08-22 22:47:37 +02:00
Rene Schallner
7817064885
Merge pull request #39 from kassane/cpp-threadpool
C++: add threadpool(4)
2023-08-22 22:44:18 +02:00
Matheus Catarino França
3e2d289d92 from single-thread to threadpool(4) 2023-08-22 16:06:55 -03:00
Rene Schallner
18d55cfab4 updated readme, docs with output from new perf tests 2023-08-22 20:18:26 +02:00
Rene Schallner
14f3af7c63 reverted workers back to 4 in zig perf test 2023-08-22 20:09:34 +02:00
Rene Schallner
6562d9ed3e re-wrote blazingly-fast.md 2023-08-22 17:55:35 +02:00
Rene Schallner
7fff5a8c5d reverted hack 2023-08-22 16:45:27 +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
9fe223cdb9 improve measure_all.sh and graph.py 2023-08-22 15:45:00 +02:00
Rene Schallner
61fabea500 added measure_all and graph.py thx @112RG's hyperbench 2023-08-22 15:25:42 +02:00
Rene Schallner
8b82cae541 added @alexpyattaev clean rust bench version 2023-08-22 14:23:49 +02:00
Rene Schallner
02b92d1f5c wrk/measure.sh (@alexpyatttaev): pin processes to cpus 2023-08-22 14:23:49 +02:00
Rene Schallner
2739decb36 zig wrk example: reduce # of workers 2023-08-22 14:23:49 +02:00
Rene Schallner
62574a118c updated flake, renamed rust example to bythebook 2023-08-22 14:23:49 +02:00
Matheus Catarino França
e68435ea9b static 17-byte string 2023-08-21 09:01:16 -03: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
0c18565cea fixed wrk_zigstd. It compiles but can't handle wrk :( 2023-05-19 15:37:58 +02:00
Desiders
5ff86ffbe6 Remove go binary file 2023-05-04 16:40:34 +03: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
894cf27716 fixed wrk code after introducing error 2023-03-10 12:00:21 +01:00
Rene Schallner
c8f9a18dc0 more sane endpoints example 2023-01-18 14:26:01 +01:00
Rene Schallner
12028e53b2 forgot to check in rust code 2023-01-15 06:45:01 +01:00
Rene Schallner
309eaaaeff updated wrk stats with rust results 2023-01-15 06:41:19 +01:00
Rene Schallner
4a9c2037bd fixed wrk stats 2023-01-15 05:47:42 +01:00
Rene Schallner
3db2263383 wrk results 2023-01-15 05:19:19 +01:00