Skip to content

Commit

Permalink
Add bench.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vutran committed Dec 29, 2016
1 parent 3b478c5 commit d3310d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bench.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const osApps = require('./');

console.time('getAll');

osApps.getAll().then(apps => {
console.timeEnd('getAll');
})

0 comments on commit d3310d7

Please sign in to comment.