Sort the files when running benches
This commit is contained in:
parent
2a764a1132
commit
343f11bccf
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ fn find_pngs(paths: &[PathBuf]) -> Result<Vec<PathBuf>> {
|
|||
bail!("path doesn't exist: {}", path.to_string_lossy());
|
||||
}
|
||||
}
|
||||
out.sort_unstable();
|
||||
Ok(out)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue