Skip to content

Commit

Permalink
Add benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed Nov 24, 2024
1 parent 273d914 commit cbbeeab
Show file tree
Hide file tree
Showing 6 changed files with 443 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.vscode

/target/
/benchmarks

**/*.rs.bk
238 changes: 237 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Leonid Beder <leonid@lbeder.com>"]
edition = "2021"
name = "slowkey"
version = "1.5.8"
version = "1.5.9"

[dependencies]
base64 = "0.21.7"
Expand All @@ -12,6 +12,7 @@ chacha20poly1305 = "0.10.1"
chrono = "0.4.38"
clap = { version = "4.5.21", features = ["derive", "string"] }
color-backtrace = "0.6.1"
criterion = "0.5.1"
crossterm = "0.27.0"
dialoguer = "0.11.0"
glob = "0.3.1"
Expand Down
Loading

0 comments on commit cbbeeab

Please sign in to comment.