From 0649a0205da07a8094689b8416ac41fe711a7338 Mon Sep 17 00:00:00 2001 From: aeon Date: Thu, 11 Jan 2024 15:49:55 +0800 Subject: [PATCH] Add a script to build benchmark programs --- scripts/build.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 scripts/build.sh diff --git a/scripts/build.sh b/scripts/build.sh new file mode 100755 index 0000000000..229d314075 --- /dev/null +++ b/scripts/build.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +cargo build --example z_pub_thr --example z_sub_thr --profile fast