chore: verify wasmjs-e2e CI job - #261
Open
tstapler wants to merge 1 commit into
Open
Conversation
Empty commit to open a PR that exercises the new wasmjs-e2e job (.github/workflows/ci.yml) end to end on GitHub Actions. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
JVM Load Benchmark (Desktop)Synthetic in-memory benchmark measuring load performance for the desktop (JVM) app.
Flamegraphs (this PR)**Allocation** — object allocation pressure (JDBC/SQLite churn)Alloc flamegraph not available CPU — method-level hotspots by on-CPU time CPU flamegraph not available Top allocation hotspots (this PR)`35.5%` byte[]_[k] `7.7%` java.lang.String_[k] `7.3%` int[]_[k] `5.4%` java.util.LinkedHashMap$Entry_[k] `4%` java.lang.Object[]_[k]Top CPU hotspots (this PR)`96.4%` /usr/lib/x86_64-linux-gnu/libc.so.6 `1.3%` clock_nanosleep `0.9%` /tmp/sqlite-3.51.3.0-1a4da2a4-f458-4916-a2cf-ab66d0ea3594-libsqlitejdbc.so `0.3%` __libc_pwrite `0.2%` fsync |
Contributor
Android Load BenchmarkInstrumented benchmark on an API 30 x86_64 emulator — 500-page synthetic graph. Comparing Graph Load
Interactive Write Latency (during Phase 3)
SAF I/O Overhead (ContentProvider vs direct File read)Measures Binder IPC cost added by ContentResolver per readFile() call.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
wasmjs-e2ejob in.github/workflows/ci.ymlon actual GitHub Actions infra (Linux runner), not just local macOS dry-runs.github.event.pull_request.draft == false.Test plan
Wasm/JS E2Echeck passes on this PR🤖 Generated with Claude Code