We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b941c6 commit d7a8f7eCopy full SHA for d7a8f7e
tests/lua/create-step-logs.lua
@@ -118,10 +118,7 @@ local mcycle_count = mcycle_stride > max_step_count and max_step_count or mcycle
118
119
create_directory(STEP_LOGS_PATH)
120
121
--- Create a 1-mcycle fixture (step-0.log) for risc0 pipeline tests
122
-create_step_log(1, command, 0)
123
-
124
--- Create additional fixtures at regular intervals (skipping 0, already created above)
+create_step_log(1, command, 0) -- 1-mcycle for risc0 pipeline tests
125
for start_mcycle = mcycle_stride, max_mcycle, mcycle_stride do
126
create_step_log(mcycle_count, command, start_mcycle)
127
end
0 commit comments