Skip to content

Instantly share code, notes, and snippets.

View leto's full-sized avatar
🐉
The Blocks Must Flow

Duke Leto leto

🐉
The Blocks Must Flow
View GitHub Profile
$ uname -a
Darwin kadath.local 9.7.0 Darwin Kernel Version 9.7.0: Tue Mar 31 22:52:17 PDT 2009; root:xnu-1228.12.14~1/RELEASE_I386 i386
$ gcc --version
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5484)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
...
t/spec/S32-trig/trig.rakudo .................................... 1/613 Could not find non-existent sub atan
t/spec/S32-trig/trig.rakudo .................................... Dubious, test returned 1 (wstat 256, 0x100)
Failed 611/613 subtests
Test Summary Report
-------------------
t/spec/S06-signature/slurpy-params.rakudo (Wstat: 0 Tests: 59 Failed: 1)
Failed test: 57
t/spec/S09-typed-arrays/arrays.rakudo (Wstat: 0 Tests: 55 Failed: 4)
Failed tests: 50-53
(kadath)(~/git/rakudo ins2 )$ make t/spec/S32-trig/trig.t
ok 1 - pi()
ok 2 - 'pi() + 3' may drop its parentheses before +3
Could not find non-existent sub atan
Dubious, test returned 1 (wstat 256, 0x100)
Failed 611/613 subtests
Test Summary Report
-------------------
(kadath)(~/git/rakudo ins2 )$ make t/spec/S09-typed-arrays/arrays.t
ok 1 - @x.of of typed array (my Int @x)
ok 2 - can assign values of the right type
ok 3 - can assign range of the right type
ok 4 - can push values of the right type
ok 5 - can unshift values of the right type
ok 6 - can assign values to a slice
ok 7 - can pop from typed array
ok 8 - can unshift from typed array
@leto
leto / gist:157731
Created July 28, 2009 22:30
Example .gitignore file
blib*
Makefile
Makefile.old
Makefile.PL
Build
_build*
pm_to_blib*
*.tar.gz
.lwpcookies
Math::Primality-*
(kadath)(~/git/euler_bench master )$ ./bin/compare
Benchmarking parrot on EP#001 with 1000 iterations
Rate parrot/001/02.pir parrot/001/01.pir
parrot/001/02.pir 59.4/s -- -10%
parrot/001/01.pir 66.2/s 12% --
./bin/compare_problem_number.pl
Benchmarking EP#001 with 1000 iterations
Rate parrot/001/02.pir parrot/001/01.pir perl6/001/05.pl perl5/001/01.pl perl6/001/03.pl perl6/001/04.pl perl6/001/02.pl perl6/001/01.pl
parrot/001/02.pir 54.1/s -- -10% -16% -16% -16% -16% -17% -17%
parrot/001/01.pir 60.4/s 12% -- -6% -7% -7% -7% -7% -7%
perl6/001/05.pl 64.4/s 19% 7% -- -0% -0% -0% -1% -1%
perl5/001/01.pl 64.6/s 19% 7% 0% -- -0% -0% -1% -1%
perl6/001/03.pl 64.6/s 20% 7% 0% 0% -- -0% -1% -1%
perl6/0
./bin/compare_implementations.pl perl5
Benchmarking perl5.10 on EP#001 with 1000 iterations
Rate perl5/001/01.pl perl5/001/02.pl perl5/001/03.pl
perl5/001/01.pl 62.5/s -- -30% -34%
perl5/001/02.pl 89.7/s 43% -- -6%
perl5/001/03.pl 95.4/s 53% 6% --
(kadath)(~/git/euler_bench master )$ ./bin/compare_problem_number.pl
Benchmarking EP#001 with 100 iterations
s/iter perl6/001/05.pl perl6/001/01.pl perl6/001/04.pl perl6/001/02.pl perl6/001/03.pl parrot/001/02.pir parrot/001/01.pir perl5/001/01.pl perl5/001/02.pl perl5/001/03.pl
perl6/001/05.pl 3.74 -- -7% -30% -36% -36% -100% -100% -100% -100% -100%
perl6/001/01.pl 3.48 8% -- -24% -31% -32% -100% -100% -100% -100% -100%
perl6/001/04.pl 2.63 42% 32% -- -9% -10% -99% -99% -99% -100% -100%
perl6/001/02.pl 2.39 57% 46% 10% -- -0% -99% -99%
$ svn info
Path: .
URL: https://svn.parrot.org/parrot/trunk
Repository Root: https://svn.parrot.org/parrot
Repository UUID: d31e2699-5ff4-0310-a27c-f18f2fbe73fe
Revision: 40454
Node Kind: directory
Schedule: normal
Last Changed Author: whiteknight
Last Changed Rev: 40454