Skip to content

Commit e8c6aad

Browse files
authored
Add perf data export (#38)
* refactor!: add perf data support * feat: attr convert * feat: add convert * fix: build server * feat: add serde support * refactor: better export data * ci: remove protoc build * docs: add source * fix: set tag to 1
1 parent ef38085 commit e8c6aad

File tree

9 files changed

+1869
-23
lines changed

9 files changed

+1869
-23
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,7 @@ jobs:
3030
- name: Install Protoc
3131
uses: arduino/setup-protoc@v3
3232
with:
33-
version: "28.x"
34-
35-
- name: Build
36-
run: |
37-
if [ ! -d target ]; then mkdir target; fi
38-
protoc --rust_opt='experimental-codegen=enabled,kernel=cpp' --rust_out=./target psh.proto
33+
version: "32.x"
3934

4035
- name: Test
4136
run: |

0 commit comments

Comments
 (0)