Skip to content

feat: implement regions#364

Open
moflotas wants to merge 2 commits intomainfrom
363-regions
Open

feat: implement regions#364
moflotas wants to merge 2 commits intomainfrom
363-regions

Conversation

@moflotas
Copy link
Contributor

Description

Fixes #363


  • I have read and followed all requirements in CONTRIBUTING.md;
  • I used LLM/AI assistance to make this pull request;

If you have used LLM/AI assistance please provide model name and full prompt:

Model: {{model-name}}
Prompt: {{prompt}}

@codecov-commenter
Copy link

codecov-commenter commented Feb 27, 2026

Codecov Report

❌ Patch coverage is 21.81070% with 190 lines in your changes missing coverage. Please review.
✅ Project coverage is 70.73%. Comparing base (8aefcc9) to head (7a320e4).

Files with missing lines Patch % Lines
proxyapi/store_emulator.go 3.77% 51 Missing ⚠️
proxy/search/store_response.go 0.00% 49 Missing ⚠️
cmd/seq-db/seq-db.go 0.00% 47 Missing ⚠️
proxy/search/ingestor.go 47.05% 15 Missing and 3 partials ⚠️
proxyapi/ingestor.go 53.84% 11 Missing and 7 partials ⚠️
proxyapi/grpc_v1.go 22.22% 6 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #364      +/-   ##
==========================================
- Coverage   71.42%   70.73%   -0.70%     
==========================================
  Files         205      207       +2     
  Lines       14910    15088     +178     
==========================================
+ Hits        10650    10672      +22     
- Misses       3484     3634     +150     
- Partials      776      782       +6     

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

🔴 Performance Degradation

Some benchmarks have degraded compared to the previous run.
Click on Show table button to see full list of degraded benchmarks.

Show table
Name Previous Current Ratio Verdict
AggDeep/size=1000-4 8aefcc e5872f
4817.00 ns/op 5783.00 ns/op 1.20 🔴
AggDeep/size=1000000-4 8aefcc e5872f
4837044.00 ns/op 5863059.00 ns/op 1.21 🔴
AggWide/size=1000-4 8aefcc e5872f
4804.00 ns/op 5829.00 ns/op 1.21 🔴
AggWide/size=10000-4 8aefcc e5872f
47761.00 ns/op 58337.00 ns/op 1.22 🔴
FindSequence_Random/medium-4 8aefcc e5872f
10747.09 MB/s 9231.79 MB/s 0.86 🔴
99.33 ns/op 110.90 ns/op 1.12 🔴
FindSequence_Random/small-4 8aefcc e5872f
6638.44 MB/s 5583.28 MB/s 0.84 🔴

@github-actions
Copy link
Contributor

🔴 Performance Degradation

Some benchmarks have degraded compared to the previous run.
Click on Show table button to see full list of degraded benchmarks.

Show table
Name Previous Current Ratio Verdict
FindSequence_Random/small-4 8aefcc bbff1f
6638.44 MB/s 4997.87 MB/s 0.75 🔴

@eguguchkin eguguchkin requested review from cheb0, dkharms and eguguchkin and removed request for dkharms March 2, 2026 10:29
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.

Support for searching regions

2 participants