Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created September 18, 2016 21:36
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 zoffixznet/fcc1fe0a2b82d6f256d676132986f916 to your computer and use it in GitHub Desktop.
Save zoffixznet/fcc1fe0a2b82d6f256d676132986f916 to your computer and use it in GitHub Desktop.
rm -fr coverage
mkdir coverage
MVM_COVERAGE_LOG='coverage/cover-%d' make stresstest
cd coverage
cat * | grep 'gen/moar/m-CORE.setting' | sort | uniq > full-cover-Sep-18-2016
cd ../
/home/zoffix/CPANPRC/rakudo/install/bin/moar --dump CORE.setting.moarvm > setting
./perl6 nqp/MoarVM/tools/parse_coverage_report.p6 --annotations=setting coverage/full-cover-Sep-18-2016 gen/moar/m-CORE.setting
firefox coverage/index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment