Skip to content

Commit

Permalink
fix import in bench and not on performance between langs
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Nov 14, 2023
1 parent b8873ee commit b575480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ ThinkPad T14 gen 2|4|14.00s|328|
Gaming pc specs: CPU: Ryzen 5900x, SSD: Samsung 980 pro NVME
Thinkpad specs: CPU: i5-1335g7, SSD: Toshiba XG6 NVME
Both devices run Ubuntu 20.04
Python/JS are rougly as fast.

### List of fields the parser supports:

Expand Down
2 changes: 1 addition & 1 deletion benchmark/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from demoparser2 import DemoParser
import time

import glob

files = glob.glob("/path/to/demos/*")

Expand Down

0 comments on commit b575480

Please sign in to comment.