google/benchmark

A microbenchmark support library

C++PythonCMakeStarlarkCbenchmark
This is stars and forks stats for /google/benchmark repository. As of 03 May, 2024 this repository has 7887 stars and 1527 forks.

Benchmark A library to benchmark code snippets, similar to unit tests. Example: #include <benchmark/benchmark.h> static void BM_SomeFunction(benchmark::State& state) { // Perform setup here for (auto _ : state) { // This code gets timed SomeFunction(); } } // Register the function as a benchmark BENCHMARK(BM_SomeFunction); // Run the benchmark BENCHMARK_MAIN(); Getting Started To get started, see Requirements and Installation. See Usage for a full example and the User Guide...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
microsoft/WindowsAppSDKC++CHTML3.5k+132840
tranek/GASDocumentationC++Other3.2k06450
apache/arrowC++JavaGo12.6k+363.1k+9
kubernetes/websiteHTMLCSSJavaScript4k013.5k0
ionic-team/ionic-docsHTMLTypeScriptCSS53902.7k0
jonmircha/youtube-jsHTMLJavaScriptCSS46006030
ganlanyuan/tiny-sliderHTMLJavaScriptNunjucks5k08130
LandGrey/SpringBootVulExploitJavaPythonHTML5.2k01.3k0
grpc/grpc-javaJavaShellC++10.8k03.7k0
antlr/antlr4JavaC#C++15.4k03.1k0