aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFiles
2021-11-14Don't hardcode target gdbm versionsHEADmasterSergey Poznyakoff7
2020-10-29runtest: Set initial cache capacity to 1Sergey Poznyakoff1
2020-10-29Minor changesSergey Poznyakoff3
* Makefile.am (benchmark): New variable FETCHKEYSOPT. * gdbm/newcache: Upgrade. * src/dropcache.c: Call sync before dropping caches. * src/fetchkeys.c: Use CPU user and system times, instead of measuring real execution time. Don't count gdbm_close in the totals. * src/gnuplot.m4: Use bezier instead of csplines.
2020-03-17Improve fetchkeysSergey Poznyakoff2
The new option -b instructs it to fetch only the bucket for each given key without fetching the actual value, thus eliminating the imact of non-cached reads. * src/benchmark.mk.in: Pass FETCHKEYSOPT to fetchkeys. * src/fetchkeys.c: New option -b: read the bucket, don't fetch value
2020-03-15Use actual min and max times for errorbar. Limit the maxcache value by the ↵Sergey Poznyakoff3
number of buckets in the db plus 100.
2020-03-15Improve data collection and the gnuplot script.Sergey Poznyakoff3
2020-03-15Initial commitSergey Poznyakoff9

Return to:

Send suggestions and report system problems to the System administrator.