Skip to content

Commit ad894ed

Browse files
committed
benchmark local path
1 parent 9cf12a2 commit ad894ed

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

bechmark_change.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#! /bin/bash
22
# Usage: ./bechmark_change.sh CHANGE_BRANCH
33

4-
sed -i 's/PLACEHOLDER/'"${1/\//\\\/}"'/' frameworks/keyed/yew/Cargo.toml
5-
64
http -p 8080 &
75

86
(

frameworks/keyed/yew/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rand = {version = "0.7.3", features = ["wasm-bindgen", "small_rng"]}
1212
wasm-bindgen = "0.2.62"
1313

1414
# UPDATE TO USE YOUR BRANCH
15-
yew = {git = "https://github.com/bakape/yew ", branch = "PLACEHOLDER"}
15+
yew = {path = "/home/janis/src/yew/yew"}
1616
# UPDATE TO USE YOUR BRANCH
1717

1818
[profile.release]

0 commit comments

Comments
 (0)