From 24ba29ab998a9d454e5c7dfd11c59c97d0d920f5 Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Thu, 14 Jan 2016 15:45:20 +0100 Subject: Make bench work again, add printing of total memory --- test/src/db.erl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/src/db.erl b/test/src/db.erl index 8c90842..a2ca16e 100644 --- a/test/src/db.erl +++ b/test/src/db.erl @@ -2,7 +2,10 @@ %%% See LICENSE for licensing information. -module(db). --export([get_by_indices/3]). +-export([get_by_indices/3, size/0]). + +size() -> + 0. get_by_indices(Start, _End, _Options) when Start < 0 -> []; -- cgit v1.1