Skip to content

Commit b02a15d

Browse files
committed
everything in one directly to MD file
1 parent c532070 commit b02a15d

File tree

2 files changed

+45
-13
lines changed

2 files changed

+45
-13
lines changed

.github/workflows/benchmarks.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
toolchain: nightly-2023-06-02
2929

3030
- name: install packages
31-
run: sudo apt install build-essential bc llvm jq grep libclang-dev cmake libssl-dev pkg-config python3 git clang bear -y
31+
run: sudo apt install build-essential bc bat llvm jq grep libclang-dev cmake libssl-dev pkg-config python3 git clang bear -y
3232

3333
- name: install tokei
3434
run: cargo install tokei
@@ -58,10 +58,18 @@ jobs:
5858
run: bash all_in_one.sh 2>clippy.log
5959
continue-on-error: true
6060

61+
- name: Crusts logs
62+
working-directory: ./benchmark
63+
run: batcat crusts.log
64+
65+
- name: clippy fix logs
66+
working-directory: ./benchmark
67+
run: batcat clippy_fix.log
68+
6169
- name: clippy logs
6270
working-directory: ./benchmark
63-
run: cat clippy.log
71+
run: batcat clippy.log
6472

65-
- name: compute KLOC
73+
- name: RESULTS
6674
working-directory: ./benchmark
67-
run: bash compute_KLOC.sh
75+
run: batcat README.md

benchmark/all_in_one.sh

Lines changed: 33 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)