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
Amazon Linux, which is Fedora-based, does not have the -S option for the env command. So after
-S
env
was merged, we cannot run yarn perf on EC2 instances, due to this shebang:
yarn perf
arrow/js/perf/index.ts
Line 1 in 72d20ad
Benchmarking, JavaScript
The text was updated successfully, but these errors were encountered:
apacheGH-41015: allow JS benchmarks to run more portably
e5f6c93
GH-41015: [JS] [Benchmarking] allow JS benchmarks to run more portably (
02bc653
#41031)
apacheGH-41015: [JS] [Benchmarking] allow JS benchmarks to run more p…
0a18b48
…ortably (apache#41031)
e63c266
austin3dickey
Successfully merging a pull request may close this issue.
Describe the bug, including details regarding any error messages, version, and platform.
Amazon Linux, which is Fedora-based, does not have the
-S
option for theenv
command. So afterwas merged, we cannot run
yarn perf
on EC2 instances, due to this shebang:arrow/js/perf/index.ts
Line 1 in 72d20ad
Component(s)
Benchmarking, JavaScript
The text was updated successfully, but these errors were encountered: