Closed
Description
I get this when running the profile
or bench
commands:
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error("invalid type: map, expected a sequence", line: 1, column: 19)'
The problem is this line: https://github.com/rust-lang-nursery/rustc-perf/blob/80826de37c486428f65a376d8aa0b5a8bb8dfcfe/collector/src/bin/rustc-perf-collector/execute.rs#L250
I think it assumes that the JSON is an array, but it's now an object (with keys/values).
I suspect rust-lang/rust#58085 is the cause.
Metadata
Metadata
Assignees
Labels
No labels