mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Moved applications/turtle_bench to tests/bench_test
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@325 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
8b5623bc1d
commit
4c013650ed
14 changed files with 19 additions and 19 deletions
5
src/tests/bench_test/Jamfile.v2
Normal file
5
src/tests/bench_test/Jamfile.v2
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import template-profile ;
|
||||
template-profile turtle_bench : turtle_bench.cpp
|
||||
: <include>../../libraries
|
||||
: <include>d:\\dev\\include
|
||||
;
|
||||
0
src/tests/bench_test/Jamroot
Normal file
0
src/tests/bench_test/Jamroot
Normal file
14
src/tests/bench_test/turtle_bench_0_class.cpp
Normal file
14
src/tests/bench_test/turtle_bench_0_class.cpp
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
//
|
||||
// Copyright Mathieu Champlon 2011
|
||||
//
|
||||
// Distributed under the Boost Software License, Version 1.0. (See
|
||||
// accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
|
||||
#include <turtle/mock.hpp>
|
||||
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
10
src/tests/bench_test/turtle_bench_0_class_10_max_args.cpp
Normal file
10
src/tests/bench_test/turtle_bench_0_class_10_max_args.cpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
//
|
||||
// Copyright Mathieu Champlon 2011
|
||||
//
|
||||
// Distributed under the Boost Software License, Version 1.0. (See
|
||||
// accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
|
||||
#define MOCK_MAX_ARGS 10
|
||||
#include <turtle/mock.hpp>
|
||||
10
src/tests/bench_test/turtle_bench_0_class_20_max_args.cpp
Normal file
10
src/tests/bench_test/turtle_bench_0_class_20_max_args.cpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
//
|
||||
// Copyright Mathieu Champlon 2011
|
||||
//
|
||||
// Distributed under the Boost Software License, Version 1.0. (See
|
||||
// accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
|
||||
#define MOCK_MAX_ARGS 20
|
||||
#include <turtle/mock.hpp>
|
||||
10
src/tests/bench_test/turtle_bench_0_class_30_max_args.cpp
Normal file
10
src/tests/bench_test/turtle_bench_0_class_30_max_args.cpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
//
|
||||
// Copyright Mathieu Champlon 2011
|
||||
//
|
||||
// Distributed under the Boost Software License, Version 1.0. (See
|
||||
// accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
|
||||
#define MOCK_MAX_ARGS 30
|
||||
#include <turtle/mock.hpp>
|
||||
File diff suppressed because it is too large
Load diff
1073
src/tests/bench_test/turtle_bench_30_classes_30_methods_9_args.cpp
Normal file
1073
src/tests/bench_test/turtle_bench_30_classes_30_methods_9_args.cpp
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue