now has correct test time measurement

This commit is contained in:
2017-04-23 22:08:52 +02:00
parent 140f8a2499
commit 42cd52a2f3
8 changed files with 54 additions and 15 deletions

View File

@@ -1,8 +1,10 @@
import 'typings-global'
import * as smartq from 'smartq'
import * as early from 'early'
import * as leakage from 'leakage'
import * as smartq from 'smartq'
export {
early,
smartq,
leakage
}