Skip to content

Instantly share code, notes, and snippets.

@deleteme
Created August 22, 2019 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deleteme/44cf7ebf8d368eece569297f0a279c1e to your computer and use it in GitHub Desktop.
Save deleteme/44cf7ebf8d368eece569297f0a279c1e to your computer and use it in GitHub Desktop.
function benchmark_jest
node_modules/jest/bin/jest.js --clearCache
# warmup, prime the cache
node_modules/jest/bin/jest.js --config config/jest.config.json
# benchmark https://github.com/sharkdp/hyperfine
hyperfine "node_modules/jest/bin/jest.js --config config/jest.config.json"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment