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 2455d0e
Show file tree
Hide file tree
Showing 4 changed files with 303 additions and 54 deletions.
185 changes: 168 additions & 17 deletions Cargo.lock

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

6 changes: 6 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,9 +38,11 @@ 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 }
rand = "*"
tokio = { workspace = true, features = ["rt", "macros"] }
oak_restricted_kernel_sdk = { workspace = true, features = [
"mock_attestation"
Expand Down
Loading

0 comments on commit 2455d0e

Please sign in to comment.