forked from MassiveAtoms/hashmap-bench
removed some repetition
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
#ifndef ATESTS_H
|
||||
#define ATESTS_H
|
||||
#include <string>
|
||||
#include "./tests.h"
|
||||
#include <ostream>
|
||||
#include <iostream>
|
||||
#include <thread>
|
||||
#include <fstream>
|
||||
|
||||
#include <fstream>
|
||||
#include "./tests.h"
|
||||
|
||||
vector<int> sizes = {
|
||||
50000, 100000, 150000, 200000, 250000, 300000, 350000, 400000, 500000,
|
||||
|
Reference in New Issue
Block a user