mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
cli tests refactoring progress
This commit is contained in:
parent
3bad18dc92
commit
0659abdc40
12 changed files with 221 additions and 248 deletions
|
@ -13,7 +13,7 @@ pub fn parse_benchmark(c: &mut Criterion) {
|
|||
path.push("examples");
|
||||
path.push("cli");
|
||||
path.push("false-interpreter");
|
||||
path.push("False.roc");
|
||||
path.push("main.roc");
|
||||
let src = std::fs::read_to_string(&path).unwrap();
|
||||
|
||||
b.iter(|| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue