<div dir="ltr"><div><span style="font-family:monospace,monospace"><br>PS: the tables below are best seen using a fixed-width font<br><br>between 39c8d40ddf85903d9ea2b81ae4ca924e91f89cb7 and bc9ff64c40a3e39b705f9fb141a63fc5c014b930<br>there is a notable perf regression in many of the tests we cover<br></span></div><div><span style="font-family:monospace,monospace">in one (or more) of these commits:<br></span></div><div><span style="font-family:monospace,monospace"><br>bc9ff64c40a3e39b705f9fb141a63fc5c014b930 tdf#97637 Fixed Tab size of beanshell editor to 4<br>03b1cc800e6fcbabfe4e8f62b547e57b23a12508 Galaxy: Swap image and draw icons with more suitable ones<br>4f034adcb79684bc4138e2f9708defd8a3532f74 Resolves: tdf#97953 spinbuttons are not suitable for reuse as up/down arrows<br>cee3b45977d34f290e50a8fbc8b0dd60ef10faae StyleSettingsOptions Only NONE, Mono and NoMnemonics are in use<br>305a164e8b1094a041373ab9808aedcf4c76a1b6 StyleSettingsOptions::SpinArrow is not set by anyone<br>473b03d1a4b7cdd72551a9039f6cc76a808cce58 StyleSettingsOptions::SpinUpDown is not set by anyone<br>55b33456c14aa5311fb0e3d71f1cad4fbd73cbef refactor ImplDrawSpinButton<br>548c2274c9ba7542d6bcae5fefd1400ee4e22fc3 move from boost::signal to typed Link<br>423b79e7366203db3f57dea75b8cb9eb852b5614 tdf#97752 SVGIO ignore not matching parent paints<br>549130ab5d9616f7eb5504db31546b386737ccb2 fdo#94009: harfbuzz: don't export symbols from VCL<br><br><br><br>This show the percentage of difference of the Ir count between the two sha for the different test:<br>select distinct test_name, round(((last_value(ir) over wnd - first_value(ir) over wnd ) + 1.0)*100.0/first_value(ir) over wnd, 2) from runs where  sha='bc9ff64c40a3e39b705f9fb141a63fc5c014b930' or<br>sha='39c8d40ddf85903d9ea2b81ae4ca924e91f89cb7' window wnd as ( partition by test_name order by test_name,sha rows between UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING) order by test_name;<br><br>                     test_name                     | round <br>---------------------------------------------------+-------<br> add_named_range_by_name                           | 56.56<br> add_named_range_from_titles                       | 55.35<br> big_file_ods_load                                 | 16.42<br> big_file_ods_to_ods                               |  0.03<br> chitest                                           |  0.10<br> copy_sheet_by_name                                | 16.52<br> doSubTotal_on_large_sheet_with_formulas           | -0.01<br> doSubTotal_on_large_sheet_without_formulas        |  0.07<br> empty_odg_load                                    |  1.81<br> empty_odp_load                                    |  1.90<br> empty_ods_load                                    |  3.19<br> empty_odt_load                                    |  3.37<br> fdo_72884_doc_load                                |  1.87<br> fdo_72884_doc_to_doc                              |  3.50<br> formula_compiler_ods_load                         | 16.74<br> formula_compiler_ods_to_ods                       |  0.14<br> ftest                                             | -0.01<br> gcd                                               | -0.01<br> grammar_spaces_doc_load                           |  0.93<br> grammar_spaces_doc_to_doc                         |  0.41<br> insert_new_sheet_by_name                          | 10.53<br> lcm                                               |  0.01<br> loadingFileWithSingleBigSheetdoSubTotal_2000lines |  1.43<br> long_para_load                                    | 12.35<br> long_para_to_odt                                  | 11.86<br> many_images_odt_load                              |  2.14<br> many_images_odt_to_odt                            |  0.06<br> many_styles_docx_load                             |  1.03<br> many_styles_docx_to_docx                          |  0.59<br> multi_line_cells_ods_load                         |  0.68<br> multi_line_cells_ods_to_ods                       |  0.62<br> multi_line_cells_xlsx_load                        |  0.35<br> multi_line_cells_xlsx_to_xlsx                     | 24.99<br> no-op_initial_startup                             |  0.12<br> no-op_startup                                     |  0.56<br> numbers_ods_load                                  |  0.66<br> numbers_ods_to_ods                                |  0.23<br> numbers_xls_load                                  |  2.90<br> numbers_xls_to_xls                                |  0.24<br> numbers_xlsx_load                                 |  0.87<br> numbers_xlsx_to_xlsx                              |  0.13<br> pearson                                           |  0.00<br> remove_named_range_by_name                        | 56.59<br> remove_sheet_by_name                              |  0.80<br> replace_all                                       |  0.01<br> search_all_sheets_by_style                        | -0.05<br> search_all_sheets_by_value                        | -0.06<br> style_switch_doc_load                             |  0.81<br> style_switch_doc_to_doc                           | 24.74<br> style_switch_docx_load                            |  0.42<br> style_switch_docx_to_docx                         | 20.87<br> style_switch_odt_load                             |  0.90<br> style_switch_odt_to_odt                           |  0.25<br> sum_numbers_column                                |  2.49<br> sum_with_array_formula_condition                  |  1.40<br> sumx2py2                                          |  0.05<br> ttest                                             | -0.28<br> very_long_table_doc_load                          | 34.08<br> very_long_table_doc_to_odt                        | 44.29<br> very_long_table_docx_load                         | 47.84<br> very_long_table_docx_to_docx                      | 53.26<br> very_long_table_odt_load                          |  6.39<br> very_long_table_odt_to_doc                        | 52.45<br><br></span></div></div>