Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-04-28 14:04:37 +02:00
parent 06f0e60705
commit aa72e40d87
1 changed files with 20 additions and 0 deletions

20
doc/dev/logs/2011-04-27 Normal file
View File

@ -0,0 +1,20 @@
Participants: Nico, Steven
Cdist Benchmark / Scaling ideas:
1) debug cdist using __cdist_echo for timing stages
-> find out, who takes longest time
- profiling using bootchart / oprofile
- continious integration & benchmark
- scaling:
- with number of objects
- w + w/o manifest
- w + w/o gencode-local + 2*n
- w + w/o gencode-remote
- w + w/o gencode-{both}
- with number of cpus!
-
Aim:
Be fast if nothing todo (<30s).
Other cases may take long (independent of cdist).