Ignore:
Timestamp:
09/27/2022 08:15:24 PM (19 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
193807ab, 1ff0f0c
Parents:
bdafa48
Message:

Fix SBU values for llvm and rust

When measuring the SB unit, I used a terminal with "time { ... }".
When measuring LLVM and rust SBUs, I redirected output. It seems
the gnome terminal is very slow, and when redirecting the output of
the "time" command above, the SB unit goes from 119s down to
86s.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    rbdafa48 r87065037  
    1212  <!ENTITY llvm-size          "51 MB">
    1313  <!ENTITY llvm-buildsize     "3.8 GB (922 MB installed, with documentation, add 18.3 GB for tests)">
    14   <!ENTITY llvm-time          "14 SBU (on 4 CPU cores, with documentation, add 10 SBU for tests)">
     14  <!ENTITY llvm-time          "20 SBU (on 4 CPU cores, with documentation, add 14 SBU for tests)">
    1515
    1616  <!ENTITY clang-download-http "&llvm-url;/clang-&llvm-version;.src.tar.xz">
Note: See TracChangeset for help on using the changeset viewer.