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 perl python ruby > oo1 100% 39% 23% - > oo2 100% 40% 22% - Good. Just some more notes: I'd like the program to take a config like this: parrot-C: ./parrot -C parrot-j: ./parrot -j perl: /usr/bin/perl perl-58_th: /opt/perl-th/bin/perl ... scheme: /usr/bin/rep: .scm that is to be able to compare more different programs. Timings should be relative to the first given program. > I studied the config system, and now i wonder if it would make sense > to write a configure step to probe for enemies, or is that overkill? ^^^^^^^ Please ... No config step necessary. The -conf option is good enough. leo