Skip to content

Releases: madkins23/go-slog

Update data tables

31 Aug 15:50
Compare
Choose a tag to compare
  • 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

16 Aug 17:11
Compare
Choose a tag to compare

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

15 Aug 17:21
Compare
Choose a tag to compare
  • Clear docs directory when rebuilding
  • Save test output files in docs, add tabular 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 ':'

13 Aug 21:26
Compare
Choose a tag to compare

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

13 Aug 21:21
Compare
Choose a tag to compare
  • Change special character for some score keeper names
  • Set -useWarnings default to true
  • Minor documentation updates for two handlers
  • Update TODO.txt

Better scoring charts and new dedup handlers

13 Aug 18:03
Compare
Choose a tag to compare
  • 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 and snqk/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

30 Jul 18:47
Compare
Choose a tag to compare

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

07 May 23:53
Compare
Choose a tag to compare
Pre-release

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

07 May 18:16
Compare
Choose a tag to compare
Pre-release
v0.9.14-beta-14

Add svcrunner/jsonlog handler

Fixed score charts

07 May 14:25
Compare
Choose a tag to compare
Fixed score charts Pre-release
Pre-release
  • Rename score chart URLs to use URL parameters instead of URL query fields.
  • Remove all old docs files.