Skip to content

Commit

Permalink
Merge pull request #351 from Shopify/ms.create-bluejay-analyzer
Browse files Browse the repository at this point in the history
Add `ScaleLimitsAnalyzer` using bluejay to function-runner
  • Loading branch information
mssalemi authored Sep 6, 2024
2 parents ea69ba9 + 4d8384c commit 6241b8e
Show file tree
Hide file tree
Showing 4 changed files with 615 additions and 2 deletions.
164 changes: 162 additions & 2 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ rust-embed = "8.5.0"
rmp-serde = "1.3"
is-terminal = "0.4.13"
wasmprof = "0.7.0"
bluejay-core = { version = "=0.2.0" }
bluejay-parser = { version = "=0.2.0" }
bluejay-validator = { version = "=0.2.0" }

[dev-dependencies]
assert_cmd = "2.0"
Expand Down
Loading

0 comments on commit 6241b8e

Please sign in to comment.