Hello,
We prepared an independent public benchmark artifact for a semantic consistency kernel called MST-NF:
https://github.com/minustwo/mstnf-drone-swarm-artifact
This is a review request for the benchmark mapping, not a request to merge code upstream. The artifact is not a flight-control system and does not invoke ROS, PX4, radio links, autopilots, hardware, or physical-drone command paths.
The artifact uses SwarmBox as the analyzer/reporting shape. It projects committed semantic coordination decisions into the top-level result fields used by the SwarmBox analyzer:
config
flight_distance
mission_duration
utilization_rate
idle_time
workload_time
workload_distance
Relevant artifact paths:
docs/EXTERNAL_SWARM_SOURCE_MAP.md
docs/REPRODUCIBILITY.md
docs/THIRD_PARTY_REVIEW.md
src/adapters/swarmbox/analyzer-projection.js
reports/latest-external-standard-check.md
Reproduction command:
git clone https://github.com/minustwo/mstnf-drone-swarm-artifact.git
cd mstnf-drone-swarm-artifact
./scripts/reproduce.sh
Current artifact result summary:
npm test: 10/10 pass
- main backend-attempt ratio:
10.81x
- seed-sweep median backend-attempt ratio:
10.821x
- SwarmBox-style result shape present:
true
- MST-NF unsafe reservations:
0
- artifact assertions: pass
Questions for review:
- Is this SwarmBox-style analyzer field projection useful for artifact comparison?
- Are there additional SwarmBox metrics that should be included to make the benchmark review fairer?
- Are the boundary clauses clear enough to prevent confusion with a full PX4/ROS SwarmBox run?
If issues are not the right place for this kind of review request, please feel free to close or redirect it. Thank you for any feedback on the benchmark mapping.
Hello,
We prepared an independent public benchmark artifact for a semantic consistency kernel called MST-NF:
https://github.com/minustwo/mstnf-drone-swarm-artifact
This is a review request for the benchmark mapping, not a request to merge code upstream. The artifact is not a flight-control system and does not invoke ROS, PX4, radio links, autopilots, hardware, or physical-drone command paths.
The artifact uses SwarmBox as the analyzer/reporting shape. It projects committed semantic coordination decisions into the top-level result fields used by the SwarmBox analyzer:
configflight_distancemission_durationutilization_rateidle_timeworkload_timeworkload_distanceRelevant artifact paths:
docs/EXTERNAL_SWARM_SOURCE_MAP.mddocs/REPRODUCIBILITY.mddocs/THIRD_PARTY_REVIEW.mdsrc/adapters/swarmbox/analyzer-projection.jsreports/latest-external-standard-check.mdReproduction command:
git clone https://github.com/minustwo/mstnf-drone-swarm-artifact.git cd mstnf-drone-swarm-artifact ./scripts/reproduce.shCurrent artifact result summary:
npm test: 10/10 pass10.81x10.821xtrue0Questions for review:
If issues are not the right place for this kind of review request, please feel free to close or redirect it. Thank you for any feedback on the benchmark mapping.