diff options
Diffstat (limited to 'numbench/modules/internal/btlBase.py')
-rw-r--r-- | numbench/modules/internal/btlBase.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numbench/modules/internal/btlBase.py b/numbench/modules/internal/btlBase.py index 4cbb555..6b9fea1 100644 --- a/numbench/modules/internal/btlBase.py +++ b/numbench/modules/internal/btlBase.py @@ -20,7 +20,7 @@ import numbench.utils.btl as btl from numbench.benchprint import Print def reportConf(*args): - return {'type':'semilogx', 'xlabel':'size', 'ylabel':'MFlops'} + return {'xscale':'log', 'xlabel':'size', 'ylabel':'MFlops'} def runTest(self, test, btlconfig): |