Skip to content

Commit

Permalink
Update benchmarks/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Hagen Wierstorf <[email protected]>
  • Loading branch information
2 people authored and Christian Geng committed Jul 26, 2024
1 parent 7b8eabf commit 9ecbfaa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ and results.

| method | pandas | polars | winner | factor |
|-------------------------------------------------|----------|----------|----------|----------|
| Dependencies.__call__() | 0.000 | 0.000 | polars | 2.667 |
| Dependencies.__contains__(10000 files) | 0.003 | 0.002 | polars | 2.005 |
| Dependencies.__get_item__(10000 files) | 0.648 | 0.013 | polars | 50.382 |
| Dependencies.__len__() | 0.000 | 0.000 | pandas | 1.300 |
| Dependencies.__str__() | 0.004 | 0.000 | polars | 24.677 |
| Dependencies.\_\_call__() | 0.000 | 0.000 | polars | 2.667 |
| Dependencies.\_\_contains__(10000 files) | 0.003 | 0.002 | polars | 2.005 |
| Dependencies.\_\_get_item__(10000 files) | 0.648 | 0.013 | polars | 50.382 |
| Dependencies.\_\_len__() | 0.000 | 0.000 | pandas | 1.300 |
| Dependencies.\_\_str__() | 0.004 | 0.000 | polars | 24.677 |
| Dependencies._add_attachment() | 0.171 | 0.104 | polars | 1.645 |
| Dependencies._add_media(10000 files) | 0.073 | 0.008 | polars | 9.589 |
| Dependencies._add_meta() | 0.127 | 0.100 | polars | 1.260 |
Expand Down

0 comments on commit 9ecbfaa

Please sign in to comment.