lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 55f92d87 02/13: Record gcc version twelve pc-


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 55f92d87 02/13: Record gcc version twelve pc-linux-gnu speed for commit 5a4fcaed7
Date: Mon, 21 Nov 2022 17:29:18 -0500 (EST)

branch: master
commit 55f92d87e3083b3f9873b4df99725a51606dbaae
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Record gcc version twelve pc-linux-gnu speed for commit 5a4fcaed7
    
    Compared to the immediately preceding commit, upgrading gcc from version
    eleven to twelve with no other change causes a 20-30% speed regression
    for solves, whereas "no solve" scenarios are unaffected.
    
    Results using commit 5a4fcaed7 of 2022-08-18T16:22:15.
    
    $git --no-pager log -1 --oneline
    5a4fcaed7 (HEAD) Begin adapting to gcc-12
    
    $gcc -dumpfullversion
    12.2.0
---
 Speed_gcc_x86_64-pc-linux-gnu | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Speed_gcc_x86_64-pc-linux-gnu b/Speed_gcc_x86_64-pc-linux-gnu
index 19f2ed8e..3333b585 100644
--- a/Speed_gcc_x86_64-pc-linux-gnu
+++ b/Speed_gcc_x86_64-pc-linux-gnu
@@ -1,7 +1,7 @@
 Test speed:
-  naic, no solve      : 1.310e-02 s mean;      12830 us least of  77 runs
-  naic, specamt solve : 2.689e-02 s mean;      26580 us least of  38 runs
-  naic, ee prem solve : 2.368e-02 s mean;      23432 us least of  43 runs
-  finra, no solve     : 5.035e-03 s mean;       4866 us least of 100 runs
-  finra, specamt solve: 1.784e-02 s mean;      17495 us least of  57 runs
-  finra, ee prem solve: 1.587e-02 s mean;      15636 us least of  64 runs
+  naic, no solve      : 1.306e-02 s mean;      12727 us least of  77 runs
+  naic, specamt solve : 3.385e-02 s mean;      32139 us least of  30 runs
+  naic, ee prem solve : 2.903e-02 s mean;      28023 us least of  35 runs
+  finra, no solve     : 5.231e-03 s mean;       4830 us least of 100 runs
+  finra, specamt solve: 2.344e-02 s mean;      22960 us least of  43 runs
+  finra, ee prem solve: 2.065e-02 s mean;      20267 us least of  49 runs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]