Fix benchmark.
This commit is contained in:
parent
15afd83da5
commit
2afcecc6ba
@ -26,8 +26,7 @@ fn bench_eval_module(bench: &mut Bencher) {
|
|||||||
.compile(
|
.compile(
|
||||||
r#"
|
r#"
|
||||||
fn foo(x) { x - 1 }
|
fn foo(x) { x - 1 }
|
||||||
import "testing" as t;
|
testing::bar(41)
|
||||||
t::bar(41)
|
|
||||||
"#,
|
"#,
|
||||||
)
|
)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
Loading…
Reference in New Issue
Block a user