Skip to content

Commit c42e35b

Browse files
committed
disable d8 benchmark workflow after Compose update
1 parent fd55d88 commit c42e35b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/benchmarks-smoke.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
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

benchmarks/multiplatform/benchmarks/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)