Package libbenchmark: Information

    Source package: libbenchmark
    Version: 1.5.6-alt2
    Build time:  Dec 5, 2021, 07:51 PM
    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 rpms provided by this srpm:
    libbenchmark (mipsel)
    libbenchmark-debuginfo (mipsel)
    libbenchmark-devel (mipsel)

    Maintainer: Vitaly Lipatov


      1. cmake
      2. rpm-macros-cmake
      3. ctest
      4. gcc-c++
      5. libgtest-devel

    Last changed


    Sept. 1, 2021 Vitaly Lipatov 1.5.6-alt2
    - disable devel-static packing, cleanup spec
    Aug. 19, 2021 Vitaly Lipatov 1.5.6-alt1
    - new version 1.5.6
    July 11, 2021 George V. Kouryachy 1.5.5-alt2
    - Separate static library
    - Introduce tests