Last active
September 21, 2018 02:56
-
-
Save d-shimizu/5329186 to your computer and use it in GitHub Desktop.
RubyワンライナーでCPU1コアの使用率を100%にする ref: http://qiita.com/d_shimizu/items/43b436fd149ec772eb87
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% ruby -e 'while (1); end' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment