chore: debug pipeline
This commit is contained in:
parent
0b38a4703c
commit
b21e60985f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ use anyhow::Result;
|
|||
|
||||
fn main() -> Result<()> {
|
||||
let args: Vec<String> = env::args().collect();
|
||||
let path_to_workload = &args[1];
|
||||
let path_to_workload = &args[2];
|
||||
|
||||
let json = fs::read_to_string(path_to_workload).unwrap();
|
||||
let workload = kauma::utils::parse::parse_json(json)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue