Wiki » History » Version 2
A. Nordmann, 11/03/2011 03:05 PM
1 | 1 | A. Nordmann | h1. Wiki |
---|---|---|---|
2 | 1 | A. Nordmann | |
3 | 2 | A. Nordmann | h2. Related work / projects |
4 | 2 | A. Nordmann | |
5 | 2 | A. Nordmann | * Java: "Japex:":http://japex.java.net/ |
6 | 2 | A. Nordmann | * Python: "python-nose":http://code.google.com/p/python-nose/, "python-timeit":http://docs.python.org/library/timeit.html |
7 | 2 | A. Nordmann | |
8 | 1 | A. Nordmann | h2. Continuous Benchmarking |
9 | 1 | A. Nordmann | |
10 | 1 | A. Nordmann | * Micro + Macro Benchmarking |
11 | 1 | A. Nordmann | * Starting with C++ |
12 | 1 | A. Nordmann | * Implemented (probably) in C++ |
13 | 1 | A. Nordmann | * Time measurement of arbitrary code snippets / method calls |
14 | 1 | A. Nordmann | * Look at testing frameworks (in terms of log file generation, execution environment?, visualization) |
15 | 1 | A. Nordmann | * Integrate valgrind tooling / integrate with valgrind |
16 | 1 | A. Nordmann | * Feature (far away): Resource restrictions (single core, limited RAM) |
17 | 1 | A. Nordmann | * Arne: What are points of interest in/for CCA? |
18 | 1 | A. Nordmann | * MRolf: What are points of interest in/for NemoMath? |
19 | 1 | A. Nordmann | * *Write user stories* |
20 | 1 | A. Nordmann | ** NemoMath |
21 | 1 | A. Nordmann | ** CCA |
22 | 1 | A. Nordmann | ** other |
23 | 1 | A. Nordmann | |
24 | 1 | A. Nordmann | h3. Jenkins Integration |
25 | 1 | A. Nordmann | |
26 | 1 | A. Nordmann | * Feature: Jenkins Integration |
27 | 1 | A. Nordmann | * Important: Needs to check for system load / blocked resources (other build jobs on the machine) while testing |