Skip to content

Minibrunel timing metrics

Stefan Roiser requested to merge minibruneltiming into master

This merge request provides two files

  • TimeLineSvcParser which parses a timeline.csv file and returns a json object out of it
  • TimeLineHandler which uses the above parser and extracts different metrics to be pushed into PR2

A MiniBrunel which produces a timeline.csv file can be scheduled via

lb-run --nightly-cvmfs --nightly=lhcb-future Brunel/future gaudirun.py ${BRUNEL_PROJECT_ROOT}/Rec/Brunel/options/MiniBrunel.py

Merge request reports