membraneframework / beamchmark

Elixir tool for benchmarking EVM performance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't allow comparison of differently configured suites

balins opened this issue · comments

Before allowing comparison of two suites, we should check whether have at least:

  • the same scenario module
  • the same delay
  • the same duration
    The simplest way to achieve this would be to save this information in name of the file we generate when serializing a suite. When loading previous suite, we would check if a file with such name already exists.