📝 move andy_gc_test to test dir

This commit is contained in:
ValKmjolnir
2024-05-14 00:16:02 +08:00
parent 77cd08da23
commit c4d6219846
7 changed files with 24 additions and 15 deletions
+1 -1
View File
@@ -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;
}