# @name I2C write read performance test on eeprom device
# @desc I2C write read performance test on eeprom device 
# @notes Slave address can be found in 'get_i2c_slave_addr'. 
# @requires i2c/eeprom 

I2C_S_PERF_RW_EEPROM_4_256 source 'common.sh'; do_cmd "i2c_tests_perf.sh -d "eeprom" -B "\"4\"" -s 256 -p 8"
I2C_S_PERF_RW_EEPROM_8_256 source 'common.sh'; do_cmd "i2c_tests_perf.sh -d "eeprom" -B "\"4 8\"" -s 256 -p 8"
I2C_M_PERF_RW_EEPROM_64_1024 source 'common.sh'; do_cmd "i2c_tests_perf.sh -d "eeprom" -B "\"4 8 16 32 64\"" -s 1024 -p 64"

