From 03fceb81a5b6dc94a4d69d8528d5976e252319da Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 5 Feb 2024 19:30:25 -0800 Subject: [PATCH] move bench script --- bench.sh => src/bench/stream.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename bench.sh => src/bench/stream.sh (77%) diff --git a/bench.sh b/src/bench/stream.sh similarity index 77% rename from bench.sh rename to src/bench/stream.sh index 66f35e8f6..9321c018e 100755 --- a/bench.sh +++ b/src/bench/stream.sh @@ -1,7 +1,8 @@ #!/usr/bin/env bash - -# TODO: This script is temporary, remove it from the repo - +# +# This is a trivial helper script to help run the stream benchmark. +# You probably want to tweak this script depending on what you're +# trying to measure. DATA="ascii" SIZE="25M"