Sergei G.
Sergei G.
I will try it again in the cloud and if it works, I will write 👍
On clean new env same speed ~~BUT now we have 100% CPU.~~ Just same, one core. Load not from iperf side, because in load less 1%. By kernel I guess....
**v0.5.2** - have a problem during installation. ```sh cargo install [email protected] ``` Output: ``` ...many errors... ... error[E0412]: cannot find type `StaticSecret` in crate `x25519_dalek` --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/boringtun-0.5.2/src/noise/mod.rs:295:39 | 295 |...
@Noah-Kennedy can you try to reproduce it?
Do we have CLI for v0.5.3? ``` > cargo install [email protected] Updating crates.io index error: there is nothing to install in `boringtun v0.5.3`, because it has no binaries `cargo install`...
I built from source - works great! Same servers as before. ``` sudo WG_QUICK_USERSPACE_IMPLEMENTATION=/root/boringtun/target/release/boringtun-cli WG_SUDO=1 wg-quick up wg0 ``` ``` > iperf3 -s ----------------------------------------------------------- Server listening on 5201 ----------------------------------------------------------- Accepted...
So it's OK in v0.5.2
@Noah-Kennedy ping me if you want to recheck it with fixes 🙂
``` > ./bench.sh Fri Dec 17 13:04:18 IST 2021 [SQLite] running sqlite3 (100_000_000) inserts off exclusive real 0m49.328s user 0m46.876s sys 0m1.733s Fri Dec 17 13:06:06 IST 2021 [RUST] threaded_batched.rs...
Also, I tested without `random` functions ``` > ./bench.sh Fri Dec 17 13:34:49 IST 2021 [SQLite] running sqlite3 (100_000_000) inserts off exclusive real 0m18.405s user 0m16.383s sys 0m1.870s warning: unused...