mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
improved benchmark situation in readme
This commit is contained in:
parent
dda5e0e209
commit
927fcf641b
5 changed files with 14 additions and 4 deletions
|
@ -122,9 +122,14 @@ integrate.
|
|||
@alexpyattaev, the benchmarks are fairer now, pinning server and client to
|
||||
specific CPU cores.
|
||||
|
||||

|
||||
**Update**: I have consolidated the benchmarks to one good representative per
|
||||
language. See more details in [blazingly-fast.md](./blazingly-fast.md). It
|
||||
contains rust implementations that come pretty close to zap's performance in the
|
||||
simplistic testing scenario.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
So, being somewhere in the ballpark of basic GO performance, zig zap seems to be
|
||||
|
|
|
@ -169,7 +169,7 @@ Vulnerabilities:
|
|||
Tsx async abort: Not affected
|
||||
```
|
||||
|
||||
### Workstation at work
|
||||
### Workstation at work -- out of date (fixed soon)
|
||||
|
||||
A beast. Many cores (which we don't use).
|
||||
|
||||
|
@ -247,7 +247,7 @@ Vulnerabilities:
|
|||
```
|
||||
|
||||
|
||||
### Work Laptop
|
||||
### Work Laptop -- out of date (fixed soon)
|
||||
|
||||
Very strange. It absolutely **LOVES** zap 🤣!
|
||||
|
||||
|
|
|
@ -8,6 +8,11 @@ fi
|
|||
|
||||
SUBJECTS="$1"
|
||||
|
||||
if [ "$SUBJECTS" = "README" ] ; then
|
||||
rm -f wrk/*.perflog
|
||||
SUBJECTS="zig-zap go python-sanic rust-axum csharp cpp-beast"
|
||||
fi
|
||||
|
||||
if [ -z "$SUBJECTS" ] ; then
|
||||
SUBJECTS="zig-zap go python python-sanic rust-bythebook rust-bythebook-improved rust-clean rust-axum csharp cpp-beast"
|
||||
fi
|
||||
|
|
BIN
wrk/samples/README_req_per_sec.png
Normal file
BIN
wrk/samples/README_req_per_sec.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
BIN
wrk/samples/README_xfer_per_sec.png
Normal file
BIN
wrk/samples/README_xfer_per_sec.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
Loading…
Add table
Reference in a new issue