-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested case objects cannot use the "name" pragma field #10
Comments
This was referenced Dec 12, 2019
mratsim
added a commit
to status-im/nimbus-eth2
that referenced
this issue
Dec 12, 2019
mratsim
added a commit
to status-im/nimbus-eth2
that referenced
this issue
Dec 13, 2019
mratsim
added a commit
to status-im/nimbus-eth2
that referenced
this issue
Dec 18, 2019
mratsim
added a commit
to status-im/nimbus-eth2
that referenced
this issue
Dec 18, 2019
mratsim
added a commit
to status-im/nimbus-eth2
that referenced
this issue
Dec 18, 2019
mratsim
added a commit
to status-im/nimbus-eth2
that referenced
this issue
Dec 20, 2019
mratsim
added a commit
to status-im/nimbus-eth2
that referenced
this issue
Dec 20, 2019
* nbench PoC * Remove the yaml files from the example scenarios * update README with current status * Add an alternative implementation that uses defer * Forgot to add the old proc body * slots-processing * allow benching state_transition failures * Add Attestations processing (workaround confutils bug: - status-im/nim-confutils#10 - status-im/nim-confutils#11 - status-im/nim-confutils#12 * Add CLI command in the readme * Filter report and add notes about CPU cycles * Report averages * Add debugecho style time/cycle print * Report when we skip BLS and state root verification * Update to 0.9.3 * Generalize scenario parsing * Support all block processing scenarios * parallel bench runner PoC * gitBetter load issues reporting (the load issues were invalid signature and expected to fail)
zah
pushed a commit
to status-im/nimbus-eth2
that referenced
this issue
Jan 6, 2020
* nbench PoC * Remove the yaml files from the example scenarios * update README with current status * Add an alternative implementation that uses defer * Forgot to add the old proc body * slots-processing * allow benching state_transition failures * Add Attestations processing (workaround confutils bug: - status-im/nim-confutils#10 - status-im/nim-confutils#11 - status-im/nim-confutils#12 * Add CLI command in the readme * Filter report and add notes about CPU cycles * Report averages * Add debugecho style time/cycle print * Report when we skip BLS and state root verification * Update to 0.9.3 * Generalize scenario parsing * Support all block processing scenarios * parallel bench runner PoC * gitBetter load issues reporting (the load issues were invalid signature and expected to fail)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Test case
I can't rename
cmdBlockProcessing
to--process-blocks
otherwise the compiler returnsError: Unable to find blockProcessingCat
.Tracing findOpt gives the following:
So maybe a
fieldName
ororiginalName
need to be kept around.The text was updated successfully, but these errors were encountered: