valence/crates/valence_core
Ryan Johnson abf9064901
Add idle tick benchmark (#322)
## Description

Adds a benchmark to measure the duration of a whole server tick.

Also added `bevy_ecs` to `valence::prelude`.

## Test Plan

Steps:
1. `cargo bench idle_update`
2023-04-23 03:35:07 +00:00
..
build Reorganize Project (#321) 2023-04-21 14:43:59 -07:00
src Add idle tick benchmark (#322) 2023-04-23 03:35:07 +00:00
Cargo.toml Reorganize Project (#321) 2023-04-21 14:43:59 -07:00
README.md Reorganize Project (#321) 2023-04-21 14:43:59 -07:00

valence_core

Contains foundational code or modules too small to deserve their own crate. The contents of valence_core are re-exported by the main valence crate.