Conversation
Added - Repo specific label definitions for abstractions, runtime, examples, tests, benchmark, documentation, architecture, ci, and performance - Labeler rules for the current folder layout under src/, Examples/, Benchmarks/, Tests/, Docs/, and .github/ - Local Python helper for release asset uploads under scripts/releases/ - Benchmark project files and test placeholder tracked in the repo Changed - Publish workflows now package src/ModularityKit.Mutator.csproj as NuGet artifact - Release workflows now download ModularityKit.Mutator-nupkg runtime artifacts - PR automation now targets the lower case performance label consistently
Added - BenchmarkDotNet project for ModularityKit.Mutator under Benchmarks/ - Engine benchmarks covering commit, validate only, simulate, and batch paths - Console entrypoint and benchmark README for running the suite locally Changed - Benchmark project references the flattened src/ModularityKit.Mutator.csproj layout - Benchmark outputs stay isolated from the library and example projects Result The repository now has dedicated benchmark suite that exercises the current mutation engine paths and can be run independently from the main library build.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adapt the repository automation to current ModularityKit.Mutator layout and add dedicated benchmark suite for the mutation engine.
Added
src/,Examples/,Benchmarks/,Tests/,Docs/, and.github/scripts/releases/Result
Repository automation now matches the current ModularityKit.Mutator structure, and the benchmark suite is available as separate trackable project.
Testing
python3 -B -c "import ast, pathlib; ast.parse(pathlib.Path('scripts/releases/upload_release_assets.py').read_text())"git status --short --branchLinked Issues
Checklist