Re: Towards 0.1.1 - timetable

2004-10-05 Thread Sebastian Riedel
Leopold Toetsch: > - nice release name wanted Firebird or Phoenix sebastian

Re: Benchmark Stuff

2004-08-20 Thread Sebastian Riedel
Joshua Gatcomb wrote: I recently noticed that the benchmarks in examples/benchmarks was running significantly slower. I update Cygwin and Parrot daily - so there have been a lot of changes to account for. I idly asked on IRC if anyone was regularly tracking benchmark performance because I was fee

Re: What happened to

2004-05-24 Thread Sebastian Riedel
Dan Sugalski wrote: At 11:55 AM -0700 5/24/04, Joshua Gatcomb wrote: The FAQ at http://www.parrotcode.org That's a good question, and one worth poking around at. Volunteers? (Those things are autogenerated from files in the repository, so it's likely something broke there) Yes, it's a wrong url

Re: Website maintainer needed!

2004-04-21 Thread Sebastian Riedel
Dan Sugalski wrote: So, parrotcode.org's getting a bit crusty in its content (though with a spiffy-keen new look if you've not looked in a while) and we need to fix that. Rather than putting this on my essentially infinitely long todo list, this'd be a good spot for someone who wants to get in

Re: [PATCH] Prettifying parrotbench output

2004-03-09 Thread Sebastian Riedel
Leopold Toetsch wrote: Luke Palmer <[EMAIL PROTECTED]> wrote: Leopold Toetsch writes: Must be soemthing wrong here. Output is now totally messed up. It's possible that your terminal isn't wide enough. 80 columns is wide enough for me ;) Indeed, something needs to be modi

Re: [PATCH] Prettifying parrotbench output

2004-03-09 Thread Sebastian Riedel
chromatic wrote: On Tue, 2004-03-09 at 05:15, Luke Palmer wrote: -system "$pathes{$names[$i]} $directory/" - . "$benchmark.$suffixes[$i][$j]" - . '>/dev/null'; File::Spec has a devnull() method. I'd use that to improve portability, though

Re: A Perl Task - Benchmarking

2004-03-09 Thread Sebastian Riedel
Leopold Toetsch wrote: Sebastian Riedel <[EMAIL PROTECTED]> wrote: The attached patch adds this, conf files now look so: parrot: /home/sri/parrot/parrot: .pasm .imc Good. ruby: /usr/bin/ruby: .rb python: /usr/bin/python: .py python-C: /usr/bin/python -

Re: A Perl Task - Benchmarking

2004-03-08 Thread Sebastian Riedel
Dan Sugalski wrote: At 10:10 PM +0100 3/8/04, Sebastian Riedel wrote: Abhijit A. Mahabal wrote: A very basic newbeish question.. [EMAIL PROTECTED]:~/parrot$ tools/dev/parrotbench.pl -regex oo -conf ../parrotbench.conf parrot perlpython ruby oo1 100%39% 23% - oo2

Re: A Perl Task - Benchmarking

2004-03-08 Thread Sebastian Riedel
, Sebastian Riedel

Re: A Perl Task - Benchmarking

2004-03-08 Thread Sebastian Riedel
Leopold Toetsch wrote: Sebastian Riedel <[EMAIL PROTECTED]> wrote: Sebastian Riedel wrote: The attached version should do most of the things you wanted. [EMAIL PROTECTED]:~/parrot$ tools/dev/parrotbench.pl -regex oo -conf ../parrotbench.conf parrot perlpython

Re: A Perl Task - Benchmarking

2004-03-07 Thread Sebastian Riedel
Sebastian Riedel wrote: Leopold Toetsch wrote: Sebastian Riedel <[EMAIL PROTECTED]> wrote: objective-ook? - SCNR :) Attached is a quick'n dirty parrotbench, instead of a complicated test harness it uses bash to make time measurements,

Re: A Perl Task - Benchmarking

2004-03-07 Thread Sebastian Riedel
Leopold Toetsch wrote: Sebastian Riedel <[EMAIL PROTECTED]> wrote: objective-ook? - SCNR :) Attached is a quick'n dirty parrotbench, instead of a complicated test harness it uses bash to make time measurements, so that new languag

Re: A Perl Task - Benchmarking

2004-03-06 Thread Sebastian Riedel
Hi Leo, Attached is a quick'n dirty parrotbench, instead of a complicated test harness it uses bash to make time measurements, so that new languages are very simple to add. Currently it's just a proof of concept but if you like it i will make a better version with pretty printing, extended reports