Skip to content

Commit 2ab08aa

Browse files
committed
Activate again MyInt benchs
1 parent 2558a77 commit 2ab08aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

experimental/bench_segmented_algos.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2516,7 +2516,7 @@ void run_benchmarks()
25162516
int main()
25172517
{
25182518
//run_benchmarks<int>();
2519-
//run_benchmarks<MyInt>();
2520-
run_benchmarks<MyFatInt>();
2519+
run_benchmarks<MyInt>();
2520+
//run_benchmarks<MyFatInt>();
25212521
return 0;
25222522
}

0 commit comments

Comments
 (0)