Fix benchmark suite ()

* add scratch-svg-renderer adaptors to benchmark vm

* disable benchmark with monitor error

* fixup! add scratch-svg-renderer adaptors to benchmark vm

* fixup! disable benchmark with monitor error
This commit is contained in:
Michael "Z" Goddard 2018-08-08 14:36:38 -04:00 committed by Mx Corey Frang
parent 6e6e9b49cb
commit a15a9a1b7b
5 changed files with 21 additions and 11 deletions

View file

@ -150,6 +150,8 @@ module.exports = [
from: 'node_modules/scratch-storage/dist/web'
}, {
from: 'node_modules/scratch-render/dist/web'
}, {
from: 'node_modules/scratch-svg-renderer/dist/web'
}, {
from: 'src/playground'
}])