Skip to content

Conversation

@anonrig
Copy link
Member

@anonrig anonrig commented Oct 27, 2025

Resolves a todo

@anonrig anonrig requested review from a team as code owners October 27, 2025 16:39
@codspeed-hq
Copy link

codspeed-hq bot commented Oct 27, 2025

CodSpeed Performance Report

Merging #5419 will not alter performance

Comparing yagiz/split-actor (e98117a) with main (de948b8)

Summary

✅ 33 untouched
⏩ 9 skipped1

Footnotes

  1. 9 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@anonrig anonrig force-pushed the yagiz/split-actor branch 2 times, most recently from 2b66215 to 2273770 Compare October 27, 2025 17:43
@anonrig anonrig enabled auto-merge (rebase) October 27, 2025 17:43
@anonrig anonrig requested a review from a team as a code owner October 27, 2025 19:34
Copy link
Contributor

@fhanau fhanau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM otherwise

hdrs = ["capnp-mock.h"],
visibility = ["//visibility:public"],
deps = [
"@capnp-cpp//src/capnp:capnp-rpc",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, none of the headers of the capnp-rpc are being used by capnp-mock, but some capnp bazel targets are pretty peculiar (getting link errors based on functions being declared in one target but defined in another one, long story that is out of scope here), so if there's a different reason to include this here go ahead.

implementation_deps = [
":io-gate",
"//src/workerd/jsg:exception",
"//src/workerd/util:autogate",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: "//src/workerd/util:sentry" should also be here

deps = [
":actor-storage_capnp",
"//src/workerd/jsg:exception",
"@capnp-cpp//src/capnp:capnp-rpc",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: capnp-rpc should not be needed here, we don't include any capnp headers in actor-cache.h

],
}),
implementation_deps = [
":actor-storage",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Line is not needed, actor-storage is only referenced from actor-cache

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants