benches: document spin_sweep in README (catalog + RFC 004 section, knobs, 1-core caveat); add vs-tokio summary to sweep.py. print_results emits a human 'vs tokio' block + greppable VSTOKIO,<bench>,<smarm_label>,<smarm_us>,<tokio_label>,<tokio_us>,<ratio>,<winner> lines, paired like-for-like by thread count (single vs current_thread; multi vs multi; multi_thread_scaling per matching count). ratio = tokio/smarm so >1 = smarm faster. Also gitignore __pycache__/*.pyc.

This commit is contained in:
smarm-agent
2026-06-14 08:01:51 +00:00
parent 7ec453920b
commit 7fcc9f2ec5
3 changed files with 152 additions and 0 deletions
+2
View File
@@ -2,3 +2,5 @@ target
Cargo.lock
smarm_trace.json
/bench_results/
__pycache__/
*.pyc