Skip to content

Commit

Permalink
Bump version: 2024.18.0 → 2024.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Dec 20, 2024
1 parent 47e4a00 commit 99d73e5
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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 = 2024.18.0
current_version = 2024.19.0
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 = "2024.18.0"
version = "2024.19.0"

[profile.release]
lto = true
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ webgpu-compute = ["bytemuck", "pollster", "wgpu"]
allocation-counter = { version = "0", optional = true }
bytemuck = { version = "1", optional = true }
pollster = { version = "0", optional = true }
svgplot = { version = "2024.18.0", path = "../svgplot", optional = true }
svgplot = { version = "2024.19.0", path = "../svgplot", optional = true }
wgpu = { version = "23", optional = true }

[dev-dependencies]
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 2024.18.0
% ADVENT-OF-CODE(1) Version 2024.19.0

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>2024.18.0</version>
<version>2024.19.0</version>
</dependency>
```

To add a dependency using Gradle:

```gradle
dependencies {
implementation 'net.fornwall:aoc:2024.18.0'
implementation 'net.fornwall:aoc:2024.19.0'
}
```

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 = "2024.18.0"
version = "2024.19.0"

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

1 comment on commit 99d73e5

@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 (%)
  2024_21_1           10,000,000           10,000,000            0
  2024_21_2           10,000,000           10,000,000            0
  2024_22_1           10,000,000           10,000,000            0
  2024_22_2           10,000,000           10,000,000            0
  2024_23_1           10,000,000           10,000,000            0
  2024_23_2           10,000,000           10,000,000            0
  2024_24_1           10,000,000           10,000,000            0
  2024_24_2           10,000,000           10,000,000            0
  2024_25_1           10,000,000           10,000,000            0
   2024_1_1            1,041,088            1,041,088            0
   2024_1_2            1,070,180            1,070,180            0
   2024_2_1            1,741,514            1,741,514            0
   2024_2_2            1,962,905            1,962,905            0
   2024_3_1              227,379              227,379            0
   2024_3_2              317,752              317,752            0
   2024_4_1            1,213,771            1,213,771            0
   2024_4_2              453,901              453,901            0
   2024_5_1            1,605,046            1,605,046            0
   2024_5_2            1,718,988            1,718,988            0
   2024_6_1              641,454              641,454            0
   2024_6_2          141,310,078          141,310,078            0
   2024_7_1            2,466,893            2,466,893            0
   2024_7_2            3,758,402            3,758,402            0
   2024_8_1               44,405               44,405            0
   2024_8_2               86,862               86,862            0
   2024_9_1              897,540              897,540            0
   2024_9_2            2,497,020            2,497,020            0
  2024_10_1            1,087,487            1,087,487            0
  2024_10_2            1,089,386            1,089,386            0
  2024_11_1            3,848,471            3,848,387            0
  2024_11_2           13,462,608           13,462,312            0
  2024_12_1            7,663,694            7,663,694            0
  2024_12_2            7,942,245            7,942,245            0
  2024_13_1              910,454              910,454            0
  2024_13_2              910,208              910,208            0
  2024_14_1              593,112              593,112            0
  2024_14_2           13,416,623           13,416,623            0
  2024_15_1            1,913,992            1,913,992            0
  2024_15_2           59,667,647           59,667,647            0
  2024_16_1           18,233,703           18,233,703            0
  2024_16_2           18,321,269           18,321,269            0
  2024_17_1               11,725               11,725            0
  2024_17_2              218,087              218,087            0
  2024_18_1            1,103,427            1,103,427            0
  2024_18_2            1,427,027            1,427,027            0
  2024_19_1            2,242,630            2,242,630            0
  2024_19_2            2,242,690            2,242,690            0
  2024_20_1           11,102,742           11,102,742            0
  2024_20_2          450,793,984          450,793,984            0
Benchmark Instructions (count) Instructions (%)
2024_20_2 450,793,984 51.7
2024_6_2 141,310,078 16.2
2024_15_2 59,667,647 6.8
2024_16_2 18,321,269 2.1
2024_16_1 18,233,703 2.1
2024_11_2 13,462,312 1.5
2024_14_2 13,416,623 1.5
2024_20_1 11,102,742 1.3
2024_25_1 10,000,000 1.1
2024_24_2 10,000,000 1.1
2024_24_1 10,000,000 1.1
2024_23_2 10,000,000 1.1
2024_23_1 10,000,000 1.1
2024_22_2 10,000,000 1.1
2024_22_1 10,000,000 1.1
2024_21_2 10,000,000 1.1
2024_21_1 10,000,000 1.1
2024_12_2 7,942,245 0.9
2024_12_1 7,663,694 0.9
2024_11_1 3,848,387 0.4
2024_7_2 3,758,402 0.4
2024_9_2 2,497,020 0.3
2024_7_1 2,466,893 0.3
2024_19_2 2,242,690 0.3
2024_19_1 2,242,630 0.3
2024_2_2 1,962,905 0.2
2024_15_1 1,913,992 0.2
2024_2_1 1,741,514 0.2
2024_5_2 1,718,988 0.2
2024_5_1 1,605,046 0.2
2024_18_2 1,427,027 0.2
2024_4_1 1,213,771 0.1
2024_18_1 1,103,427 0.1
2024_10_2 1,089,386 0.1
2024_10_1 1,087,487 0.1
2024_1_2 1,070,180 0.1
2024_1_1 1,041,088 0.1
2024_13_1 910,454 0.1
2024_13_2 910,208 0.1
2024_9_1 897,540 0.1
2024_6_1 641,454 0.1
2024_14_1 593,112 0.1
2024_4_2 453,901 0.1
2024_3_2 317,752 0.0
2024_3_1 227,379 0.0
2024_17_2 218,087 0.0
2024_8_2 86,862 0.0
2024_8_1 44,405 0.0
2024_17_1 11,725 0.0

Please sign in to comment.