File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
libraries/multi_index_lru/src Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77using namespace USERVER_NAMESPACE ;
88
99int main () {
10- benchmarks::simple_benchmark<lru_boost_list ::LRUCacheContainer>(" boost_list_output.txt" );
11- benchmarks::google_benchmark<lru_boost_list ::LRUCacheContainer>();
10+ benchmarks::simple_benchmark<multi_index_lru ::LRUCacheContainer>(" boost_list_output.txt" );
11+ benchmarks::google_benchmark<multi_index_lru ::LRUCacheContainer>();
1212
1313 benchmarks::google_benchmark_init (" google_output.txt" );
1414 benchmarks::google_benchmark_run ();
Original file line number Diff line number Diff line change 66using namespace USERVER_NAMESPACE ;
77
88int main () {
9- test_lru_users<lru_boost_list ::LRUCacheContainer>();
10- test_lru_products<lru_boost_list ::LRUCacheContainer>();
9+ test_lru_users<multi_index_lru ::LRUCacheContainer>();
10+ test_lru_products<multi_index_lru ::LRUCacheContainer>();
1111 std::cout << " all tests success" << std::endl;
1212 return 0 ;
1313}
You can’t perform that action at this time.
0 commit comments