We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem
Enumerating a benchmark is not possible right now:
benchmark 5000 { rand | drop 10000 | take 10000 | count } | enumerate 1 10_000
without any further output.
Solution TBD
Benefit Enumerating a benchmark is not very common but should be fixed anyway (most likely it is affecting other commands as well).
benchmark
The text was updated successfully, but these errors were encountered:
without a pipeline it works as expected:
hosh> benchmark 5 { echo a } | enumerate 1 a 2 a 3 a 4 a 5 a 6 5 PT0.000038943S PT0.000482544S PT0.000134565S
Sorry, something went wrong.
No branches or pull requests
Problem
Enumerating a benchmark is not possible right now:
without any further output.
Solution
TBD
Benefit
Enumerating a
benchmark
is not very common but should be fixed anyway (most likely it is affecting other commands as well).The text was updated successfully, but these errors were encountered: