File: 2011-04-27

package info (click to toggle)
cdist 7.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,992 kB
  • sloc: sh: 16,815; python: 9,199; makefile: 344; awk: 261
file content (20 lines) | stat: -rw-r--r-- 556 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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).