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

fix benchmarks #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

fkohlgrueber
Copy link

@fkohlgrueber fkohlgrueber commented May 19, 2022

Hi,

I did a couple of straight-forward changes such that cargo bench works again. I also fixed the deprecation warnings in the benchmarks and changed the rust edition to 2021.

Let me know if you want anything changed.

@fkohlgrueber
Copy link
Author

@akhilles @mrhooray any feedback on this?

@akhilles
Copy link
Collaborator

akhilles commented Aug 4, 2022

I think this bumps the MSRV right? So, might require a major version release.

@fkohlgrueber
Copy link
Author

Ah right, didn't think about that. Using edition 2021 would bump MSRV from 1.46 to 1.56. I propose to keep the edition to 2018 for now and just integrate the benchmark fixes. Fixing the benchmarks doesn't require increasing MSRV.

Sounds good?

@fkohlgrueber fkohlgrueber changed the title fix benchmarks & update to 2021 edition fix benchmarks Aug 5, 2022
@akhilles
Copy link
Collaborator

akhilles commented Aug 6, 2022

plotters-rs/plotters#398 is causing tests to fail, maybe pin the version to v0.3.1?

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

2 participants