Skip to content

Commit 470669f

Browse files
committed
addid
1 parent df53154 commit 470669f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

torchci/lib/benchmark/api_helper/compilers/precompute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ function toPrecomputeCompiler(
161161
}
162162

163163
const response: BenchmarkTimeSeriesResponse = {
164-
time_series: rawData,
164+
time_series: res,
165165
time_range: {
166166
start: new Date(earliest_timestamp).toISOString(),
167167
end: new Date(latest_timestamp).toISOString(),

0 commit comments

Comments
 (0)