Re: Benchmark tracking

2009-11-08 Thread Ludovic Courtès
Neil Jerram writes: > l...@gnu.org (Ludovic Courtès) writes: [...] >> This looks really good to me. The only thing that’s missing is a >> mapping from units on the X axis to commits. > > That's at http://ossau.homelinux.net/~neil/bm_master_x.html, and it > is linked from the main page above.

Re: Benchmark tracking

2009-11-08 Thread Andy Wingo
On Sun 08 Nov 2009 20:11, l...@gnu.org (Ludovic Courtès) writes: > Neil Jerram writes: > >> Thanks, Mike. I like the idea of generating the gnuplot command file >> and then running it in a separate step; may switch my code to do that >> too. I also appreciate how your code shows how to do more

Re: Benchmark tracking

2009-11-08 Thread Neil Jerram
l...@gnu.org (Ludovic Courtès) writes: > Hi Neil, > > Neil Jerram writes: > >> http://ossau.homelinux.net/~neil/ > > This looks really good to me. The only thing that’s missing is a > mapping from units on the X axis to commits. That's at http://ossau.homelinux.net/~neil/bm_master_x.html, and

Re: Benchmark tracking

2009-11-08 Thread Ludovic Courtès
Neil Jerram writes: > Thanks, Mike. I like the idea of generating the gnuplot command file > and then running it in a separate step; may switch my code to do that > too. I also appreciate how your code shows how to do more cunning > gnuplot things, like xtics and rotate; and the use of ~{ and ~

Re: Benchmark tracking

2009-11-08 Thread Ludovic Courtès
Hi Neil, Neil Jerram writes: > http://ossau.homelinux.net/~neil/ This looks really good to me. The only thing that’s missing is a mapping from units on the X axis to commits. Looking at http://ossau.homelinux.net/~neil/bm_master_i.html, it seems that several things got slightly slower aroun

Re: Benchmark tracking

2009-11-08 Thread Ludovic Courtès
Hello, Neil Jerram writes: > I found this page: > http://www.ccs.neu.edu/home/will/Twobit/benchmarksAbout.html > > Is that what you meant? > > Do you know anything about how this code is licensed (and hence if we > can add it to the Guile repository and/or distribution)? I don't see > anything

Re: Benchmark tracking

2009-11-04 Thread Neil Jerram
Neil Jerram writes: > Andy Wingo writes: > >> Also, we should have more of the stock Gabriel benchmarks, like in the >> Clinger or Feeley set. > > I found this page: > http://www.ccs.neu.edu/home/will/Twobit/benchmarksAbout.html > > Is that what you meant? > > Do you know anything about how this

Re: Benchmark tracking

2009-11-04 Thread Neil Jerram
Andy Wingo writes: > Also, we should have more of the stock Gabriel benchmarks, like in the > Clinger or Feeley set. I found this page: http://www.ccs.neu.edu/home/will/Twobit/benchmarksAbout.html Is that what you meant? Do you know anything about how this code is licensed (and hence if we can

Re: Benchmark tracking

2009-11-04 Thread Neil Jerram
FYI I've added some small improvements to my benchmark plots: 1. Skip plotting points for days when there were no results 2. Avoid plotting benchmark times that are too small for useful comparison 3. Scale results by number of iterations 4. Show grid in combined plot In case it's not clear, (2) m

Re: Benchmark tracking

2009-10-31 Thread Neil Jerram
l...@gnu.org (Ludovic Courtès) writes: > And perhaps individual plots for each benchmark too. I've added those now. Please let me know if any comments or suggestions for improvement... Neil

Re: Benchmark tracking

2009-10-31 Thread Neil Jerram
Mike Gran writes: > I did once play around with plotting the benchmarks.log files. > For your bemusement, I've attached a link to a script that I wrote. > > http://git.savannah.gnu.org/cgit/guile.git/tree/benchmark-suite/benchplot?h=string_abstraction2 Thanks, Mike. I like the idea of generatin

Re: Benchmark tracking

2009-10-30 Thread Mike Gran
> I've added this, and updated the graphs to cover the last few days. > > I'm planning to look at your other suggestions too - but I think next > will be Ludo's request for showing each benchmark separately. > > Neil I did once play around with plotting the benchmarks.log files. For your be

Re: Benchmark tracking

2009-10-30 Thread Neil Jerram
Andy Wingo writes: > Hm, would be good to bisect this more closely. Would it be possible to > map the X axis to commits? I've added this, and updated the graphs to cover the last few days. I'm planning to look at your other suggestions too - but I think next will be Ludo's request for showing e

Re: Benchmark tracking

2009-10-28 Thread Ludovic Courtès
Hello, Neil Jerram writes: > I've been running benchmarks for a while in my overnight builds, and > have put up a web page to show the results from that: > > http://ossau.homelinux.net/~neil/ Nice! > If anyone has suggestions on how to present this information better or > differently, I'd be h

Re: Benchmark tracking

2009-10-27 Thread Andy Wingo
On Tue 27 Oct 2009 22:34, Neil Jerram writes: > I've been running benchmarks for a while in my overnight builds, and > have put up a web page to show the results from that: > > http://ossau.homelinux.net/~neil/ Interesting! > In summary, there's nothing to be concerned about (apart from a possi