fix: batch-eval.sh header comment claims wrong candidate_id format (#668)
This commit is contained in:
parent
3660b68048
commit
958b8cfaa0
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
#
|
||||
# Output (stdout):
|
||||
# One JSON object per candidate:
|
||||
# {"candidate_id":"gen0_c000","fitness":123456789,"gas_used":15432}
|
||||
# {"candidate_id":"candidate_000","fitness":123456789,"gas_used":15432}
|
||||
# Over-gas-limit candidates emit fitness:0 with "error":"gas_over_limit".
|
||||
# Downstream parsers use the "fitness" key; extra fields are ignored.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue