Skip to content
Snippets Groups Projects
  • Sergey Bronnikov's avatar
    29211065
    ci: run performance tests · 29211065
    Sergey Bronnikov authored
    Performance tests added to perf directory are not automated and
    currently we run these tests manually from time to time. From other side
    source code that used rarely could lead to software rot [1].
    
    The patch adds CMake target "test-perf" and GitHub workflow, that runs
    these tests in CI. Workflow is based on workflow release.yml, it builds
    performance tests and runs them.
    
    1. https://en.wikipedia.org/wiki/Software_rot
    
    NO_CHANGELOG=testing
    NO_DOC=testing
    NO_TEST=testing
    
    (cherry picked from commit 5edcb712)
    ci: run performance tests
    Sergey Bronnikov authored
    Performance tests added to perf directory are not automated and
    currently we run these tests manually from time to time. From other side
    source code that used rarely could lead to software rot [1].
    
    The patch adds CMake target "test-perf" and GitHub workflow, that runs
    these tests in CI. Workflow is based on workflow release.yml, it builds
    performance tests and runs them.
    
    1. https://en.wikipedia.org/wiki/Software_rot
    
    NO_CHANGELOG=testing
    NO_DOC=testing
    NO_TEST=testing
    
    (cherry picked from commit 5edcb712)