bevy/benches
Nicola Papale 7b0809b532
Add reflect path parsing benchmark (#9364)
# Objective

We want to measure performance on path reflection parsing.

## Solution

Benchmark path-based reflection:
- Add a benchmark for `ParsedPath::parse`

It's fairly noisy, this is why I added the 3% threshold.

Ideally we would fix the noisiness though. Supposedly I'm seeding the
RNG correctly, so there shouldn't be much observable variance. Maybe
someone can help spot the issue.
2023-08-25 14:30:26 +00:00
..
benches Add reflect path parsing benchmark (#9364) 2023-08-25 14:30:26 +00:00
Cargo.toml Add reflect path parsing benchmark (#9364) 2023-08-25 14:30:26 +00:00