File tree Expand file tree Collapse file tree 10 files changed +21
-18
lines changed Expand file tree Collapse file tree 10 files changed +21
-18
lines changed Original file line number Diff line number Diff line change 31
31
"sixspeed" : " 426" ,
32
32
"renderflat" : " 893" ,
33
33
"renderdeep" : " 1084" ,
34
- "size" : " 4.3/6.5 "
34
+ "size" : " TODO "
35
35
},
36
36
{
37
37
"npm" : " 216113.0.3" ,
50
50
"sixspeed" : " 431" ,
51
51
"renderflat" : " 878" ,
52
52
"renderdeep" : " 1208" ,
53
- "size" : " 4.4/6.6 "
53
+ "size" : " TODO "
54
54
},
55
55
{
56
56
"npm" : " -" ,
70
70
"sixspeed" : " 410" ,
71
71
"renderflat" : " 900" ,
72
72
"renderdeep" : " 1350" ,
73
- "size" : " 4.3/6.5 "
73
+ "size" : " TODO "
74
74
},
75
75
{
76
76
"npm" : " -" ,
83
83
},
84
84
"revision" : " 216113" ,
85
85
"revisionDate" : " 2017-05-03" ,
86
- "tti" : " TODO " ,
86
+ "tti" : " 563 " ,
87
87
"sunspider" : " 1045" ,
88
88
"jetstream" : " 9164" ,
89
89
"octane2" : " 3856" ,
90
90
"sixspeed" : " 574" ,
91
91
"renderflat" : " 900" ,
92
92
"renderdeep" : " 1165" ,
93
- "size" : " 4.3/6.5 "
93
+ "size" : " 7.0/? "
94
94
},
95
95
{
96
96
"npm" : " -" ,
Original file line number Diff line number Diff line change @@ -44,8 +44,6 @@ function run() {
44
44
45
45
const resultLines = _ . split ( resultsStr , '\n' ) ;
46
46
parseAndPrintTestResults ( resultLines ) ;
47
-
48
- exec . execSync ( `find ./android/app/build/intermediates/transforms/mergeJniLibs/release | xargs ls -lh` ) ;
49
47
}
50
48
51
49
function parseAndPrintTestResults ( resultLines ) {
Original file line number Diff line number Diff line change 1
- #! /bin/bash -ex
1
+ #! /bin/bash -e
2
2
3
3
SCRIPT_DIR=$( cd ` dirname $0 ` ; pwd)
4
4
export ANDROID_API=21
@@ -13,14 +13,14 @@ compile_arch() {
13
13
}
14
14
15
15
compile () {
16
- for arch in arm x86
16
+ for arch in arm # x86
17
17
do
18
18
export JSC_ARCH=$arch
19
19
export ENABLE_COMPAT=1
20
20
compile_arch
21
21
done
22
22
23
- for arch in arm64 x86_64
23
+ for arch in arm64 # x86_64
24
24
do
25
25
export JSC_ARCH=$arch
26
26
export ENABLE_COMPAT=0
Original file line number Diff line number Diff line change 1
- #! /bin/bash -ex
1
+ #! /bin/bash -e
2
2
3
3
# functions
4
4
fix_zero_value_flag () {
Original file line number Diff line number Diff line change 1
- #! /bin/bash -ex
1
+ #! /bin/bash -e
2
2
3
3
SCRIPT_DIR=$( cd ` dirname $0 ` ; pwd)
4
4
source $SCRIPT_DIR /common.sh
Original file line number Diff line number Diff line change 1
- #! /bin/bash -ex
1
+ #! /bin/bash -e
2
2
3
3
SCRIPT_DIR=$( cd ` dirname $0 ` ; pwd)
4
4
source $SCRIPT_DIR /common.sh
Original file line number Diff line number Diff line change 1
- #! /bin/bash -ex
1
+ #! /bin/bash -e
2
2
3
3
SCRIPT_DIR=$( cd ` dirname $0 ` ; pwd)
4
4
source $SCRIPT_DIR /common.sh
Original file line number Diff line number Diff line change 1
- #! /bin/bash -ex
1
+ #! /bin/bash -e
2
2
3
3
# download sources
4
4
rm -rf $PWD /build
Original file line number Diff line number Diff line change 1
- #! /bin/bash -ex
1
+ #! /bin/bash -e
2
2
3
3
ROOTDIR=$PWD
4
4
TARGETDIR=$ROOTDIR /build/target
Original file line number Diff line number Diff line change 1
- #! /bin/bash -ex
1
+ #! /bin/bash -e
2
2
3
3
ROOTDIR=$PWD
4
4
REVISION=$( svn info --show-item last-changed-revision " https://svn.webkit.org/repository/webkit/releases/WebKitGTK/webkit-${npm_package_config_webkitGTK} " )
@@ -14,5 +14,10 @@ cd $ROOTDIR/lib
14
14
./gradlew clean createAAR --project-prop revision=" $REVISION " --project-prop i18n=" $npm_package_config_i18n "
15
15
cd $ROOTDIR
16
16
17
- printf " \n\n\n\n\n\t\t\tCompiled Version: \x1B[32m$REVISION \x1B[0m\n\n\n\nconfig:\n$CONFIG \n\ninfo:\n$INFO \n\n"
17
+ SIZE=$( du -ah $ROOTDIR /build/compiled)
18
+
19
+ printf " \n\n\n\n\n\t\t\tCompiled Version: \x1B[32m$REVISION \x1B[0m\n\n\n"
20
+ printf " Config:\t$CONFIG \n\n"
21
+ printf " Info:\t$INFO \n\n"
22
+ printf " Size:\t$SIZE \n\n"
18
23
say -v Carmit " I am not slacking off, my code's compiling."
You can’t perform that action at this time.
0 commit comments