mirror of
https://github.com/yewprint/yewprint
synced 2024-11-22 03:23:03 +00:00
Remove perf test tweaks
This commit is contained in:
parent
74c1048716
commit
e0da08cf6a
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ impl Component for App {
|
|||
InsertBehavior::UnderNode(&root_id),
|
||||
)
|
||||
.unwrap();
|
||||
for i in 0..500 {
|
||||
for i in 0..10 {
|
||||
let dir2 = tree
|
||||
.insert(
|
||||
Node::new(NodeData {
|
||||
|
@ -69,7 +69,7 @@ impl Component for App {
|
|||
InsertBehavior::UnderNode(&dir1),
|
||||
)
|
||||
.unwrap();
|
||||
for i in 0..500 {
|
||||
for i in 0..10 {
|
||||
tree.insert(
|
||||
Node::new(NodeData {
|
||||
icon: Some(IconName::Document),
|
||||
|
|
Loading…
Reference in a new issue