aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points/benchmark.scm (follow)
Commit message (Collapse)AuthorAge
* Remove (util app).Hugo Hörnquist2020-08-02
|
* Note that --field for benchmark is required.Hugo Hörnquist2020-06-10
|
* Remove *TOP* tags from descriptions.Hugo Hörnquist2020-06-01
|
* Extend and document benchmark main.Hugo Hörnquist2020-06-01
|
* Made benchmark main runnable again.Hugo Hörnquist2020-05-06
|
* Update remaining code to use new config scheme.Hugo Hörnquist2020-04-01
|
* Attempt at decentralized configuration system.Hugo Hörnquist2020-03-31
| | | | | | | | | | | | | | | Placing all possible configuration items in a central (parameters) module scales really badly. This idea that any module can register configuration parameters is better. The current implementation however has the drawback that it requires that the module exposing the parameter is loaded before the value can be sat, but that scales even worse. A probable solution would be to abandon binding everything to guile's module system, and instead let (util config) provide a `conf-ref' and a `conf-set!' procedures. A `define-configuration' similar to emacs `defcustom' could be of use, mainly for retroactively type checking parameters.
* Add simple benchmark main.Hugo Hörnquist2019-12-30