We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbe0c7 commit 176b466Copy full SHA for 176b466
benchmarks/proxy_operation_benchmark.cpp
@@ -121,7 +121,7 @@ void BM_LargeObjectInvocationViaVirtualFunction(benchmark::State& state) {
121
122
void BM_LargeObjectInvocationViaVirtualFunction_Shared(
123
benchmark::State& state) {
124
- auto data = GenerateLargeObjectVirtualFunctionTestData();
+ auto data = GenerateLargeObjectVirtualFunctionTestData_Shared();
125
for (auto _ : state) {
126
for (auto& p : data) {
127
int result = p->Fun();
0 commit comments