File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,12 +108,12 @@ examples-components target=default-target features="": (build-rust-component-exa
108
108
# warning, compares to and then OVERWRITES the given baseline
109
109
bench-ci baseline target = " release" features = " ":
110
110
cd src/ hyperlight_wasm && cargo bench --profile={{ if target == " debug" {" dev" } else { target } }} {{ if features == " " {' ' } else { " --features " + features } }} --bench benchmarks -- --verbose --save-baseline {{ baseline}}
111
- cd src/ hyperlight_wasm && {{ wit-world-c}} cargo bench --profile={{ if target == " debug" {" dev" } else { target } }} {{ if features == " " {' ' } else { " --features " + features } }} --bench benchmarks_components -- --verbose --save-baseline {{ baseline}} -components
111
+ cd src/ hyperlight_wasm; {{ wit-world-c}} cargo bench --profile={{ if target == " debug" {" dev" } else { target } }} {{ if features == " " {' ' } else { " --features " + features } }} --bench benchmarks_components -- --verbose --save-baseline {{ baseline}} -components
112
112
bench target = " release" features = " ": (bench-wasm target features) (bench-components target features)
113
113
bench-wasm target = " release" features = " ":
114
114
cd src/ hyperlight_wasm && cargo bench --profile={{ if target == " debug" {" dev" } else { target } }} {{ if features == " " {' ' } else { " --features " + features } }} --bench benchmarks -- --verbose
115
115
bench-components target = " release" features = " ":
116
- cd src/ hyperlight_wasm && {{ wit-world-c}} cargo bench --profile={{ if target == " debug" {" dev" } else { target } }} {{ if features == " " {' ' } else { " --features " + features } }} --bench benchmarks_components -- --verbose
116
+ cd src/ hyperlight_wasm; {{ wit-world-c}} cargo bench --profile={{ if target == " debug" {" dev" } else { target } }} {{ if features == " " {' ' } else { " --features " + features } }} --bench benchmarks_components -- --verbose
117
117
bench-download os hypervisor cpu tag = " ":
118
118
gh release download {{ tag }} -D ./ src/ hyperlight_wasm/ target/ -p benchmarks_{{ os }} _{{ hypervisor }} _{{ cpu }} .tar.gz
119
119
mkdir {{ mkdir-arg }} ./ src/ hyperlight_wasm/ target/ criterion
You can’t perform that action at this time.
0 commit comments