man-group / ArcticDB

ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
http://arcticdb.io
Other
1.43k stars 93 forks source link

Improve realism and coverage of ASV benchmarks #1430

Open IvoDD opened 6 months ago

IvoDD commented 6 months ago

Is your feature request related to a problem? Please describe. Our current benchmarks don't test realistic large scale use cases.

Describe the solution you'd like A benchmarking suite which:

Describe alternatives you've considered Existing ASV benchmarks - we can add larger tests there but running them for every PR is likely too expensive.

Additional context Add any other context or screenshots about the feature request here.

poodlewars commented 5 months ago

We don't necessarily need to do end to end benchmarks.

As discussed should also consider:

IvoDD commented 4 months ago

Tests with more interesting version chains (benchmarks at the moment have just one version)

PR adding some ASV benchmarks for version chain traversal #1508