Skip to content

Commit 6a0e2df

Browse files
committed
add back memory log
1 parent 69c12f8 commit 6a0e2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/environment.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ do
380380
)
381381
io_write(table.concat(details, colors.dim(" +\n")), "\n")
382382
io_write(string.format("total: %s", format_time(actual_total)), "\n")
383-
io_write(string.format("memory: %s", format_gc(total_gc)), "\n")
383+
io_write(string.format("memory allocated: %s\n", format_gc(total_gc)))
384384
end
385385
end
386386
end

0 commit comments

Comments
 (0)