aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/docker/artifact.org7
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/docker/artifact.org b/scripts/docker/artifact.org
index 0f9ca8b..d6029f8 100644
--- a/scripts/docker/artifact.org
+++ b/scripts/docker/artifact.org
@@ -33,7 +33,7 @@ cd /vericert
nix-shell
#+end_src
-Then, any commands can be run in this shell to run ~vericert~, which has already been compiled and can be found in the ~/vericert/bin~ directory. For a quick test that it is working, a few very simple examples in the ~/vericert/test~ directory can be run using:
+Then, any commands can be run in this shell to run ~vericert~, which has already been compiled and can be found in the ~/vericert/bin~ directory. For a quick test that it is working, a few very simple examples in the ~/vericert/test~ directory can be run by using the following inside of the ~/vericert~ directory:
#+begin_src shell
make test
@@ -64,7 +64,10 @@ This should print out the return value from the main function in addition to the
** Getting cycle counts for Vericert
-There are two benchmark sets for which the results are given in the paper.
+There are two benchmark sets for which the results are given in the paper:
+
+- ~/vericert/benchmarks
+
To get the cycle counts for Vericert from the benchmarks
* Footnotes