diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-08-24 12:26:12 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-08-24 12:26:12 -0700 |
commit | 1ade126034f839a335692231a4a0f84f6ba0a7e0 (patch) | |
tree | 183beac5e2f6912da53df7f9f1444a0a9eb4d5e6 /match_test_data | |
parent | aa2f905d65713a581c7630ef2f931045059200ef (diff) | |
download | sandcrawler-1ade126034f839a335692231a4a0f84f6ba0a7e0.tar.gz sandcrawler-1ade126034f839a335692231a4a0f84f6ba0a7e0.zip |
match results
Diffstat (limited to 'match_test_data')
-rw-r--r-- | match_test_data/RESULTS.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/match_test_data/RESULTS.txt b/match_test_data/RESULTS.txt index f80d3a4..c776ebb 100644 --- a/match_test_data/RESULTS.txt +++ b/match_test_data/RESULTS.txt @@ -15,3 +15,16 @@ 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 + |