This is an automated email from the ASF dual-hosted git repository.

sunchao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new 7b155f2  build: Refine names in benchmark.yml (#132)
7b155f2 is described below

commit 7b155f27c366a6319455f14e716408a707520309
Author: advancedxy <[email protected]>
AuthorDate: Fri Mar 1 01:16:54 2024 +0800

    build: Refine names in benchmark.yml (#132)
---
 .github/workflows/benchmark.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index adfa1ae..8b3ae7c 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') }}

Reply via email to