Add scripts dir with "run-server.sh" and "bench-handlers.sh"

This commit is contained in:
Joakim Frostegård 2020-04-06 13:16:52 +02:00
parent 165214018c
commit e42dc05996
4 changed files with 12 additions and 2 deletions

View file

@ -43,7 +43,7 @@ macro_rules! print_results {
fn main(){
let num_rounds = 100;
let num_rounds = 20;
let mut connect_data = (0.0, 0.0);
let mut announce_data = (0.0, 0.0);