Skip to content

Conversation

@andrewgazelka
Copy link
Member

@andrewgazelka andrewgazelka commented Mar 20, 2025

IntelliJ IDEA 2025-03-20 16 46 13
fatal: flecs.c: 17269: assert: arr[last].entity == e INTERNAL_ERROR

Reproduce:

# start proxy
cargo run -p hyperion-proxy

# start tag
cargo run -p tag

# start bots
just bots 

@github-actions github-actions bot added the feat label Mar 20, 2025
@github-actions
Copy link

Benchmark Results for general

ray_intersection/aabb_size_0.1                     [  19.3 ns ...  19.1 ns ]      -1.13%
ray_intersection/aabb_size_1                       [  19.3 ns ...  19.1 ns ]      -0.88%
ray_intersection/aabb_size_10                      [  19.3 ns ...  19.1 ns ]      -0.80%
ray_intersection/ray_distance_1                    [   3.9 ns ...   3.9 ns ]      -0.83%
ray_intersection/ray_distance_5                    [   3.8 ns ...   3.8 ns ]      -0.60%
ray_intersection/ray_distance_20                   [   3.8 ns ...   3.8 ns ]      -0.48%
overlap/no_overlap                                 [  28.8 ns ...  28.8 ns ]      -0.12%
overlap/partial_overlap                            [  28.9 ns ...  28.9 ns ]      -0.08%
overlap/full_containment                           [  21.7 ns ...  21.6 ns ]      -0.67%
point_containment/inside                           [   4.9 ns ...   4.9 ns ]      -0.03%
point_containment/outside                          [   4.4 ns ...   4.4 ns ]      +0.04%
point_containment/boundary                         [   4.9 ns ...   5.0 ns ]      +0.42%

Comparing to c368473

@codecov
Copy link

codecov bot commented Mar 20, 2025

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 20.97%. Comparing base (c368473) to head (6560a1c).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/hyperion/src/ingress/mod.rs 0.00% 2 Missing ⚠️
@@           Coverage Diff           @@
##             main     #870   +/-   ##
=======================================
  Coverage   20.97%   20.97%           
=======================================
  Files         160      160           
  Lines       16828    16828           
  Branches      468      469    +1     
=======================================
  Hits         3529     3529           
  Misses      13235    13235           
  Partials       64       64           
Files with missing lines Coverage Δ
crates/hyperion/src/ingress/mod.rs 22.68% <0.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@andrewgazelka andrewgazelka enabled auto-merge March 21, 2025 15:48
@github-actions
Copy link

Benchmark Results for general

ray_intersection/aabb_size_0.1                     [  19.6 ns ...  19.4 ns ]      -0.96%
ray_intersection/aabb_size_1                       [  20.8 ns ...  20.7 ns ]      -0.80%
ray_intersection/aabb_size_10                      [  19.9 ns ...  19.7 ns ]      -1.12%
ray_intersection/ray_distance_1                    [   3.9 ns ...   3.9 ns ]      -0.77%
ray_intersection/ray_distance_5                    [   3.9 ns ...   3.9 ns ]      -1.03%
ray_intersection/ray_distance_20                   [   4.0 ns ...   4.0 ns ]      -1.28%
overlap/no_overlap                                 [  29.3 ns ...  29.2 ns ]      -0.38%
overlap/partial_overlap                            [  29.8 ns ...  30.2 ns ]      +1.37%
overlap/full_containment                           [  22.2 ns ...  22.2 ns ]      -0.39%
point_containment/inside                           [   5.1 ns ...   5.1 ns ]      +0.32%
point_containment/outside                          [   5.0 ns ...   5.0 ns ]      -0.06%
point_containment/boundary                         [   5.0 ns ...   5.0 ns ]      +0.17%

Comparing to c368473

@andrewgazelka andrewgazelka added this pull request to the merge queue Mar 21, 2025
Merged via the queue into main with commit 9792bce Mar 21, 2025
11 of 12 checks passed
@andrewgazelka andrewgazelka deleted the andrew/latest-flecs branch March 21, 2025 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants