Skip to content

Commit

Permalink
Add some documentation for benchmarks.
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGariepy committed Nov 23, 2022
1 parent 4de39af commit 73c17b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions benches/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Benchmarking suite for code generation and code execution, heavily based on [the diesel benchmarking suite](https://github.com/diesel-rs/diesel/tree/master/diesel_bench).

Note that the benchmarks use the `diesel` crate which links directly against `libpq`, so you will need to install it. On debian-based distros, the package is `libpq-dev`, and on RHEl-based distros, it is named `libpq-devel`.

0 comments on commit 73c17b0

Please sign in to comment.