From 6471e4a8a929a8e407c5e8708e965025f5edb0a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 20 Jul 2020 15:21:25 +0200 Subject: [PATCH] Add scripts/run-load-test-http.sh --- scripts/run-load-test-http.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/run-load-test-http.sh diff --git a/scripts/run-load-test-http.sh b/scripts/run-load-test-http.sh new file mode 100755 index 0000000..d97d627 --- /dev/null +++ b/scripts/run-load-test-http.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +export RUSTFLAGS="-C target-cpu=native" + +cargo run --release --bin aquatic_http_load_test -- $@ \ No newline at end of file