syndicate-rs/dev-scripts/run-server

3 lines
131 B
Plaintext
Raw Permalink Normal View History

2021-08-13 16:41:48 +00:00
#!/bin/sh
2021-10-07 16:11:15 +00:00
make -C ../syndicate-server binary && exec taskset -c 0,1 ../target/release/syndicate-server -c benchmark-config.pr "$@"