# rest_regression **Repository Path**: igor1982/rest_regression ## Basic Information - **Project Name**: rest_regression - **Description**: The regression test for REST - **Primary Language**: Rust - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-11 - **Last Updated**: 2025-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README A tool to perform regression tests for REST Usage: rest_regression [OPTIONS] Options: -r, --regression_directory The directory that contains selected regression tasks [default: $REST_HOME/utilities/rest_regression/bench_pool] -w, --working_directory The working directory to store the regression output files [default: ./work_pool] -c, --rest_mode The version of REST binary to invoke: "release" or "debug" [default: release] -p, --rest_path The absolute path to find the `rest` binary [default: $REST_HOME/target/`rest_mode`/rest] -h, --help Print help -V, --version Print version