Skip to content

Instantly share code, notes, and snippets.

@ongaeshi
Created March 25, 2022 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ongaeshi/31440d8395adc85cedfd370a71d4a387 to your computer and use it in GitHub Desktop.
Save ongaeshi/31440d8395adc85cedfd370a71d4a387 to your computer and use it in GitHub Desktop.
# https://ongaeshi.github.io/rubyonbrowser/ でPC実行すると1ループ約1秒位だった
(1..10).map do
(1..10000000).each {}
Time.now
end.join("\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment