mgym upload: Quantum Fourier Transform on ibm/ibm_marrakesh#359
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a Metriq Gym upload artifact capturing Quantum Fourier Transform benchmark results for the ibm_marrakesh platform.
Changes:
- Added a new benchmark results JSON record for
Quantum Fourier Transformonibm_marrakesh. - Captured runtime, platform metadata, and benchmark parameters alongside computed scores.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| [ | ||
| { | ||
| "app_version": "0.6.2.dev15+g326cb359f", | ||
| "timestamp": "2026-02-09T14:35:43.223365", |
There was a problem hiding this comment.
The timestamp is timezone-naive (no Z or numeric offset). For interoperability and unambiguous ordering across systems, consider storing timestamps in an explicit timezone (commonly UTC) using an RFC 3339 form like 2026-02-09T14:35:43.223365Z or ...+00:00.
| "timestamp": "2026-02-09T14:35:43.223365", | |
| "timestamp": "2026-02-09T14:35:43.223365Z", |
| @@ -0,0 +1,39 @@ | |||
| [ | |||
There was a problem hiding this comment.
If this repo enforces formatting for uploaded JSON artifacts (e.g., canonical JSON / prettier output), ensure this file matches the expected formatting (indentation/newlines/order) so automated tooling can diff and process artifacts consistently.
No description provided.