Skip to content

Commit

Permalink
Add condom middleware to prevent wasm bloating
Browse files Browse the repository at this point in the history
With the limits imposed to wasm files, over 10 runs,
- the average compilation time is 328.83ms
- max time: 518ms
- min time: 247ms
- standard deviation: 93.47ms
(see test_condom_middleware_calibrate for details)

Also:
- Update ffi, wasmer version, and ci
- Fix calibration tests

Co-authored-by: Damir Vodenicarevic <[email protected]>
Co-authored-by: Leo-Besancon <[email protected]>
Co-authored-by: Jean-François <[email protected]>

Signed-off-by: Jean-François <[email protected]>
  • Loading branch information
damip authored and bilboquet committed Sep 23, 2024
1 parent 0bf9207 commit c00be0a
Show file tree
Hide file tree
Showing 23 changed files with 2,984 additions and 323 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ main, staging, trying ]
pull_request:
branches: [ main, 'testnet_*' ]
branches: [ main, 'next_breaking_update' ]
merge_group:
branches: [ main ]

Expand Down
Loading

0 comments on commit c00be0a

Please sign in to comment.