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

Bump chromedriver and tachometer #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 9, 2023

Bumps chromedriver to 119.0.1 and updates ancestor dependency tachometer. These dependencies need to be updated together.

Updates chromedriver from 78.0.1 to 119.0.1

Commits

Updates tachometer from 0.4.15 to 0.4.21

Release notes

Sourced from tachometer's releases.

v0.4.21

  • Add ability to specify multiple measurements from the same page load by setting the measurement property in the JSON config file to an array. For example, you can now use the performance API to define two intervals on the same page, and compare them to each other or to other pages.

  • Add ability to pull measurements from the browser performance measurement API, e.g.:

    "benchmarks": [
      {
        "measurement": {
          "mode": "performance",
          "entryName": "foo"
        }
      }
    ]
    
  • Add new syntax for specifying benchmarks:

    "benchmarks": [
      {
        "measurement": {
          "mode": "callback"
        }
      },
      {
        "measurement": {
          "mode": "expression",
          "expression": "window.tachometerResult"
        }
      }
    ]
    
  • Fix main entry in package.json to point to lib/cli.js.

  • Added more fields to JSON output file to more closely match table printed to the console

  • Fix default benchmark name on Windows to replace all \\ with /. For example, previously a benchmark name might have been "src/test\\data\\for-loop.html". With this fix, the benchmark name will now be "src/test/data/for-loop.html".

v0.4.20

  • Added --csv-file-raw flag, which outputs a CSV file containing all raw measurement results for each benchmark. Columns correspond to benchmarks, rows

... (truncated)

Changelog

Sourced from tachometer's changelog.

[0.4.21] 2020-07-23

  • Add ability to specify multiple measurements from the same page load by setting the measurement property in the JSON config file to an array. For example, you can now use the performance API to define two intervals on the same page, and compare them to each other or to other pages.

  • Add ability to pull measurements from the browser performance measurement API, e.g.:

    "benchmarks": [
      {
        "measurement": {
          "mode": "performance",
          "entryName": "foo"
        }
      }
    ]
    
  • Add new syntax for specifying benchmarks:

    "benchmarks": [
      {
        "measurement": {
          "mode": "callback"
        }
      },
      {
        "measurement": {
          "mode": "expression",
          "expression": "window.tachometerResult"
        }
      }
    ]
    
  • Fix main entry in package.json to point to lib/cli.js.

  • Added more fields to JSON output file to more closely match table printed to the console

  • Fix default benchmark name on Windows to replace all \\ with /. For example, previously a benchmark name might have been "src/test\\data\\for-loop.html". With this fix, the benchmark name will now be "src/test/data/for-loop.html".

[0.4.20] 2020-07-09

... (truncated)

Commits
  • 88f9806 Merge pull request #175 from Polymer/0421
  • 39afc3f Prepare to release 0.4.21
  • 0bc9edd Merge pull request #174 from Polymer/multi
  • 9d54ad3 Rename measurement 'kind' to 'mode'
  • 0448e65 Address comments from PR #174
  • 7a05df4 Merge branch 'master' into multi
  • 2cda8d1 Merge pull request #173 from Polymer/measure-refactor
  • eccade0 Merge branch 'master' into measure-refactor
  • 1b6e358 Merge pull request #172 from Polymer/runner-refactor
  • 08b6cc4 Merge pull request #170 from Polymer/performance
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [chromedriver](https://github.com/giggio/node-chromedriver) to 119.0.1 and updates ancestor dependency [tachometer](https://github.com/Polymer/tachometer). These dependencies need to be updated together.


Updates `chromedriver` from 78.0.1 to 119.0.1
- [Commits](giggio/node-chromedriver@78.0.1...119.0.1)

Updates `tachometer` from 0.4.15 to 0.4.21
- [Release notes](https://github.com/Polymer/tachometer/releases)
- [Changelog](https://github.com/google/tachometer/blob/main/CHANGELOG.md)
- [Commits](google/tachometer@v0.4.15...v0.4.21)

---
updated-dependencies:
- dependency-name: chromedriver
  dependency-type: indirect
- dependency-name: tachometer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants