aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/djbench.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix indentation of second clause of license.Gareth Rees2020-08-301-3/+3
* Use https: instead of http: when linking to the ravenbrook web site.Gareth Rees2020-08-301-1/+1
* Publish licence updates in code directory.Peter Jackson2020-06-111-38/+26
* Merge branch/2016-03-04/spare-fraction into the master sources.Gareth Rees2018-08-131-5/+16
|\
| * Add spare commit fraction option to djbench and gcbench.Gareth Rees2018-08-131-5/+16
* | Update help strings.Gareth Rees2018-08-131-13/+12
|/
* Fix issues identified in review by gdr <https://info.ravenbrook.com/mail/2018...Gareth Rees2018-07-161-2/+1
* Clean up function definitions: no need for "extern"; opening brace goes on ne...Gareth Rees2018-07-151-3/+4
* Add a test checking that the hot variety is not too much slower than the rash...Gareth Rees2016-04-201-4/+8
* Using os-provided getopt_long where available, since it doesn't compile clean...Richard Brooksby2016-01-141-1/+6
* Ensure that code of the form if (condition) statement; is split over two line...Gareth Rees2014-09-271-1/+2
* Rename mps_class_t to mps_pool_class_t for clarity.Gareth Rees2014-09-271-5/+5
* Use the nelems macro to compute the size of arrays.Gareth Rees2014-09-261-1/+1
* Benchmarks need to abort on the first assertion hit, even in the hot variety,...Gareth Rees2014-07-021-0/+1
* Avoid warnings from xcode for string literals that exceed the portable limit.Gareth Rees2014-06-141-5/+7
* Merge branch/2014-06-11/grain into branch/2014-05-28/align.Gareth Rees2014-06-131-24/+24
|\
* | Add -a (arena alignment) argument to djbench and gcbench.Gareth Rees2014-05-301-22/+45
|/
* In light of performance findings, boost the default arena size to 256 mb. add...Gareth Rees2014-05-201-2/+18
* Fix problems found by coverity. see <https://info.ravenbrook.com/mail/2014/04...Gareth Rees2014-04-111-0/+1
* Fix bugs in exposet0.c and steptest.c on windows.Gareth Rees2014-04-081-1/+5
* New header testthr.h provides simple threading interface.Gareth Rees2014-04-081-19/+6
*-. Catch-up merge from master.Richard Brooksby2014-03-111-5/+3
|\ \
| * | Ensure that djbench and gcbench compile on freebsd:Gareth Rees2014-03-081-2/+2
| * | Add locbwcss and locusss to the test suite on os x, freebsd and linux.Gareth Rees2014-03-081-2/+1
| * | Make mps_args_done obsolete.Gareth Rees2014-02-261-1/+0
| |/
* | Adding a keyword to the arena to disable zoned allocation.Richard Brooksby2014-02-281-1/+9
|/
* Inclusion order mysteriously prevents profiling under xcode.Richard Brooksby2014-01-241-6/+6
* Adding multi-threading to djbench in order to test performance with thread co...Richard Brooksby2013-06-161-26/+71
* Adding recursion factor and repeatable random number seeding to dj benchmark.Richard Brooksby2013-06-161-51/+86
* Adding leader comment description, copyright, and license.Richard Brooksby2013-06-161-1/+52
* Tidying up djbench and merging into a single file rather than relying on #inc...Richard Brooksby2013-06-161-36/+91
* Improving usage message.Richard Brooksby2013-06-161-4/+25
* Fixing parsing of -s and -r options.Richard Brooksby2013-06-161-2/+3
* Generalising dj benchmark test to accept options controlling test parameters ...Richard Brooksby2013-06-161-0/+167