[−][src]Module stdbench::source
Objects and functions dealing with retrieving and preparing PISA executables.
Structs
| CustomPathSource | Defines a path where the PISA executables already exist. |
| DockerSource | Unimplemented: A Docker-based source. |
| GitSource | Git-based source. The produced executor will (unless suppressed) clone, configure, and build the code. |
Traits
| PisaSource | Defines how to acquire PISA programs for later execution. |