This commit is contained in:
Nikolaj
2021-10-04 15:21:23 +02:00
parent 3f3346d22c
commit d8c063906f
2 changed files with 0 additions and 3 deletions

View File

@ -33,9 +33,6 @@ int id_query_loop(int argc, char** argv, mk_index_fn mk_index, free_index_fn fre
uint64_t runtime_sum = 0;
while (getline(&line, &line_len, stdin) != -1) {
if (line[0] == '\n') {
break;
}
int64_t needle = atol(line);
start = microseconds();

Binary file not shown.