Skip to content

Commit

Permalink
📝 add how to run techempower comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Xudong-Huang committed Apr 23, 2024
1 parent 4b85399 commit fe972f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/techempower.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// How to run this example:
// ```sh
// docker run -d --rm -p 5432:5432 techempower/tfb.database.postgres:latest
// cargo run --release --no-default-features --example techempower
// ```
fn main() {
__impl::main();
}
Expand Down

0 comments on commit fe972f2

Please sign in to comment.