| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix build after moving Qt Quick Shapes benchmarksHEADdev | Eskil Abrahamsen Blomfeldt | 2025-10-28 | 1 | -6/+6 |
| * | Some tweaks to new shapes/vectorimage benchmarks/auto/animations/quick | Eskil Abrahamsen Blomfeldt | 2025-10-24 | 14 | -24/+94 |
| * | Add creation benchmarks for VectorImage | Eskil Abrahamsen Blomfeldt | 2025-10-20 | 5 | -0/+311 |
| * | Add benchmarks for Qt Quick Shapes | Eskil Abrahamsen Blomfeldt | 2025-10-20 | 13 | -0/+414 |
| * | Fix "ignoring return value" warning | Mitch Curtis | 2025-09-25 | 1 | -5/+8 |
| * | Add CMakeLists.txt.user to .gitignore | Mitch Curtis | 2025-09-25 | 1 | -0/+1 |
| * | Move WeirdShape component definition in shapespawner benchmark | Juho Lääkkö | 2024-08-19 | 3 | -81/+29 |
| * | Improve Vulkan backend support handling when requested by user | Pasi Petäjäjärvi | 2023-10-11 | 1 | -3/+10 |
| * | Fix typo in property name and access | Pasi Petäjäjärvi | 2023-08-15 | 3 | -3/+3 |
| * | Add screen refreshrate as recordable parameter for testrun | Pasi Petäjäjärvi | 2023-08-15 | 5 | -4/+15 |
| * | Add option to run tests with Vulkan backend | Pasi Petäjäjärvi | 2023-08-15 | 3 | -40/+97 |
| * | Print sensible information when compared test result is zero | Pasi Petäjäjärvi | 2023-08-15 | 1 | -1/+3 |
| * | Replace qAsConst with std::as_const | Daniel Smith | 2023-04-17 | 1 | -1/+1 |
| * | Fix usage of QtGraphicalEffects in manual benchmarks | Pasi Petäjäjärvi | 2022-12-12 | 1 | -1/+1 |
| * | Fix FontLoader test | Pasi Petäjäjärvi | 2022-09-15 | 1 | -11/+0 |
| * | Remove duplicate line from verbose output | Pasi Petäjäjärvi | 2022-09-15 | 1 | -1/+0 |
| * | Fix recording correct display resolution for json result on embedded | Pasi Petäjäjärvi | 2022-09-15 | 2 | -8/+16 |
| * | Fix usage of QtGraphicalEffects in tests | Pasi Petäjäjärvi | 2022-09-15 | 4 | -3/+4 |
| * | Fix compositesingleton.qml benchmark | Ulf Hermann | 2022-01-25 | 1 | -1/+2 |
| * | Use a resource file for benchmarks, and add some Android goodies and fixes | Ville Voutilainen | 2022-01-04 | 208 | -12/+257 |
| * | Change the QMLBench project name to be different than the executable | Daniel Smith | 2021-06-14 | 1 | -1/+1 |
| * | Fix build without Qt Quick 3D | Mitch Curtis | 2021-05-12 | 1 | -0/+6 |
| * | Make sure default surface format supports Qt Quick 3D | Eskil Abrahamsen Blomfeldt | 2021-04-28 | 3 | -6/+9 |
| * | Remove the INSTALLS directives from the build system | Ulf Hermann | 2021-03-25 | 4 | -17/+0 |
| * | Add a .qmake.conf file | Ulf Hermann | 2021-03-25 | 1 | -0/+2 |
| * | Remove compat directory | Ulf Hermann | 2021-03-25 | 5 | -1643/+0 |
| * | Fix disabling vsync for frame-count shell | Eskil Abrahamsen Blomfeldt | 2021-03-18 | 1 | -12/+13 |
| * | Add quick3d multiview benchmark | Jonas Karlsson | 2021-03-04 | 1 | -0/+213 |
| * | Various c++ fixes | Jonas Karlsson | 2021-03-02 | 3 | -9/+9 |
| * | Add missing file | Jonas Karlsson | 2021-02-25 | 1 | -0/+0 |
| * | Add quick3d lights benchmark | Jonas Karlsson | 2021-02-25 | 1 | -0/+325 |
| * | Add quick3d shapespawner benchmark | Jonas Karlsson | 2021-02-25 | 3 | -0/+189 |
| * | Add quick3d principledmaterial benchmark | Jonas Karlsson | 2021-02-25 | 5 | -0/+158 |
| * | Fix qml deprecation warning | Jonas Karlsson | 2021-02-25 | 1 | -1/+1 |
| * | Bail on invalid shell option | Jonas Karlsson | 2021-02-25 | 1 | -2/+6 |
| * | Readme: fix typos | Jonas Karlsson | 2021-02-25 | 1 | -2/+2 |
| * | Default to Basic controls style if not already set | Mitch Curtis | 2020-11-30 | 1 | -0/+4 |
| * | Add CMakeLists | Daniel Smith | 2020-11-26 | 7 | -0/+102 |
| * | Fix random number generation | Laszlo Agocs | 2020-11-20 | 1 | -1/+2 |
| * | Adapt to qt6 changes | Daniel Smith | 2020-09-30 | 2 | -2/+4 |
| * | Fix QString - QByteArray mismatch that is now an error | Laszlo Agocs | 2020-06-30 | 1 | -1/+1 |
| * | Enable effect-based benchmarks | Laszlo Agocs | 2020-06-18 | 5 | -2/+10 |
| * | Fix QDateTime build error | Mitch Curtis | 2020-05-18 | 1 | -1/+1 |
| * | Add test for large layout where items change dynamically | Jan Arve Sæther | 2020-05-05 | 1 | -0/+36 |
| * | Add readme for making new benchmarks | Daniel Smith | 2020-01-28 | 2 | -0/+128 |
| * | Port away from toList() and toSet() | Laszlo Agocs | 2020-01-15 | 1 | -5/+5 |
| * | Add a creation benchmark for right-elided Text | Mitch Curtis | 2019-10-04 | 1 | -0/+17 |
| * | Add benchmark for DropShadow | Michael Brasser | 2019-06-25 | 1 | -0/+48 |
| * | Do not rely on auto in lambda | Laszlo Agocs | 2019-06-25 | 1 | -1/+1 |
| * | Add a simple benchmark showing a regression in JS Date performance | Robin Burchell | 2019-05-06 | 1 | -0/+13 |