Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Feb 8, 2024
1 parent 3ec4ce2 commit d88c511
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ To run the benchmark execute:
$ python benchmark-dependencies-save-and-load.py
```

Reading times in seconds
**Writing**

Execution times in seconds
for a dependency table
containing 1,000,000 files.

Expand All @@ -115,9 +117,14 @@ containing 1,000,000 files.
| pd.DataFrame[object] -> pd.DataFrame[pyarrow] -> pa.Table | 0.481 | | |
| pa.Table | 0.252 | | 0.236 |

Writing times in seconds
**Reading**

Execution times in seconds
for a dependency table
containing 1,000,000 files.
-c\-\-> stands for using the `c` engine
and -pa-> for using the `pyarrow` engine
with `pandas.read_csv()`.

| method | csv | pickle | parquet |
|---------------------------------------------------------------------|-------|----------|-----------|
Expand Down

0 comments on commit d88c511

Please sign in to comment.