Skip to content

Commit

Permalink
Update peeling.cc to ensure performance.
Browse files Browse the repository at this point in the history
Add test codes to compare performance.
Issues: ultimatesource#80 ultimatesource#85
PR: ultimatesource#83
  • Loading branch information
stevenhwu committed Mar 8, 2016
1 parent bd04038 commit 88393b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/src/lib/testh_helper_peeling.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#include <dng/peeling.h>

//TODO: Fix this files!! New filename system and mixed global and local here.
std::random_device rd;
std::mt19937 random_gen_mt(rd());

Expand Down
2 changes: 1 addition & 1 deletion test/src/lib/testt_time_peeling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 88393b2

Please sign in to comment.