File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -329,15 +329,6 @@ jobs:
329329 run : pnpm build
330330 working-directory : crates/bindings-typescript
331331
332- - name : Install samply
333- env :
334- CARGO_PROFILE_RELEASE_DEBUG : " false"
335- run : |
336- if ! command -v samply >/dev/null 2>&1; then
337- cargo install --locked --version 0.13.1 samply
338- fi
339- samply --version
340-
341332 - name : Run keynote-2 benchmark regression check
342333 id : keynote_bench
343334 run : |
Original file line number Diff line number Diff line change 7070 run : pnpm build
7171 working-directory : crates/bindings-typescript
7272
73- - name : Install samply
74- env :
75- CARGO_PROFILE_RELEASE_DEBUG : " false"
76- run : |
77- if ! command -v samply >/dev/null 2>&1; then
78- cargo install --locked --version 0.13.1 samply
79- fi
80- samply --version
81-
8273 - name : Run keynote-2 benchmark regression check
8374 id : keynote_bench
8475 run : |
You can’t perform that action at this time.
0 commit comments