Canonical test outputs / performance diffs #822
Quantumplation
started this conversation in
General
Replies: 2 comments 6 replies
-
As a side note, I got this working. If you want to include it or something similar in the default github action, let me know: |
Beta Was this translation helpful? Give feedback.
0 replies
-
A JSON-formatted output -> yes. This is just plain common sense, and I've been leaning towards that already for all commands. Basically, if a terminal output isn't ANSI-capable, then we should fallback to structured-JSON. This way, if you simply redirect the CLI output to a file, or if you're part of a context that can't properly display unicode and colors, you get something workable. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Working on some continuous integration improvements for the sundae contracts, and came across some small pain points that I figured it was worth discussing:
grep -A 1
for example, because it might span multiple lines, or 0; It'd be nice if the format was conducive to extracting the outputs for things like CI (or perhaps, there was a JSON formatted output)aiken check --diff baseline.output
and have it tell me, for each test run, how the mem/cpu changed, or something similar.None of these are urgent / critical, and may have other solutions beyond what I outlined above, just doing a brain dump so y'all can ponder on it.
Beta Was this translation helpful? Give feedback.
All reactions