Skip to content
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

chore: disable default benchmarking #598

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

mindoodoo
Copy link
Member

This disables the default benchmarking behaviour for the lib target to fix unrecognized criterion benchmark arguments as specified in the FAQ of criterion.

I came accross this error when trying to save a baseline for the benchmarks using the --save-baseline option.

@codecov
Copy link

codecov bot commented Oct 27, 2023

Codecov Report

Merging #598 (a886944) into main (9f37100) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #598   +/-   ##
=======================================
  Coverage   89.56%   89.56%           
=======================================
  Files          41       41           
  Lines       11571    11571           
=======================================
  Hits        10363    10363           
  Misses       1208     1208           

Disables the default benchmarking behaviour for the lib target to fix unrecognized
criterion benchmark arguments.
@joshka joshka merged commit a58cce2 into ratatui-org:main Nov 21, 2023
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants