Ivan Grokhotkov
|
20d435c561
mbedtls: add SHA performance test
|
6 years ago |
Xia Xiaotian
|
10d26549fa
Coexist: fix some coexist bugs
|
6 years ago |
Angus Gratton
|
ae8b2684d7
aes: Add fault injection checks when writing key to hardware
|
6 years ago |
xueyunfei
|
fa02598b5c
lwip_2.1.2 for idf_4.0
|
6 years ago |
Angus Gratton
|
0b70dfc27f
Add floating point performance test
|
6 years ago |
Angus Gratton
|
c9edb7c8a9
mbedtls: Add AES-CBC performance test
|
6 years ago |
Angus Gratton
|
12bdf8e45b
esp32: Chunk input blocks for esp_sha() function performance, add perf test
|
7 years ago |
Roland Dobai
|
738c56e84a
Fix VFS_OPEN_WRITE_CLOSE_TIME unit test issue
|
7 years ago |
qiyueixa
|
86fedc3cbb
utest: increase IDF_PERFORMANCE_MAX_VFS_OPEN_WRITE_CLOSE_TIME to 50000
|
7 years ago |
Ivan Grokhotkov
|
6091021e83
unity: separate common and IDF specific functionality
|
7 years ago |
Ivan Grokhotkov
|
d28c99d36c
esp_event: lower test performance threshold for PSRAM config
|
7 years ago |
Renz Christian Bagaporo
|
5a83347bec
event: Implement event loop library
|
7 years ago |
Michael (Xiao Xufeng)
|
4af51833f3
spi_master: add new polling mode to decrease time cost each transaction
|
8 years ago |
Ivan Grokhotkov
|
964087b7c8
freertos: bump limit for spinlock performance test to 300 cycles
|
7 years ago |
Angus Gratton
|
a2241fb4bc
tests: Increase performance threshold for VFS running with PSRAM
|
7 years ago |
He Yin Ling
|
e8dd203e47
example test: add test case for iperf example
|
8 years ago |
Roland Dobai
|
5129bca67c
VFS: Use smaller numbers as file descriptors
|
7 years ago |
Michael (Xiao Xufeng)
|
15be0829fa
test(spi_master): test spi master speed performance by median value.
|
8 years ago |
Ivan Grokhotkov
|
62f924544d
Merge branch 'test/spi_performance' into 'master'
|
8 years ago |
Michael (Xiao Xufeng)
|
a151767426
test(spi_master): add performance display for spi master.
|
8 years ago |
Jeroen Domburg
|
70ab924dbb
Especially when internal memory fills up, some FreeRTOS structures (queues etc) get allocated in psram. These structures also contain a spinlock, which needs an atomic-compare-swap operation to work. The psram hardware, however, does not support this operation. As a workaround, this patch detects these spinlocks and will, instead of S32C1I, use equivalent C-code to simulate the behaviour, with an (internal) mux for atomicity.
|
8 years ago |
He Yin Ling
|
63a401057c
test: enlarge https bin size threshold:
|
8 years ago |
He Yin Ling
|
9395a702ef
test: check and collect performance via CI
|
8 years ago |