test-mocha-memory-performance 221 B

123456
  1. #!/bin/bash
  2. yarn run test:removeTmpDir &&
  3. yarn run test:compile &&
  4. NODE_OPTIONS=--max-old-space-size=200 $(yarn bin)/mocha test-tmp/test/performance-tests/JavaScriptObfuscatorMemory.spec.js &&
  5. yarn run test:removeTmpDir