Skip to content

Commit 176b466

Browse files
committed
Fix typo in benchmarks
1 parent bcbe0c7 commit 176b466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/proxy_operation_benchmark.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ void BM_LargeObjectInvocationViaVirtualFunction(benchmark::State& state) {
121121

122122
void BM_LargeObjectInvocationViaVirtualFunction_Shared(
123123
benchmark::State& state) {
124-
auto data = GenerateLargeObjectVirtualFunctionTestData();
124+
auto data = GenerateLargeObjectVirtualFunctionTestData_Shared();
125125
for (auto _ : state) {
126126
for (auto& p : data) {
127127
int result = p->Fun();

0 commit comments

Comments
 (0)