gabriel / musehub public
dev
AI Agent gabriel · 125 days ago · May 13, 2026 · Diff

add bench_wire_remote.py — four-verb benchmark over the actual wire against staging/prod

sha256:64488563339c7a6a62f31b2503f77b2473a98204cf79a5be9e93fe2bc2690fbd sha
+70 symbols
sha256:24d94d1319339ad4976c9d39b0bb7c2c50cb2b5873111fda257e91150a789c72 snapshot
+70
symbols added
0
dead code introduced
Semantic Changes 70 symbols
~ tests/bench_wire_remote.py .py 70 symbols added
+ BenchResult class class BenchResult L100–138
+ __init__ method method __init__ L101–107
+ gate method method gate L131–132
+ gate_pass method method gate_pass L134–138
+ p50 method method p50 L115–116
+ p95 method method p95 L118–123
+ record method method record L109–113
+ throughput_mbs method method throughput_mbs L125–129
+ GATES variable variable GATES L55–96
+ SIZE_MATRIX variable variable SIZE_MATRIX L43–49
+ VERB_FNS variable variable VERB_FNS L662–667
+ _FAIL variable variable _FAIL L588–588
+ _PASS variable variable _PASS L587–587
+ _SKIP variable variable _SKIP L589–589
+ _auth function function _auth L162–167
+ _bundle_bytes function function _bundle_bytes L286–297
+ _c_frame function function _c_frame L260–267
+ _create_repo function function _create_repo L301–310
+ _delete_repo function function _delete_repo L312–317
+ _e_frame function function _e_frame L269–272
+ _fetch_bundle function async_function _fetch_bundle L393–421
+ _fw variable variable _fw L39–39
+ _gate_str function function _gate_str L591–597
+ _h_frame function function _h_frame L248–252
+ _make_commits_chain function function _make_commits_chain L193–244
+ _make_objects function function _make_objects L185–191
+ _markdown_table function function _markdown_table L642–658
+ _next_seq function function _next_seq L180–183
+ _o_frame function function _o_frame L254–258
+ _pack function function _pack L142–143
+ _print_results function function _print_results L599–640
+ _push_presign function async_function _push_presign L346–389
+ _push_stream function async_function _push_stream L321–343
+ _seed_repo function async_function _seed_repo L425–434
+ _seq variable variable _seq L178–178
+ _sign function function _sign L153–160
+ _stream_push_body function function _stream_push_body L274–284
+ _unpack function function _unpack L145–146
+ _wire_auth function function _wire_auth L169–174
+ _wrap function function _wrap L148–149
+ bench_clone function async_function bench_clone L552–583
+ bench_fetch function async_function bench_fetch L472–503
+ bench_pull function async_function bench_pull L506–549
+ bench_push function async_function bench_push L438–469
+ Any import import Any L27–27
+ JSONObject import import JSONObject L36–36
+ JSONValue import import JSONValue L36–36
+ MuseWireFrameWriter import import MuseWireFrameWriter L35–35
+ Path import import Path L26–26
+ SFRAME_COMMIT_PACK import import SFRAME_COMMIT_PACK L37–37
+ SFRAME_END import import SFRAME_END L37–37
+ SFRAME_HEADER import import SFRAME_HEADER L37–37
+ SFRAME_OBJECT import import SFRAME_OBJECT L37–37
+ WIRE_CONTENT_TYPE import import WIRE_CONTENT_TYPE L35–35
+ annotations import import annotations L15–15
+ argparse import import argparse L17–17
+ asyncio import import asyncio L18–18
+ blob_id import import blob_id L34–34
+ hashlib import import hashlib L19–19
+ httpx import import httpx L31–31
+ json import import json L20–20
+ msgpack import import msgpack L32–32
+ now_utc_iso import import now_utc_iso L34–34
+ os import import os L21–21
+ statistics import import statistics L22–22
+ subprocess import import subprocess L23–23
+ sys import import sys L24–24
+ time import import time L25–25
+ main function async_function main L699–735
+ run_size function async_function run_size L670–696
← Older Oldest on dev
All commits
Newer → Latest on dev

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:64488563339c7a6a62f31b2503f77b2473a98204cf79a5be9e93fe2bc2690fbd --body "your comment"