NimYAML/bench
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
..
lib bench: run 100 times per test and return mean 2016-01-24 12:28:14 +01:00
jsonBench.nim Fixed problem with JSON handling. 2016-02-27 14:33:13 +01:00
nimlets_yaml.nim Benchmark against libyaml. 2016-01-13 21:01:50 +01:00