Adjust test size to match SST summary
This commit is contained in:
parent
0fa22ab4b3
commit
efec232e71
1 changed files with 3 additions and 3 deletions
|
@ -457,17 +457,17 @@ search_test_by_type(Type) ->
|
||||||
tree_timing_test() ->
|
tree_timing_test() ->
|
||||||
tree_test_by_(16, tree, 4000),
|
tree_test_by_(16, tree, 4000),
|
||||||
tree_test_by_(8, tree, 1000),
|
tree_test_by_(8, tree, 1000),
|
||||||
tree_test_by_(4, tree, 128).
|
tree_test_by_(4, tree, 256).
|
||||||
|
|
||||||
idxt_timing_test() ->
|
idxt_timing_test() ->
|
||||||
tree_test_by_(16, idxt, 4000),
|
tree_test_by_(16, idxt, 4000),
|
||||||
tree_test_by_(8, idxt, 1000),
|
tree_test_by_(8, idxt, 1000),
|
||||||
tree_test_by_(4, idxt, 128).
|
tree_test_by_(4, idxt, 256).
|
||||||
|
|
||||||
skpl_timing_test() ->
|
skpl_timing_test() ->
|
||||||
tree_test_by_(auto, skpl, 4000),
|
tree_test_by_(auto, skpl, 4000),
|
||||||
tree_test_by_(auto, skpl, 1000),
|
tree_test_by_(auto, skpl, 1000),
|
||||||
tree_test_by_(auto, skpl, 128).
|
tree_test_by_(auto, skpl, 256).
|
||||||
|
|
||||||
tree_test_by_(Width, Type, N) ->
|
tree_test_by_(Width, Type, N) ->
|
||||||
io:format(user, "~nTree test for type and width: ~w ~w~n", [Type, Width]),
|
io:format(user, "~nTree test for type and width: ~w ~w~n", [Type, Width]),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue