chore: skip printing memory
This commit is contained in:
parent
78fd1a80c5
commit
ed0ad3e796
|
@ -72,7 +72,6 @@ run(#{subscribers := Subs,
|
||||||
io:format(user, "LookupRps: ~p~n", [rps(Pubs * PubOps, T2)]),
|
io:format(user, "LookupRps: ~p~n", [rps(Pubs * PubOps, T2)]),
|
||||||
|
|
||||||
io:format(user, "mnesia table(s) RAM: ~p~n", [ram_bytes()]),
|
io:format(user, "mnesia table(s) RAM: ~p~n", [ram_bytes()]),
|
||||||
io:format(user, "erlang memory: ~p~n", [erlang:memory()]),
|
|
||||||
|
|
||||||
io:format(user, "unsubscribe ...~n", []),
|
io:format(user, "unsubscribe ...~n", []),
|
||||||
{T3, ok} =
|
{T3, ok} =
|
||||||
|
|
Loading…
Reference in New Issue