We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6bb046 commit ce89800Copy full SHA for ce89800
README.md
@@ -470,7 +470,7 @@ idx=`JSONPath.sh -f /tmp/kpod '$.items[?(@.metadata.name=="kube-proxy.*")].apiVe
470
471
## Performance
472
473
-* Performance is acceptable for small data sizes
+* Performance is acceptable for small data sizes (approximately 2x slower than `jq` - `sed` beat them both!)
474
* Worse when using:
475
* large data files (hundreds of kilobytes).
476
* filter (script) expressions (An extra pass is required).
0 commit comments