Created
August 22, 2019 23:03
-
-
Save deleteme/44cf7ebf8d368eece569297f0a279c1e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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