Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit 3ee0f97b950a550ef14e3adbdf45f507273f2190 Author: Nikolas Klauser <nikolasklauser@berlin.de> Date: Wed Jul 2 21:48:30 2025 +0200 [libc++] Avoid including vector in <functional> (#144310) `vector` has been used in a very simple way in `boyer_moore_searcher`. We can instead just use `unique_ptr<T[]>`, which is a lot simpler, allowing us to drop the `vector` dependency while not losing any expressiveness in the code. As a nice side effect, this also reduces the time it takes to instantiate the `boyer_moore_searcher` constructor from 26ms to 22ms on my machine. |
Filter
ldionne-old-macbook-results test results
| Run | Order | Start Time | Duration |
|---|---|---|---|
| Current | 543221 | 2025-12-16T16:40:01 | 0:00:00 |
| Previous | 542824 | 2025-12-16T16:40:01 | 0:00:00 |
| Baseline | 485288 | 2025-12-16T16:40:01 | 0:00:00 |
Tests Summary
| Status Group | # | # (B) |
|---|---|---|
| Performance Improvements | 4 | 0 |
| Added Tests | 0 | 17 |
| Unchanged Tests | 81 | 68 |
| Total Tests | 85 |
| Performance Improvements - execution_time | Δ | Previous | Current | σ | Δ (B) | σ (B) |
|---|---|---|---|---|---|---|
| 735_gem5_r | -2.82% | 14.250 | 13.848 | - | 0.00% | - |
| 727_cppcheck_r | -2.25% | 25.462 | 24.890 | - | 0.00% | - |
| 748_flightdm_r | -1.53% | 9.145 | 9.005 | - | 0.00% | - |
| 734_vpr_r | -1.38% | 15.596 | 15.380 | - | 0.00% | - |
| Added Tests - execution_time |
|---|
| 706_stockfish_r |
| 707_ntest_r |
| 709_cactus_r |
| 710_omnetpp_r |
| 721_gcc_r |
| 723_llvm_r |
| 727_cppcheck_r |
| 729_abc_r |
| 731_astcenc_r |
| 734_vpr_r |
| 735_gem5_r |
| 736_ocio_r |
| 737_gmsh_r |
| 748_flightdm_r |
| 750_sealcrypto_r |
| 753_ns3_r |
| 766_femflow_r |
Report Time: 0.06s