From 3b0dada97711a51a771ee49de50288f7cfdda97d Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Sat, 8 May 2021 23:25:04 +0200 Subject: update docs --- python/refcat/tasks.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index c3e32ee..44bbe26 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -274,13 +274,7 @@ class UnmatchedRefs(Refcat): class URLTabs(Refcat): """ - Tabular URLs, note: URL can contain artifacts from parsing. - - Performance data point: - - real 70m6.309s - user 757m4.317s - sys 85m54.710s + Extract (work ident, release ident, url, doc). """ def requires(self): return RefsWithUnstructured() -- cgit v1.2.3