Re: Benchmark Stuff

2004-08-26 Thread Joshua Gatcomb
--- Jerome Quelin <[EMAIL PROTECTED]> wrote: > - I'm deleting, recreating and repopulating the rrd > files each time, but this way I'm free regarding > Joshua's way of parsing I am not exactly happy with it myself. I wanted to get something out there so people could comment on it. The first co

Re: Benchmark Stuff

2004-08-25 Thread Jerome Quelin
On Tuesday 24 August 2004 20:29, Joshua Gatcomb wrote: > I don't know what kind of layout/data would be useful > to people so let me know if you want something else. > I will update every Tuesday morning. And here's a script that use your sqlite database to generate rrd file and graph results. Y

Re: Benchmark Stuff

2004-08-24 Thread Leopold Toetsch
Joshua Gatcomb <[EMAIL PROTECTED]> wrote: > parrotbench.pl didn't correctly handle hyphens in > names (it was using \w char class) - fixed Updated in CVS. Thanks. leo

RE: Benchmark Stuff

2004-08-24 Thread Gay, Jerry
> > Here is the modified parrotbench script along with > > the > > new data collection script and the script to make it > > into a web page. > > > > I don't know what kind of layout/data would be > > useful > > to people so let me know if you want something else. > > > > I will update every Tuesd

Re: Benchmark Stuff

2004-08-24 Thread Joshua Gatcomb
--- Joshua Gatcomb <[EMAIL PROTECTED]> wrote: > Here is the modified parrotbench script along with > the > new data collection script and the script to make it > into a web page. > > I don't know what kind of layout/data would be > useful > to people so let me know if you want something else. >

Re: Benchmark Stuff

2004-08-24 Thread Joshua Gatcomb
--- Sebastian Riedel <[EMAIL PROTECTED]> wrote: > > > Take a look at tools/dev/parrotbench.pl > It already does most of the things you want, you > just have to parse it's > output and feed it to your database. > > > Cheers, > Sebastian parrotbench.pl didn't correctly handle hyphens in names (it

Re: Benchmark Stuff

2004-08-20 Thread Joshua Gatcomb
Well, after I had something that made comparing differences easier, I reverted back CVS. While I noticed a speed difference, it was very minor which means the significant speed bump is likely related to something non-parrot related. I am going to rebuild the latest/greatest gcc on Monday to see i

Re: Benchmark Stuff

2004-08-20 Thread Leopold Toetsch
Joshua Gatcomb <[EMAIL PROTECTED]> wrote: > I recently noticed that the benchmarks in > examples/benchmarks was running significantly slower. That might very likely be related to current patches WRT garbage collection. I've turned off ARENA_DOD_FLAGS, which was on since quite a time. Turning that

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