Created
August 16, 2024 19:42
-
-
Save nmsderp/2b58c95e4b7196a13dde5559c74e33cb to your computer and use it in GitHub Desktop.
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
Raspberry Pi Pico W calculating the fibonacci sequence of 250 terms: | |
270Mhz (overclock): 13 seconds | |
130Mhz (stock speed): 23 seconds | |
100Mhz (underclock): 27 seconds | |
50Mhz (big underclock): 51 seconds | |
Raspberry Pi Pico W calculating the fibonacci sequence of 375 terms: | |
270Mhz (overclock): 40 seconds | |
130Mhz (stock speed): 165 seconds | |
100Mhz (underclock): Failed | |
50Mhz (big underclock): Failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment