-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor project structure and update dependencies
This commit refactors the project structure by renaming several packages and modules to improve clarity and consistency. It also updates various dependencies to their latest versions, ensuring compatibility and taking advantage of new features and improvements. The changes include: - Renaming packages and modules for better clarity - Updating dependencies in Cargo.toml files - Modifying import paths to reflect new package names - Adjusting CSS styles for improved UI consistency - Enhancing benchmark selection logic in the frontend - Adding new components for server stats display
- Loading branch information
Showing
46 changed files
with
1,007 additions
and
535 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[workspace] | ||
members = ["frontend", "runner", "server"] | ||
members = ["frontend", "runner", "server", "shared"] | ||
resolver = "2" | ||
|
||
[workspace.package] | ||
version = "0.2.3" | ||
version = "0.2.4" | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
|
||
[workspace.dependencies] | ||
iggy-benchmark-report = { git = "https://github.com/iggy-rs/iggy.git", version = "0.1.2" } | ||
iggy-bench-report = { git = "https://github.com/iggy-rs/iggy.git", version = "0.2.0" } |
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
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
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
Oops, something went wrong.