optimize Replace() to use a linear algorithm (closes #9135)
[wxWidgets.git] / tests / benchmarks / bench.bkl
1 <?xml version="1.0" ?>
2 <!-- $Id: test.bkl 54614 2008-07-14 02:19:34Z VZ $ -->
3
4 <makefile>
5     <include file="../../build/bakefiles/common_samples.bkl"/>
6
7     <template id="wx_bench">
8     </template>
9
10     <exe id="bench" template="wx_sample_console,wx_bench"
11                     template_append="wx_append_base">
12         <sources>
13             bench.cpp
14             htmlparser/htmlpars.cpp
15             htmlparser/htmltag.cpp
16             ipcclient.cpp
17             mbconv.cpp
18             strings.cpp
19             tls.cpp
20         </sources>
21         <wx-lib>base</wx-lib>
22         <wx-lib>net</wx-lib>
23     </exe>
24
25     <wx-data id="data">
26         <files>htmltest.html</files>
27     </wx-data>
28
29     <!-- this is unused yet
30     <exe id="bench_gui" template="wx_sample,wx_bench"
31                        template_append="wx_append"
32          cond="USE_GUI=='1'">
33
34         <app-type>console</app-type>
35
36         <sources>
37             bench.cpp
38         </sources>
39         <wx-lib>core</wx-lib>
40         <wx-lib>base</wx-lib>
41     </exe>
42     -->
43 </makefile>