• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

orion-ecs / keen-eye / 19990003992
65%

Build:
DEFAULT BRANCH: main
Ran 06 Dec 2025 02:43PM UTC
Jobs 1
Files 22
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

06 Dec 2025 02:42PM UTC coverage: 95.886%. Remained the same
19990003992

push

github

tyevco
Add comprehensive performance benchmarks for ECS engine

Implements BenchmarkDotNet-based performance benchmarks covering all core
ECS operations to establish performance baselines and track regressions.

Benchmark categories:
- Entity lifecycle: spawn, despawn, versioning, naming (EntityBenchmarks.cs)
- Component operations: get, set, add, remove, has with size variants (ComponentBenchmarks.cs)
- Query performance: arities (1-4), filters (With/Without), scaling (QueryBenchmarks.cs)
- CommandBuffer: deferred operations, flush, direct vs buffered comparison (CommandBufferBenchmarks.cs)
- System execution: single/multiple systems, pipeline, filtered queries (SystemBenchmarks.cs)
- Singleton operations: get, set, has, scaling with multiple singletons (SingletonBenchmarks.cs)

Key scenarios tested:
- Entity counts from 100 to 100,000
- Match ratios (10%, 50%, 100%)
- Component sizes (4 bytes to 256 bytes)
- System pipeline depths (1-5 systems)

Usage:
  dotnet run -c Release -- --filter *Query*  # Run query benchmarks
  dotnet run -c Release -- --list flat       # List all benchmarks
  dotnet run -c Release                      # Run all benchmarks

Also updates install-packages.sh with BenchmarkDotNet dependencies for
Claude Code web sessions.

839 of 875 relevant lines covered (95.89%)

0.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 19990003992.1 06 Dec 2025 02:43PM UTC 22
95.89
GitHub Action Run
Source Files on build 19990003992
  • Tree
  • List 22
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #19990003992
  • e583b700 on github
  • Prev Build on main (#19984397276)
  • Next Build on main (#19992531316)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc