You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/display_lvgl_benchmark/README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,16 @@
1
1
# Display LVGL Benchmark
2
2
3
-
This example shows LVGL internal benchmark demo.
3
+
This example runs the LVGL benchmark demo to measure graphical performance on Espressif and M5Stack boards. It is used in CI for selected pull requests (based on labels) and after merging changes into the master branch.
4
+
5
+
## Main Features
6
+
- Can be triggered by adding the "Run benchmark" label to a PR.
7
+
- The measured values in a PR are compared against the master branch and posted as a comment, highlighting any differences.
8
+
- Benchmark results for the master branch are stored in BSP releases.
4
9
5
10
## How to use the example
6
11
12
+
This example can be used as standalone example too.
13
+
7
14
### Hardware Required
8
15
9
16
* ESP32-S3-LCD-EV-Board or ESP32-S3-LCD-EV-Board-2
0 commit comments