We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c12f8 commit 6a0e2dfCopy full SHA for 6a0e2df
test/environment.lua
@@ -380,7 +380,7 @@ do
380
)
381
io_write(table.concat(details, colors.dim(" +\n")), "\n")
382
io_write(string.format("total: %s", format_time(actual_total)), "\n")
383
- io_write(string.format("memory: %s", format_gc(total_gc)), "\n")
+ io_write(string.format("memory allocated: %s\n", format_gc(total_gc)))
384
end
385
386
0 commit comments