forked from MassiveAtoms/hashmap-bench
for real agian
This commit is contained in:
parent
78700c9408
commit
29d50f5261
@ -94,7 +94,6 @@ void string_test_aggregate(T map, int runs){
|
||||
succ_lookup += ", " + std::to_string(results[1]);
|
||||
nosucc_lookup +=", " + std::to_string(results[2]);
|
||||
delet += ", " + std::to_string(results[3]);
|
||||
std::this_thread::sleep_for(seconds(5));
|
||||
}
|
||||
output << insert << succ_lookup << nosucc_lookup << delet;
|
||||
cout << insert << succ_lookup << nosucc_lookup << delet;
|
||||
|
Loading…
Reference in New Issue
Block a user