Roland Dobai
|
738c56e84a
Fix VFS_OPEN_WRITE_CLOSE_TIME unit test issue
|
il y a 7 ans |
qiyueixa
|
86fedc3cbb
utest: increase IDF_PERFORMANCE_MAX_VFS_OPEN_WRITE_CLOSE_TIME to 50000
|
il y a 7 ans |
Ivan Grokhotkov
|
6091021e83
unity: separate common and IDF specific functionality
|
il y a 7 ans |
Ivan Grokhotkov
|
d28c99d36c
esp_event: lower test performance threshold for PSRAM config
|
il y a 7 ans |
Renz Christian Bagaporo
|
5a83347bec
event: Implement event loop library
|
il y a 7 ans |
Michael (Xiao Xufeng)
|
4af51833f3
spi_master: add new polling mode to decrease time cost each transaction
|
il y a 8 ans |
Ivan Grokhotkov
|
964087b7c8
freertos: bump limit for spinlock performance test to 300 cycles
|
il y a 7 ans |
Angus Gratton
|
a2241fb4bc
tests: Increase performance threshold for VFS running with PSRAM
|
il y a 7 ans |
He Yin Ling
|
e8dd203e47
example test: add test case for iperf example
|
il y a 8 ans |
Roland Dobai
|
5129bca67c
VFS: Use smaller numbers as file descriptors
|
il y a 7 ans |
Michael (Xiao Xufeng)
|
15be0829fa
test(spi_master): test spi master speed performance by median value.
|
il y a 8 ans |
Ivan Grokhotkov
|
62f924544d
Merge branch 'test/spi_performance' into 'master'
|
il y a 8 ans |
Michael (Xiao Xufeng)
|
a151767426
test(spi_master): add performance display for spi master.
|
il y a 8 ans |
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.
|
il y a 8 ans |
He Yin Ling
|
63a401057c
test: enlarge https bin size threshold:
|
il y a 8 ans |
He Yin Ling
|
9395a702ef
test: check and collect performance via CI
|
il y a 8 ans |