From d171fda7051b3e004e99a1917e15bfcef9164dc9 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Wed, 24 Oct 2018 11:58:25 +0100 Subject: [PATCH] Format comment --- src/leveled_tictac.erl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/leveled_tictac.erl b/src/leveled_tictac.erl index b03ee86..b1886ce 100644 --- a/src/leveled_tictac.erl +++ b/src/leveled_tictac.erl @@ -395,16 +395,16 @@ generate_segmentfilter_list(SegmentList, Size) -> %% %% Check with KeyCount=10000 SegCount=4 TreeSizes small large: %% adjust_segmentmatch_list check took 1.256 ms match_segment took 5.229 ms - +%% %% Check with KeyCount=10000 SegCount=8 TreeSizes small large: %% adjust_segmentmatch_list check took 2.065 ms match_segment took 8.637 ms - +%% %% Check with KeyCount=10000 SegCount=4 TreeSizes medium large: %% adjust_segmentmatch_list check took 0.453 ms match_segment took 4.843 ms - +%% %% Check with KeyCount=10000 SegCount=4 TreeSizes small medium: %% adjust_segmentmatch_list check took 0.451 ms match_segment took 5.528 ms - +%% %% Check with KeyCount=100000 SegCount=4 TreeSizes small large: %% adjust_segmentmatch_list check took 11.986 ms match_segment took 56.522 ms %%