benchmark icon indicating copy to clipboard operation
benchmark copied to clipboard

A microbenchmark support library

Results 181 benchmark issues
Sort by recently updated
recently updated
newest added

Google Benchmark insists on being compiled with the standard not exceeding C++11 https://github.com/google/benchmark/blob/974cd5a5c5a78e76ebc50961f4dbf3bf6d4ade4e/CMakeLists.txt#L174 At the same time, Google Benchmark requires Google Test, which is incompatible with C++11 https://github.com/google/googletest/blob/5b909beeec178f338be997830b6c31a80cda7a93/googletest/include/gtest/internal/gtest-internal.h#L635 ``` typedef...

Fixes #1460 #1462 Let's see what the buildbots make of this.

Hi, I am requesting you to suggest if there is anyway to pass poinetrs to class objects or pointers to char as argument to benchmar wrapper function. I am looking...

Benchmark fails to configure when using clang++ (non cl) using CMake 3.24. - OS: Windows 11 - Compiler and version: Clang 15 (gcc compatible driver) - Earlier versions most likely...

**Describe the bug** Linking a consumer project against the generated CMake imported targets fails on Windows/MSVC due to missing symbols. **System** Which OS, compiler, and compiler version are you using:...

**System** Which OS, compiler, and compiler version are you using: - OS: Win - Compiler and version: MSVC lattest I use v1.7.0 Cmake: ``` include(FetchContent) set(BENCHMARK_ENABLE_TESTING ON) # to suppress...

Try to fix #1446 by removing the address operator.

**Describe the bug** My CI automatically clones the main branch using CMake FetchContent. My Windows CI builds are now failing as of #1435. Specifically, the following linker error appears: ```...

This commit builds libpfm using rules_foreign_cc and lets the default build of the benchmark library support perf counter collection without needing additional work from users. Tested with a custom target:...

**Describe the bug** Aliased benchmark function does not compile with 1.6.1. **System** - OS: Linux - Compiler and version: clang 13.0.0 **To reproduce** Creating an alias of a benchmark function...