Fix to get benchmarks working

This commit is contained in:
d0cd 2023-02-21 14:08:06 -08:00
parent f7dc194d79
commit f7784ca779

View File

@ -80,7 +80,7 @@ struct Sample {
/// A helper function to help create a Leo Compiler struct.
fn new_compiler(handler: &Handler) -> Compiler<'_> {
Compiler::new(
String::from("bench"),
String::from("test"),
String::from("aleo"),
handler,
PathBuf::from(String::new()),