You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2019/09/29 10:38:46 UTC

[incubator-shardingsphere-benchmark] 46/49: refactor:change directory name

This is an automated email from the ASF dual-hosted git repository.

zhaoyanan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shardingsphere-benchmark.git

commit 68ab68aebded7c2b425f8a28065af1c607a06260
Author: wqzwh <wa...@163.com>
AuthorDate: Sun Sep 29 18:01:24 2019 +0800

    refactor:change directory name
---
 {web => shadingsphere-benchmark-ui}/.babelrc                |   0
 {web => shadingsphere-benchmark-ui}/.editorconfig           |   0
 {web => shadingsphere-benchmark-ui}/.eslintignore           |   0
 {web => shadingsphere-benchmark-ui}/.eslintrc.js            |   0
 {web => shadingsphere-benchmark-ui}/.gitignore              |   0
 {web => shadingsphere-benchmark-ui}/.postcssrc.js           |   0
 {web => shadingsphere-benchmark-ui}/README.md               |   0
 {web => shadingsphere-benchmark-ui}/build/build.js          |   0
 {web => shadingsphere-benchmark-ui}/build/check-versions.js |   0
 {web => shadingsphere-benchmark-ui}/build/utils.js          |   0
 .../build/vue-loader.conf.js                                |   0
 .../build/webpack.base.conf.js                              |   0
 .../build/webpack.dev.conf.js                               |   0
 .../build/webpack.prod.conf.js                              |   0
 {web => shadingsphere-benchmark-ui}/config/dev.env.js       |   0
 {web => shadingsphere-benchmark-ui}/config/index.js         |   0
 {web => shadingsphere-benchmark-ui}/config/prod.env.js      |   0
 {web => shadingsphere-benchmark-ui/dist}/favicon.png        | Bin
 {web => shadingsphere-benchmark-ui}/dist/index.html         |   2 +-
 {web => shadingsphere-benchmark-ui/dist}/static/404.html    |   0
 .../dist/static/css/default~app.0b48863880f0c5d94ffe.css    |   0
 .../static/css/default~app.0b48863880f0c5d94ffe.css.map     |   1 +
 .../dist/static/css/vendors~app.a1724e8a5763286d19a6.css    |   0
 .../static/css/vendors~app.a1724e8a5763286d19a6.css.map     |   1 +
 .../dist/static/fonts/ionicons.143146f.woff2                | Bin
 .../dist/static/fonts/ionicons.99ac330.woff                 | Bin
 .../dist/static/fonts/ionicons.d535a25.ttf                  | Bin
 .../dist/static/img/ionicons.a2c4a26.svg                    |   0
 .../dist/static/img/logo.80b4bf4.png                        | Bin
 .../dist/static/js/0.e5400eaedb28b6957df7.js                |   0
 .../dist/static/js/0.e5400eaedb28b6957df7.js.map            |   0
 .../dist/static/js/1.8ae2eeb708eaf2f73bea.js                |   2 ++
 .../dist/static/js/1.8ae2eeb708eaf2f73bea.js.map            |   2 +-
 .../dist/static/js/3.2e09e46dd9a153d4f5e5.js                |   2 +-
 .../dist/static/js/3.2e09e46dd9a153d4f5e5.js.map            |   1 +
 .../dist/static/js/manifest.2631434a61cccb023edf.js         |   0
 .../dist/static/js/manifest.2631434a61cccb023edf.js.map     |   0
 {web => shadingsphere-benchmark-ui}/favicon.ico             | Bin
 {web/dist => shadingsphere-benchmark-ui}/favicon.png        | Bin
 {web => shadingsphere-benchmark-ui}/index.html              |   0
 {web => shadingsphere-benchmark-ui}/package.json            |   0
 {web => shadingsphere-benchmark-ui}/src/App.vue             |   0
 {web => shadingsphere-benchmark-ui}/src/assets/logo.png     | Bin
 {web => shadingsphere-benchmark-ui}/src/assets/logo_top.png | Bin
 .../src/components/Container/index.vue                      |   0
 .../src/components/Footer/index.vue                         |   0
 {web => shadingsphere-benchmark-ui}/src/main.js             |   0
 {web => shadingsphere-benchmark-ui}/src/router/index.js     |   0
 {web => shadingsphere-benchmark-ui}/src/utils/line.js       |   0
 {web => shadingsphere-benchmark-ui}/src/utils/mixin.js      |   0
 {web => shadingsphere-benchmark-ui}/src/utils/utils.js      |   0
 .../src/views/mysql-vs-sharding/index.vue                   |   0
 .../views/sharding-proxy-master-slave-sharding/index.vue    |   0
 .../src/views/sharding-proxy-master-slave/index.vue         |   0
 .../sharding-proxy-single-database-single-table/index.vue   |   0
 {web => shadingsphere-benchmark-ui}/static/.gitkeep         |   0
 {web/dist => shadingsphere-benchmark-ui}/static/404.html    |   0
 .../static/css/default~app.1f40751b8ed4f6fdbca3.css.map     |   1 -
 .../static/css/vendors~app.cdf9f8326e5895b6ebcb.css.map     |   1 -
 web/dist/static/js/1.cf42e9f4242e4f46a958.js                |   2 --
 web/dist/static/js/3.b71e0b2704c62b9dbb40.js.map            |   1 -
 61 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/web/.babelrc b/shadingsphere-benchmark-ui/.babelrc
similarity index 100%
rename from web/.babelrc
rename to shadingsphere-benchmark-ui/.babelrc
diff --git a/web/.editorconfig b/shadingsphere-benchmark-ui/.editorconfig
similarity index 100%
rename from web/.editorconfig
rename to shadingsphere-benchmark-ui/.editorconfig
diff --git a/web/.eslintignore b/shadingsphere-benchmark-ui/.eslintignore
similarity index 100%
rename from web/.eslintignore
rename to shadingsphere-benchmark-ui/.eslintignore
diff --git a/web/.eslintrc.js b/shadingsphere-benchmark-ui/.eslintrc.js
similarity index 100%
rename from web/.eslintrc.js
rename to shadingsphere-benchmark-ui/.eslintrc.js
diff --git a/web/.gitignore b/shadingsphere-benchmark-ui/.gitignore
similarity index 100%
rename from web/.gitignore
rename to shadingsphere-benchmark-ui/.gitignore
diff --git a/web/.postcssrc.js b/shadingsphere-benchmark-ui/.postcssrc.js
similarity index 100%
rename from web/.postcssrc.js
rename to shadingsphere-benchmark-ui/.postcssrc.js
diff --git a/web/README.md b/shadingsphere-benchmark-ui/README.md
similarity index 100%
rename from web/README.md
rename to shadingsphere-benchmark-ui/README.md
diff --git a/web/build/build.js b/shadingsphere-benchmark-ui/build/build.js
similarity index 100%
rename from web/build/build.js
rename to shadingsphere-benchmark-ui/build/build.js
diff --git a/web/build/check-versions.js b/shadingsphere-benchmark-ui/build/check-versions.js
similarity index 100%
rename from web/build/check-versions.js
rename to shadingsphere-benchmark-ui/build/check-versions.js
diff --git a/web/build/utils.js b/shadingsphere-benchmark-ui/build/utils.js
similarity index 100%
rename from web/build/utils.js
rename to shadingsphere-benchmark-ui/build/utils.js
diff --git a/web/build/vue-loader.conf.js b/shadingsphere-benchmark-ui/build/vue-loader.conf.js
similarity index 100%
rename from web/build/vue-loader.conf.js
rename to shadingsphere-benchmark-ui/build/vue-loader.conf.js
diff --git a/web/build/webpack.base.conf.js b/shadingsphere-benchmark-ui/build/webpack.base.conf.js
similarity index 100%
rename from web/build/webpack.base.conf.js
rename to shadingsphere-benchmark-ui/build/webpack.base.conf.js
diff --git a/web/build/webpack.dev.conf.js b/shadingsphere-benchmark-ui/build/webpack.dev.conf.js
similarity index 100%
rename from web/build/webpack.dev.conf.js
rename to shadingsphere-benchmark-ui/build/webpack.dev.conf.js
diff --git a/web/build/webpack.prod.conf.js b/shadingsphere-benchmark-ui/build/webpack.prod.conf.js
similarity index 100%
rename from web/build/webpack.prod.conf.js
rename to shadingsphere-benchmark-ui/build/webpack.prod.conf.js
diff --git a/web/config/dev.env.js b/shadingsphere-benchmark-ui/config/dev.env.js
similarity index 100%
rename from web/config/dev.env.js
rename to shadingsphere-benchmark-ui/config/dev.env.js
diff --git a/web/config/index.js b/shadingsphere-benchmark-ui/config/index.js
similarity index 100%
rename from web/config/index.js
rename to shadingsphere-benchmark-ui/config/index.js
diff --git a/web/config/prod.env.js b/shadingsphere-benchmark-ui/config/prod.env.js
similarity index 100%
rename from web/config/prod.env.js
rename to shadingsphere-benchmark-ui/config/prod.env.js
diff --git a/web/favicon.png b/shadingsphere-benchmark-ui/dist/favicon.png
similarity index 100%
rename from web/favicon.png
rename to shadingsphere-benchmark-ui/dist/favicon.png
diff --git a/web/dist/index.html b/shadingsphere-benchmark-ui/dist/index.html
similarity index 53%
rename from web/dist/index.html
rename to shadingsphere-benchmark-ui/dist/index.html
index 8937ab2..928c6cd 100644
--- a/web/dist/index.html
+++ b/shadingsphere-benchmark-ui/dist/index.html
@@ -1 +1 @@
-<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>Sharding Performance monitoring</title><link rel="shortcut icon" href=/favicon.png><link href=/static/css/vendors~app.cdf9f8326e5895b6ebcb.css rel=stylesheet><link href=/static/css/default~app.1f40751b8ed4f6fdbca3.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.2631434a61cccb023edf.js></script><script type=text/javas [...]
\ No newline at end of file
+<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>Sharding Performance monitoring</title><link rel="shortcut icon" href=/favicon.png><link href=/static/css/vendors~app.a1724e8a5763286d19a6.css rel=stylesheet><link href=/static/css/default~app.0b48863880f0c5d94ffe.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.2631434a61cccb023edf.js></script><script type=text/javas [...]
\ No newline at end of file
diff --git a/web/static/404.html b/shadingsphere-benchmark-ui/dist/static/404.html
similarity index 100%
rename from web/static/404.html
rename to shadingsphere-benchmark-ui/dist/static/404.html
diff --git a/web/dist/static/css/default~app.1f40751b8ed4f6fdbca3.css b/shadingsphere-benchmark-ui/dist/static/css/default~app.0b48863880f0c5d94ffe.css
similarity index 100%
rename from web/dist/static/css/default~app.1f40751b8ed4f6fdbca3.css
rename to shadingsphere-benchmark-ui/dist/static/css/default~app.0b48863880f0c5d94ffe.css
diff --git a/shadingsphere-benchmark-ui/dist/static/css/default~app.0b48863880f0c5d94ffe.css.map b/shadingsphere-benchmark-ui/dist/static/css/default~app.0b48863880f0c5d94ffe.css.map
new file mode 100644
index 0000000..0b278f3
--- /dev/null
+++ b/shadingsphere-benchmark-ui/dist/static/css/default~app.0b48863880f0c5d94ffe.css.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/Users/wangqi/myself/incubator-shardingsphere-benchmark/shadingsphere-benchmark-ui/src/components/Footer/index.vue","/Users/wangqi/myself/incubator-shardingsphere-benchmark/shadingsphere-benchmark-ui/src/components/Container/src/components/Container/index.vue","index.vue","/Users/wangqi/myself/incubator-shardingsphere-benchmark/shadingsphere-benchmark-ui/src/views/sharding-proxy-single-database-single-table/src/views/sharding-proxy-single-database-single-table/in [...]
\ No newline at end of file
diff --git a/web/dist/static/css/vendors~app.cdf9f8326e5895b6ebcb.css b/shadingsphere-benchmark-ui/dist/static/css/vendors~app.a1724e8a5763286d19a6.css
similarity index 100%
rename from web/dist/static/css/vendors~app.cdf9f8326e5895b6ebcb.css
rename to shadingsphere-benchmark-ui/dist/static/css/vendors~app.a1724e8a5763286d19a6.css
diff --git a/shadingsphere-benchmark-ui/dist/static/css/vendors~app.a1724e8a5763286d19a6.css.map b/shadingsphere-benchmark-ui/dist/static/css/vendors~app.a1724e8a5763286d19a6.css.map
new file mode 100644
index 0000000..2046b97
--- /dev/null
+++ b/shadingsphere-benchmark-ui/dist/static/css/vendors~app.a1724e8a5763286d19a6.css.map
@@ -0,0 +1 @@
+{"version":3,"sources":["/Users/wangqi/myself/incubator-shardingsphere-benchmark/shadingsphere-benchmark-ui/node_modules/vue-echarts/components/node_modules/vue-echarts/components/ECharts.vue","ECharts.vue","/Users/wangqi/myself/incubator-shardingsphere-benchmark/shadingsphere-benchmark-ui/node_modules/iview/dist/styles/iview.css"],"names":[],"mappings":"AAKA,SACA,WAAA,CACA,YCCA,CCRA,eAAkE,0CAA0C,CAAC,yBAA2O,GAAiC,mBAAmB,CAAC,IAAqC,wBAAwB,CAAC,GAAoC,uBAAwB,CAAC,CAAC,qDAAqD,qBAAA,CAAsB,wB [...]
\ No newline at end of file
diff --git a/web/dist/static/fonts/ionicons.143146f.woff2 b/shadingsphere-benchmark-ui/dist/static/fonts/ionicons.143146f.woff2
similarity index 100%
rename from web/dist/static/fonts/ionicons.143146f.woff2
rename to shadingsphere-benchmark-ui/dist/static/fonts/ionicons.143146f.woff2
diff --git a/web/dist/static/fonts/ionicons.99ac330.woff b/shadingsphere-benchmark-ui/dist/static/fonts/ionicons.99ac330.woff
similarity index 100%
rename from web/dist/static/fonts/ionicons.99ac330.woff
rename to shadingsphere-benchmark-ui/dist/static/fonts/ionicons.99ac330.woff
diff --git a/web/dist/static/fonts/ionicons.d535a25.ttf b/shadingsphere-benchmark-ui/dist/static/fonts/ionicons.d535a25.ttf
similarity index 100%
rename from web/dist/static/fonts/ionicons.d535a25.ttf
rename to shadingsphere-benchmark-ui/dist/static/fonts/ionicons.d535a25.ttf
diff --git a/web/dist/static/img/ionicons.a2c4a26.svg b/shadingsphere-benchmark-ui/dist/static/img/ionicons.a2c4a26.svg
similarity index 100%
rename from web/dist/static/img/ionicons.a2c4a26.svg
rename to shadingsphere-benchmark-ui/dist/static/img/ionicons.a2c4a26.svg
diff --git a/web/dist/static/img/logo.80b4bf4.png b/shadingsphere-benchmark-ui/dist/static/img/logo.80b4bf4.png
similarity index 100%
rename from web/dist/static/img/logo.80b4bf4.png
rename to shadingsphere-benchmark-ui/dist/static/img/logo.80b4bf4.png
diff --git a/web/dist/static/js/0.e5400eaedb28b6957df7.js b/shadingsphere-benchmark-ui/dist/static/js/0.e5400eaedb28b6957df7.js
similarity index 100%
rename from web/dist/static/js/0.e5400eaedb28b6957df7.js
rename to shadingsphere-benchmark-ui/dist/static/js/0.e5400eaedb28b6957df7.js
diff --git a/web/dist/static/js/0.e5400eaedb28b6957df7.js.map b/shadingsphere-benchmark-ui/dist/static/js/0.e5400eaedb28b6957df7.js.map
similarity index 100%
rename from web/dist/static/js/0.e5400eaedb28b6957df7.js.map
rename to shadingsphere-benchmark-ui/dist/static/js/0.e5400eaedb28b6957df7.js.map
diff --git a/shadingsphere-benchmark-ui/dist/static/js/1.8ae2eeb708eaf2f73bea.js b/shadingsphere-benchmark-ui/dist/static/js/1.8ae2eeb708eaf2f73bea.js
new file mode 100644
index 0000000..9a72bfe
--- /dev/null
+++ b/shadingsphere-benchmark-ui/dist/static/js/1.8ae2eeb708eaf2f73bea.js
@@ -0,0 +1,2 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{"+iSB":function(r,t,a){"use strict";var e=a("ekN0");a.n(e).a},"+n12":function(r,t,a){"use strict";var e=a("TqRt");Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"mysqlVsShardingproxy",{enumerable:!0,get:function(){return o.default}}),Object.defineProperty(t,"shardingProxyMasterSlaveSharding",{enumerable:!0,get:function(){return u.default}}),Object.defineProperty(t,"shardingProxyMasterSlave",{enumerable:!0, [...]
+//# sourceMappingURL=1.8ae2eeb708eaf2f73bea.js.map
\ No newline at end of file
diff --git a/web/dist/static/js/1.cf42e9f4242e4f46a958.js.map b/shadingsphere-benchmark-ui/dist/static/js/1.8ae2eeb708eaf2f73bea.js.map
similarity index 99%
rename from web/dist/static/js/1.cf42e9f4242e4f46a958.js.map
rename to shadingsphere-benchmark-ui/dist/static/js/1.8ae2eeb708eaf2f73bea.js.map
index eb54330..cd734ff 100644
--- a/web/dist/static/js/1.cf42e9f4242e4f46a958.js.map
+++ b/shadingsphere-benchmark-ui/dist/static/js/1.8ae2eeb708eaf2f73bea.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///./src/views/sharding-proxy-master-slave-sharding/index.vue?39b2","webpack:///./src/utils/utils.js","webpack:///./src/views/sharding-proxy-single-database-single-table/index.vue","webpack:///./src/views/mysql-vs-sharding/index.vue?ddb8","webpack:///./src/views/sharding-proxy-single-database-single-table/index.vue?941d","webpack:///./src/views/sharding-proxy-single-database-single-table/index.vue?27e0","webpack:///./src/views/sharding-proxy-single-databa [...]
\ No newline at end of file
+{"version":3,"sources":["webpack:///./src/views/sharding-proxy-master-slave-sharding/index.vue?39b2","webpack:///./src/utils/utils.js","webpack:///./src/views/sharding-proxy-single-database-single-table/index.vue","webpack:///./src/views/mysql-vs-sharding/index.vue?ddb8","webpack:///./src/views/sharding-proxy-single-database-single-table/index.vue?941d","webpack:///./src/views/sharding-proxy-single-database-single-table/index.vue?27e0","webpack:///./src/views/sharding-proxy-single-databa [...]
\ No newline at end of file
diff --git a/web/dist/static/js/3.b71e0b2704c62b9dbb40.js b/shadingsphere-benchmark-ui/dist/static/js/3.2e09e46dd9a153d4f5e5.js
similarity index 99%
rename from web/dist/static/js/3.b71e0b2704c62b9dbb40.js
rename to shadingsphere-benchmark-ui/dist/static/js/3.2e09e46dd9a153d4f5e5.js
index df42350..b159244 100644
--- a/web/dist/static/js/3.b71e0b2704c62b9dbb40.js
+++ b/shadingsphere-benchmark-ui/dist/static/js/3.2e09e46dd9a153d4f5e5.js
@@ -29,4 +29,4 @@
  * Released under the MIT License.
  */
 var n=Object.freeze({});function i(e){return null==e}function r(e){return null!=e}function a(e){return!0===e}function o(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function s(e){return null!==e&&"object"==typeof e}var l=Object.prototype.toString;function u(e){return"[object Object]"===l.call(e)}function c(e){return"[object RegExp]"===l.call(e)}function d(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function f(e){r [...]
-//# sourceMappingURL=3.b71e0b2704c62b9dbb40.js.map
\ No newline at end of file
+//# sourceMappingURL=3.2e09e46dd9a153d4f5e5.js.map
\ No newline at end of file
diff --git a/shadingsphere-benchmark-ui/dist/static/js/3.2e09e46dd9a153d4f5e5.js.map b/shadingsphere-benchmark-ui/dist/static/js/3.2e09e46dd9a153d4f5e5.js.map
new file mode 100644
index 0000000..978e2c5
--- /dev/null
+++ b/shadingsphere-benchmark-ui/dist/static/js/3.2e09e46dd9a153d4f5e5.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["webpack:///static/js/3.b71e0b2704c62b9dbb40.js"],"names":["window","push","+TT/","module","exports","__webpack_require__","zrUtil","BoundingRect","parsePercent","formatUtil","each","LOCATION_PARAMS","HV_NAMES","boxLayout","orient","group","gap","maxWidth","maxHeight","x","y","Infinity","currentLineMaxSize","eachChild","child","idx","nextX","nextY","position","rect","getBoundingRect","nextChild","childAt","nextChildRect","moveX","width","newline","height","Math"," [...]
\ No newline at end of file
diff --git a/web/dist/static/js/manifest.2631434a61cccb023edf.js b/shadingsphere-benchmark-ui/dist/static/js/manifest.2631434a61cccb023edf.js
similarity index 100%
rename from web/dist/static/js/manifest.2631434a61cccb023edf.js
rename to shadingsphere-benchmark-ui/dist/static/js/manifest.2631434a61cccb023edf.js
diff --git a/web/dist/static/js/manifest.2631434a61cccb023edf.js.map b/shadingsphere-benchmark-ui/dist/static/js/manifest.2631434a61cccb023edf.js.map
similarity index 100%
rename from web/dist/static/js/manifest.2631434a61cccb023edf.js.map
rename to shadingsphere-benchmark-ui/dist/static/js/manifest.2631434a61cccb023edf.js.map
diff --git a/web/favicon.ico b/shadingsphere-benchmark-ui/favicon.ico
similarity index 100%
rename from web/favicon.ico
rename to shadingsphere-benchmark-ui/favicon.ico
diff --git a/web/dist/favicon.png b/shadingsphere-benchmark-ui/favicon.png
similarity index 100%
rename from web/dist/favicon.png
rename to shadingsphere-benchmark-ui/favicon.png
diff --git a/web/index.html b/shadingsphere-benchmark-ui/index.html
similarity index 100%
rename from web/index.html
rename to shadingsphere-benchmark-ui/index.html
diff --git a/web/package.json b/shadingsphere-benchmark-ui/package.json
similarity index 100%
rename from web/package.json
rename to shadingsphere-benchmark-ui/package.json
diff --git a/web/src/App.vue b/shadingsphere-benchmark-ui/src/App.vue
similarity index 100%
rename from web/src/App.vue
rename to shadingsphere-benchmark-ui/src/App.vue
diff --git a/web/src/assets/logo.png b/shadingsphere-benchmark-ui/src/assets/logo.png
similarity index 100%
rename from web/src/assets/logo.png
rename to shadingsphere-benchmark-ui/src/assets/logo.png
diff --git a/web/src/assets/logo_top.png b/shadingsphere-benchmark-ui/src/assets/logo_top.png
similarity index 100%
rename from web/src/assets/logo_top.png
rename to shadingsphere-benchmark-ui/src/assets/logo_top.png
diff --git a/web/src/components/Container/index.vue b/shadingsphere-benchmark-ui/src/components/Container/index.vue
similarity index 100%
rename from web/src/components/Container/index.vue
rename to shadingsphere-benchmark-ui/src/components/Container/index.vue
diff --git a/web/src/components/Footer/index.vue b/shadingsphere-benchmark-ui/src/components/Footer/index.vue
similarity index 100%
rename from web/src/components/Footer/index.vue
rename to shadingsphere-benchmark-ui/src/components/Footer/index.vue
diff --git a/web/src/main.js b/shadingsphere-benchmark-ui/src/main.js
similarity index 100%
rename from web/src/main.js
rename to shadingsphere-benchmark-ui/src/main.js
diff --git a/web/src/router/index.js b/shadingsphere-benchmark-ui/src/router/index.js
similarity index 100%
rename from web/src/router/index.js
rename to shadingsphere-benchmark-ui/src/router/index.js
diff --git a/web/src/utils/line.js b/shadingsphere-benchmark-ui/src/utils/line.js
similarity index 100%
rename from web/src/utils/line.js
rename to shadingsphere-benchmark-ui/src/utils/line.js
diff --git a/web/src/utils/mixin.js b/shadingsphere-benchmark-ui/src/utils/mixin.js
similarity index 100%
rename from web/src/utils/mixin.js
rename to shadingsphere-benchmark-ui/src/utils/mixin.js
diff --git a/web/src/utils/utils.js b/shadingsphere-benchmark-ui/src/utils/utils.js
similarity index 100%
rename from web/src/utils/utils.js
rename to shadingsphere-benchmark-ui/src/utils/utils.js
diff --git a/web/src/views/mysql-vs-sharding/index.vue b/shadingsphere-benchmark-ui/src/views/mysql-vs-sharding/index.vue
similarity index 100%
rename from web/src/views/mysql-vs-sharding/index.vue
rename to shadingsphere-benchmark-ui/src/views/mysql-vs-sharding/index.vue
diff --git a/web/src/views/sharding-proxy-master-slave-sharding/index.vue b/shadingsphere-benchmark-ui/src/views/sharding-proxy-master-slave-sharding/index.vue
similarity index 100%
rename from web/src/views/sharding-proxy-master-slave-sharding/index.vue
rename to shadingsphere-benchmark-ui/src/views/sharding-proxy-master-slave-sharding/index.vue
diff --git a/web/src/views/sharding-proxy-master-slave/index.vue b/shadingsphere-benchmark-ui/src/views/sharding-proxy-master-slave/index.vue
similarity index 100%
rename from web/src/views/sharding-proxy-master-slave/index.vue
rename to shadingsphere-benchmark-ui/src/views/sharding-proxy-master-slave/index.vue
diff --git a/web/src/views/sharding-proxy-single-database-single-table/index.vue b/shadingsphere-benchmark-ui/src/views/sharding-proxy-single-database-single-table/index.vue
similarity index 100%
rename from web/src/views/sharding-proxy-single-database-single-table/index.vue
rename to shadingsphere-benchmark-ui/src/views/sharding-proxy-single-database-single-table/index.vue
diff --git a/web/static/.gitkeep b/shadingsphere-benchmark-ui/static/.gitkeep
similarity index 100%
rename from web/static/.gitkeep
rename to shadingsphere-benchmark-ui/static/.gitkeep
diff --git a/web/dist/static/404.html b/shadingsphere-benchmark-ui/static/404.html
similarity index 100%
rename from web/dist/static/404.html
rename to shadingsphere-benchmark-ui/static/404.html
diff --git a/web/dist/static/css/default~app.1f40751b8ed4f6fdbca3.css.map b/web/dist/static/css/default~app.1f40751b8ed4f6fdbca3.css.map
deleted file mode 100644
index d9fa872..0000000
--- a/web/dist/static/css/default~app.1f40751b8ed4f6fdbca3.css.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sources":["/Users/wangqi/myself/incubator-shardingsphere-benchmark/web/src/components/Footer/index.vue","/Users/wangqi/myself/incubator-shardingsphere-benchmark/web/src/components/Container/src/components/Container/index.vue","index.vue","/Users/wangqi/myself/incubator-shardingsphere-benchmark/web/src/views/sharding-proxy-single-database-single-table/src/views/sharding-proxy-single-database-single-table/index.vue"],"names":[],"mappings":"AAgBA,iCACE,aAAA,CACA,UAAA,CACA,cAAA [...]
\ No newline at end of file
diff --git a/web/dist/static/css/vendors~app.cdf9f8326e5895b6ebcb.css.map b/web/dist/static/css/vendors~app.cdf9f8326e5895b6ebcb.css.map
deleted file mode 100644
index 91daad3..0000000
--- a/web/dist/static/css/vendors~app.cdf9f8326e5895b6ebcb.css.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sources":["/Users/wangqi/myself/incubator-shardingsphere-benchmark/web/node_modules/vue-echarts/components/node_modules/vue-echarts/components/ECharts.vue","ECharts.vue","/Users/wangqi/myself/incubator-shardingsphere-benchmark/web/node_modules/iview/dist/styles/iview.css"],"names":[],"mappings":"AAKA,SACA,WAAA,CACA,YCCA,CCRA,eAAkE,0CAA0C,CAAC,yBAA2O,GAAiC,mBAAmB,CAAC,IAAqC,wBAAwB,CAAC,GAAoC,uBAAwB,CAAC,CAAC,qDAAqD,qBAAA,CAAsB,wBAAwB,CAAC,iGAAiG,wBAAA,CAAyB,4BAA4B,CAAC,2BAA2 [...]
\ No newline at end of file
diff --git a/web/dist/static/js/1.cf42e9f4242e4f46a958.js b/web/dist/static/js/1.cf42e9f4242e4f46a958.js
deleted file mode 100644
index f075173..0000000
--- a/web/dist/static/js/1.cf42e9f4242e4f46a958.js
+++ /dev/null
@@ -1,2 +0,0 @@
-(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{"+iSB":function(r,t,a){"use strict";var e=a("ekN0");a.n(e).a},"+n12":function(r,t,a){"use strict";var e=a("TqRt");Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"mysqlVsShardingproxy",{enumerable:!0,get:function(){return o.default}}),Object.defineProperty(t,"shardingProxyMasterSlaveSharding",{enumerable:!0,get:function(){return n.default}}),Object.defineProperty(t,"shardingProxyMasterSlave",{enumerable:!0, [...]
-//# sourceMappingURL=1.cf42e9f4242e4f46a958.js.map
\ No newline at end of file
diff --git a/web/dist/static/js/3.b71e0b2704c62b9dbb40.js.map b/web/dist/static/js/3.b71e0b2704c62b9dbb40.js.map
deleted file mode 100644
index d128285..0000000
--- a/web/dist/static/js/3.b71e0b2704c62b9dbb40.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sources":["webpack:///./node_modules/echarts/lib/util/layout.js","webpack:///./node_modules/echarts/lib/component/axis/AxisBuilder.js","webpack:///./node_modules/echarts/lib/preprocessor/backwardCompat.js","webpack:///./node_modules/lodash/isSymbol.js","webpack:///./node_modules/echarts/lib/visual/seriesColor.js","webpack:///./node_modules/echarts/lib/processor/dataSample.js","webpack:///./node_modules/echarts/lib/model/mixin/textStyle.js","webpack:///./node_modules/echarts [...]
\ No newline at end of file