aboutsummaryrefslogtreecommitdiff
path: root/benchtests
AgeCommit message (Expand)AuthorFilesLines
2014-04-15benchtests: Link against objects in build directorySiddhesh Poyarekar1-23/+9
2014-04-11benchtests: Improve readability of JSON outputWill Newton5-23/+256
2014-04-10benchtests: Add pthread_once common-case test.Torvald Riegel4-1/+38
2014-04-01benchtests: Build ffs and ffsl benchtests with -fno-builtinWill Newton1-0/+3
2014-03-31benchtests: Add benchtests for ffs and ffsllWill Newton3-3/+208
2014-03-29Detailed benchmark outputs for functionsSiddhesh Poyarekar3-2/+34
2014-03-29Make bench.out in json formatSiddhesh Poyarekar5-18/+66
2014-03-29[benchtests] Use inputs file for modfSiddhesh Poyarekar2-44/+4
2014-03-26benchtests/bench-strtod.c: Increase timeout valueWill Newton1-0/+3
2014-03-24benchtests: Move bench.py to benchtests/scripts/Siddhesh Poyarekar2-1/+300
2014-03-21Implement benchmarking script in pythonSiddhesh Poyarekar2-2/+4
2014-02-28Make strtok benchmark competive.Ondřej Bílka1-57/+4
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-1/+3
2014-02-21Minor formatting fixSiddhesh Poyarekar1-2/+2
2014-02-21print length in strrchr benchtestRajalakshmi Srinivasaraghavan1-1/+1
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-1/+1
2014-02-08tests: unify fortification handler logicMike Frysinger1-20/+5
2014-01-10Correct inputs for sin and cosSiddhesh Poyarekar2-29/+6
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae42-42/+42
2013-12-31Benchmark inputs for cos and sinSiddhesh Poyarekar2-12/+5300
2013-12-31benchmark inputs for atanSiddhesh Poyarekar1-5/+802
2013-12-31benchmark inputs for tanh and atanhSiddhesh Poyarekar2-10/+400
2013-12-31benchmark inputs for asinh and acoshSiddhesh Poyarekar2-10/+600
2013-12-31benchmark inputs for sinh and coshSiddhesh Poyarekar2-10/+700
2013-12-31benchmark inputs for asin and acosSiddhesh Poyarekar2-14/+5240
2013-12-19benchtests: Add strtok benchmarkRajalakshmi Srinivasaraghavan2-1/+206
2013-12-12benchmark inputs for exp2, log2, log and tanSiddhesh Poyarekar5-4/+4053
2013-12-05Accept output arguments to benchmark functionsSiddhesh Poyarekar3-87/+29
2013-12-02Benchmark test for sqrt function.Steve Ellcey2-1/+12
2013-11-26Also remove benchtests/bench-strsep-ifunc.cOndřej Bílka1-20/+0
2013-11-26Remove duplicate ifunc benchtests.Ondřej Bílka36-682/+2
2013-11-18benchtests: Add strsep benchmarkRajalakshmi Srinivasaraghavan3-1/+195
2013-11-132013-11-13 Steve Ellcey <sellcey@mips.com>Steve Ellcey1-0/+2
2013-11-11benchtests: Add strtod benchmarkAdhemerval Zanella2-1/+120
2013-10-28Benchmark inputs for powSiddhesh Poyarekar1-0/+503
2013-10-28New inputs for expSiddhesh Poyarekar1-0/+581
2013-10-10benchtests: Add include-sources directive.Torvald Riegel1-2/+5
2013-10-07Add more directives to benchmark input filesSiddhesh Poyarekar18-67/+67
2013-09-19Add benchmark inputs for sincosSiddhesh Poyarekar2-1/+89
2013-09-11benchtests: Rename argument to TIMING_INIT macro.Will Newton2-10/+10
2013-09-06benchtests: Add memrchr benchmarkAdhemerval Zanella4-4/+66
2013-09-06benchtests/Makefile: Run benchmark for memcpy.Will Newton1-5/+5
2013-09-04benchtests: Switch string benchmarks to use bench-timing.h.Will Newton27-502/+334
2013-09-04benchtests/Makefile: Use LDLIBS instead of LDFLAGS.Will Newton1-16/+16
2013-06-20Fix loop construction to functions callsAdhemerval Zanella2-0/+2
2013-06-11Port remaining string benchmarksSiddhesh Poyarekar5-1/+349
2013-06-11Copy over string performance tests into benchtestsSiddhesh Poyarekar61-1/+4991
2013-06-11Begin porting string performance tests to benchtestsSiddhesh Poyarekar5-3/+434
2013-06-10Avoid overwriting earlier flags in CPPFLAGS-nonlib in benchtestsSiddhesh Poyarekar1-1/+1
2013-05-22Sort benchmark functionsSiddhesh Poyarekar1-41/+42