5656 < a href ="#commands " class ="nav-link "> Commands</ a >
5757 < a href ="#integrations " class ="nav-link "> Integrations</ a >
5858 < a href ="#community " class ="nav-link "> Community</ a >
59- < a href ="https://github.com/mohit-sheth /BugZooka " target ="_blank " rel ="noopener " class ="github-btn ">
59+ < a href ="https://github.com/redhat-performance /BugZooka " target ="_blank " rel ="noopener " class ="github-btn ">
6060 < svg viewBox ="0 0 16 16 " aria-hidden ="true "> < path d ="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z "/> </ svg >
6161 GitHub
6262 </ a >
@@ -82,7 +82,7 @@ <h1 class="hero-title"><span class="hero-title-accent">BugZooka:</span> CPT Inte
8282 </ p >
8383 < div class ="hero-actions ">
8484 < a href ="#getting-started " class ="btn btn-primary "> Get Started</ a >
85- < a href ="https://github.com/mohit-sheth /BugZooka " target ="_blank " rel ="noopener " class ="btn btn-secondary ">
85+ < a href ="https://github.com/redhat-performance /BugZooka " target ="_blank " rel ="noopener " class ="btn btn-secondary ">
8686 < svg width ="18 " height ="18 " viewBox ="0 0 16 16 " fill ="currentColor " style ="vertical-align: middle; "> < path d ="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z "/> </ svg >
8787 View on GitHub
8888 </ a >
@@ -255,7 +255,7 @@ <h2>Up and Running in Minutes</h2>
255255 </ div >
256256 < div class ="code-body ">
257257< pre > < span class ="comment "> # Clone and setup</ span >
258- git clone https://github.com/mohit-sheth /BugZooka.git
258+ git clone https://github.com/redhat-performance /BugZooka.git
259259< span class ="keyword "> cd</ span > BugZooka
260260python -m venv venv
261261< span class ="keyword "> source</ span > venv/bin/activate
@@ -379,19 +379,19 @@ <h3>inspect</h3>
379379 </ div >
380380 < ul class ="command-examples ">
381381 < li data-preview ="Nightly 4.22.0-0.nightly-2026-01-05:\nChecked 12 configs over 15 days\nChangepoints found: 2\nRegression: node-density-heavy (+8.3% latency) ">
382- < code > @BugZooka inspect <nightly></ code >
382+ < code > @PerfScale Jedi inspect <nightly></ code >
383383 < span > Check if a nightly build has regressed (15-day lookback)</ span >
384384 </ li >
385385 < li data-preview ="Comparing across 30 day window...\nChangepoints found: 4\nMost significant: cluster-density p99 +15% ">
386- < code > @BugZooka inspect <nightly> for N days</ code >
386+ < code > @PerfScale Jedi inspect <nightly> for N days</ code >
387387 < span > Custom lookback period</ span >
388388 </ li >
389389 < li data-preview ="Comparing nightly A vs B:\nBetter: 6 metrics\nWorse: 1 metric (pod-latency +4.1%)\nNeutral: 5 metrics ">
390- < code > @BugZooka inspect <a> vs <b></ code >
390+ < code > @PerfScale Jedi inspect <a> vs <b></ code >
391391 < span > Compare two nightly builds</ span >
392392 </ li >
393393 < li data-preview ="Config: trt-external-payload-node-density.yaml\nChecked nightly for this config only\nNo regression detected. All clear. ">
394- < code > @BugZooka inspect <nightly> for config <file></ code >
394+ < code > @PerfScale Jedi inspect <nightly> for config <file></ code >
395395 < span > Inspect a specific orion config</ span >
396396 </ li >
397397 </ ul >
@@ -407,7 +407,7 @@ <h3>analyze pr</h3>
407407 </ div >
408408 < ul class ="command-examples ">
409409 < li data-preview ="PR #2924 Performance Report:\nThroughput: +3.2% vs 4.20 baseline\nP99 Latency: -12ms improvement\nNo regressions detected. ">
410- < code > @BugZooka analyze pr: <PR URL>, compare with 4.20</ code >
410+ < code > @PerfScale Jedi analyze pr: <PR URL>, compare with 4.20</ code >
411411 < span > Analyze PR performance against a specific version</ span >
412412 </ li >
413413 </ ul >
@@ -486,14 +486,14 @@ <h2>Open Source & Community Driven</h2>
486486 < p > BugZooka is open source. Contributions, issues, and feedback are welcome.</ p >
487487 </ div >
488488 < div class ="community-actions reveal ">
489- < a href ="https://github.com/mohit-sheth /BugZooka " target ="_blank " rel ="noopener " class ="btn btn-primary ">
489+ < a href ="https://github.com/redhat-performance /BugZooka " target ="_blank " rel ="noopener " class ="btn btn-primary ">
490490 < svg width ="18 " height ="18 " viewBox ="0 0 16 16 " fill ="currentColor " style ="vertical-align: middle; "> < path d ="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z "/> </ svg >
491491 Star on GitHub
492492 </ a >
493- < a href ="https://github.com/mohit-sheth /BugZooka/issues " target ="_blank " rel ="noopener " class ="btn btn-secondary ">
493+ < a href ="https://github.com/redhat-performance /BugZooka/issues " target ="_blank " rel ="noopener " class ="btn btn-secondary ">
494494 Found a bug? How ironic.
495495 </ a >
496- < a href ="https://github.com/mohit-sheth /BugZooka/pulls " target ="_blank " rel ="noopener " class ="btn btn-secondary ">
496+ < a href ="https://github.com/redhat-performance /BugZooka/pulls " target ="_blank " rel ="noopener " class ="btn btn-secondary ">
497497 Submit a PR
498498 </ a >
499499 </ div >
@@ -520,9 +520,9 @@ <h4>Product</h4>
520520 </ div >
521521 < div class ="footer-col ">
522522 < h4 > Resources</ h4 >
523- < a href ="https://github.com/mohit-sheth /BugZooka " target ="_blank " rel ="noopener "> GitHub</ a >
524- < a href ="https://github.com/mohit-sheth /BugZooka/issues " target ="_blank " rel ="noopener "> Found a bug? How ironic. 🐛</ a >
525- < a href ="https://github.com/mohit-sheth /BugZooka/pulls " target ="_blank " rel ="noopener "> Pull Requests</ a >
523+ < a href ="https://github.com/redhat-performance /BugZooka " target ="_blank " rel ="noopener "> GitHub</ a >
524+ < a href ="https://github.com/redhat-performance /BugZooka/issues " target ="_blank " rel ="noopener "> Found a bug? How ironic. 🐛</ a >
525+ < a href ="https://github.com/redhat-performance /BugZooka/pulls " target ="_blank " rel ="noopener "> Pull Requests</ a >
526526 </ div >
527527 < div class ="footer-col ">
528528 < h4 > Related</ h4 >
0 commit comments