parent
6f7f543b07
commit
203df39c30
8 changed files with 84 additions and 183 deletions
|
|
@ -358,16 +358,9 @@ var Root = {
|
|||
}
|
||||
}
|
||||
|
||||
suite.add({
|
||||
name : "repeated trees (recycling)",
|
||||
fn : function () {
|
||||
m.render(scratch, [m(Root)])
|
||||
m.render(scratch, [])
|
||||
}
|
||||
})
|
||||
|
||||
suite.add({
|
||||
name : "repeated trees (no recycling)",
|
||||
name : "repeated trees",
|
||||
fn : function () {
|
||||
m.render(scratch, [m(Root)])
|
||||
m.render(scratch, [])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue