Conversation
Contributor
SCIP oracle — resolution reportHeuristic→compiler edge resolution per corpus. Δ compares resolved-after to the
resolved = |
Contributor
|
| Project | rag-rat |
| Branch | feat/dream-dead-source |
| Testbed | hetzner-bigmem |
⚠️ WARNING: No Threshold found!Without a Threshold, no Alerts will ever be generated.
- L1 Hits (hits)
- Total read+write (reads/writes)
- LL Hits (hits)
- Instructions (instructions)
- Estimated Cycles (cycles)
- RAM Hits (hits)
Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the--ci-only-thresholdsflag.
Click to view all benchmark results
| Benchmark | Estimated Cycles | cycles x 1e6 | Instructions | instructions x 1e6 | L1 Hits | hits x 1e6 | LL Hits | hits x 1e6 | RAM Hits | hits x 1e3 | Total read+write | reads/writes x 1e6 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| rag_pipeline::pipeline::index cargo_resolver:resolver_config() | 📈 view plot | 1,900.50 x 1e6 | 📈 view plot | 1,189.06 x 1e6 | 📈 view plot | 1,662.94 x 1e6 | 📈 view plot | 38.33 x 1e6 | 📈 view plot | 1,311.60 x 1e3 | 📈 view plot | 1,702.58 x 1e6 |
| rag_pipeline::pipeline::query_cold cargo_resolver:resolver_built_config() | 📈 view plot | 307.07 x 1e6 | 📈 view plot | 204.01 x 1e6 | 📈 view plot | 290.51 x 1e6 | 📈 view plot | 3.06 x 1e6 | 📈 view plot | 35.66 x 1e3 | 📈 view plot | 293.61 x 1e6 |
| rag_pipeline::pipeline::query_warm cargo_resolver:resolver_index() | 📈 view plot | 278.77 x 1e6 | 📈 view plot | 184.84 x 1e6 | 📈 view plot | 263.81 x 1e6 | 📈 view plot | 2.76 x 1e6 | 📈 view plot | 33.77 x 1e3 | 📈 view plot | 266.60 x 1e6 |
Contributor
|
| Project | rag-rat |
| Branch | feat/dream-dead-source |
| Testbed | hetzner-bigmem |
Click to view all benchmark results
| Benchmark | Latency | Benchmark Result seconds (s) (Result Δ%) | Upper Boundary seconds (s) (Limit %) |
|---|---|---|---|
| index_time/full_rebuild_cargo | 📈 view plot 🚷 view threshold | 5.68 s(-7.41%)Baseline: 6.14 s | 7.17 s (79.22%) |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
This branch has not been deployed
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.
Fixes #1444.
A memory derived from another stays live after its source is withdrawn, and nothing says so.
dreamnow reports it as a deterministicdependent_of_dead_sourcefinding, ranked withstale_reference.Behavior
derived_fromedges is reported, directly or through other derived memories.obsolete,rejected, or anchored only to code that is gone (every bindinganchor_status = 'gone'). Unanchored Task/Concept nodes are never dead by bindings.supersedesthe source when one exists.Deliberate choices
target_anchor, nottarget_node_id.target_anchoris the target's globally unique node id on every path (local add, sync drain, consolidation). The sync drain leavestarget_node_idunset for this device to resolve, so filtering on it would hide every synced edge.derived_fromandsupersedesits source is its replacement, not a dependent left standing on it.anchor_status, the same checkout-scoped verdictstale_referenceandmemory_doctoruse.Tests
schema_bootstrap_tests/repo_memory/dead_source_findings.rscovers:derived_fromcycle terminates and flags nothing;Each test fails under a mutation of the code it guards. Cross-repo chains are not covered by a test yet.
The dream-review skill (both copies),
docs/mcp-tools.mdand the MCPdreamdescription describe the new kind.