Skip to content
Snippets Groups Projects
Whitney Armstrong's avatar
Whitney Armstrong authored
	new file:   util/collect_benchmarks.py
	new file:   util/collect_tests.py
	new file:   util/compile_analyses.py
	new file:   util/parse_cmd.sh
	new file:   util/print_env.sh
	new file:   util/run_many.py
05d44f2a
History

EIC Detector Benchmarks

pipeline status

Overview

Detector benchmarks are meant to test for regressions in individual detector subsystems. The analysis is meant to avoid a complex reconstruction. So for now this precludes using juggler for processing the events. Physics benchmarks will include the full reconstruction chain processing.

Adding new benchmarks

Pass/Fail tests

  • Create a script that returns exit status 0 for success.
  • Any non-zero value will be considered failure.
  • Script