File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < title > Benchmarks for Vanillajs-3 </ title >
4
+ < title > Benchmarks for SonnetJS </ title >
5
5
< link href ="/css/currentStyle.css " rel ="stylesheet " />
6
6
</ head >
7
7
< body >
Original file line number Diff line number Diff line change 4
4
"description" : " SonnetJS Demo" ,
5
5
"private" : true ,
6
6
"js-framework-benchmark" : {
7
- "frameworkVersionFromPackage" : " sonnetjs" ,
7
+ "frameworkVersionFromPackage" : " @ sonnetjs/core " ,
8
8
"frameworkHomeURL" : " https://sonnet.js.org/" ,
9
9
"customURL" : " /dist"
10
10
},
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ class App extends SonnetComponent {
95
95
96
96
for ( let [ key , value ] of Object . entries ( {
97
97
run : this . run ,
98
- runlots : this . run ( 10000 ) ,
98
+ runlots : ( ) => this . run ( 10000 ) ,
99
99
add : this . add ,
100
100
update : this . update ,
101
101
clear : this . clear ,
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < title > Benchmarks for Vanillajs-3 </ title >
4
+ < title > Benchmarks for SonnetJS </ title >
5
5
< link href ="/css/currentStyle.css " rel ="stylesheet " />
6
6
</ head >
7
7
< body >
Original file line number Diff line number Diff line change 4
4
"description" : " SonnetJS Demo" ,
5
5
"private" : true ,
6
6
"js-framework-benchmark" : {
7
- "frameworkVersionFromPackage" : " sonnetjs" ,
7
+ "frameworkVersionFromPackage" : " @ sonnetjs/core " ,
8
8
"frameworkHomeURL" : " https://sonnet.js.org/" ,
9
9
"customURL" : " /dist"
10
10
},
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ class App extends SonnetComponent {
95
95
96
96
for ( let [ key , value ] of Object . entries ( {
97
97
run : this . run ,
98
- runlots : this . run ( 10000 ) ,
98
+ runlots : ( ) => this . run ( 10000 ) ,
99
99
add : this . add ,
100
100
update : this . update ,
101
101
clear : this . clear ,
You can’t perform that action at this time.
0 commit comments