Skip to content

Conversation

@TheTechromancer
Copy link
Collaborator

@TheTechromancer TheTechromancer commented Oct 8, 2025

This PR improves the --install-all-deps to also install wordlists etc. in addition to code dependencies. This was accomplished by separating those parts of setup() into a new setup_deps().

It also publishes a new dockerfile that has all module dependencies preinstalled.

@TheTechromancer TheTechromancer self-assigned this Oct 8, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Oct 8, 2025

📊 Performance Benchmark Report

Comparing dev (baseline) vs better-install-deps (current)

📈 Detailed Results (All Benchmarks)

📋 Complete results for all benchmarks - includes both significant and insignificant changes

🧪 Test Name 📏 Base 📏 Current 📈 Change 🎯 Status
Bloom Filter Dns Mutation Tracking Performance 4.24ms 4.22ms -0.4%
Bloom Filter Large Scale Dns Brute Force 17.84ms 17.80ms -0.2%
Large Closest Match Lookup 349.81ms 351.09ms +0.4%
Realistic Closest Match Workload 193.97ms 195.44ms +0.8%
Event Validation Full Scan Startup Small Batch 445.53ms 458.96ms +3.0%
Event Validation Full Scan Startup Large Batch 792.34ms 806.86ms +1.8%
Make Event Autodetection Small 31.81ms 30.76ms -3.3%
Make Event Autodetection Large 323.14ms 314.98ms -2.5%
Make Event Explicit Types 14.33ms 13.95ms -2.7%
Excavate Single Thread Small 4.092s 4.064s -0.7%
Excavate Single Thread Large 9.488s 9.474s -0.2%
Excavate Parallel Tasks Small 4.265s 4.242s -0.5%
Excavate Parallel Tasks Large 7.149s 7.158s +0.1%
Is Ip Performance 3.23ms 3.14ms -2.7%
Make Ip Type Performance 11.53ms 11.51ms -0.2%
Mixed Ip Operations 4.57ms 4.49ms -1.7%
Typical Queue Shuffle 63.15µs 65.37µs +3.5%
Priority Queue Shuffle 709.55µs 702.73µs -1.0%

🎯 Performance Summary

No significant performance changes detected (all changes <10%)


🐍 Python Version 3.11.14

@codecov
Copy link

codecov bot commented Nov 5, 2025

Codecov Report

❌ Patch coverage is 95.29412% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 92%. Comparing base (9ce3dee) to head (18cc96a).
⚠️ Report is 85 commits behind head on dev.

Files with missing lines Patch % Lines
bbot/cli.py 89% 2 Missing ⚠️
bbot/test/test_step_1/test_modules_basic.py 90% 2 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##             dev   #2730   +/-   ##
=====================================
+ Coverage     92%     92%   +1%     
=====================================
  Files        411     410    -1     
  Lines      33951   33875   -76     
=====================================
- Hits       30959   30900   -59     
+ Misses      2992    2975   -17     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants