Skip to content

Commit

Permalink
Bump version: 2022.0.69 → 2022.0.70
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Nov 28, 2024
1 parent 42c61ad commit f0b837e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2022.0.69
current_version = 2022.0.70
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = "https://github.com/fornwall/advent-of-code"
license = "MIT"
repository = "https://github.com/fornwall/advent-of-code"
rust-version = "1.83.0"
version = "2022.0.69"
version = "2022.0.70"

[profile.release]
lto = true
Expand Down
2 changes: 1 addition & 1 deletion crates/core/MANPAGE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% ADVENT-OF-CODE(1) Version 2022.0.69
% ADVENT-OF-CODE(1) Version 2022.0.70

NAME
====
Expand Down
4 changes: 2 additions & 2 deletions crates/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ To add a dependency using Maven:
<dependency>
<groupId>net.fornwall</groupId>
<artifactId>aoc</artifactId>
<version>2022.0.69</version>
<version>2022.0.70</version>
</dependency>
```

To add a dependency using Gradle:

```gradle
dependencies {
implementation 'net.fornwall:aoc:2022.0.69'
implementation 'net.fornwall:aoc:2022.0.70'
}
```

Expand Down
2 changes: 1 addition & 1 deletion crates/java/java-src/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "net.fornwall"
version = "2022.0.69"
version = "2022.0.70"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion crates/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
url="https://github.com/fornwall/advent-of-code",
long_description=long_description,
long_description_content_type="text/markdown",
version="2022.0.69",
version="2022.0.70",
rust_extensions=[
RustExtension(
"advent_of_code", binding=Binding.PyO3, strip=Strip.All, py_limited_api=True
Expand Down

1 comment on commit f0b837e

@github-actions
Copy link

Choose a reason for hiding this comment

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

@@                     Benchmark Difference                     @@
#      Name   Old (instructions)   New (instructions)   Change (%)
   2023_1_1            1,484,904            1,484,904            0
   2023_1_2            1,457,486            1,457,486            0
   2023_2_1              565,166              565,166            0
   2023_2_2              538,291              538,291            0
   2023_3_1              831,300              831,300            0
   2023_3_2              627,081              627,081            0
   2023_4_1              911,485              911,485            0
   2023_4_2              922,701              922,701            0
   2023_5_1              638,297              638,297            0
   2023_5_2              773,139              773,139            0
   2023_6_1                3,686                3,686            0
   2023_6_2                2,655                2,655            0
   2023_7_1              661,073              661,073            0
   2023_7_2              657,249              657,249            0
   2023_8_1            1,174,661            1,174,661            0
   2023_8_2            2,580,225            2,580,225            0
   2023_9_1              799,599              799,599            0
   2023_9_2              811,324              811,324            0
  2023_10_1            2,950,347            2,950,347            0
  2023_10_2            3,513,752            3,513,752            0
  2023_11_1            1,741,784            1,741,784            0
  2023_11_2            1,741,808            1,741,808            0
  2023_12_1            4,374,269            4,374,269            0
  2023_12_2           68,540,595           68,540,595            0
  2023_13_1              583,261              583,261            0
  2023_13_2              584,317              584,317            0
  2023_14_1              839,816              839,816            0
  2023_14_2          289,510,494          289,510,494            0
  2023_15_1              807,775              807,775            0
  2023_15_2            1,087,804            1,087,804            0
  2023_16_1            1,074,611            1,074,611            0
  2023_16_2          220,130,028          220,130,028            0
  2023_17_1          216,844,222          216,844,222            0
  2023_17_2          666,065,705          666,065,705            0
  2023_18_1              368,082              368,082            0
  2023_18_2              438,373              438,373            0
  2023_19_1            3,006,454            3,006,454            0
  2023_19_2            1,918,778            1,918,778            0
  2023_20_1            4,637,735            4,637,735            0
  2023_20_2           18,235,147           18,235,147            0
  2023_21_1            3,137,778            3,137,778            0
  2023_21_2            4,545,451            4,545,451            0
  2023_22_1           10,749,692           10,749,692            0
  2023_22_2          291,836,479          291,836,479            0
  2023_23_1            1,693,610            1,693,610            0
  2023_23_2        1,129,554,270        1,129,554,270            0
  2023_24_1            3,666,389            3,666,389            0
  2023_24_2              982,493              982,493            0
  2023_25_1            2,376,198            2,376,198            0
Benchmark Instructions (count) Instructions (%)
2023_23_2 1,129,554,270 38.0
2023_17_2 666,065,705 22.4
2023_22_2 291,836,479 9.8
2023_14_2 289,510,494 9.7
2023_16_2 220,130,028 7.4
2023_17_1 216,844,222 7.3
2023_12_2 68,540,595 2.3
2023_20_2 18,235,147 0.6
2023_22_1 10,749,692 0.4
2023_20_1 4,637,735 0.2
2023_21_2 4,545,451 0.2
2023_12_1 4,374,269 0.1
2023_24_1 3,666,389 0.1
2023_10_2 3,513,752 0.1
2023_21_1 3,137,778 0.1
2023_19_1 3,006,454 0.1
2023_10_1 2,950,347 0.1
2023_8_2 2,580,225 0.1
2023_25_1 2,376,198 0.1
2023_19_2 1,918,778 0.1
2023_11_2 1,741,808 0.1
2023_11_1 1,741,784 0.1
2023_23_1 1,693,610 0.1
2023_1_1 1,484,904 0.0
2023_1_2 1,457,486 0.0
2023_8_1 1,174,661 0.0
2023_15_2 1,087,804 0.0
2023_16_1 1,074,611 0.0
2023_24_2 982,493 0.0
2023_4_2 922,701 0.0
2023_4_1 911,485 0.0
2023_14_1 839,816 0.0
2023_3_1 831,300 0.0
2023_9_2 811,324 0.0
2023_15_1 807,775 0.0
2023_9_1 799,599 0.0
2023_5_2 773,139 0.0
2023_7_1 661,073 0.0
2023_7_2 657,249 0.0
2023_5_1 638,297 0.0
2023_3_2 627,081 0.0
2023_13_2 584,317 0.0
2023_13_1 583,261 0.0
2023_2_1 565,166 0.0
2023_2_2 538,291 0.0
2023_18_2 438,373 0.0
2023_18_1 368,082 0.0
2023_6_1 3,686 0.0
2023_6_2 2,655 0.0

Please sign in to comment.