Skip to content

Commit a0270a0

Browse files
committed
Updated benchmarks
1 parent 1005caa commit a0270a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ Tests were conducted on an Macbook Pro M1 Max with 64GB of RAM
101101

102102
### Python
103103

104-
#### py-excel-rs (2.89s)
104+
#### py-excel-rs (2.76s)
105105
```bash
106106
$ time python test-py-excel-rs.py
107-
python3 test-py-excel-rs.py 2.00s user 0.18s system 99% cpu 2.892 total
107+
python3 test-py-excel-rs.py 2.59s user 0.15s system 99% cpu 2.760 total
108108
```
109109

110110
#### openpyxl (97.38s)
@@ -139,10 +139,10 @@ python3 test-pyexcelerate.py 35.27s user 0.33s system 99% cpu 35.821 total
139139

140140
### Command Line Tools
141141

142-
#### cli-excel-rs (2.756s)
142+
#### cli-excel-rs (2.438s)
143143
```bash
144144
$ time ./cli-excel-rs csv --in organizations-1000000.csv --out results.xlsx
145-
./cli-excel-rs csv --in organizations-1000000.csv --out 2.69s user 0.07s system 99% cpu 2.756 total
145+
./cli-excel-rs csv --in organizations-1000000.csv --out 2.36s user 0.08s system 99% cpu 2.438 total
146146
```
147147

148148
#### [csv2xlsx](https://github.com/mentax/csv2xlsx?tab=readme-ov-file) (33.74s)

0 commit comments

Comments
 (0)