Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
git_commit commit 5f0f7580aa601c0c7493a5988e6673e27bb10f75
Author: Nikolas Klauser <nikolasklauser@berlin.de>
Date: Thu Oct 23 03:47:09 2025 +0200

[libc++] Simplify std::strong_order (#164233)

This patch does two things:
1) The branches for `sizeof(_Dp) == sizeof(int32_t)` and `sizeof(_Dp) ==
sizeof(int64_t)` are merged, since these are basically identical.
2) The branch where `numeric_limits<_Dp>::radix != 2` is removed, since
no platform we support (nor any I'm aware of) have a floating point type
with `radix != 2`. This means that the branch is basically dead code.
Filter

ldionne-old-macbook-results test results

Run Order Start Time Duration
Current 556954 2025-12-16T16:40:01 0:00:00
Previous 556880 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 2 0
Performance Improvements 1 0
Added Tests 0 16
Unchanged Tests 77 64
Total Tests 80

Performance Regressions - execution_time Δ Previous Current σ Δ (B) σ (B)
721_gcc_r 1.74% 13.002 13.228 - 0.00% -
753_ns3_r 1.70% 10.280 10.455 - 0.00% -

Performance Improvements - execution_time Δ Previous Current σ Δ (B) σ (B)
731_astcenc_r -1.23% 10.183 10.057 - 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
735_gem5_r
736_ocio_r
737_gmsh_r
748_flightdm_r
750_sealcrypto_r
753_ns3_r
766_femflow_r


Report Time: 0.06s
Name Current %
706_stockfish_r 21.513 -
707_ntest_r 16.534 -
709_cactus_r 19.691 -
710_omnetpp_r 8.441 -
721_gcc_r 13.228 1.74%
723_llvm_r 11.456 -
727_cppcheck_r 25.257 -
729_abc_r 18.824 -
731_astcenc_r 10.057 -1.23%
735_gem5_r 13.482 -
736_ocio_r 16.153 -
737_gmsh_r 12.955 -
748_flightdm_r 8.889 -
750_sealcrypto_r 18.483 -
753_ns3_r 10.455 1.70%
766_femflow_r 12.794 -
Geometric Mean 14.175 -