Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
codemercenary committed Jul 28, 2015
1 parent bc04d65 commit 35407e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autowiring/benchmark/ObjectPoolBm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ Benchmark ObjectPoolBm::Allocation(void) {
{ "basic", &profile_basic<tenPack> },
{ "complex", &profile_basic<filling_vector> },
{ "pool_basic", &profile_pool<tenPack> },
{ "pool_complex", &profile_pool<tenPack> }
{ "pool_complex", &profile_pool<filling_vector> }
};
}

0 comments on commit 35407e9

Please sign in to comment.