diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 646f483..9002b03 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -97,6 +97,8 @@ jobs: - name: Run benchmarks run: ./benchmarks/run_init + - run: lscpu + - name: Read basic.md for the generated report id: basic_result uses: juliangruber/read-file-action@v1 @@ -159,6 +161,8 @@ jobs: - name: Run benchmarks run: ./benchmarks/run + - run: lscpu + - name: Read basic.md for the generated report id: basic_result uses: juliangruber/read-file-action@v1