From 1ade126034f839a335692231a4a0f84f6ba0a7e0 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 24 Aug 2018 12:26:12 -0700 Subject: match results --- match_test_data/RESULTS.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'match_test_data') 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 + -- cgit v1.2.3