swiftwasm / JavaScriptKit

Swift framework to interact with JavaScript through WebAssembly.
https://swiftpackageindex.com/swiftwasm/JavaScriptKit/main/documentation/javascriptkit
MIT License
664 stars 44 forks source link

Check 5.10 toolchain in CI #249

Closed kateinoigakukun closed 3 months ago

github-actions[bot] commented 3 months ago

Time Change: +197ms (2%)

Total Time: 9,425ms

Test name Duration Change
Serialization/JavaScript function call through Wasm import 23ms +4ms (17%) ⚠️
Serialization/JavaScript function call through Wasm import with int 17ms +3ms (19%) ⚠️
Serialization/JavaScript function call from Swift 104ms +10ms (9%) 🔍
Serialization/JavaScript Number to Swift Int 317ms +19ms (5%) 🔍
Serialization/Swift String to JavaScript with assignment 404ms +21ms (5%) 🔍
View Unchanged | Test name | Duration | Change | | :--- | :---: | :---: | | Serialization/Swift Int to JavaScript with assignment | 332ms | +15ms (4%) | | Serialization/Swift Int to JavaScript with call | 970ms | +34ms (3%) | | Serialization/Swift String to JavaScript with call | 1,020ms | +27ms (2%) | | Serialization/JavaScript String to Swift String | 3,609ms | +52ms (1%) | | Object heap/Increment and decrement RC | 2,616ms | +12ms (0%) |
View Baselines | Test name | Duration | | :--- | :---: | | Serialization/Call JavaScript function directly | 3ms | | Serialization/Assign JavaScript number directly | 3ms | | Serialization/Call with JavaScript number directly | 3ms | | Serialization/Write JavaScript string directly | 3ms | | Serialization/Call with JavaScript string directly | 2ms |