From 88393b2ccfb2a348da6963150f026563c520fdfb Mon Sep 17 00:00:00 2001 From: Steven Wu Date: Sun, 24 Jan 2016 19:00:41 -0700 Subject: [PATCH] Update peeling.cc to ensure performance. Add test codes to compare performance. Issues: #80 #85 PR: #83 --- test/src/lib/testh_helper_peeling.h | 1 + test/src/lib/testt_time_peeling.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test/src/lib/testh_helper_peeling.h b/test/src/lib/testh_helper_peeling.h index 937df417..f5f40b5f 100644 --- a/test/src/lib/testh_helper_peeling.h +++ b/test/src/lib/testh_helper_peeling.h @@ -7,6 +7,7 @@ #include +//TODO: Fix this files!! New filename system and mixed global and local here. std::random_device rd; std::mt19937 random_gen_mt(rd()); diff --git a/test/src/lib/testt_time_peeling.cpp b/test/src/lib/testt_time_peeling.cpp index 2c86263f..7d85f989 100644 --- a/test/src/lib/testt_time_peeling.cpp +++ b/test/src/lib/testt_time_peeling.cpp @@ -18,7 +18,7 @@ #include "boost_test_helper.h" #include "testh_helper_peeling.h" - +//Time trail/perforamnce test. Will take longer to run than normal test. using namespace dng; namespace utf = boost::unit_test;