Increase test size
Be able to read more into sample-based output
This commit is contained in:
parent
4784f8521a
commit
a261d4793b
1 changed files with 2 additions and 2 deletions
|
@ -1098,7 +1098,7 @@ simple_slotbinsummary_test() ->
|
||||||
|
|
||||||
simple_persisted_test() ->
|
simple_persisted_test() ->
|
||||||
Filename = "../test/simple_test",
|
Filename = "../test/simple_test",
|
||||||
KVList0 = generate_randomkeys(1, ?SLOT_SIZE * 16, 1, 20),
|
KVList0 = generate_randomkeys(1, ?SLOT_SIZE * 32, 1, 20),
|
||||||
KVList1 = lists:ukeysort(1, KVList0),
|
KVList1 = lists:ukeysort(1, KVList0),
|
||||||
[{FirstKey, _FV}|_Rest] = KVList1,
|
[{FirstKey, _FV}|_Rest] = KVList1,
|
||||||
{LastKey, _LV} = lists:last(KVList1),
|
{LastKey, _LV} = lists:last(KVList1),
|
||||||
|
@ -1117,7 +1117,7 @@ simple_persisted_test() ->
|
||||||
++ "microseconds~n",
|
++ "microseconds~n",
|
||||||
[length(KVList1), timer:now_diff(os:timestamp(), SW1)]),
|
[length(KVList1), timer:now_diff(os:timestamp(), SW1)]),
|
||||||
ok = sst_printtimings(Pid),
|
ok = sst_printtimings(Pid),
|
||||||
KVList2 = generate_randomkeys(1, ?SLOT_SIZE * 16, 1, 20),
|
KVList2 = generate_randomkeys(1, ?SLOT_SIZE * 32, 1, 20),
|
||||||
MapFun =
|
MapFun =
|
||||||
fun({K, V}, Acc) ->
|
fun({K, V}, Acc) ->
|
||||||
In = lists:keymember(K, 1, KVList1),
|
In = lists:keymember(K, 1, KVList1),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue