Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI benchmark doesn't work anymore #902

Closed
pelletier opened this issue Sep 26, 2023 · 1 comment
Closed

CI benchmark doesn't work anymore #902

pelletier opened this issue Sep 26, 2023 · 1 comment
Labels
bug Issues describing a bug in go-toml.

Comments

@pelletier
Copy link
Owner

~/src/github.com/pelletier/go-toml
flag provided but not defined: -csv
Usage: benchstat [flags] inputs...

benchstat computes statistical summaries and A/B comparisons of Go
benchmarks. It shows benchmark medians in a table with a row for each
benchmark and a column for each input file. If there is more than one
input file, it also shows A/B comparisons between the files. If a
difference is likely to be noise, it shows "~".

For details, see https://pkg.go.dev/golang.org/x/perf/cmd/benchstat.
  -alpha α
    	consider change significant if p < α (default 0.05)
  -col projection
    	split results into columns by distinct values of projection (default ".file")
  -confidence level
    	confidence level for ranges (default 0.95)
  -filter query
    	use only benchmarks matching benchfilter query (default "*")
  -format format
    	print results in format:
    	  text - plain text
    	  csv  - comma-separated values (warnings will be written to stderr)
    	 (default "text")
  -ignore keys
    	ignore variations in keys
  -row projection
    	split results into rows by distinct values of projection (default ".fullname")
  -table projection
    	split results into tables by distinct values of projection (default ".config")
Traceback (most recent call last):
  File "<stdin>", line 23, in <module>
IndexError: list index out of range
@pelletier pelletier added the bug Issues describing a bug in go-toml. label Sep 26, 2023
@pelletier
Copy link
Owner Author

Fixed by #905

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues describing a bug in go-toml.
Projects
None yet
Development

No branches or pull requests

1 participant