Skip to content

Instantly share code, notes, and snippets.

View dshah1333's full-sized avatar

Deep Shah dshah1333

View GitHub Profile
@dshah1333
dshah1333 / report.html
Created May 24, 2026 05:03
realtime-loadgen 50-client x 20-turn run (PR #6797)
<!doctype html>
<html><head><meta charset="utf-8"><title>realtime-loadgen — evidence-50p-20t-killed</title>
<style>
:root {
--bg: #ffffff;
--fg: #1f2933;
--muted: #768496;
--border: #e2e8f0;
--accent: #1e88e5;
--bad: #b00020;
@dshah1333
dshah1333 / report.html
Created May 24, 2026 00:34
realtime-loadgen evidence-3client (PR #6797)
<!doctype html>
<html><head><meta charset="utf-8"><title>realtime-loadgen report</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, sans-serif; margin: 32px; color: #222; }
h1 { margin-top: 0; }
section { margin-bottom: 40px; }
table { border-collapse: collapse; }
td, th { border: 1px solid #ddd; padding: 6px 10px; font-size: 13px; }
th { background: #f6f6f6; text-align: left; }
.muted { color: #888; }