forked from MassiveAtoms/hashmap-bench
removed some repetition
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
#ifndef TESTS_H
|
||||
#define TESTS_H
|
||||
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
#include <chrono>
|
||||
#include <string>
|
||||
|
||||
// own
|
||||
#include "./generator.h"
|
||||
@@ -17,8 +19,6 @@ using std::vector;
|
||||
using std::cout;
|
||||
|
||||
|
||||
|
||||
|
||||
template <class T>
|
||||
vector<int> int_test(T map, int size){
|
||||
vector<int> results; // insert, lookup, unsuccesful lookup, delete times
|
||||
|
Reference in New Issue
Block a user