git.delta.rocks / jrsonnet / refs/commits / cb352288fbab

difftreelog

docs update benchmark status

Lach2020-08-23parent: #66efc47.patch.diff
in: master

1 file changed

modifiedREADME.mddiffbeforeafterboth
9292
93This is the fastest implementation of jsonnet both according to official benchmarks and real-life cluster configuration templating speed.93This is the fastest implementation of jsonnet both according to official benchmarks and real-life cluster configuration templating speed.
9494
95Official benchmark results are available [in this gist](https://gist.github.com/CertainLach/5770d7ad4836066f8e0bd91e823e451b) which may get updated sometimes. It shows tests against Golang, C++ and Scala implementations showing the best performance in most cases.95Official benchmark results are available [in this gist](https://gist.github.com/CertainLach/5770d7ad4836066f8e0bd91e823e451b) which may get updated sometimes. It shows tests against Golang, C++ and Scala implementations showing the best performance in all cases.
9696
97You can generate this report via97You can generate this report via provided nix flake
9898
99```bash
100$ make benchmarks
101```
102
103 However it may not work until you link golang jsonnet implementation to `gojsonnet` and C++ implementation to `jsonnet`.
104
105## TO-DO list99## TO-DO list
106100
107- [ ] Create docker container for easier benchmarking and/or benchmark in CI101- [ ] Create docker container for easier benchmarking and/or benchmark in CI