Ruby Submission taking more time

Recently, I noticed that any Ruby Submission is taking at least 0.1s to run.
No matter how simple that code might be.

Here are some submissions,

  1. CopyCat: https://toph.co/s/1166508 [ Should’ve been in 0s ]
  2. N-th-Prime: https://toph.co/s/1166506 [ Shouldn’t really hit the limit ]
  3. N-th-prime: https://toph.co/s/658188 [ The shortest one, took 0.7s ; fair enough ]

I think it’s taking a bit more time now.

@hjr265 Any thoughts on this?