mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
628b633e50
Closes https://github.com/espressif/esp-idf/issues/11049 Closes https://github.com/espressif/esp-idf/pull/11057 Signed-off-by: KonstantinKondrashov <konstantin@espressif.com> Result from an example in 11057: When this option is not enabled: 1000 iterations took 10914 microseconds (10.9 microseconds per invocation) 1000 iterations took 10909 microseconds (10.9 microseconds per invocation) When this option is enabled: 1000 iterations took 10960 microseconds (10.9 microseconds per invocation) 1000 iterations took 107 microseconds (0.1 microseconds per invocation)
12 lines
295 B
YAML
12 lines
295 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/log/host_test/log_test:
|
|
enable:
|
|
- if: IDF_TARGET == "linux"
|
|
reason: only test on linux
|
|
|
|
components/log/test_apps:
|
|
enable:
|
|
- if: IDF_TARGET == "esp32"
|
|
reason: only test on esp32
|