Skip to content

Commit

Permalink
put back P2P message benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
tenmoves committed May 11, 2023
1 parent 2d5cf34 commit e2adda6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ config :git_hooks,
{:cmd, "mix credo"},
{:cmd, "mix sobelow"},
{:cmd, "mix knigge.verify"},
# {:cmd, "mix test --trace"},
{:cmd, "mix dialyzer"}
# {:cmd, "mix check.updates"}
{:cmd, "mix test --trace"},
{:cmd, "mix dialyzer"},
{:cmd, "mix check.updates"}
]
]
]
Expand Down
3 changes: 2 additions & 1 deletion lib/archethic/utils/regression.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ defmodule Archethic.Utils.Regression do

alias Archethic.Utils.WebClient
alias Archethic.Utils.Regression.Benchmark.EndToEndValidation
alias Archethic.Utils.Regression.Benchmark.P2PMessage

@playbooks [UCO]
@benchmarks [EndToEndValidation]
@benchmarks [P2PMessage, EndToEndValidation]

def run_playbooks(nodes, opts \\ []) do
Logger.debug("Running playbooks on #{inspect(nodes)} with #{inspect(opts)}")
Expand Down

0 comments on commit e2adda6

Please sign in to comment.