skip+limit test

This commit is contained in:
Miki 2016-04-15 17:31:00 +02:00
parent c0d5972a44
commit 0eca19256c
3 changed files with 42 additions and 54 deletions

View file

@ -26,6 +26,7 @@ var (
StartDate: time.Now().Add(-24 * time.Hour).Format(_tformat),
Duration: _24h,
Interval: _15m,
Batch: 10000,
}
dbs = Dbs{}