mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-23 10:12:21 +03:00
Fix to get benchmarks working
This commit is contained in:
parent
f7dc194d79
commit
f7784ca779
@ -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()),
|
||||
|
Loading…
Reference in New Issue
Block a user