Package libbenchmark: Information

    Source package: libbenchmark
    Version: 1.9.1-alt1
    Build time:  Dec 20, 2024, 02:09 AM
    Category: Development/C++
    Report package bug
    License: Apache-2.0
    Summary: A library to benchmark code snippets
    Description: 
    A library to benchmark code snippets, similar to unit tests.
    
    Define a function that executes the code to measure, register it as a benchmark
    function using the `BENCHMARK` macro, and ensure an appropriate `main` function
    is available.
    
    To run the benchmark, compile and link against the `benchmark` library
    (libbenchmark.a/.so). If you followed the build steps above, this library will
    be under the build directory you created.

    List of RPM packages built from this SRPM:
    libbenchmark (riscv64)
    libbenchmark-debuginfo (riscv64)
    libbenchmark-devel (riscv64)

    Maintainer: Sergey Gvozdetskiy


      1. /proc
      2. gcc-c++
      3. cmake
      4. ctest
      5. libgtest-devel
      6. rpm-macros-cmake
      7. ninja-build

    Last changed


    Dec. 19, 2024 Sergey Gvozdetskiy 1.9.1-alt1
    - NMU: new version 1.9.1
    Oct. 16, 2023 Alexey Sheplyakov 1.7.1-alt1.2
    - NMU: fixed FTBFS on LoongArch (some tests need /proc).
      While at it worked around Statistics.CV test failure on i586.
    May 3, 2023 Ilya Kurdyukov 1.7.1-alt1.1
    - e2k: patch update, werror off