difftreelog
docs update benchmark status
in: master
1 file changed
README.mddiffbeforeafterboth929293This 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.949495Official 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.969697You can generate this report via97You can generate this report via provided nix flake989899```bash100$ make benchmarks101```102103 However it may not work until you link golang jsonnet implementation to `gojsonnet` and C++ implementation to `jsonnet`.104105## TO-DO list99## TO-DO list106100107- [ ] Create docker container for easier benchmarking and/or benchmark in CI101- [ ] Create docker container for easier benchmarking and/or benchmark in CI