Skip to content

Commit

Permalink
Main2master (#2982)
Browse files Browse the repository at this point in the history
 modify default branch for benchmark
  • Loading branch information
wxbty authored May 24, 2024
1 parent 15372df commit 91c26ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmark/src/components/TriggerTraceDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export default {
this.$.ajax({
type: "GET",
async: false,
url: "https://raw.githubusercontent.com/" + this.PUSH_NAME + "/" + this.REPO_NAME + "/main/test-results/scenario/merged_prop_results.json",
url: "https://raw.githubusercontent.com/" + this.PUSH_NAME + "/" + this.REPO_NAME + "/master/test-results/scenario/merged_prop_results.json",
success: function (res) {
jmh = res
}
Expand Down Expand Up @@ -441,7 +441,7 @@ export default {
this.$.ajax({
type: "GET",
async: false,
url: "https://raw.githubusercontent.com/" + this.PUSH_NAME + "/" + this.REPO_NAME + "/main/test-results/scenario/merged_prop_traces.json",
url: "https://raw.githubusercontent.com/" + this.PUSH_NAME + "/" + this.REPO_NAME + "/master/test-results/scenario/merged_prop_traces.json",
success: function (res) {
jmh = res
}
Expand Down Expand Up @@ -603,7 +603,7 @@ export default {
"PUSH_NAME": this.PUSH_NAME,
"REPO_NAME": this.REPO_NAME,
"PUSH_TOKEN": this.PUSH_TOKEN,
"RESULTS_REPO_BRANCH": 'main'
"RESULTS_REPO_BRANCH": 'master'
}
}),
Expand Down

0 comments on commit 91c26ad

Please sign in to comment.