replikativ / datahike

A fast, immutable, distributed & compositional Datalog engine for everyone.
https://datahike.io
Eclipse Public License 1.0
1.62k stars 95 forks source link

Run benchmark tests in ci pipeline #604

Open jsmassa opened 1 year ago

jsmassa commented 1 year ago

Describe the feature you would like to request

Regularly run benchmarks tests in order to ensure compliance with current Datahike implementation.

Describe the solution you would like

Add existing benchmark tests form benchmark/test to CI.

Describe alternatives you've considered

-

TimoKramer commented 1 year ago

Where do you want to store the results for comparison?

jsmassa commented 1 year ago

With this issue I just meant to have the tests in benchmarks/test run in the CI pipeline to ensure that the benchmarks are still up-to-date, so they still can be executed successfully.

It is an other issue to run the benchmarks with to have an overview of the development of the performance over time.