summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ) {