mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-27 05:18:46 +08:00
📝 move andy_gc_test to test dir
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ var test_func = func(test_processes...) {
|
||||
info = runtime.gc.info();
|
||||
println("[", os.time(), "] ", duration, " ms, gc ",
|
||||
(info.total-gc_total)*100/duration, "%, ",
|
||||
int(1000/duration), " cps");
|
||||
1000/duration, " cps");
|
||||
gc_total = info.total;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user