Rename command

This commit is contained in:
Nuno Campos
2024-09-11 12:25:22 -07:00
parent d844359d61
commit bf4f8e67d8
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: poetry install --with dev
- name: Run benchmarks
run: make bench
run: make benchmark
- name: Upload benchmark baseline
uses: actions/upload-artifact@v4
with:
@@ -53,7 +53,7 @@ jobs:
- name: Install dependencies
run: poetry install --with dev
- name: Run benchmarks
run: make bench
run: make benchmark
- name: Download benchmark baseline
uses: actions/download-artifact@v4
with: