Created
May 22, 2019 14:33
-
-
Save d-shimizu/171a0264c24392965dd6fe6830a41e49 to your computer and use it in GitHub Desktop.
PythonでCPU1コアの使用率を100%にするワンライナー ref: https://qiita.com/d_shimizu/items/51412f339df2239d6f82
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
$ python -c 'while True: pass' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment