Skip to content

Commit

Permalink
More debug windows
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Jan 13, 2025
1 parent 8989a24 commit 7f750ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/ws_perf_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ init_data_info(Config) ->
init_text_data(Filename, Config) ->
{ok, Text} = file:read_file(filename:join(config(data_dir, Config), Filename)),
ct:pal("text data ~p size ~p", [Filename, byte_size(Text)]),
Ret = file:copy(filename:join(config(data_dir, Config), Filename), filename:join(config(priv_dir, Config), filename:basename(Filename))),
ct:pal("~p", [Ret]),
[
{frame_type, text},
{text_data, Text},
Expand Down

0 comments on commit 7f750ce

Please sign in to comment.