Comment #3 on issue 5797 by
[hidden email]: Adding announcements
on open and delete for morphs
http://code.google.com/p/pharo/issues/detail?id=5797I'm not an expert of benchmarcks but with the following code opening 10
nautilus (which is preety heavy)
[
1to: 10 do: [ :i |
| b |
b := Smalltalk tools browser open.
b ui window delete.
]
] timeToRun.
I got
"6 runs without announcements"
7540 7372 7370 7104 7590 7820.
"6 runs with announcements"
7556 7102 7532 7614 7739 7730
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker