remove unneeded python benchmarking script

we still don't get very close to the performance of BS4 i guess; it's kinda ridiculous how much faster it is
master
Drake 1 year ago
parent d71d2dc715
commit c1bfcddeab

@ -1,13 +0,0 @@
import AO3
work = AO3.Work(37522864)
print(f"TAGS: {work.tags}")
print(f"PUBLISHED: {work.date_published}")
print(f"UPDATED: {work.date_updated}")
e = len(work.chapters)
e = work.id
e = work.chapters[0].text
e = work.chapters[0].title
e = work.chapters[0].text
Loading…
Cancel
Save