Skip to content

Version bump - #33

Merged
barnwell merged 1 commit into
mainfrom
jb/dev
Jul 31, 2026
Merged

Version bump#33
barnwell merged 1 commit into
mainfrom
jb/dev

Conversation

@barnwell

Copy link
Copy Markdown
Collaborator

Type of Change

What type of change does this PR introduce? Mark all that apply:

  • 🐛 Bug Fix
  • 🚀 Feature Request
  • 🔄 Refactor
  • 📖 Documentation Update
  • 🔧 Other (Please specify):

Summary

What does this PR address?

Provide a concise summary of the changes introduced in this pull request. Specify if it resolves an issue, adds a feature, or refactors code.

For example:

  • Resolves #ISSUE_ID
  • Adds feature for X
  • Refactors Y to improve Z

Description

Bug Fixes:

If this PR fixes a bug, please provide:

  • A brief description of the bug.
  • The root cause of the issue.
  • How this PR resolves the issue.

Feature Request:

If this PR adds a new feature, please provide:

  • A brief description of the feature.
  • The motivation for introducing it.
  • Any relevant details about implementation.

Refactor Request:

If this PR refactors code, please provide:

  • The specific area of code refactored.
  • The problem with the current implementation.
  • The improvements made in the refactor.

Changes Made

High-Level Summary:

List the key changes made in this PR:

  1. Change 1
  2. Change 2
  3. Change 3

Checklist

Mark all that apply:

  • Code follows the project’s coding guidelines.
  • Tests have been added or updated for new functionality.
  • Documentation has been updated (if applicable).
  • Existing tests pass locally with these changes.
  • Any dependencies introduced are justified and documented.

Steps to Test

Provide a clear set of steps for testing the changes introduced in this PR:

  1. Step 1
  2. Step 2
  3. Step 3

Additional Context

If necessary, provide additional context, screenshots, or relevant references for the changes in this PR.


Questions or Concerns

Are there any open questions or areas of concern related to this PR? If so, mention them here.

@barnwell barnwell assigned barnwell and unassigned barnwell Jul 31, 2026
@github-actions

Copy link
Copy Markdown

Benchmark comparison

Threshold: ±25% (informational, does not block merge)

benchmark baseline (s) current (s) delta status
tests/benchmarks/test_deferred_save_benchmarks.py::test_bench_deferred_save_batched_100 0.037906 0.051855 +36.8% REGRESSION (+36.8%)
tests/benchmarks/test_deferred_save_benchmarks.py::test_bench_immediate_save_100 0.036936 0.049796 +34.8% REGRESSION (+34.8%)
tests/benchmarks/test_jsondb_benchmarks.py::test_bench_jsondb_batched_saves_500 0.391694 0.480940 +22.8% OK
tests/benchmarks/test_jsondb_benchmarks.py::test_bench_jsondb_count_empty_query 0.831736 1.023472 +23.1% OK
tests/benchmarks/test_jsondb_benchmarks.py::test_bench_jsondb_count_filtered 0.987921 1.175315 +19.0% OK
tests/benchmarks/test_jsondb_benchmarks.py::test_bench_jsondb_find_filtered 0.757607 0.909418 +20.0% OK
tests/benchmarks/test_jsondb_benchmarks.py::test_bench_jsondb_save_throughput 0.001448 0.001670 +15.4% OK
tests/benchmarks/test_sqlite_benchmarks.py::test_bench_sqlite_count_empty 0.257901 0.349619 +35.6% REGRESSION (+35.6%)
tests/benchmarks/test_sqlite_benchmarks.py::test_bench_sqlite_count_fallback_via_regex 0.303311 0.390802 +28.8% REGRESSION (+28.8%)
tests/benchmarks/test_sqlite_benchmarks.py::test_bench_sqlite_count_pushdown 0.264607 0.367195 +38.8% REGRESSION (+38.8%)
tests/benchmarks/test_sqlite_benchmarks.py::test_bench_sqlite_find_fallback_via_regex 0.275229 0.395475 +43.7% REGRESSION (+43.7%)
tests/benchmarks/test_sqlite_benchmarks.py::test_bench_sqlite_find_pushdown 0.228907 0.365942 +59.9% REGRESSION (+59.9%)
tests/benchmarks/test_sqlite_benchmarks.py::test_bench_sqlite_sort_limit_pushdown 0.289700 0.387546 +33.8% REGRESSION (+33.8%)

@barnwell
barnwell requested a review from eldonm July 31, 2026 18:35
@barnwell
barnwell merged commit dba1d31 into main Jul 31, 2026
6 checks passed
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.

1 participant