Skip to content

Commit

Permalink
v0.13.0 - Update benchmark times
Browse files Browse the repository at this point in the history
  • Loading branch information
atomflunder committed Jul 28, 2022
1 parent 5b9b40f commit 649c143
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/other/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,14 @@ def main():

# stringmatch time: 2.881s
# thefuzz time: 37.602s
# thefuzz time (without Levenshtein): 118.11s

# To demonstrate the result on lower-end hardware,
# here are the times on my Raspberry Pi 3B+:

# stringmatch time: 39.915s
# stringmatch time: 33.226s
# thefuzz time: 413.555s
# thefuzz time (without Levenshtein): 1166.083s


if __name__ == "__main__":
Expand Down

0 comments on commit 649c143

Please sign in to comment.