Skip to content

Releases: luccadibe/benchctl

v0.2.1

20 Jan 15:05

Choose a tag to compare

Changelog

  • a3442a2 feat: --skip a stage , or set stage.skip to true to skip it
  • 1800e24 feat: execute stage on multiple hosts
  • 5275673 feat: pass environment variables as -e KEY=VAR for local expansion. All other $VAR are expanded in remote hosts. add shell login as default
  • f4edd4d feat: ui version 1
  • 6bd6605 initial ui server impl
  • 9cad96c refactor: remove local_path option . It doesn't make sense and just compicates things. The trade-off is that browsing files manually is harder if you have many files, but this is not the priority, as the UI will be meant for that

v0.1.5

27 Oct 15:11

Choose a tag to compare

Changelog

  • f64329f feat: add groupby option in plots
  • ed5223b feat: install script

v0.1.4

23 Oct 09:53
b3c2758

Choose a tag to compare

Changelog

  • b3c2758 Background tasks! (#1)
  • 97b33fc feat: expand tildes in paths
  • c8da7be refactor: warn on append metadata failure

v0.1.3

15 Oct 12:58

Choose a tag to compare

Changelog

  • 6303b35 refactor: move stuff into packages; Tried to keep everything under internal pkg but each module is too big now and hard to reason about. Introduced plot for plotting , execution for command execution tasks , and config.

v0.1.2

14 Oct 17:35

Choose a tag to compare

Changelog

  • 9c0d21d chore: update schema
  • b7711b4 fix: correct url in yaml-language-server
  • f62f648 refactor: cleaner data_schema in the yaml confi

v0.1.1

14 Oct 15:17

Choose a tag to compare

Changelog

  • ecee3e0 feat: add generated schema
  • e9b8fed feat: compare command
  • dee8767 fix: remote upload for script execution; feat: append metadata at the end of a stage; test: add remote script and append metadata tests; docs: reflect newest features in readme
  • 7494630 refactor: move embedded files to internal/files; feat: init command
  • 5b270bb refactor: use urfave/cli for cli interaction; feat: run cmd , init cmd

v0.1.0

14 Oct 08:53

Choose a tag to compare

Changelog

  • 5b8b27a chore: change go module name and add goreleaser
  • ef6da48 chore: delete d
  • bce89e0 feat: add seaborn based plot generation
  • c5170f3 feat: license, readme
  • 0829158 feat: plot generation, custom metadata, local execution
  • 8d8d193 first commit
  • 860620c initial types
  • 31e3ebf yaml parsing and initial ssh impl