Skip to content

fix: replace Level.Invocation with Level.Trial#778

Merged
anthony-swirldslabs merged 1 commit intomainfrom
777-levelTrial
Apr 7, 2026
Merged

fix: replace Level.Invocation with Level.Trial#778
anthony-swirldslabs merged 1 commit intomainfrom
777-levelTrial

Conversation

@anthony-swirldslabs
Copy link
Copy Markdown
Contributor

Description:
We used the Level.Invocation in a few GRPC-related benchmarks due to bugs in Helidon which led to connection drops and hence required us to recreate server/client instances on every invocation.

We've fixed the bug on PBJ side with #763 , so we should be able to use the more optimal Level.Trial now.

Related issue(s):

Fixes #777

Notes for reviewer:
The modified benchmarks run and don't fail.

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: Anthony Petrov <anthony@swirldslabs.com>
@anthony-swirldslabs anthony-swirldslabs self-assigned this Apr 7, 2026
@anthony-swirldslabs anthony-swirldslabs requested review from a team as code owners April 7, 2026 23:37
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 7, 2026

JUnit Test Report

   79 files  ±0     79 suites  ±0   3m 23s ⏱️ ±0s
1 354 tests ±0  1 350 ✅ ±0   4 💤 ±0  0 ❌ ±0 
7 236 runs  ±0  7 216 ✅ ±0  20 💤 ±0  0 ❌ ±0 

Results for commit e5840c1. ± Comparison against base commit 91572fb.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 7, 2026

Integration Test Report

    419 files  ±0      419 suites  ±0   23m 54s ⏱️ ±0s
114 982 tests ±0  114 982 ✅ ±0  0 💤 ±0  0 ❌ ±0 
115 224 runs  ±0  115 224 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit e5840c1. ± Comparison against base commit 91572fb.

@anthony-swirldslabs anthony-swirldslabs merged commit 9a572a5 into main Apr 7, 2026
16 checks passed
@anthony-swirldslabs anthony-swirldslabs deleted the 777-levelTrial branch April 7, 2026 23:47
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.

Replace Level.Invocation with Level.Trial in benchmarks

2 participants