-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbench.txt
More file actions
23 lines (23 loc) · 939 Bytes
/
bench.txt
File metadata and controls
23 lines (23 loc) · 939 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- Comparse benchmarks ---
Test on Fri May 9 01:02:38 PM EDT 2025
Python version: Python 3.13.3
As of commit cb03025f40ca332bda05630fca7452eba00ce60a
Git branch: main
Git status: 3
Hashes
740d3ad83047ba53cd9768a14b94b975 src/test/__init__.py
bb1fc3f2d9f1bf4df581c43f33fb59d5 src/test/simple.py
36eb94c604bda0ffa9eead061508f727 src/test/cli.py
b9cc7ff74934c834d745bb8fbd2723f3 src/parser.py
34713c4fa102c175cb006b8de383e861 src/__init__.py
6044c1ac5688f09698bac43432abe61d src/abstract.py
8d4abbdc19eb7bea3346b32e3a0bf54b src/generator.py
a95e0d440ef67f1739a784ec50182caf src/walk.py
============================== 2 passed in 0.05s ===============================
- real time: 0m0.809s
- user time: 0m0.738s
- sys time: 0m0.052s
bench.txt | 28 ++++++++++++++--------------
src/test/cli.py | 46 ++++++++++++++++++++++------------------------
src/test/simple.py | 4 +---
3 files changed, 37 insertions(+), 41 deletions(-)