From ea54e8231c9f6f4f3116b3b9a60074c3229257d6 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 10 Jun 2021 16:35:32 +0200 Subject: tasks: perf data points --- python/refcat/tasks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python') diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 234fc11..362f61b 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1228,7 +1228,7 @@ class Bref(Refcat): class BrefSortedByWorkID(Refcat): """ - Sort by work id. + Sort by work id. 237m45.094s. """ def requires(self): return Bref() @@ -1250,7 +1250,7 @@ class BrefSortedByWorkID(Refcat): class RefsByWorkID(Refcat): """ Key raw refs by work id. Since data is already sorted by work id, this can - skip the sorting step. + skip the sorting step. 174m13.837s (~170K extractions/s). """ def requires(self): return Refs() -- cgit v1.2.3