Skip to content

Commit

Permalink
build: Refine names in benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
advancedxy committed Feb 29, 2024
1 parent e2a6aca commit 6d3f310
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
cd ..
benchmark:
name: Run TPC-DS benchmark
name: Run TPCDSQuerySuite
runs-on: ubuntu-latest
needs: [prepare]
container:
Expand Down

0 comments on commit 6d3f310

Please sign in to comment.