blob: c776ebb406398540ac51a823661a96f0991df1a3 (
plain)
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
|
"Out of 944 lines"...
## Git 92584ec4201ecc27af423cbff7b4bc1573edf175
76.27% match.
time ./please --qa match-benchmark match_test_data/crossref_sample.bibjson match_test_data/grobid_sample.bibjson out.test
real 0m56.061s
user 1m3.852s
sys 0m3.924s
720 lines
720 uniq DOI
720 uniq SHA1
## Git aa2f905d65713a581c7630ef2f931045059200ef
real 0m56.347s
user 1m3.328s
sys 0m4.000s
bnewbold@orithena$ wc -l out.test
722 out.test
bnewbold@orithena$ cut -f3 out.test | jq .doi -r | sort -u | wc -l
722
bnewbold@orithena$ cut -f4 out.test | jq .sha1 -r | sort -u | wc -l
722
|