summaryrefslogtreecommitdiff
path: root/src/benchmark.cpp
diff options
context:
space:
mode:
authorjan.reininghaus <jan.reininghaus@8e3bb3c2-eed4-f18f-5264-0b6c94e6926d>2014-04-07 08:58:50 +0000
committerjan.reininghaus <jan.reininghaus@8e3bb3c2-eed4-f18f-5264-0b6c94e6926d>2014-04-07 08:58:50 +0000
commitf10cdf88309653299eae5f05391e16d4d1b0e0ad (patch)
treec6401f80cfd35dc56dad72a3cae3a155bdebebb9 /src/benchmark.cpp
parent5b3eeab1b337a3a1c434ccbf62a3284201158eb6 (diff)
include heap_pivot in the default representations in benchmark.cpp
git-svn-id: https://phat.googlecode.com/svn/trunk@151 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
Diffstat (limited to 'src/benchmark.cpp')
-rw-r--r--src/benchmark.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/benchmark.cpp b/src/benchmark.cpp
index 82d0107..c400e3e 100644
--- a/src/benchmark.cpp
+++ b/src/benchmark.cpp
@@ -101,6 +101,7 @@ void parse_command_line( int argc, char** argv, bool& use_binary, std::vector< R
representations.push_back( FULL_PIVOT_COLUMN );
representations.push_back( BIT_TREE_PIVOT_COLUMN );
representations.push_back( SPARSE_PIVOT_COLUMN );
+ representations.push_back( HEAP_PIVOT_COLUMN );
}
if( algorithms.empty() == true ) {