-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREREAD_ON_QUERY_CONFIG.json
36 lines (36 loc) · 1.06 KB
/
REREAD_ON_QUERY_CONFIG.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"files": {
"200k": {
"file_path": "./200k.txt",
"reread_on_query": true
},
"test_file_10000": {
"file_path": "./metrics/test_file_10000.txt",
"reread_on_query": true
},
"test_file_50000": {
"file_path": "./metrics/test_file_50000.txt",
"reread_on_query": true
},
"test_file_100000": {
"file_path": "./metrics/test_file_100000.txt",
"reread_on_query": true
},
"test_file_500000": {
"file_path": "./metrics/test_file_500000.txt",
"reread_on_query": true
},
"test_file_1000000": {
"file_path": "./metrics/test_file_1000000.txt",
"reread_on_query": true
},
"test_file_10000000": {
"file_path": "./metrics/test_file_10000000.txt",
"reread_on_query": true
},
"test_file_100000000": {
"file_path": "./metrics/test_file_100000000.txt",
"reread_on_query": true
}
}
}