fireblade-ecs/Benchmarks
renovate[bot] 5a7e7f6f2c
Update dependency ordo-one/package-benchmark to from: "1.29.2" (#96)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-07 23:36:49 +01:00
..
Benchmarks/ECSBenchmark adding package-benchmark sub-project (#64) 2024-10-10 18:51:46 +02:00
Package.swift Update dependency ordo-one/package-benchmark to from: "1.29.2" (#96) 2025-03-07 23:36:49 +01:00
README.md adding package-benchmark sub-project (#64) 2024-10-10 18:51:46 +02:00

README.md

Benchmarks for FirebladeECS

Originally seeded by replicating performance tests into a new form leveraging package-benchmark Documentation.

To run all the available benchmarks:

swift package benchmark --format markdown

For more help on the package-benchmark SwiftPM plugin:

swift package benchmark help

Creating a local baseline:

swift package --allow-writing-to-package-directory benchmark baseline update dev
swift package benchmark baseline list

Comparing to a the baseline 'alpha'

swift package benchmark baseline compare dev

For more details on creating and comparing baselines, read Creating and Comparing Benchmark Baselines.