~server-workload-testing-team/server-workload-testing/trunk

« back to all changes in this revision

Viewing changes to results/bmark/parser/Bonnie.py

  • Committer: Al Stone
  • Date: 2012-08-25 01:31:45 UTC
  • Revision ID: ahs3@canonical.com-20120825013145-ro4l4t3pp270b3si
added bonnie-specific parsing and graphing

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
 
8
8
class Bonnie(bmark.parser.Parser):
9
 
    
 
9
 
10
10
    def get_artifact_name(self):
11
11
        return 'BONNIE'
12
12