Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E elsa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 52
    • Issues 52
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 19
    • Merge requests 19
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • IP
  • elsa
  • Issues
  • #41

Closed
Open
Created Jan 24, 2020 by Jens Petit@jens.petitContributor

Add performance benchmarks to CI

As I am working a lot on performance related issues, I think it would be nice to integrate some kind of performance measurements into the CI and schedule a run every night. The results (and their history) should then be made available on a website, easily accessible for everyone.

My current ideas are:

  • use catch2 benchmarking, write results to xml
  • do some kind of memory profiling
  • parse xml / results using python, write results persistently in a small SQLite database
  • generate plots out of the database and then generate a simple reporting website using python

Any ideas or suggestions welcome :).

Assignee
Assign to
Time tracking