geruh commented on code in PR #3007:
URL: https://github.com/apache/iceberg-python/pull/3007#discussion_r2780331650


##########
.github/workflows/python-ci.yml:
##########
@@ -178,6 +178,32 @@ jobs:
         path: .coverage*
         include-hidden-files: true
 
+  benchmark-test:
+    runs-on: ubuntu-latest
+    steps:
+    - uses: actions/checkout@v6
+    - uses: actions/setup-python@v6
+      with:
+        python-version: '3.12'
+    - name: Install UV
+      uses: astral-sh/setup-uv@v7
+      with:
+        enable-cache: true
+    - name: Install system dependencies
+      run: sudo apt-get update && sudo apt-get install -y libkrb5-dev # for 
kerberos
+    - name: Install
+      run: make install
+    - name: Run benchmarks
+      run: make test-benchmark

Review Comment:
   Looks like these files are never got produced. 



##########
.github/workflows/python-ci.yml:
##########
@@ -178,6 +178,32 @@ jobs:
         path: .coverage*
         include-hidden-files: true
 
+  benchmark-test:
+    runs-on: ubuntu-latest
+    steps:
+    - uses: actions/checkout@v6
+    - uses: actions/setup-python@v6
+      with:
+        python-version: '3.12'
+    - name: Install UV
+      uses: astral-sh/setup-uv@v7
+      with:
+        enable-cache: true
+    - name: Install system dependencies
+      run: sudo apt-get update && sudo apt-get install -y libkrb5-dev # for 
kerberos
+    - name: Install
+      run: make install
+    - name: Run benchmarks
+      run: make test-benchmark

Review Comment:
   Looks like these files are never got produced



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to