https://github.com/d-chris/federleicht-benchmark
small script to benchmark `federleicht`
https://github.com/d-chris/federleicht-benchmark
benchmark federleicht pandas pyarrow
Last synced: 2 months ago
JSON representation
small script to benchmark `federleicht`
- Host: GitHub
- URL: https://github.com/d-chris/federleicht-benchmark
- Owner: d-chris
- License: mit
- Created: 2024-12-04T21:24:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-05T20:41:23.000Z (over 1 year ago)
- Last Synced: 2024-12-05T21:29:29.800Z (over 1 year ago)
- Topics: benchmark, federleicht, pandas, pyarrow
- Language: Python
- Homepage: https://d-chris.github.io/federleicht/federleicht.html
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# federleicht-benchmark
small project to test the performance of the pypi package.

## usage
```cmd
# federleicht --help
Usage: federleicht [OPTIONS] COMMAND [ARGS]...
CLI to benchmark federleicht.
Options:
--help Show this message and exit.
Commands:
basic Basic benchmark to test cache build and access time.
benchmark Compare direct read, cache build, and cache read times using...
dataset Summary of earthquake dataset from kaggle.
```
## basic
download dataset from kaggle and call the decorated function twice to see the difference in execution time.

## benchamrk
use timeit to compare the execution time of direct read, cache build, and cache read for different number of lines in the dataset.
