-
-
Notifications
You must be signed in to change notification settings - Fork 978
bench: refactor benchmarks in math/base/special/exp
#5855
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
bench: refactor benchmarks in math/base/special/exp
#5855
Conversation
---
type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes.
report:
- task: lint_filenames
status: passed
- task: lint_editorconfig
status: passed
- task: lint_markdown
status: na
- task: lint_package_json
status: na
- task: lint_repl_help
status: na
- task: lint_javascript_src
status: na
- task: lint_javascript_cli
status: na
- task: lint_javascript_examples
status: na
- task: lint_javascript_tests
status: na
- task: lint_javascript_benchmarks
status: passed
- task: lint_python
status: na
- task: lint_r
status: na
- task: lint_c_src
status: na
- task: lint_c_examples
status: na
- task: lint_c_benchmarks
status: missing_dependencies
- task: lint_c_tests_fixtures
status: na
- task: lint_shell
status: na
- task: lint_typescript_declarations
status: na
- task: lint_typescript_tests
status: na
- task: lint_license_headers
status: passed
---
Coverage Report
The above coverage report was generated for the changes in this PR. |
|
/stdlib update-copyright-years |
|
@gururaj1512 There is no need to update copyright years for files which exist already. |
lib/node_modules/@stdlib/math/base/special/exp/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/exp/benchmark/benchmark.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/exp/benchmark/c/Makefile
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/exp/benchmark/c/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/exp/benchmark/c/cephes/Makefile
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/exp/benchmark/c/cephes/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/exp/benchmark/c/native/Makefile
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/exp/benchmark/c/native/benchmark.c
Outdated
Show resolved
Hide resolved
Signed-off-by: Gunj Joshi <gunjjoshi8372@gmail.com>
@gunjjoshi, Actually in #5054 the copyright years are updated |
|
@gururaj1512 Yes, that PR allowed copyright years to be updated, but Gunj's point stands. Namely, that modifications to an existing file do not require changes to the file's copyright year. We've been lax about this, but the advantage of leaving copyright years as is is that doing so reduces diff noise. |
|
@kgryte, Got it. |
|
/stdlib merge |
lib/node_modules/@stdlib/math/base/special/exp/benchmark/c/native/benchmark.c
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <kgryte@gmail.com>
|
As the CI failure does not seem to stem from changes introduced in this PR, I'll go ahead and merge. |
type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes. report:
Description
This pull request:
Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers