Skip to content

Commit 68e6e2b

Browse files
authored
add rust sdk benchmark into workflow (#266)
1 parent 9f46bf5 commit 68e6e2b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

+8
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,12 @@ jobs:
9898
token: ${{secrets.COV_TOKEN}}
9999
directory: .
100100
flags: rust
101+
- name: Setup benchmark env
102+
run: |
103+
cargo build --release
104+
cd tools
105+
sh start_localnet.sh release >tm.log 2>&1 &
106+
- name: Benchmark rust sdk
107+
run: |
108+
cargo bench --package db3-sdk
101109

0 commit comments

Comments
 (0)