Changes between Initial Version and Version 1 of Ticket #12279, comment 12
- Timestamp:
- Sep 4, 2014, 9:17:32 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12279, comment 12
initial v1 1 First of all - do not test microptimisations alone. Never do that. You just tested empty loop or no loop at all.1 First of all - do not create microbenchmarks. Never do that. You just tested empty loop or no loop at all. 2 2 3 3 Second - the reason for this changes is sanity - it simply does not make sense to test the value every time or make variable assignments when they are totally unnecessary there.