Skip to content

Commit

Permalink
Add updated benchmarks for igzip impl
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Sep 22, 2024
1 parent d84eeb8 commit c2e158a
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 47 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ wasm32-compat = ["libcramjam/wasm32-compat"]
[dependencies]
pyo3 = { version = "^0.22", default-features = false, features = ["macros"] }
# libcramjam = { version = "0.4.6", default-features = false }
# libcramjam = { path = "../libcramjam", default-features = false }
libcramjam = { git = "https://github.com/cramjam/libcramjam.git", branch = "add-igzip" }

[build-dependencies]
Expand Down
Loading

0 comments on commit c2e158a

Please sign in to comment.