aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/timing_tests.cpp
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-03-28 11:53:41 -0400
committerJack Lloyd <[email protected]>2017-03-28 11:53:41 -0400
commit30f20975d446a80b77cce9d8be350eda0164581d (patch)
treee634e1b6e13269bc00fbebacda470837e5ffecc9 /src/cli/timing_tests.cpp
parent5b0481cb93745c6b56d923698b164d2289559eb5 (diff)
Remove old timing test suite
Replaced by version in cli added in #894
Diffstat (limited to 'src/cli/timing_tests.cpp')
-rw-r--r--src/cli/timing_tests.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/cli/timing_tests.cpp b/src/cli/timing_tests.cpp
index 587084ecd..570957cc3 100644
--- a/src/cli/timing_tests.cpp
+++ b/src/cli/timing_tests.cpp
@@ -5,7 +5,10 @@
* in a way that is vulnerable to simple timing attacks.
*
* Produces output which can be analyzed with the Mona reporting library
-* git clone https://github.com/seecurity/mona-timing-report.git
+*
+* $ git clone https://github.com/seecurity/mona-timing-report.git
+* $ cd mona-timing-report && ant
+* $ java -jar ReportingTool.jar --lowerBound=0.4 --upperBound=0.5 --inputFile=$file --name=$file
*
* (C) 2016 Juraj Somorovsky - [email protected]
* (C) 2017 Neverhub
@@ -332,7 +335,7 @@ std::vector<std::vector<ticks>> Timing_Test::execute_evaluation(const std::vecto
class Timing_Test_Command : public Command
{
public:
- Timing_Test_Command() : Command("timing_test test_type --test-data-file= --test-data-dir=src/extra_tests/timing/timing-tests/data/ --warmup-runs=1000 --measurement-runs=10000")
+ Timing_Test_Command() : Command("timing_test test_type --test-data-file= --test-data-dir=src/tests/data/timing --warmup-runs=1000 --measurement-runs=10000")
{}
virtual void go() override