mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix bench
This commit is contained in:
parent
71039b56e6
commit
57efd24573
@ -38,7 +38,9 @@ pub fn criterion_benchmark(c: &mut Criterion) {
|
||||
.map(|pos| {
|
||||
(
|
||||
pos,
|
||||
world.generate_chunk(index, pos, || false, None).unwrap(),
|
||||
world
|
||||
.generate_chunk(index, pos, None, || false, None)
|
||||
.unwrap(),
|
||||
)
|
||||
})
|
||||
.for_each(|(key, chunk)| {
|
||||
|
Loading…
Reference in New Issue
Block a user