sdsc-ordes / rdfpipe-rs

Quickly convert between RDF file formats. A rust implementation of rdfpipe based on the sophia crate.
GNU General Public License v3.0
5 stars 0 forks source link

automatic benchmarks in CI #19

Open cmdoret opened 4 months ago

cmdoret commented 4 months ago

As performance is crucial, it would be convenient to have the benchmarks script executed automatically against main (or on trigger) in PRs and the results being automatically inserted as comment in the PR.

This would help detecting bottlenecks before merging.

Work started in branch ci/auto-benchmark