Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr.Panda authored Dec 9, 2023
1 parent 3f2c528 commit 28a109b
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ A pure rust-implemented turn server, different from coturn, provides a more flex
* [docker](#docker)
* [linux service](#linux-service)
* [building](#building)
* [benchmark](#benchmark)


## Features

Expand Down Expand Up @@ -109,23 +109,6 @@ cargo build --release
After the compilation is complete, you can find the binary file in the "target/release" directory.


## Benchmark

* CPU: AMD Ryzen 9 7950X 16-Core Processor, RAM: Acer DDR5 5200MHZ 16G x 2, OS: Windows 11 Pro 22H2 - 22621.2428
* turn_relay will use the real network to send from local udp to local udp.

| name | time | thrpt |
|------------------------------------------|-------------------------------|----------------------------------------|
| stun_decoder/decoder_channel_bind | 18.388 ns 18.413 ns 18.439 ns | 5.4549 GiB/s 5.4626 GiB/s 5.4702 GiB/s |
| stun_decoder/decoder_binding | 17.662 ns 17.672 ns 17.684 ns | 5.0559 GiB/s 5.0592 GiB/s 5.0622 GiB/s |
| turn_router/local_indication_peer | 35.293 ns 35.319 ns 35.346 ns | * |
| turn_router/peer_indication_local | 35.384 ns 35.416 ns 35.453 ns | * |
| turn_router/local_channel_data_peer | 24.644 ns 24.652 ns 24.662 ns | * |
| turn_router/peer_channel_data_local | 24.622 ns 24.626 ns 24.631 ns | * |
| turn_relay/send_indication_local_to_peer | 42.958 µs 43.040 µs 43.121 µs | * |
| turn_relay/send_indication_peer_to_local | 35.293 ns 35.319 ns 35.346 ns | * |


## License

[MIT](./LICENSE)
Expand Down

0 comments on commit 28a109b

Please sign in to comment.