Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent f80f122 commit dd31e79
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
benchmarks:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Google Storage authentication
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
clippy:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Google Storage authentication
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
coverage:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Google Storage authentication
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:

jobs:
validate:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: MeilCli/regex-match@v1
Expand Down

1 comment on commit dd31e79

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

philips-isyntax-rs Benchmark

Benchmark suite Current: dd31e79 Previous: beec029 Ratio
philips_read_region_256_lvl_0 1778175 ns/iter (± 1805811) 1877142 ns/iter (± 1240489) 0.95
philips_read_region_256_lvl_1 3215904 ns/iter (± 1145644) 3245064 ns/iter (± 1284459) 0.99
philips_read_region_512_lvl_0 7590335 ns/iter (± 1717313) 7927001 ns/iter (± 1653446) 0.96
philips_read_region_512_lvl_1 6771092 ns/iter (± 1612108) 6924109 ns/iter (± 1672421) 0.98

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.