Re-plot v0.37.x baseline graphs with new script#395
Merged
mergify[bot] merged 2 commits intomainfrom Feb 27, 2023
Merged
Conversation
lasarojc
approved these changes
Feb 26, 2023
mergify bot
pushed a commit
that referenced
this pull request
Feb 27, 2023
Contributes to #93 and #41 [Rendered](https://github.com/cometbft/cometbft/blob/sergio/qa_0.37.x-alpha3_baseline_plots/docs/qa/v037/CometBFT.md) Complementary to #376 (and analogous to what we did for CometBFT `v0.34.x` QA) this PR re-plots the baseline results, obtained in Oct 2022, using the newly developed python scripts. The goal is to ease visual comparison between CometBFT `v0.37.x` and Tendermint Core baseline results when looking at the report. --- #### PR checklist - [ ] Tests written/updated - [ ] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog) - [x] Updated relevant documentation (`docs/` or `spec/`) and code comments (cherry picked from commit c67d2f7)
sergio-mena
added a commit
that referenced
this pull request
Feb 27, 2023
Contributes to #93 and #41 [Rendered](https://github.com/cometbft/cometbft/blob/sergio/qa_0.37.x-alpha3_baseline_plots/docs/qa/v037/CometBFT.md) Complementary to #376 (and analogous to what we did for CometBFT `v0.34.x` QA) this PR re-plots the baseline results, obtained in Oct 2022, using the newly developed python scripts. The goal is to ease visual comparison between CometBFT `v0.37.x` and Tendermint Core baseline results when looking at the report. --- #### PR checklist - [ ] Tests written/updated - [ ] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog) - [x] Updated relevant documentation (`docs/` or `spec/`) and code comments (cherry picked from commit c67d2f7) Co-authored-by: Sergio Mena <sergio@informal.systems>
noot
pushed a commit
to astriaorg/cometbft
that referenced
this pull request
Jun 14, 2023
* Typo fix in README.md (cometbft#350) * Updated Apalache type annotations (cometbft#395) Co-authored-by: Prajjwol Gautam <prajjwol@gmail.com> Co-authored-by: Kukovec <jure.kukovec@gmail.com>
3 tasks
golden-curve
pushed a commit
to 1119-Labs/cometbft
that referenced
this pull request
Jan 19, 2026
* Typo fix in README.md (cometbft#350) * Updated Apalache type annotations (cometbft#395) Co-authored-by: Prajjwol Gautam <prajjwol@gmail.com> Co-authored-by: Kukovec <jure.kukovec@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contributes to #93 and #41
Rendered
Complementary to #376 (and analogous to what we did for CometBFT
v0.34.xQA) this PR re-plots the baseline results, obtained in Oct 2022, using the newly developed python scripts.The goal is to ease visual comparison between CometBFT
v0.37.xand Tendermint Core baseline results when looking at the report.PR checklist
.changelog(we use unclog to manage our changelog)docs/orspec/) and code comments