File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
benchmarks/multiplatform/benchmarks Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4141 ./gradlew :benchmarks:run
4242
4343 benchmarks-wasm-d8 :
44+ # temporarily disabled after Compose update
45+ if : false
4446 runs-on : ubuntu-24.04
4547 steps :
4648 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -47,16 +47,13 @@ kotlin {
4747 @OptIn(ExperimentalWasmDsl ::class )
4848 wasmJs {
4949 binaries.executable()
50- // todo: restore d8 benchmark after Compose update
51- /*
5250 d8 {
5351 compilerOptions.freeCompilerArgs.add(" -Xwasm-attach-js-exception" )
5452 runTask {
5553 // It aborts even on coroutine cancellation exceptions:
5654 // d8Args.add("--abort-on-uncaught-exception")
5755 }
5856 }
59- */
6057 browser()
6158
6259 binaries.configureEach {
You can’t perform that action at this time.
0 commit comments