mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-23 18:21:38 +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.
|
/// A helper function to help create a Leo Compiler struct.
|
||||||
fn new_compiler(handler: &Handler) -> Compiler<'_> {
|
fn new_compiler(handler: &Handler) -> Compiler<'_> {
|
||||||
Compiler::new(
|
Compiler::new(
|
||||||
String::from("bench"),
|
String::from("test"),
|
||||||
String::from("aleo"),
|
String::from("aleo"),
|
||||||
handler,
|
handler,
|
||||||
PathBuf::from(String::new()),
|
PathBuf::from(String::new()),
|
||||||
|
Loading…
Reference in New Issue
Block a user