Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mx.jruby/mx_jruby.py
Original file line number Diff line number Diff line change
@@ -177,9 +177,9 @@ def runBenchmark(self, benchmark, bmSuiteArgs):

return [{
'benchmark': benchmark,
'metric.name': 'time',
'metric.name': 'memory',
'metric.value': data['median'],
'metric.unit': 's',
'metric.unit': 'B',
'metric.better': 'lower',
'extra.metric.human': data['human']
}]

0 comments on commit 4df0205

Please sign in to comment.