Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
thunar:dev:integration_testcases [2024/03/14 08:37] alexxconsthunar:dev:integration_testcases [2024/03/16 22:02] – Use 100.000 files instead of 10.000 alexxcons
Line 19: Line 19:
 == Performance == == Performance ==
  
-  * File IO+  * Preparation for testing 
 +    * Create  
     * Open a folder in list view + shortcuts pane     * Open a folder in list view + shortcuts pane
     * Open the same folder in icon view + tree pane     * Open the same folder in icon view + tree pane
     * Open a terminal in that folder     * Open a terminal in that folder
-    * File Creation: ''for i in {1..10000}; do touch "$i"; done''+ 
 +  * File IO 
 +    * File Creation: ''for i in {1..20000}; do touch "$i"; done'' ([[https://gitlab.xfce.org/xfce/thunar/-/issues/1315|20.000 currently freezes thunar while 10.000 works fine]])
     * STRG+A on both views to select them all     * STRG+A on both views to select them all
-    * File Deletion: ''for i in {1..10000}; do rm "$i"; done''+    * File Deletion: ''for i in {1..20000}; do rm "$i"; done''
  
   * Trashing1   * Trashing1
     * Empty trash (to get a clean start)     * Empty trash (to get a clean start)
-    * Open a folder in list view + shortcuts pane +    * ''for i in {1..500}; do touch "$i"; done''
-    * Open the same folder in icon view + tree pane +
-    * Open a terminal in that folder +
-      * ''for i in {1..500}; do touch "$i"; done''+
     * Select and copy them all (STRG+A + STRG+C + STRG+V)     * Select and copy them all (STRG+A + STRG+C + STRG+V)
     * STRG+A + right click --> trash     * STRG+A + right click --> trash