You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -358,6 +358,12 @@ Files are written under `target/stress/{suite}/`:
358
358
359
359
The JSON artifact contains tool version, run profile, environment, benchmark specs, raw samples, summaries, diagnostics, quality, and comparisons. Unknown environment fields are explicit `"unknown"` or `null`.
360
360
361
+
## Import Migration
362
+
363
+
Common benchmark files do not change: keep using root imports such as `stress`, `stress_main`, `black_box`, `StressContext`, `StressRunner`, `StressRunnerConfig`, `StressRunnerOptions`, and `RunProfile`.
364
+
365
+
Advanced imports moved out of the crate root. Result and schema types are under `cntryl_stress::artifact`, reporters and console formatting helpers are under `cntryl_stress::reporting`, and run gate helpers are under `cntryl_stress::runner`.
0 commit comments