Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScriptedAlchemy/tracedecay
/ log
Function
log
benchmarks/run_benchmarks.py:51–52 ·
view source on GitHub ↗
(msg: str)
Source
from the content-addressed store, hash-verified
49
50
51
def
log(msg: str) -> None:
52
print(f
"[bench] {msg}"
, file=sys.stderr, flush=True)
53
54
55
# ---------------------------------------------------------------------------
Callers
4
clone_repo
Function · 0.70
benchmark_token_savior
Function · 0.70
benchmark_tracedecay
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected