File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 :
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 : |
You can’t perform that action at this time.
0 commit comments