From f69d0d5aed04ced3b5a03947c8d00e2ef0576949 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Mon, 1 Jan 2024 01:36:06 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 2 +- .github/workflows/benchmark.yml | 6 ++-- .github/workflows/examples.yml | 6 ++-- .github/workflows/npm_downloads.yml | 10 +++--- .github/workflows/productionize.yml | 34 +++++++++---------- .github/workflows/publish.yml | 6 ++-- .github/workflows/test.yml | 6 ++-- .github/workflows/test_bundles.yml | 16 ++++----- .github/workflows/test_coverage.yml | 10 +++--- .github/workflows/test_install.yml | 6 ++-- .npmignore | 1 + CONTRIBUTORS | 1 + README.md | 2 +- SECURITY.md | 5 +++ .../benchmark.mostly_sorted_few_uniques.js | 2 +- ...hmark.mostly_sorted_few_uniques.ndarray.js | 2 +- benchmark/benchmark.mostly_sorted_random.js | 2 +- .../benchmark.mostly_sorted_random.ndarray.js | 2 +- ...benchmark.rev_mostly_sorted_few_uniques.js | 2 +- ...k.rev_mostly_sorted_few_uniques.ndarray.js | 2 +- .../benchmark.rev_mostly_sorted_random.js | 2 +- ...chmark.rev_mostly_sorted_random.ndarray.js | 2 +- benchmark/benchmark.rev_sorted_few_uniques.js | 2 +- ...enchmark.rev_sorted_few_uniques.ndarray.js | 2 +- benchmark/benchmark.rev_sorted_random.js | 2 +- .../benchmark.rev_sorted_random.ndarray.js | 2 +- benchmark/benchmark.sorted_few_uniques.js | 2 +- .../benchmark.sorted_few_uniques.ndarray.js | 2 +- benchmark/benchmark.sorted_random.js | 2 +- benchmark/benchmark.sorted_random.ndarray.js | 2 +- benchmark/benchmark.unsorted_few_uniques.js | 2 +- .../benchmark.unsorted_few_uniques.ndarray.js | 2 +- benchmark/benchmark.unsorted_random.js | 2 +- .../benchmark.unsorted_random.ndarray.js | 2 +- package.json | 4 +-- 35 files changed, 81 insertions(+), 74 deletions(-) create mode 100644 SECURITY.md diff --git a/.github/.keepalive b/.github/.keepalive index 65c5c05..3778e05 100644 --- a/.github/.keepalive +++ b/.github/.keepalive @@ -1 +1 @@ -2023-12-01T01:47:03.103Z +2024-01-01T01:36:04.389Z diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index ab56cca..30656c4 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -41,15 +41,15 @@ jobs: # Checkout the repository: - name: 'Checkout repository' - # Pin action to full length commit SHA corresponding to v4.1.0 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + # Pin action to full length commit SHA + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA corresponding to v3.8.1 uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d with: - node-version: 16 + node-version: 20 timeout-minutes: 5 # Install dependencies: diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index c1c45e7..c92f5c4 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -41,15 +41,15 @@ jobs: # Checkout repository: - name: 'Checkout repository' - # Pin action to full length commit SHA corresponding to v4.1.0 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + # Pin action to full length commit SHA + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA corresponding to v3.8.1 uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d with: - node-version: 16 + node-version: 20 timeout-minutes: 5 # Install dependencies: diff --git a/.github/workflows/npm_downloads.yml b/.github/workflows/npm_downloads.yml index b8c348e..2a263c0 100644 --- a/.github/workflows/npm_downloads.yml +++ b/.github/workflows/npm_downloads.yml @@ -45,8 +45,8 @@ jobs: steps: # Checkout the repository: - name: 'Checkout repository' - # Pin action to full length commit SHA corresponding to v4.1.0 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + # Pin action to full length commit SHA + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 timeout-minutes: 10 # Install Node.js: @@ -54,7 +54,7 @@ jobs: # Pin action to full length commit SHA corresponding to v3.8.1 uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d with: - node-version: 16 + node-version: 20 timeout-minutes: 5 # Resolve package name: @@ -102,8 +102,8 @@ jobs: # Send data to events server: - name: 'Post data' - # Pin action to full length commit SHA corresponding to v3.0.3: - uses: distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629 + # Pin action to full length commit SHA + uses: distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629 # v3.0.3 env: webhook_url: ${{ secrets.STDLIB_NPM_DOWNLOADS_URL }} webhook_secret: ${{ secrets.STDLIB_WEBHOOK_SECRET }} diff --git a/.github/workflows/productionize.yml b/.github/workflows/productionize.yml index 265afda..e1e3539 100644 --- a/.github/workflows/productionize.yml +++ b/.github/workflows/productionize.yml @@ -61,8 +61,8 @@ jobs: steps: # Checkout main branch of repository: - name: 'Checkout main branch' - # Pin action to full length commit SHA corresponding to v4.1.0 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + # Pin action to full length commit SHA + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 with: ref: main @@ -71,7 +71,7 @@ jobs: # Pin action to full length commit SHA corresponding to v3.8.1 uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d with: - node-version: 16 + node-version: 20 timeout-minutes: 5 # Create production branch: @@ -134,8 +134,8 @@ jobs: # Checkout the repository: - name: 'Checkout repository' if: ${{ github.event.inputs.require-passing-tests == 'true' }} - # Pin action to full length commit SHA corresponding to v4.1.0 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + # Pin action to full length commit SHA + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 with: # Use the `production` branch: ref: production @@ -146,7 +146,7 @@ jobs: # Pin action to full length commit SHA corresponding to v3.8.1 uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d with: - node-version: 16 + node-version: 20 timeout-minutes: 5 # Install dependencies: @@ -188,8 +188,8 @@ jobs: steps: # Checkout the repository: - name: 'Checkout repository' - # Pin action to full length commit SHA corresponding to v4.1.0 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + # Pin action to full length commit SHA + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 # Configure git: - name: 'Configure git' @@ -259,7 +259,7 @@ jobs: # Pin action to full length commit SHA corresponding to v3.8.1 uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d with: - node-version: 16 + node-version: 20 timeout-minutes: 5 # Install dependencies: @@ -364,8 +364,8 @@ jobs: steps: # Checkout the repository: - name: 'Checkout repository' - # Pin action to full length commit SHA corresponding to v4.1.0 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + # Pin action to full length commit SHA + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 # Configure git: - name: 'Configure git' @@ -427,7 +427,7 @@ jobs: # Pin action to full length commit SHA corresponding to v3.8.1 uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d with: - node-version: 16 + node-version: 20 timeout-minutes: 5 # Install dependencies: @@ -538,8 +538,8 @@ jobs: steps: # Checkout the repository: - name: 'Checkout repository' - # Pin action to full length commit SHA corresponding to v4.1.0 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + # Pin action to full length commit SHA + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 # Configure git: - name: 'Configure git' @@ -609,7 +609,7 @@ jobs: # Pin action to full length commit SHA corresponding to v3.8.1 uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d with: - node-version: 16 + node-version: 20 timeout-minutes: 5 # Install dependencies: @@ -719,8 +719,8 @@ jobs: # Checkout the repository: - name: 'Checkout repository' - # Pin action to full length commit SHA corresponding to v4.1.0 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + # Pin action to full length commit SHA + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 with: fetch-depth: 2 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8b8977f..1345024 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -61,15 +61,15 @@ jobs: # Checkout the repository: - name: 'Checkout repository' - # Pin action to full length commit SHA corresponding to v4.1.0 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + # Pin action to full length commit SHA + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA corresponding to v3.8.1 uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d with: - node-version: 16 + node-version: 20 timeout-minutes: 5 # Configure git: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e64960b..01ec1a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,15 +58,15 @@ jobs: # Checkout the repository: - name: 'Checkout repository' - # Pin action to full length commit SHA corresponding to v4.1.0 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + # Pin action to full length commit SHA + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA corresponding to v3.8.1 uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d with: - node-version: 16 + node-version: 20 timeout-minutes: 5 # Install dependencies: diff --git a/.github/workflows/test_bundles.yml b/.github/workflows/test_bundles.yml index 0d26143..4c30492 100644 --- a/.github/workflows/test_bundles.yml +++ b/.github/workflows/test_bundles.yml @@ -49,8 +49,8 @@ jobs: steps: # Checkout UMD branch of the repository: - name: 'Checkout branch with UMD build' - # Pin action to full length commit SHA corresponding to v4.1.0 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + # Pin action to full length commit SHA + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 with: ref: umd @@ -59,7 +59,7 @@ jobs: # Pin action to full length commit SHA corresponding to v3.8.1 uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d with: - node-version: 17 + node-version: 20 # Try loading the UMD bundle: - name: 'Try loading UMD bundle' @@ -116,8 +116,8 @@ jobs: # Checkout ES modules branch of the repository: - name: 'Checkout branch with ESM build' - # Pin action to full length commit SHA corresponding to v4.1.0 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + # Pin action to full length commit SHA + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 with: ref: esm @@ -126,7 +126,7 @@ jobs: # Pin action to full length commit SHA corresponding to v3.8.1 uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d with: - node-version: 17 + node-version: 20 # Try loading the ES module bundle: - name: 'Try loading ESM' @@ -161,8 +161,8 @@ jobs: # Checkout Deno branch of the repository: - name: 'Checkout branch with Deno build' - # Pin action to full length commit SHA corresponding to v4.1.0 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + # Pin action to full length commit SHA + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 with: ref: deno diff --git a/.github/workflows/test_coverage.yml b/.github/workflows/test_coverage.yml index 5b2b1ea..1b9adfa 100644 --- a/.github/workflows/test_coverage.yml +++ b/.github/workflows/test_coverage.yml @@ -46,15 +46,15 @@ jobs: # Checkout the repository: - name: 'Checkout repository' - # Pin action to full length commit SHA corresponding to v4.1.0 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + # Pin action to full length commit SHA + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA corresponding to v3.8.1 uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d with: - node-version: 16 + node-version: 20 timeout-minutes: 5 # Install dependencies: @@ -119,8 +119,8 @@ jobs: # Send data to events server: - name: 'Post data' - # Pin action to full length commit SHA corresponding to v3.0.3: - uses: distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629 + # Pin action to full length commit SHA + uses: distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629 # v3.0.3 env: webhook_url: ${{ secrets.STDLIB_COVERAGE_URL }} webhook_secret: ${{ secrets.STDLIB_WEBHOOK_SECRET }} diff --git a/.github/workflows/test_install.yml b/.github/workflows/test_install.yml index d38640e..627bfc8 100644 --- a/.github/workflows/test_install.yml +++ b/.github/workflows/test_install.yml @@ -58,15 +58,15 @@ jobs: # Checkout the repository: - name: 'Checkout repository' - # Pin action to full length commit SHA corresponding to v4.1.0 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + # Pin action to full length commit SHA + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 # Install Node.js: - name: 'Install Node.js' # Pin action to full length commit SHA corresponding to v3.8.1 uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d with: - node-version: 16 + node-version: 20 timeout-minutes: 5 # Install dependencies: diff --git a/.npmignore b/.npmignore index d369eec..5c7f09d 100644 --- a/.npmignore +++ b/.npmignore @@ -18,6 +18,7 @@ # Files # ######### +CITATION.cff CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 188cda8..726c1ec 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -15,6 +15,7 @@ Dorrin Sotoudeh Frank Kovacs Harshita Kalani James Gelok +Jaysukh Makvana Jithin KS Joey Reed Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com> diff --git a/README.md b/README.md index d616501..e6b9d15 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ See [LICENSE][stdlib-license]. ## Copyright -Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. +Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..9702d4c --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,5 @@ +# Security + +> Policy for reporting security vulnerabilities. + +See the security policy [in the main project repository](https://github.com/stdlib-js/stdlib/security). diff --git a/benchmark/benchmark.mostly_sorted_few_uniques.js b/benchmark/benchmark.mostly_sorted_few_uniques.js index 7d9f3ec..01d9355 100644 --- a/benchmark/benchmark.mostly_sorted_few_uniques.js +++ b/benchmark/benchmark.mostly_sorted_few_uniques.js @@ -20,7 +20,7 @@ // MODULES // -var bench = require( '@stdlib/bench' ); +var bench = require( '@stdlib/bench-harness' ); var uniform = require( '@stdlib/random-base-uniform' ); var isnan = require( '@stdlib/math-base-assert-is-nan' ); var pow = require( '@stdlib/math-base-special-pow' ); diff --git a/benchmark/benchmark.mostly_sorted_few_uniques.ndarray.js b/benchmark/benchmark.mostly_sorted_few_uniques.ndarray.js index 52de495..e4c061b 100644 --- a/benchmark/benchmark.mostly_sorted_few_uniques.ndarray.js +++ b/benchmark/benchmark.mostly_sorted_few_uniques.ndarray.js @@ -20,7 +20,7 @@ // MODULES // -var bench = require( '@stdlib/bench' ); +var bench = require( '@stdlib/bench-harness' ); var uniform = require( '@stdlib/random-base-uniform' ); var isnan = require( '@stdlib/math-base-assert-is-nan' ); var pow = require( '@stdlib/math-base-special-pow' ); diff --git a/benchmark/benchmark.mostly_sorted_random.js b/benchmark/benchmark.mostly_sorted_random.js index b0750f9..b63df8d 100644 --- a/benchmark/benchmark.mostly_sorted_random.js +++ b/benchmark/benchmark.mostly_sorted_random.js @@ -20,7 +20,7 @@ // MODULES // -var bench = require( '@stdlib/bench' ); +var bench = require( '@stdlib/bench-harness' ); var randu = require( '@stdlib/random-base-randu' ); var isnan = require( '@stdlib/math-base-assert-is-nan' ); var pow = require( '@stdlib/math-base-special-pow' ); diff --git a/benchmark/benchmark.mostly_sorted_random.ndarray.js b/benchmark/benchmark.mostly_sorted_random.ndarray.js index d96e1d7..b51d5d5 100644 --- a/benchmark/benchmark.mostly_sorted_random.ndarray.js +++ b/benchmark/benchmark.mostly_sorted_random.ndarray.js @@ -20,7 +20,7 @@ // MODULES // -var bench = require( '@stdlib/bench' ); +var bench = require( '@stdlib/bench-harness' ); var randu = require( '@stdlib/random-base-randu' ); var isnan = require( '@stdlib/math-base-assert-is-nan' ); var pow = require( '@stdlib/math-base-special-pow' ); diff --git a/benchmark/benchmark.rev_mostly_sorted_few_uniques.js b/benchmark/benchmark.rev_mostly_sorted_few_uniques.js index 9420e6e..40eb484 100644 --- a/benchmark/benchmark.rev_mostly_sorted_few_uniques.js +++ b/benchmark/benchmark.rev_mostly_sorted_few_uniques.js @@ -20,7 +20,7 @@ // MODULES // -var bench = require( '@stdlib/bench' ); +var bench = require( '@stdlib/bench-harness' ); var uniform = require( '@stdlib/random-base-uniform' ); var isnan = require( '@stdlib/math-base-assert-is-nan' ); var pow = require( '@stdlib/math-base-special-pow' ); diff --git a/benchmark/benchmark.rev_mostly_sorted_few_uniques.ndarray.js b/benchmark/benchmark.rev_mostly_sorted_few_uniques.ndarray.js index ef44158..59be38e 100644 --- a/benchmark/benchmark.rev_mostly_sorted_few_uniques.ndarray.js +++ b/benchmark/benchmark.rev_mostly_sorted_few_uniques.ndarray.js @@ -20,7 +20,7 @@ // MODULES // -var bench = require( '@stdlib/bench' ); +var bench = require( '@stdlib/bench-harness' ); var uniform = require( '@stdlib/random-base-uniform' ); var isnan = require( '@stdlib/math-base-assert-is-nan' ); var pow = require( '@stdlib/math-base-special-pow' ); diff --git a/benchmark/benchmark.rev_mostly_sorted_random.js b/benchmark/benchmark.rev_mostly_sorted_random.js index 6c5d71d..f459509 100644 --- a/benchmark/benchmark.rev_mostly_sorted_random.js +++ b/benchmark/benchmark.rev_mostly_sorted_random.js @@ -20,7 +20,7 @@ // MODULES // -var bench = require( '@stdlib/bench' ); +var bench = require( '@stdlib/bench-harness' ); var randu = require( '@stdlib/random-base-randu' ); var isnan = require( '@stdlib/math-base-assert-is-nan' ); var pow = require( '@stdlib/math-base-special-pow' ); diff --git a/benchmark/benchmark.rev_mostly_sorted_random.ndarray.js b/benchmark/benchmark.rev_mostly_sorted_random.ndarray.js index 19b04bc..97d0cda 100644 --- a/benchmark/benchmark.rev_mostly_sorted_random.ndarray.js +++ b/benchmark/benchmark.rev_mostly_sorted_random.ndarray.js @@ -20,7 +20,7 @@ // MODULES // -var bench = require( '@stdlib/bench' ); +var bench = require( '@stdlib/bench-harness' ); var randu = require( '@stdlib/random-base-randu' ); var isnan = require( '@stdlib/math-base-assert-is-nan' ); var pow = require( '@stdlib/math-base-special-pow' ); diff --git a/benchmark/benchmark.rev_sorted_few_uniques.js b/benchmark/benchmark.rev_sorted_few_uniques.js index 1a29f28..ed203fa 100644 --- a/benchmark/benchmark.rev_sorted_few_uniques.js +++ b/benchmark/benchmark.rev_sorted_few_uniques.js @@ -20,7 +20,7 @@ // MODULES // -var bench = require( '@stdlib/bench' ); +var bench = require( '@stdlib/bench-harness' ); var discreteUniform = require( '@stdlib/random-base-discrete-uniform' ).factory; var isnan = require( '@stdlib/math-base-assert-is-nan' ); var pow = require( '@stdlib/math-base-special-pow' ); diff --git a/benchmark/benchmark.rev_sorted_few_uniques.ndarray.js b/benchmark/benchmark.rev_sorted_few_uniques.ndarray.js index 044517d..0fde102 100644 --- a/benchmark/benchmark.rev_sorted_few_uniques.ndarray.js +++ b/benchmark/benchmark.rev_sorted_few_uniques.ndarray.js @@ -20,7 +20,7 @@ // MODULES // -var bench = require( '@stdlib/bench' ); +var bench = require( '@stdlib/bench-harness' ); var discreteUniform = require( '@stdlib/random-base-discrete-uniform' ).factory; var isnan = require( '@stdlib/math-base-assert-is-nan' ); var pow = require( '@stdlib/math-base-special-pow' ); diff --git a/benchmark/benchmark.rev_sorted_random.js b/benchmark/benchmark.rev_sorted_random.js index d5ffafc..cc394e2 100644 --- a/benchmark/benchmark.rev_sorted_random.js +++ b/benchmark/benchmark.rev_sorted_random.js @@ -20,7 +20,7 @@ // MODULES // -var bench = require( '@stdlib/bench' ); +var bench = require( '@stdlib/bench-harness' ); var randu = require( '@stdlib/random-base-randu' ); var isnan = require( '@stdlib/math-base-assert-is-nan' ); var pow = require( '@stdlib/math-base-special-pow' ); diff --git a/benchmark/benchmark.rev_sorted_random.ndarray.js b/benchmark/benchmark.rev_sorted_random.ndarray.js index 0a70a77..e554195 100644 --- a/benchmark/benchmark.rev_sorted_random.ndarray.js +++ b/benchmark/benchmark.rev_sorted_random.ndarray.js @@ -20,7 +20,7 @@ // MODULES // -var bench = require( '@stdlib/bench' ); +var bench = require( '@stdlib/bench-harness' ); var randu = require( '@stdlib/random-base-randu' ); var isnan = require( '@stdlib/math-base-assert-is-nan' ); var pow = require( '@stdlib/math-base-special-pow' ); diff --git a/benchmark/benchmark.sorted_few_uniques.js b/benchmark/benchmark.sorted_few_uniques.js index 8ddaafb..5b77593 100644 --- a/benchmark/benchmark.sorted_few_uniques.js +++ b/benchmark/benchmark.sorted_few_uniques.js @@ -20,7 +20,7 @@ // MODULES // -var bench = require( '@stdlib/bench' ); +var bench = require( '@stdlib/bench-harness' ); var discreteUniform = require( '@stdlib/random-base-discrete-uniform' ).factory; var isnan = require( '@stdlib/math-base-assert-is-nan' ); var pow = require( '@stdlib/math-base-special-pow' ); diff --git a/benchmark/benchmark.sorted_few_uniques.ndarray.js b/benchmark/benchmark.sorted_few_uniques.ndarray.js index 10b4351..a3dc228 100644 --- a/benchmark/benchmark.sorted_few_uniques.ndarray.js +++ b/benchmark/benchmark.sorted_few_uniques.ndarray.js @@ -20,7 +20,7 @@ // MODULES // -var bench = require( '@stdlib/bench' ); +var bench = require( '@stdlib/bench-harness' ); var discreteUniform = require( '@stdlib/random-base-discrete-uniform' ).factory; var isnan = require( '@stdlib/math-base-assert-is-nan' ); var pow = require( '@stdlib/math-base-special-pow' ); diff --git a/benchmark/benchmark.sorted_random.js b/benchmark/benchmark.sorted_random.js index 7406844..8fd3347 100644 --- a/benchmark/benchmark.sorted_random.js +++ b/benchmark/benchmark.sorted_random.js @@ -20,7 +20,7 @@ // MODULES // -var bench = require( '@stdlib/bench' ); +var bench = require( '@stdlib/bench-harness' ); var randu = require( '@stdlib/random-base-randu' ); var isnan = require( '@stdlib/math-base-assert-is-nan' ); var pow = require( '@stdlib/math-base-special-pow' ); diff --git a/benchmark/benchmark.sorted_random.ndarray.js b/benchmark/benchmark.sorted_random.ndarray.js index 2571429..00b133f 100644 --- a/benchmark/benchmark.sorted_random.ndarray.js +++ b/benchmark/benchmark.sorted_random.ndarray.js @@ -20,7 +20,7 @@ // MODULES // -var bench = require( '@stdlib/bench' ); +var bench = require( '@stdlib/bench-harness' ); var randu = require( '@stdlib/random-base-randu' ); var isnan = require( '@stdlib/math-base-assert-is-nan' ); var pow = require( '@stdlib/math-base-special-pow' ); diff --git a/benchmark/benchmark.unsorted_few_uniques.js b/benchmark/benchmark.unsorted_few_uniques.js index fc4a6d0..fcef16e 100644 --- a/benchmark/benchmark.unsorted_few_uniques.js +++ b/benchmark/benchmark.unsorted_few_uniques.js @@ -20,7 +20,7 @@ // MODULES // -var bench = require( '@stdlib/bench' ); +var bench = require( '@stdlib/bench-harness' ); var discreteUniform = require( '@stdlib/random-base-discrete-uniform' ).factory; var isnan = require( '@stdlib/math-base-assert-is-nan' ); var pow = require( '@stdlib/math-base-special-pow' ); diff --git a/benchmark/benchmark.unsorted_few_uniques.ndarray.js b/benchmark/benchmark.unsorted_few_uniques.ndarray.js index 54768f5..b9d95e1 100644 --- a/benchmark/benchmark.unsorted_few_uniques.ndarray.js +++ b/benchmark/benchmark.unsorted_few_uniques.ndarray.js @@ -20,7 +20,7 @@ // MODULES // -var bench = require( '@stdlib/bench' ); +var bench = require( '@stdlib/bench-harness' ); var discreteUniform = require( '@stdlib/random-base-discrete-uniform' ).factory; var isnan = require( '@stdlib/math-base-assert-is-nan' ); var pow = require( '@stdlib/math-base-special-pow' ); diff --git a/benchmark/benchmark.unsorted_random.js b/benchmark/benchmark.unsorted_random.js index b0d35a8..034120f 100644 --- a/benchmark/benchmark.unsorted_random.js +++ b/benchmark/benchmark.unsorted_random.js @@ -20,7 +20,7 @@ // MODULES // -var bench = require( '@stdlib/bench' ); +var bench = require( '@stdlib/bench-harness' ); var randu = require( '@stdlib/random-base-randu' ); var isnan = require( '@stdlib/math-base-assert-is-nan' ); var pow = require( '@stdlib/math-base-special-pow' ); diff --git a/benchmark/benchmark.unsorted_random.ndarray.js b/benchmark/benchmark.unsorted_random.ndarray.js index a8ed9bd..c4393c1 100644 --- a/benchmark/benchmark.unsorted_random.ndarray.js +++ b/benchmark/benchmark.unsorted_random.ndarray.js @@ -20,7 +20,7 @@ // MODULES // -var bench = require( '@stdlib/bench' ); +var bench = require( '@stdlib/bench-harness' ); var randu = require( '@stdlib/random-base-randu' ); var isnan = require( '@stdlib/math-base-assert-is-nan' ); var pow = require( '@stdlib/math-base-special-pow' ); diff --git a/package.json b/package.json index 09a3622..08ce487 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,6 @@ }, "devDependencies": { "@stdlib/array-float64": "^0.1.1", - "@stdlib/bench": "^0.2.1", "@stdlib/math-base-assert-is-positive-zero": "^0.1.1", "@stdlib/math-base-special-floor": "^0.1.1", "@stdlib/math-base-special-pow": "^0.1.0", @@ -54,7 +53,8 @@ "@stdlib/random-base-uniform": "^0.1.0", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1", - "tap-min": "git+https://github.com/Planeshifter/tap-min.git" + "tap-min": "git+https://github.com/Planeshifter/tap-min.git", + "@stdlib/bench-harness": "^0.1.2" }, "engines": { "node": ">=0.10.0",