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

Add 5.8 toolchain matrix #227

Closed kateinoigakukun closed 1 year ago

github-actions[bot] commented 1 year ago

Time Change: -239ms (1%)

Total Time: 13,828ms

Test name Duration Change
Serialization/JavaScript function call through Wasm import with int 27ms -4ms (14%) 👏
View Unchanged | Test name | Duration | Change | | :--- | :---: | :---: | | Serialization/JavaScript function call through Wasm import | 49ms | +2ms (3%) | | Serialization/JavaScript function call from Swift | 195ms | -8ms (4%) | | Serialization/Swift Int to JavaScript with assignment | 427ms | +1ms (0%) | | Serialization/Swift Int to JavaScript with call | 1,257ms | -7ms (0%) | | Serialization/JavaScript Number to Swift Int | 443ms | -5ms (1%) | | Serialization/Swift String to JavaScript with assignment | 492ms | +7ms (1%) | | Serialization/Swift String to JavaScript with call | 1,314ms | -13ms (0%) | | Serialization/JavaScript String to Swift String | 5,746ms | -269ms (4%) | | Object heap/Increment and decrement RC | 3,860ms | +59ms (1%) |
View Baselines | Test name | Duration | | :--- | :---: | | Serialization/Call JavaScript function directly | 4ms | | Serialization/Assign JavaScript number directly | 3ms | | Serialization/Call with JavaScript number directly | 3ms | | Serialization/Write JavaScript string directly | 2ms | | Serialization/Call with JavaScript string directly | 6ms |