Skip to content

Commit

Permalink
Bump version: 2022.0.65 → 2022.0.66
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Feb 25, 2024
1 parent 39cbd44 commit e9f5172
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.65
current_version = 2022.0.66
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.76"
version = "2022.0.65"
version = "2022.0.66"

[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.65
% ADVENT-OF-CODE(1) Version 2022.0.66

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.65</version>
<version>2022.0.66</version>
</dependency>
```

To add a dependency using Gradle:

```gradle
dependencies {
implementation 'net.fornwall:aoc:2022.0.65'
implementation 'net.fornwall:aoc:2022.0.66'
}
```

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.65"
version = "2022.0.66"

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.65",
version="2022.0.66",
rust_extensions=[
RustExtension(
"advent_of_code", binding=Binding.PyO3, strip=Strip.All, py_limited_api=True
Expand Down

1 comment on commit e9f5172

@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,453,101            1,453,101            0
   2023_1_2            1,426,971            1,426,971            0
   2023_2_1              614,179              614,179            0
   2023_2_2              590,119              590,119            0
   2023_3_1              928,693              928,693            0
   2023_3_2              674,340              674,340            0
   2023_4_1              879,884              879,884            0
   2023_4_2              891,101              891,101            0
   2023_5_1              605,517              605,517            0
   2023_5_2              735,042              735,042            0
   2023_6_1                3,546                3,546            0
   2023_6_2                2,545                2,545            0
   2023_7_1              657,233              657,233            0
   2023_7_2              648,059              648,059            0
   2023_8_1            1,158,031            1,158,031            0
   2023_8_2            2,480,493            2,480,493            0
   2023_9_1              722,011              722,011            0
   2023_9_2              733,338              733,338            0
  2023_10_1            2,936,627            2,936,627            0
  2023_10_2            3,486,332            3,486,332            0
  2023_11_1            2,749,668            2,749,668            0
  2023_11_2            2,749,692            2,749,692            0
  2023_12_1            4,315,906            4,292,505            0
  2023_12_2           68,499,976           68,382,971            0
  2023_13_1              541,870              541,870            0
  2023_13_2              542,878              542,878            0
  2023_14_1              819,702              819,702            0
  2023_14_2          295,900,787          295,900,780            0
  2023_15_1              765,339              765,339            0
  2023_15_2            1,051,007            1,051,007            0
  2023_16_1            1,063,399            1,063,399            0
  2023_16_2          216,996,759          216,996,759            0
  2023_17_1          155,272,203          155,272,203            0
  2023_17_2          427,769,376          427,769,376            0
  2023_18_1              324,611              324,611            0
  2023_18_2              410,049              410,049            0
  2023_19_1            2,810,102            2,810,191            0
  2023_19_2            1,745,933            1,746,022            0
  2023_20_1            4,670,371            4,670,371            0
  2023_20_2           18,280,760           18,280,760            0
  2023_21_1           85,996,522           85,996,522            0
  2023_21_2            7,478,388            7,478,388            0
  2023_22_1           10,625,103           10,625,103            0
  2023_22_2          291,508,424          291,508,424            0
  2023_23_1            1,650,425            1,650,432            0
  2023_23_2        1,123,194,301        1,123,194,308            0
  2023_24_1           15,727,926           15,727,926            0
  2023_24_2            1,130,362            1,130,362            0
  2023_25_1            4,710,188            4,710,156            0
Benchmark Instructions (count) Instructions (%)
2023_23_2 1,123,194,308 40.5
2023_17_2 427,769,376 15.4
2023_14_2 295,900,780 10.7
2023_22_2 291,508,424 10.5
2023_16_2 216,996,759 7.8
2023_17_1 155,272,203 5.6
2023_21_1 85,996,522 3.1
2023_12_2 68,382,971 2.5
2023_20_2 18,280,760 0.7
2023_24_1 15,727,926 0.6
2023_22_1 10,625,103 0.4
2023_21_2 7,478,388 0.3
2023_25_1 4,710,156 0.2
2023_20_1 4,670,371 0.2
2023_12_1 4,292,505 0.2
2023_10_2 3,486,332 0.1
2023_10_1 2,936,627 0.1
2023_19_1 2,810,191 0.1
2023_11_2 2,749,692 0.1
2023_11_1 2,749,668 0.1
2023_8_2 2,480,493 0.1
2023_19_2 1,746,022 0.1
2023_23_1 1,650,432 0.1
2023_1_1 1,453,101 0.1
2023_1_2 1,426,971 0.1
2023_8_1 1,158,031 0.0
2023_24_2 1,130,362 0.0
2023_16_1 1,063,399 0.0
2023_15_2 1,051,007 0.0
2023_3_1 928,693 0.0
2023_4_2 891,101 0.0
2023_4_1 879,884 0.0
2023_14_1 819,702 0.0
2023_15_1 765,339 0.0
2023_5_2 735,042 0.0
2023_9_2 733,338 0.0
2023_9_1 722,011 0.0
2023_3_2 674,340 0.0
2023_7_1 657,233 0.0
2023_7_2 648,059 0.0
2023_2_1 614,179 0.0
2023_5_1 605,517 0.0
2023_2_2 590,119 0.0
2023_13_2 542,878 0.0
2023_13_1 541,870 0.0
2023_18_2 410,049 0.0
2023_18_1 324,611 0.0
2023_6_1 3,546 0.0
2023_6_2 2,545 0.0

Please sign in to comment.