Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
git_commit commit b69ddbc62838f23ace237c206676b1ed1c882638
Author: Nikolas Klauser <nikolasklauser@berlin.de>
Date: Wed Nov 13 11:57:16 2024 +0100

[libc++] Make variables in templates inline (#115785)

The variables are all `constexpr`, which implies `inline`. Since they
aren't `constexpr` in C++03 they're also not `inline` there. Because of
that we define them out-of-line currently. Instead we can use the C++17
extension of `inline` variables, which results in the same weak
definitions of the variables but without having all the boilerplate.
Filter

ldionne-old-macbook-results test results

Run Order Start Time Duration
Current 518050 2025-12-16T16:40:01 0:00:00
Previous 518048 2025-12-16T16:40:01 0:00:00
Baseline 485288 2025-12-16T16:40:01 0:00:00


Tests Summary

Status Group # # (B)
Performance Regressions 5 0
Performance Improvements 3 0
Added Tests 0 17
Unchanged Tests 82 73
Total Tests 90

Performance Regressions - execution_time Δ Previous Current σ Δ (B) σ (B)
766_femflow_r 2.31% 12.790 13.085 - 0.00% -
707_ntest_r 1.74% 17.860 18.170 - 0.00% -
767_nest_r 1.65% 14.055 14.287 - 0.00% -
748_flightdm_r 1.20% 8.933 9.040 - 0.00% -
731_astcenc_r 1.15% 10.098 10.214 - 0.00% -

Performance Improvements - execution_time Δ Previous Current σ Δ (B) σ (B)
710_omnetpp_r -2.15% 8.514 8.332 - 0.00% -
727_cppcheck_r -1.39% 25.935 25.576 - 0.00% -
723_llvm_r -1.30% 11.647 11.496 - 0.00% -

Added Tests - execution_time
706_stockfish_r
707_ntest_r
709_cactus_r
710_omnetpp_r
721_gcc_r
723_llvm_r
727_cppcheck_r
729_abc_r
731_astcenc_r
734_vpr_r
736_ocio_r
737_gmsh_r
748_flightdm_r
750_sealcrypto_r
753_ns3_r
766_femflow_r
767_nest_r


Report Time: 0.12s
Name Current %
706_stockfish_r 22.142 -
707_ntest_r 18.170 1.74%
709_cactus_r 19.782 -
710_omnetpp_r 8.332 -2.15%
721_gcc_r 12.977 -
723_llvm_r 11.496 -1.30%
727_cppcheck_r 25.576 -1.39%
729_abc_r 18.784 -
731_astcenc_r 10.214 1.15%
734_vpr_r 15.513 -
736_ocio_r 16.330 -
737_gmsh_r 13.132 -
748_flightdm_r 9.040 1.20%
750_sealcrypto_r 18.449 -
753_ns3_r 10.494 -
766_femflow_r 13.085 2.31%
767_nest_r 14.287 1.65%
Geometric Mean 14.460 -