Skip to content

Commit

Permalink
Add Erlang benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
beef9999 committed Aug 7, 2023
1 parent c616823 commit 01532bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/docs/performance/network-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ You can either monitor the server's network bandwidth via `iftop`, or print its
| [libgo](https://github.com/yyzybb537/libgo) | C++ | Stackful Coroutine | 512 Bytes | 1000 | 258K | 0.98Gb | 156% |
| [asyncio](https://github.com/netcan/asyncio) | C++20 | Stackless Coroutine | 512 Bytes | 1000 | 241K | 0.92Gb | 99% |
| TypeScript | nodejs | Async Callback | 512 Bytes | 1000 | 192K | 0.75Gb | 100% |
| Erlang | Erlang | - | 512 Bytes | 1000 | 165K | 0.63Gb | 115% |
| [Python3 asyncio](https://docs.python.org/3/library/asyncio.html) | Python | Stackless Coroutine | 512 Bytes | 1000 | 136K | 0.52Gb | 99% |

:::note
Expand Down

0 comments on commit 01532bb

Please sign in to comment.