Releases: madkins23/go-slog
Update data tables
- Add detail tables to scores page
- Benchmark data tables
- Warning data tables
- Separate and optionally display various handler scores
- Various GUI updates including tool tips
- Show smallest score table section containing all data points by default
- Update axis documentation
Multiple data tables on scoring pages
The basic scoring data is kind of wonky (the algorithm came out of my posterior) and can be misleading.
Added three more "drill-down" data pages to the score summary page. These provide a lot more detail.
Show output files, move text files to docs
- Clear
docs
directory when rebuilding - Save test output files in
docs
, addtabular
output - Show text files in header drop-down and on home page
- New display page for text files
- Remove benchmark verification errors for specific (new) cases
Remove directories starting with ':'
These directories were created with the next to last release and not removed so curl https://sum.golang.org/lookup
isn't working.
Minor updates
- Change special character for some score keeper names
- Set
-useWarnings
default totrue
- Minor documentation updates for two handlers
- Update
TODO.txt
Better scoring charts and new dedup handlers
- Update scoring charts to cleanup code and data label display
- Labels are now farther to the right
- Labels now connect to data points with gray lines
- Hopefully this is easier to read
- Updated scorekeepers
- Modify scorekeepers to use handler name filters to support special scoring cases
- Create
:ReplAttr
and:Dedup
scorekeepers
- Add
veqryndedup
andsnqk/meld
handlers- These are both "wrapper" handlers that dedup result JSON
- Much updated documentation, still kind of lame 😞
- New admin warning for skipping dedup checks
- Sort scoring exhibit tables properly
- Widen handler name in
cmd/tabular
output tables - Always add
Warnings for...
line in warnings output even if no warnings
Score keepers and documentation updates
Added mechanism for experimental "score" keepers, naming the original one Default
.
Went through the piles of documentation and attempted to tidy them up and correct errors. Probably still not enough but mind numbing work had to end sometime. ;-)
Change URL path / file naming
Was using URLs like https://madkins23.github.io/go-slog/test/Bench:KeyValues.html
with the colon ('
). Getting the release checksum via curl https://sum.golang.org/lookup/github.com/madkins23/go-slog@v0.9.10-beta-10
started failing at v0.9.13-beta-13
with a message about filenames with colons. Changed from colons to period (.
) will hopefully fix that.
Add svcrunner/jsonlog handler
v0.9.14-beta-14 Add svcrunner/jsonlog handler
Fixed score charts
- Rename score chart URLs to use URL parameters instead of URL query fields.
- Remove all old
docs
files.