🐛
This commit is contained in:
@ -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;
|
uint64_t runtime_sum = 0;
|
||||||
while (getline(&line, &line_len, stdin) != -1) {
|
while (getline(&line, &line_len, stdin) != -1) {
|
||||||
if (line[0] == '\n') {
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
int64_t needle = atol(line);
|
int64_t needle = atol(line);
|
||||||
|
|
||||||
start = microseconds();
|
start = microseconds();
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user