Feat: script execution performance optimization
This commit is contained in:
@@ -65,7 +65,7 @@ fn conditional_based_on_step() {
|
||||
|
||||
#[test]
|
||||
fn accumulator() {
|
||||
let f = forth();
|
||||
let mut f = forth();
|
||||
let ctx = default_ctx();
|
||||
f.evaluate(r#"0 !acc"#, &ctx).unwrap();
|
||||
for _ in 0..5 {
|
||||
|
||||
Reference in New Issue
Block a user