GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
benchtests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove slow paths from pow
Wilco Dijkstra
2018-02-12
1
-4
/
+2
*
benchtests: Make bench-memcmp print json
Siddhesh Poyarekar
2018-02-02
1
-26
/
+50
*
benchtests: Reallocate buffers for every test run
Siddhesh Poyarekar
2018-02-02
1
-10
/
+13
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
82
-82
/
+82
*
Convert strcmp benchmark output to json format
Siddhesh Poyarekar
2017-12-15
1
-27
/
+51
*
benchtests: Enable BENCHSET to run subset of tests
Victor Rodriguez
2017-11-28
2
-20
/
+68
*
benchtests: Expand range of tests names in schema.json
Victor Rodriguez
2017-11-28
1
-1
/
+1
*
benchtests: Adjust valid and accepted properties
Victor Rodriguez
2017-11-28
1
-1
/
+2
*
benchtests: Bump start size since smaller sizes are noisy
Siddhesh Poyarekar
2017-11-20
3
-3
/
+3
*
benchtests: Fix walking sizes and directions for *-walk benchmarks
Siddhesh Poyarekar
2017-11-20
3
-21
/
+12
*
Benchtests for sinf, cosf and sincosf
Rajalakshmi Srinivasaraghavan
2017-10-13
4
-1
/
+10626
*
benchtests: Memory walking benchmark for memmove
Siddhesh Poyarekar
2017-10-05
2
-1
/
+144
*
benchtests: Memory walking benchmark for memset
Siddhesh Poyarekar
2017-10-05
2
-1
/
+139
*
benchtests: Memory walking benchmark for memcpy
Siddhesh Poyarekar
2017-10-05
2
-1
/
+129
*
Add exp2f and log2f benchmark trace
Szabolcs Nagy
2017-09-20
3
-1
/
+5277
*
Add logf trace
Wilco Dijkstra
2017-09-19
2
-1
/
+2889
*
Add expf trace
Wilco Dijkstra
2017-09-19
2
-1
/
+2389
*
Add benchtests for trunc and truncf.
Joseph Myers
2017-09-19
3
-1
/
+46
*
benchtests: New -g option to generate graphs in compare_strings.py
Siddhesh Poyarekar
2017-09-16
1
-3
/
+8
*
benchtests: Make compare_strings.py output a bit prettier
Siddhesh Poyarekar
2017-09-16
1
-9
/
+11
*
benchtests: Use argparse to parse arguments
Siddhesh Poyarekar
2017-09-16
2
-13
/
+35
*
benchtests: Reallocate buffers for memset
Siddhesh Poyarekar
2017-09-14
3
-13
/
+47
*
benchtests: Make memset benchmarks print json
Siddhesh Poyarekar
2017-09-14
2
-31
/
+80
*
Add new codepage charmaps/IBM858 [BZ #21084]
Mike FABIAN
2017-09-14
1
-0
/
+2
*
benchtests: Do not compile benchmark objects as libc modules [BZ #21864]
Florian Weimer
2017-08-21
1
-4
/
+5
*
Add math benchmark latency test
Wilco Dijkstra
2017-08-17
2
-10
/
+37
*
benchtests: Print json in memmove benchmark
Siddhesh Poyarekar
2017-08-11
2
-41
/
+87
*
benchtests: Remove verification runs from benchmark tests
Siddhesh Poyarekar
2017-08-11
9
-154
/
+2
*
benchtests: Avoid a display error when running in text terminal
Siddhesh Poyarekar
2017-08-08
1
-0
/
+2
*
benchtests: Allow selecting baseline for compare_string.py
Siddhesh Poyarekar
2017-08-08
1
-10
/
+18
*
benchtests: Use TEST_NAME instead of hardcoding memcpy
Siddhesh Poyarekar
2017-08-08
3
-3
/
+3
*
benchtests: New script to parse memcpy results
Siddhesh Poyarekar
2017-06-22
2
-0
/
+173
*
benchtests: Make memcpy benchmarks print results in json
Siddhesh Poyarekar
2017-06-22
3
-49
/
+117
*
benchtests: Print string array elements, int and uint in json
Siddhesh Poyarekar
2017-06-22
2
-0
/
+68
*
Add powf trace
Wilco Dijkstra
2017-06-20
1
-0
/
+2187
*
Improve math benchmark infrastructure
Wilco Dijkstra
2017-06-20
2
-18
/
+45
*
Add powf bench tests
Paul Clarke
2017-06-20
2
-1
/
+332
*
nptl: Invert the mmap/mprotect logic on allocated stacks (BZ#18988)
Adhemerval Zanella
2017-06-14
3
-1
/
+73
*
benchtests: Add more tests for memrchr
H.J. Lu
2017-06-04
1
-1
/
+16
*
Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.
Zack Weinberg
2017-05-09
2
-3
/
+2
*
Change TEST_NAME to memcpy to fix IFUNC testing of multiple versions.
Steve Ellcey
2017-03-28
1
-2
/
+2
*
Actually add bench-memcpy-random
Siddhesh Poyarekar
2017-03-26
1
-0
/
+157
*
Add a new randomized memcpy test for copies up to 256 bytes. The distribution
Wilco Dijkstra
2017-03-23
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
76
-76
/
+76
*
Add configure check for python program
Siddhesh Poyarekar
2016-12-22
1
-2
/
+8
*
This patch cleans up the strsep implementation and improves performance.
Wilco Dijkstra
2016-12-21
1
-21
/
+58
*
benchtests: Add fmaxf/fminf benchmarks
Adhemerval Zanella
2016-12-19
3
-1
/
+50
*
benchtests: Add fmax/fmin benchmarks
Adhemerval Zanella
2016-12-19
3
-1
/
+49
*
Adjust benchtests to new support library.
Adhemerval Zanella
2016-12-19
30
-50
/
+60
*
Link benchset tests against libsupport
Siddhesh Poyarekar
2016-12-18
1
-0
/
+1
[next]