From b42eab14ddc579ed6f1869ff2e513450808e1d67 Mon Sep 17 00:00:00 2001 From: hatoo Date: Tue, 17 Oct 2023 13:00:56 +0900 Subject: [PATCH] Add a (print-size) to test code --- tests/math-microbenchmark.egg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/math-microbenchmark.egg b/tests/math-microbenchmark.egg index 2d261c68..7a080b25 100644 --- a/tests/math-microbenchmark.egg +++ b/tests/math-microbenchmark.egg @@ -68,4 +68,6 @@ (print-size Add) (print-size Mul) +(print-size) + (print-stats) \ No newline at end of file