Skip to content

Commit

Permalink
Correct connection info for UNO R4 WiFi I2C benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
vickash committed Aug 13, 2023
1 parent 79e121d commit 4acc422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/i2c_ssd1306_refresh.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#
# July 15 2023 | i7 8700k CPU | CRuby 3.2.1 | 100 frames | 1 Mhz I2C frequency | Average of 3 runs
#
# Arduino Uno R4 : 7.5 fps (native USB @ 115200, 32-byte I2C limit, no I2C level shifter)
# Arduino Uno R4 : 7.8 fps (native USB @ 230400, 32-byte I2C limit, no I2C level shifter)
# Arduino Uno R4 WiFi : 7.5 fps (USB through ESP32-S3 @ 115200, 32-byte I2C limit, no I2C level shifter)
# Arduino Uno R4 WiFi : 7.8 fps (USB through ESP32-S3 @ 230400, 32-byte I2C limit, no I2C level shifter)
#
# August 13 2023 | i7 8700k CPU | CRuby 3.2.1 | 100 frames | 1 Mhz I2C frequency | Average of 3 runs
#
Expand Down

0 comments on commit 4acc422

Please sign in to comment.