Changeset 87065037 for general/prog


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.

Location:
general/prog
Files:
2 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">
  • general/prog/rust.xml

    rbdafa48 r87065037  
    1616
    1717  <!ENTITY rust-buildsize     "10 GB (516 MB installed) including 266 MB of ~/.cargo files for the user building this. Add 6.2 GB including extra 243 MB of ~/.cargo files if running the tests">
    18   <!ENTITY rust-time          "15 SBU (including download time; add 7 SBU for tests, both on a 4-core machine)">
     18  <!ENTITY rust-time          "21 SBU (including download time; add 10 SBU for tests, both on a 4-core machine)">
    1919]>
    2020
Note: See TracChangeset for help on using the changeset viewer.