ocurrent / current-bench

Experimental benchmarking infrastructure using OCurrent pipelines
Apache License 2.0
33 stars 17 forks source link

Replace deprecated Mtime.Span.to_ms with to_float_ns /. 1e6 #405

Closed ElectreAAS closed 1 year ago

ElectreAAS commented 1 year ago

We pull mtime version 2.0.0 with some of our dependencies. Mtime.Span.to_ms has been removed in version 2.0, and using to_float_ns seems to be the replacement. This should fix the CI

ElectreAAS commented 1 year ago

Other PRs should rebase onto this one when it's merged