summaryrefslogtreecommitdiff
path: root/benchtests
AgeCommit message (Expand)Author
2014-07-03Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overheadRichard Henderson
2014-06-19Remove unnecessary $(.)Siddhesh Poyarekar
2014-06-11Validate bench.out against a JSON schemaSiddhesh Poyarekar
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers
2014-05-26benchtests: Add new directive for benchmark initialization hookSiddhesh Poyarekar
2014-05-16Use existing makefile variables for dependencies on glibc libraries.Joseph Myers
2014-04-15benchtests: Link against objects in build directorySiddhesh Poyarekar
2014-04-11benchtests: Improve readability of JSON outputWill Newton
2014-04-10benchtests: Add pthread_once common-case test.Torvald Riegel
2014-04-01benchtests: Build ffs and ffsl benchtests with -fno-builtinWill Newton
2014-03-31benchtests: Add benchtests for ffs and ffsllWill Newton
2014-03-29Detailed benchmark outputs for functionsSiddhesh Poyarekar
2014-03-29Make bench.out in json formatSiddhesh Poyarekar
2014-03-29[benchtests] Use inputs file for modfSiddhesh Poyarekar
2014-03-26benchtests/bench-strtod.c: Increase timeout valueWill Newton
2014-03-24benchtests: Move bench.py to benchtests/scripts/Siddhesh Poyarekar
2014-03-21Implement benchmarking script in pythonSiddhesh Poyarekar
2014-02-28Make strtok benchmark competive.Ondřej Bílka
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers
2014-02-21Minor formatting fixSiddhesh Poyarekar
2014-02-21print length in strrchr benchtestRajalakshmi Srinivasaraghavan
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-02-08tests: unify fortification handler logicMike Frysinger
2014-01-10Correct inputs for sin and cosSiddhesh Poyarekar
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-31Benchmark inputs for cos and sinSiddhesh Poyarekar
2013-12-31benchmark inputs for atanSiddhesh Poyarekar
2013-12-31benchmark inputs for tanh and atanhSiddhesh Poyarekar
2013-12-31benchmark inputs for asinh and acoshSiddhesh Poyarekar
2013-12-31benchmark inputs for sinh and coshSiddhesh Poyarekar
2013-12-31benchmark inputs for asin and acosSiddhesh Poyarekar
2013-12-19benchtests: Add strtok benchmarkRajalakshmi Srinivasaraghavan
2013-12-12benchmark inputs for exp2, log2, log and tanSiddhesh Poyarekar
2013-12-05Accept output arguments to benchmark functionsSiddhesh Poyarekar
2013-12-02Benchmark test for sqrt function.Steve Ellcey
2013-11-26Also remove benchtests/bench-strsep-ifunc.cOndřej Bílka
2013-11-26Remove duplicate ifunc benchtests.Ondřej Bílka
2013-11-18benchtests: Add strsep benchmarkRajalakshmi Srinivasaraghavan
2013-11-132013-11-13 Steve Ellcey <sellcey@mips.com>Steve Ellcey
2013-11-11benchtests: Add strtod benchmarkAdhemerval Zanella
2013-10-28Benchmark inputs for powSiddhesh Poyarekar
2013-10-28New inputs for expSiddhesh Poyarekar
2013-10-10benchtests: Add include-sources directive.Torvald Riegel
2013-10-07Add more directives to benchmark input filesSiddhesh Poyarekar
2013-09-19Add benchmark inputs for sincosSiddhesh Poyarekar
2013-09-11benchtests: Rename argument to TIMING_INIT macro.Will Newton
2013-09-06benchtests: Add memrchr benchmarkAdhemerval Zanella
2013-09-06benchtests/Makefile: Run benchmark for memcpy.Will Newton
2013-09-04benchtests: Switch string benchmarks to use bench-timing.h.Will Newton
2013-09-04benchtests/Makefile: Use LDLIBS instead of LDFLAGS.Will Newton