Skip to content

Commit 157fccc

Browse files
committed
pylcm: publish benchmarks for 1cdde09c2b4d (machine: 3c4fb8e3)
1 parent 7a69032 commit 157fccc

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pylcm-benchmarks/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ <h1>PyLCM Benchmarks</h1>
8989
var dd = String(d.getDate()).padStart(2, '0');
9090
return yyyy + '-' + mm + '-' + dd;
9191
});
92+
var xIndices = entries.map(function(_, i) { return i; });
9293
var traces = gNames.map(function(name) {
9394
var yVals = [];
9495
var hoverTexts = [];
@@ -112,7 +113,7 @@ <h1>PyLCM Benchmarks</h1>
112113
}
113114
});
114115
return {
115-
x: dateLabels,
116+
x: xIndices,
116117
y: yVals,
117118
name: name,
118119
mode: 'lines+markers',
@@ -130,7 +131,8 @@ <h1>PyLCM Benchmarks</h1>
130131
title: 'Date',
131132
tickangle: -45,
132133
tickfont: { size: 11 },
133-
type: 'category'
134+
tickvals: xIndices,
135+
ticktext: dateLabels
134136
},
135137
yaxis: {
136138
title: 'Time (ms)'

0 commit comments

Comments
 (0)