Commit Graph

5 Commits

Author SHA1 Message Date
Felix Krause 6bb110b185 Made bench great again 2016-09-21 10:44:40 +02:00
Felix Krause 4670450a27 Fixed bench and remaining problems 2016-09-14 14:35:41 +02:00
Felix Krause 404aece2fd Fixed bench compatibility with upcoming Nim 2016-08-10 20:40:36 +02:00
Felix Krause 167c25af72 Added benchmark for processing YAML input 2016-03-20 10:32:14 +01:00
Felix Krause 00e10ff9ce Fixed problem with JSON handling.
* use `[]=` instead of add() to add JSON nodes to an object.
   add() seems to have problems with expanding.
 * renamed bench/json.nim to bench/jsonBench.nim to avoid confusion
   with Nim's stdlib json.nim
2016-02-27 14:33:13 +01:00