Skip to content
Snippets Groups Projects
README.md 777 B
Newer Older
EIC Detector Benchmarks
=======================
Whitney Armstrong's avatar
Whitney Armstrong committed

[![pipeline status](https://eicweb.phy.anl.gov/jihee.kim/benchmarks/badges/master/pipeline.svg)](https://eicweb.phy.anl.gov/jihee.kim/benchmarks/-/commits/master)

## Overview

Detector benchmarks are meant to test for regressions in individual detector subsystems.
The analysis is meant to avoid a reconstruction step. 
So this precludes using [juggler](https://eicweb.phy.anl.gov/EIC/juggler) for processing the events.

## Documentation

See [common_bench](https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench/).

## Adding new benchmarks

See `benchmarks` directory for examples.


### Pass/Fail tests

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