From cb352288fbabb869a9011e2f17ad89303e4d1790 Mon Sep 17 00:00:00 2001 From: Lach Date: Sun, 23 Aug 2020 22:26:40 +0000 Subject: [PATCH] docs: update benchmark status --- --- a/README.md +++ b/README.md @@ -92,15 +92,9 @@ This is the fastest implementation of jsonnet both according to official benchmarks and real-life cluster configuration templating speed. -Official 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. - -You can generate this report via +Official 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. -```bash -$ make benchmarks -``` - - However it may not work until you link golang jsonnet implementation to `gojsonnet` and C++ implementation to `jsonnet`. +You can generate this report via provided nix flake ## TO-DO list -- gitstuff