Always return passed in timings
This commit is contained in:
parent
5b4bc1ce59
commit
06f6604ac4
1 changed files with 1 additions and 1 deletions
|
@ -918,7 +918,7 @@ get(Handle, Key, Cache, QuickCheck, BinaryMode, Timings)
|
||||||
% If the count is 0 for that index - key must be missing
|
% If the count is 0 for that index - key must be missing
|
||||||
case Count of
|
case Count of
|
||||||
0 ->
|
0 ->
|
||||||
{no_timing, missing};
|
{Timings, missing};
|
||||||
_ ->
|
_ ->
|
||||||
% Get starting slot in hashtable
|
% Get starting slot in hashtable
|
||||||
{ok, FirstHashPosition} = file:position(Handle, {bof, HashTable}),
|
{ok, FirstHashPosition} = file:position(Handle, {bof, HashTable}),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue