From c5e6083ae45cae5a9ab044da3c75e366ef8227a6 Mon Sep 17 00:00:00 2001 From: Adriano Garcia Date: Mon, 11 Apr 2022 19:11:03 -0300 Subject: [PATCH] Update how_to_run.rst --- docs/source/how_to_run.rst | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/source/how_to_run.rst b/docs/source/how_to_run.rst index 79fba9c..0021561 100644 --- a/docs/source/how_to_run.rst +++ b/docs/source/how_to_run.rst @@ -35,20 +35,24 @@ To run a given benchmark version, you can run these commands: (you can use -app to install only a specific application) .. code-block:: bash - - ./spbench register + + source setup_vars.sh .. code-block:: bash - ./spbench list (this shows the list of available benchmarks) + ./spbench download-inputs + +.. code-block:: bash + + ./spbench list .. code-block:: bash - ./spbench compile -bench + ./spbench compile -bench .. code-block:: bash - ./spbench exec -bench -input ... [optional_commands] + ./spbench exec -bench -input ... [optional_commands] To implement your own benchmark version, you must run new -> edit -> configure -- GitLab