Add perf matrix, esp for hybrid

This commit is contained in:
Pitchaya Boonsarngsuk
2018-02-12 08:53:54 +00:00
parent 0d148b555f
commit adf8126d86
3 changed files with 25 additions and 9 deletions

View File

@@ -66,6 +66,7 @@ export default function () {
if(velocityDiff<stableVelocity){
stableVeloHandler();
}
else console.log(velocityDiff);
}
}