You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the 0.28.0 releaseTime api has changed, Time#now has been deprecated. Use Time#local or Time#utc. Both will work as it is used only to measure a time span.
The text was updated successfully, but these errors were encountered:
Furthermore, benchmarks should be relevant. There's no sense about comparing a Ruby gem against a Crystal shard... If you need to benchmark something, just do it with direct HTML parsing competitors.
With the 0.28.0 release
Time
api has changed,Time#now
has been deprecated. UseTime#local
orTime#utc
. Both will work as it is used only to measure a time span.The text was updated successfully, but these errors were encountered: