diff --git a/.drone.yml b/.drone.yml index 009aacf..0fef112 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,4 +3,5 @@ pipeline: image: node:6 commands: - npm install - - npm test \ No newline at end of file + - npm test + - node benchmark.js