Age | Commit message (Expand) | Author | Files | Lines |
2019-07-08 | benchtests: Add logb{f} benchmark | Adhemerval Zanella | 3 | -1/+23 |
2019-07-08 | benchtests: hypot benchmark | Adhemerval Zanella | 2 | -1/+17 |
2019-06-28 | Further improve string bench timing | Wilco Dijkstra | 12 | -13/+14 |
2019-06-28 | Bump up the runtime for "short" benchmarks | Anton Youdkevitch | 9 | -8/+9 |
2019-06-19 | Fix gcc 9 build errors for make xcheck. [BZ #24556] | Stefan Liebler | 2 | -2/+3 |
2019-06-12 | benchtests: Add isnan/isinf/isfinite benchmark | Adhemerval Zanella | 4 | -1/+67 |
2019-06-11 | Benchmark strstr hard needles | Wilco Dijkstra | 1 | -0/+79 |
2019-05-21 | Improve string benchtest timing | Wilco Dijkstra | 12 | -32/+25 |
2019-04-25 | benchtests: Enable BIND_NOW if configured with --enable-bind-now | Florian Weimer | 1 | -2/+10 |
2019-04-24 | Reduce benchtests time | Wilco Dijkstra | 2 | -3/+3 |
2019-04-09 | Improve string benchtests | Wilco Dijkstra | 9 | -141/+73 |
2019-04-09 | Improve bench-strstr | Wilco Dijkstra | 1 | -83/+137 |
2019-04-09 | Improve bench-memmem | Wilco Dijkstra | 1 | -17/+62 |
2019-04-09 | Remove TIMING_INIT | Wilco Dijkstra | 5 | -17/+1 |
2019-03-22 | Add generic hp-timing support | Wilco Dijkstra | 3 | -48/+9 |
2019-03-22 | Refactor hp-timing rtld usage | Adhemerval Zanella | 1 | -1/+1 |
2019-02-27 | Add some spaces before '('. | Joseph Myers | 3 | -9/+10 |
2019-02-22 | Break some lines before not after operators. | Joseph Myers | 2 | -7/+7 |
2019-02-14 | Add missing bench-malloc-simple.c file. | Wilco Dijkstra | 1 | -0/+188 |
2019-02-14 | Add malloc micro benchmark | Wilco Dijkstra | 1 | -5/+13 |
2019-02-14 | benchtests: Remove useless ORIG_SRC in memmove benchmarks | Siddhesh Poyarekar | 2 | -8/+8 |
2019-02-12 | String benchtest cleanup | Wilco Dijkstra | 19 | -384/+28 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 82 | -82/+82 |
2018-12-27 | Improve bench-strlen | Wilco Dijkstra | 1 | -14/+20 |
2018-12-21 | Refactor string benchtests | Wilco Dijkstra | 21 | -207/+71 |
2018-12-12 | benchtests: send non-consumable data to stderr | Leonardo Sandoval | 1 | -3/+4 |
2018-12-12 | benchtests: include --stats parameter | Leonardo Sandoval | 1 | -9/+18 |
2018-12-12 | benchtests: keep comparing even if function timings do not match | Leonardo Sandoval | 1 | -1/+1 |
2018-10-29 | Patch to require Python 3.4 or later to build glibc. | Joseph Myers | 1 | -7/+0 |
2018-10-24 | x86: Support RDTSCP for benchtests | H.J. Lu | 2 | -0/+15 |
2018-10-17 | Don't reduce test timeout to less than default | Andreas Schwab | 1 | -3/+0 |
2018-10-08 | benchtests: Set float type on --threshold argument | Leonardo Sandoval | 1 | -1/+1 |
2018-08-16 | Reallocate buffers for every run in strlen | Siddhesh Poyarekar | 1 | -7/+10 |
2018-08-16 | Print strlen benchmark output in json | Siddhesh Poyarekar | 1 | -15/+38 |
2018-08-11 | [benchtests] Add workload test properties to schema | Siddhesh Poyarekar | 1 | -0/+4 |
2018-08-11 | [benchtests] Add mandatory attributes to workload tests | Siddhesh Poyarekar | 1 | -0/+2 |
2018-08-08 | benchtests: Clean up the alloc_bufs | Siddhesh Poyarekar | 6 | -33/+42 |
2018-08-03 | [benchtests] Fix compare_strings.py for python2 | Siddhesh Poyarekar | 1 | -2/+3 |
2018-07-19 | benchtests: improve argument parsing through argparse library | Leonardo Sandoval | 1 | -21/+19 |
2018-07-16 | Improve strstr performance | Wilco Dijkstra | 2 | -0/+2 |
2018-06-12 | benchtests: Add -f/--functions argument | H.J. Lu | 1 | -10/+42 |
2018-06-01 | benchtests: Catch exceptions in input arguments | Leonardo Sandoval | 1 | -10/+24 |
2018-06-01 | benchtests: Add --no-diff and --no-header options | Leonardo Sandoval | 1 | -10/+18 |
2018-05-07 | benchtests: Move iterator declaration into loop header | Siddhesh Poyarekar | 2 | -5/+3 |
2018-03-19 | Undefine attribute_hidden to fix benchtests | Wilco Dijkstra | 1 | -0/+1 |
2018-03-15 | Use correct includes in benchtests | Wilco Dijkstra | 6 | -2/+15 |
2018-03-06 | benchtests: Don't benchmark 0 length calls for strncmp | Siddhesh Poyarekar | 1 | -24/+0 |
2018-03-06 | benchtests: Reallocate buffers for every strncmp implementation | Siddhesh Poyarekar | 1 | -44/+53 |
2018-03-06 | benchtests: Convert strncmp benchmark output to json | Siddhesh Poyarekar | 1 | -60/+96 |
2018-02-12 | Remove slow paths from pow | Wilco Dijkstra | 1 | -4/+2 |