Remove debug code

This commit is contained in:
Nuno Campos
2024-09-16 10:44:20 -07:00
parent 1943413d60
commit 289e72b75f
+4 -4
View File
@@ -4,8 +4,8 @@ on:
workflow_dispatch:
push:
branches: [main]
# paths:
# - "libs/**"
paths:
- "libs/**"
env:
POETRY_VERSION: "1.7.1"
@@ -27,8 +27,8 @@ jobs:
cache-key: bench
- name: Install dependencies
run: poetry install --with dev
# - name: Run benchmarks
# run: OUTPUT=out/benchmark-baseline.json make -s benchmark
- name: Run benchmarks
run: OUTPUT=out/benchmark-baseline.json make -s benchmark
- name: Save outputs
uses: actions/cache/save@v4
with: