#include "../src/user.h"
#include <benchmark/benchmark.h>
Go to the source code of this file.
◆ BENCHMARK()
◆ BENCHMARK_MAIN()
◆ BM_PrintUser()
static void BM_PrintUser |
( |
benchmark::State & | state | ) |
|
|
static |
◆ fake_octo_user
Initial value:= {.login = "octocat",
.name = "The Octocat",
.company = "GitHub",
.location = "San Francisco"}
Definition at line 6 of file c/benchmarks/bench_user.cpp.
6 {.login = "octocat",
7 .name = "The Octocat",
8 .company = "GitHub",
9 .location = "San Francisco"};
Referenced by BM_PrintUser().