Projects tagged ‘performance’, ‘test’, and ‘testing’


[7 total ]

18 Users
   

The Eclipse Test and Performance Tools Platform (TPTP) provides a set of building blocks for creating tools to test and monitor a distributed application. This include Java profiling and automated and ... [More] managed test suites. For example you can do JVM profiling of a local or remote Java application. You can also record and drive HTTP load test or JUnit tests. In addition there is tooling to monitor system resources as well as collect and analyze log files. [Less]
Created over 3 years ago.

2 Users
 

The MPI Testing Tool (MTT) is a project initiated by the Open MPI project for comprehensive, distributed testing of MPI software packages. MTT is designed to be run in a fully automated fashion ... [More] (e.g., able to be run via cron on a regular basis). It focuses on providing correctness and performance testing across many different impementations and versions of MPI software. The Open MPI Project uses MTT mainly for nightly regression testing of its own software, but also uses it for performance comparisons to other MPI implementations. Note that MTT is not dependent on/does not require Open MPI. [Less]
Created over 2 years ago.

1 Users

benerator is a framework for creating realistic and valid high-volume test data, used for testing (unit/integration/load) and showcase setup. Metadata constraints are imported from systems and/or ... [More] configuration files. Data can be imported from and exported to files and systems, anonymized or generated from scratch. Domain packages provide reusable generators for creating domain-specific data as names and addresses internationalizable in language and region. It is strongly customizable with plugins and configuration options. [Less]
Created about 1 year ago.

0 Users

With DBFeeder you can generate testdata for Oracle Databases which fits primary and foreign keys of tables. A file-based configuration systems allows in-depth customization of the type of data which is generated.
Created about 1 year ago.

0 Users

ActionScript 3 performances unit testing frameworkzanbench is a lightweight actionscript 3 framework for performances testing. It allow you to write benchmarks in a xUnit like style : Create a ... [More] BenchmarkCase by inheriting from BenchmarkCase or implementing Benchmarkable Write tests methods (basicaly, something you want to loop over) Tag these tests methods with the Benchmark metadata tag If needed, define callback's actions in four methods : prepare() : called before any test method setUp() : called before each test method tearDown() : called after each test method clean() : called after all test methods add your BenchmarkCase to a suite run the suite zanbench let you split the tests methods iterations in runs, and define delay between these runs. This allow you to have more control over the system resources usage for very loud benchmarks. zanbench is in it's very first release, more features will come over time. --- There isn't any wiki page yet. If you want to learn about using zanbench, just have a look to the examples provided with the sources [Less]
Created 4 months ago.

0 Users

This tool takes a WCF trace file and a WCF client proxy, or a WCF interface contract, and generates a unit test that replays the same sequence of calls found in the trace file. The code generated is ... [More] easily modifiable so that data variation can be introduced for the purpose of doing performance testing. The tool generates code for both Visual Studio 2005 and Visual Studio 2008. It also installs a wizard into both editions of Visual Studio for creating the trace and processing it from inside Visual Studio. If both editions are present the tool is installed into both editions. The source code is a Visual Studio 2005 project. [Less]
Created 10 months ago.

0 Users

This tool takes a SQL Profiler trace file and generates a unit test that replays the same sequence of database calls found in the trace file. The unit test is designed to be used in a Visual Studio ... [More] Load Test. The code generated is easily modifiable so that data variation can be introduced for the purpose of doing performance testing. The tool generates code for both Visual Studio 2005 and Visual Studio 2008. The source code is a Visual Studio 2005 project. This is a V1 release with some known limitations which are specified in project description. [Less]
Created 10 months ago.