added a simple benchmarking suite
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
33
tests/benchmarks/bench.bkl
Normal file
33
tests/benchmarks/bench.bkl
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id: test.bkl 54614 2008-07-14 02:19:34Z VZ $ -->
|
||||
|
||||
<makefile>
|
||||
<include file="../../build/bakefiles/common_samples.bkl"/>
|
||||
|
||||
<template id="wx_bench">
|
||||
</template>
|
||||
|
||||
<exe id="bench" template="wx_sample_console,wx_bench"
|
||||
template_append="wx_append_base">
|
||||
<sources>
|
||||
bench.cpp
|
||||
strings.cpp
|
||||
</sources>
|
||||
<wx-lib>base</wx-lib>
|
||||
</exe>
|
||||
|
||||
<!-- this is unused yet
|
||||
<exe id="bench_gui" template="wx_sample,wx_bench"
|
||||
template_append="wx_append"
|
||||
cond="USE_GUI=='1'">
|
||||
|
||||
<app-type>console</app-type>
|
||||
|
||||
<sources>
|
||||
bench.cpp
|
||||
</sources>
|
||||
<wx-lib>core</wx-lib>
|
||||
<wx-lib>base</wx-lib>
|
||||
</exe>
|
||||
-->
|
||||
</makefile>
|
Reference in New Issue
Block a user