Skip to content

Commit

Permalink
Update benchmark action
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry committed Jun 15, 2020
1 parent a6295bf commit bb6e46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Configure benchmark
run: |
search="{ git = \"https://github.com/jstarry/yew\", branch = \"keyed-list\" }"
search="{ git = \"https://github.com/yewstack/yew\", branch = \"master\" }"
replace="{ git = \"${{ github.event.pull_request.head.repo.html_url }}\", branch = \"${{ github.event.pull_request.head.ref }}\" }"
input=$(cat frameworks/keyed/yew/Cargo.toml)
output=${input//"$search"/"$replace"}
Expand Down

0 comments on commit bb6e46d

Please sign in to comment.