From b3e15691806d4c27bfc6f817abd76a0044d583a1 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Fri, 5 Mar 2021 09:06:32 -0500 Subject: [PATCH] docs: Update README with instructions for tests --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0629c32..f947596 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,10 @@ Content-type: text/plain When done, terminal the SLEdge runtime with `Ctrl+c` +## Running Test Workloads + +Various synthetic and real-world tests can be found in `runtime/experiments`. Generally, each experiment can be run be executing the `run.sh` script. + ## Removing the SLEdge Runtime If you are finished working with the SLEdge runtime and wish to remove it, run the following command to delete our Docker build and runtime images.