Skip to content

Commit

Permalink
Create more solid Wasm benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
tiziano88 committed Jan 24, 2024
1 parent ee52d98 commit deb307f
Show file tree
Hide file tree
Showing 4 changed files with 272 additions and 50 deletions.
176 changes: 163 additions & 13 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions oak_functions_service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ default = ["deny_sensitive_logging"]
deny_sensitive_logging = []
std = ["anyhow/std", "wasmi/std"]

[[bench]]
name = "wasm_benchmark"
harness = false

[dependencies]
anyhow = { version = "*", default-features = false }
byteorder = { version = "*", default-features = false }
Expand All @@ -34,6 +38,7 @@ wasmi = { version = "*", default-features = false }
micro_rpc_build = { workspace = true }

[dev-dependencies]
criterion = "*"
env_logger = { version = "*", default-features = false }
oak_attestation = { workspace = true }
oak_functions_test_utils = { workspace = true }
Expand Down
Loading

0 comments on commit deb307f

Please sign in to comment.