mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
perf: Add basic run tests
While the performance framework was originally written to collect performance metrics, driving the shell by an automated script is also useful to ensure that basic functionality is working. Add such a basic test, initially checking top bar menus, notifications and the overview. Eventually it would be nice to separate the automatic scripting from gathering performance metrics, but IMHO that can wait until we switch from gjs' custom imports system to ES modules. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1396
This commit is contained in:
parent
1029e683d3
commit
0dc1e1e99a
2 changed files with 147 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
<file>misc/util.js</file>
|
||||
<file>misc/weather.js</file>
|
||||
|
||||
<file>perf/basic.js</file>
|
||||
<file>perf/core.js</file>
|
||||
<file>perf/hwtest.js</file>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue