-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to upload benchmark result JSON file (#30)
Fixes #29 Add option to upload benchmark result JSON file. * Add a file input element in `src/App.tsx` to upload benchmark result JSON files. * Implement `handleFileUpload` function in `src/App.tsx` to read and validate the uploaded JSON file content. * Update `src/BenchmarkTable.tsx` to display data from uploaded benchmark result JSON files. * Add JSON validation function `validateJson` in `src/App.tsx` to ensure the uploaded file has the correct structure. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/yogeshpaliyal/benchmarkify/issues/29?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information
1 parent
ca521f8
commit 513088c
Showing
2 changed files
with
39 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters