The Trunk: Tests-fbs.269.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Tests-fbs.269.mcz

commits-2
Frank Shearar uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-fbs.269.mcz

==================== Summary ====================

Name: Tests-fbs.269
Author: fbs
Time: 26 November 2013, 9:50:22.895 pm
UUID: 9a515ea0-3bc4-ad4d-8931-b569d65c4eeb
Ancestors: Tests-fbs.268

This is a test, even though it's not a unit test.

=============== Diff against Tests-fbs.268 ===============

Item was added:
+ ----- Method: InflateStream>>profile (in category '*Tests-Compression') -----
+ profile
+ "Profile the decompression speed"
+ MessageTally spyOn:[self decompressAll].!