Skip to content

Commit

Permalink
Create benchmarking infrastructure for Ares (#31)
Browse files Browse the repository at this point in the history
* Create benchmarking infrastructure for Ares

This PR creates a benchmarking infrastructure for our program with a
github action that runs for pull requests. There is only 1 benchmark for
now, but I will add more later.

Co-authored-by: bee <bee@skerritt.blog>
Co-authored-by: swanandx <73115739+swanandx@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 25, 2022
1 parent a3464cd commit 2382baa
Show file tree
Hide file tree
Showing 7 changed files with 861 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# will have compiled files and executables
/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
Loading

0 comments on commit 2382baa

Please sign in to comment.