Skip to content

Commit 8d63d5b

Browse files
committed
refactor: Move benchkit from module/move to module/core
- Relocate benchkit package to core modules directory - Update workspace configuration path reference - Change repository URLs to reflect new core location - Maintain all existing functionality and structure
1 parent 3eab5f7 commit 8d63d5b

File tree

88 files changed

+3
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ path = "module/move/llm_tools"
587587

588588
[workspace.dependencies.benchkit]
589589
version = "~0.9.0"
590-
path = "module/move/benchkit"
590+
path = "module/core/benchkit"
591591

592592
## steps
593593

module/move/benchkit/Cargo.toml renamed to module/core/benchkit/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ authors = [
88
license = "MIT"
99
readme = "readme.md"
1010
documentation = "https://docs.rs/benchkit"
11-
repository = "https://github.com/Wandalen/wTools/tree/master/module/move/benchkit"
12-
homepage = "https://github.com/Wandalen/wTools/tree/master/module/move/benchkit"
11+
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/benchkit"
12+
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/benchkit"
1313
description = """
1414
Lightweight benchmarking toolkit focused on practical performance analysis and report generation.
1515
Non-restrictive alternative to criterion, designed for easy integration and markdown report generation.

0 commit comments

Comments
 (0)