Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Oct 29, 2024
1 parent 9698c9c commit ec092c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions benchmark/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Benchmarks

This directory contains some benchmark setups using [BenchmarkTools.jl](https://github.com/JuliaCI/BenchmarkTools.jl).
The file `benchmarks.jl` is run by a GitHub Action leveraging [AirspeedVelocity.jl](https://github.com/MilesCranmer/AirspeedVelocity.jl)
to generate a report on the performance of the package for each pull request. If you want to run the benchmarks locally, you can do so by running
`run_benchmarks.jl`, which returns a summary `results` of the benchmark results.

0 comments on commit ec092c8

Please sign in to comment.