[verified] feat: complete Ralph task workstreams
This commit is contained in:
@@ -15,6 +15,7 @@ from meshnet_tracker.routing_stats import (
|
||||
route_signature,
|
||||
route_table,
|
||||
)
|
||||
from meshnet_tracker.capability import absent_state
|
||||
from meshnet_tracker.server import TrackerServer, _enumerate_routes
|
||||
|
||||
|
||||
@@ -49,6 +50,9 @@ def _fake_node(node_id, shard_start, shard_end, benchmark=100.0, endpoint=None):
|
||||
proxy_inflight=0,
|
||||
wallet_address=None,
|
||||
relay_addr=None,
|
||||
# A pre-capability node (NCA-004): routable only under the `compat`
|
||||
# policy, which is what these route-enumeration tests exercise.
|
||||
capability=absent_state(),
|
||||
)
|
||||
|
||||
|
||||
@@ -270,6 +274,7 @@ def test_proxy_head_is_route_head_and_routing_endpoint_lists_routes():
|
||||
"shard_start": 0,
|
||||
"shard_end": shard_end,
|
||||
"tracker_mode": True,
|
||||
"quantization": "bfloat16",
|
||||
"benchmark_tokens_per_sec": bench,
|
||||
"hardware_profile": {},
|
||||
"score": 1.0},
|
||||
|
||||
Reference in New Issue
Block a user