add std::list/deque, small_vector to fbvector benchmark
Summary: Adding a few other data structures to the benchmark. Code clean-up: * split `insert` into `insertFront` and `pushBack` * delete current `erase` benchmark, which is mostly spinning since `iters` can easily be larger than the original vector size. Reviewed By: yfeldblum Differential Revision: D7067000 fbshipit-source-id: 3073f7c396888787b49993468c7e6fdac70b77ac
Showing
Please register or sign in to comment