diff --git a/benchmarks/proxy_operation_benchmark.cpp b/benchmarks/proxy_operation_benchmark.cpp index 9c21576..fd7b7ee 100644 --- a/benchmarks/proxy_operation_benchmark.cpp +++ b/benchmarks/proxy_operation_benchmark.cpp @@ -121,7 +121,7 @@ void BM_LargeObjectInvocationViaVirtualFunction(benchmark::State& state) { void BM_LargeObjectInvocationViaVirtualFunction_Shared( benchmark::State& state) { - auto data = GenerateLargeObjectVirtualFunctionTestData(); + auto data = GenerateLargeObjectVirtualFunctionTestData_Shared(); for (auto _ : state) { for (auto& p : data) { int result = p->Fun();