Skip to content

Instantly share code, notes, and snippets.

@ingydotnet
Created August 26, 2018 16:33
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 ingydotnet/2c4c094a934ae0ebc8a1354ca3359974 to your computer and use it in GitHub Desktop.
Save ingydotnet/2c4c094a934ae0ebc8a1354ca3359974 to your computer and use it in GitHub Desktop.
★ ~/src/testml master ↑·1|✔ time TESTML_ROOT=$PWD PATH=$PWD/bin:$PATH TESTML_RUN=perl6-tap TESTML_LIB=$PWD/src/perl6/test testml test/runtime-tml/010-math.tml >/dev/null
real 0m19.412s
user 0m16.425s
sys 0m3.169s
★ ~/src/testml master ↑·1|✔ time TESTML_BRIDGE=TestMLBridge PERL6LIB=$PWD/ext/perl6,$PWD/src/perl6/lib,$PWD/src/perl6/test,$PWD/test/runtime-tml perl6 -e 'use TestML::Run::TAP; TestML::Run::TAP.run("'$PWD'/test/runtime-tml/.testml/010-math.tml.json")' >/dev/null
real 0m0.442s
user 0m0.548s
sys 0m0.064s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment