diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2005-12-28 12:39:06 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2005-12-28 12:39:06 +0000 |
commit | 9968b709afec481a5a9fe78f450a1ca578abc8a7 (patch) | |
tree | 5b3c6edb12371120b2065cb8614640cb02c17740 /dev/perf-analysis | |
parent | 766d3d0ff80eb994a3d2bebcd15ff2889326129a (diff) |
Analyse des tests automatiques de compilation des contributions
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7749 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev/perf-analysis')
-rw-r--r-- | dev/perf-analysis | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/dev/perf-analysis b/dev/perf-analysis new file mode 100644 index 000000000..485de6f25 --- /dev/null +++ b/dev/perf-analysis @@ -0,0 +1,46 @@ +Performance analysis for V8-0 branch +------------------------------------ + + Dec 29, 2005: new test and use of -vm in Stalmarck + + Dec 27, 2005: contrib Karatsuba added (~ 30s) + +Dec 1-14, 2005: benchmarking server down + entre les 2: Godel: -10% + +Nov 29 and Dec 16, 2005: size increase + due to new record flag in inductive for extraction + but time decrease (e.g. Godel: -8%) + + Oct 6, 2005: contribs IPC and Tait added (~ 22s and ~ 25s) + +Aug 19, 2005: time decrease after application of "Array.length x=0" Xavier's + suggestions for optimisation + (e.g. Nijmegen/QArith: -3%, Nijmegen/CoRN: -7%, Godel: -3%) + + Aug 1, 2005: contrib Kildall added (~ 65s) + +Jul 26-Aug 2, 2005: bench down + +Jul 14-15, 2005: 4 contribs failed including CoRN + +Jul 14, 2005: time increase after activation of "closure optimisation" + (e.g. Nijmegen/QArith: +8%, Nijmegen/CoRN: +3%, Godel: +13%) + + Jul 7, 2005: adding contrib Fermat4 + + Jun 17, 2005: contrib Goodstein extended and moved to CantorOrdinals (~ 30s) + + May 19, 2005: contrib Goodstein and prfx (~ 9s) added + +Apr 21, 2005: strange time decrease + (could it be due to the change of Back and Reset mechanism) + (e.g. Nijmegen/CoRN: -2%, Nijmegen/QARITH: -4%, Godel: -11%) + +Mar 20, 2005: fixed Logic.with_check bug + global time decrease (e.g. Nijmegen/CoRN: -3%, Nijmegen/QARITH: -1.5%) + +Jan 31-Feb 8, 2005: small instability + (e.g. CoRN: ~2015s -> ~1999s -> ~2032s, Godel: ~340s -> ~370s) + + Jan 13, 2005: contrib SumOfTwoSquare added (~ 38s) |