diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index adfa1ae26..8b3ae7c43 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -name: Run TPC-DS Benchmark +name: TPC-DS Correctness concurrency: group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }} @@ -39,7 +39,7 @@ env: jobs: prepare: - name: Build native lib and prepare TPC-DS data + name: Build native and prepare data runs-on: ubuntu-latest container: image: amd64/rust @@ -97,7 +97,7 @@ jobs: cd .. benchmark: - name: Run TPC-DS benchmark + name: Run TPCDSQuerySuite runs-on: ubuntu-latest needs: [prepare] container: @@ -123,7 +123,7 @@ jobs: ${{ runner.os }}-java-maven- - name: Restore TPC-DS generated data id: cache-tpcds-sf-1 - uses: actions/cache@v4 + uses: actions/cache/restore@v4 with: path: ./tpcds-sf-1 key: tpcds-${{ hashFiles('.github/workflows/benchmark.yml') }}