Update tests/perf/benchlib/perfbench.nim

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
NagyZoltanPeter 2026-08-03 12:51:17 +02:00 committed by GitHub
parent a50df01e4b
commit ed2285c23b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,7 +83,9 @@ proc perfbenchTriggerPing*(
## inside a single clock domain.
for i in 0 ..< req.count:
onPerfPing(
PerfPingEvent(seqNo: i, stampNs: req.stampNs, data: newSeq[byte](req.payloadBytes))
PerfPingEvent(
seqNo: i, stampNs: req.stampNs, data: newSeq[byte](req.payloadBytes)
)
)
return ok(TriggerPingResponse(emitted: req.count))