ReadMe.txt revision c73f511526464f8e56c242df80552e9b0d94ae3d
1**********************************************************************
2* Copyright (c) 2002-2010,International Business Machines
3* Corporation and others.  All Rights Reserved.
4**********************************************************************
5**********************************************************************
6
7
8The purpose of this performance test is to test the "real world" applications of ICU, such as Date Formatting and the Break Iterator.  In both of these cases, the performance test function does all of the work, i.e. initializing, formatting, etc.
9
10There is no Perl script associated with this performance test, due to the fact that the performance test results in a different time if it is allowed to run more than once per execution of the executable.  We are only interested in the first time returned by the executable in order to maintain accurate "real world" results.  For this to happen, make sure to run the executable with the -i 1 and -p 1 options.
11
12There are 7 tests contained in this performance test:
13DateFmt250: Tests date formatting with 250 dates
14DateFmt10000: Tests date formatting with 10,000 dates
15DateFmt100000: Tests date formatting with 100,000 dates
16BreakItWord250: Tests word break iteration with 250 iterations.
17BreakItWord10000: Tests word break iteration with 10000 iterations.
18BreakItChar250: Tests character break iteration with 250 iterations.
19BreakItChar10000: Tests character break iteration with 10000 iterations.
20
21For example:
22datefmtperf.exe -i 1 -p 1 DateFmt250