This is an automated email from the ASF dual-hosted git repository.
wangxiaobin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 91c26add832 Main2master (#2982)
91c26add832 is described below
commit 91c26add832279aad01c2b776eb7f91c6162fcaa
Author: wxbty <[email protected]>
AuthorDate: Fri May 24 17:42:39 2024 +0800
Main2master (#2982)
modify default branch for benchmark
---
benchmark/src/components/TriggerTraceDetail.vue | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/benchmark/src/components/TriggerTraceDetail.vue
b/benchmark/src/components/TriggerTraceDetail.vue
index 37df54acb7f..a19e995fc0d 100644
--- a/benchmark/src/components/TriggerTraceDetail.vue
+++ b/benchmark/src/components/TriggerTraceDetail.vue
@@ -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
}
@@ -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
}
@@ -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'
}
}),