[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: autotest speedups
From: |
Paolo Bonzini |
Subject: |
Re: autotest speedups |
Date: |
Fri, 12 Oct 2007 19:51:47 +0200 |
User-agent: |
Thunderbird 2.0.0.6 (Macintosh/20070728) |
*Wow!*
6 seconds (35% speedup) for executing just one test! And when executing ten
tests, 17 seconds speedup!
Wow indeed. But what are the timings on Linux? :-)
1) My patch invokes sed once per test group. Perhaps we should instead
generate a single sed script based on the final value of at_groups, and parse
out all relevant shell functions with one pass of sed prior to starting the
driver loop. This has the benefit of fewer sed calls, but the expense of
constant memory usage proportional to the size of the subset of tests being run.
I like this, but timing is needed on both cygwin and Linux.
Paolo
- autotest speedups, Eric Blake, 2007/10/04
- Re: autotest speedups, Paolo Bonzini, 2007/10/04
- Re: autotest speedups, Ralf Wildenhues, 2007/10/08
- Re: autotest speedups, Paolo Bonzini, 2007/10/09
- Re: autotest speedups, Eric Blake, 2007/10/11
- Re: autotest speedups, Eric Blake, 2007/10/12
- Re: autotest speedups,
Paolo Bonzini <=
- Re: autotest speedups, Ralf Wildenhues, 2007/10/12
- Re: autotest speedups, Eric Blake, 2007/10/12
Re: autotest speedups, Paolo Bonzini, 2007/10/04