Skip to content

Commit 9787df1

Browse files
Copilothsluoyz
andcommitted
chore: fix trailing spaces in benchmark workflow
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
1 parent 5f43e4e commit 9787df1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/benchmark.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,28 +34,28 @@ jobs:
3434
uses: actions/checkout@v4
3535
with:
3636
fetch-depth: 0
37-
37+
3838
- name: Setup CMake
3939
uses: jwlawson/actions-setup-cmake@v2
4040
with:
4141
cmake-version: '3.25.x'
42-
42+
4343
- name: Configuring CMake files
4444
id: building-files
4545
run: |
4646
mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE:STRING=Release
47-
47+
4848
- name: Building library
4949
id: building-lib
5050
run: |
5151
cd build && cmake --build . --config Release --target all -j 10 --
52-
52+
5353
- name: Run Benchmark
5454
id: run-benchmark
5555
run: |
5656
cd ./build/tests/benchmarks
5757
./casbin_benchmark --benchmark_format=json --benchmark_out=benchmark_result.json
58-
58+
5959
- name: Store benchmark result
6060
uses: benchmark-action/github-action-benchmark@v1
6161
with:
@@ -67,7 +67,7 @@ jobs:
6767
comment-on-alert: true
6868
fail-on-alert: false
6969
summary-always: true
70-
70+
7171
- name: Cleanup
7272
id: clean-up
7373
run: |

0 commit comments

Comments
 (0)