Skip to content

Commit b9d1a64

Browse files
committed
Merge branch '2.x' into 3.x
2 parents 41893f4 + 9f7e0ec commit b9d1a64

File tree

3 files changed

+22
-9
lines changed

3 files changed

+22
-9
lines changed

.github/workflows/dep_build_v2.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@ permissions:
1111
jobs:
1212
build:
1313
# Do we want wide matrix build? For now, limited
14-
runs-on: ${{ matrix.os }}
14+
runs-on: ubuntu-latest
1515
strategy:
1616
fail-fast: false
1717
matrix:
1818
# 03-Jun-2024, tatu: Apparently Scala won't like JDK 21
1919
java_version: ['8', '11', '17']
20-
os: ['ubuntu-22.04']
2120
env:
2221
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2322
steps:
2423
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
24+
with:
25+
ref: 2.x
2526
- name: Set up JDK
2627
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
2728
with:

.github/workflows/main.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
name: Build and Run Tests
22
on:
33
push:
4-
branches:
5-
- 3.x
4+
branches: [3.*]
65
pull_request:
7-
branches:
8-
- 3.x
6+
branches: [3.*]
97
permissions:
108
contents: read
119

1210
jobs:
1311
build:
14-
runs-on: 'ubuntu-22.04'
12+
runs-on: ubuntu-latest
1513
strategy:
1614
fail-fast: false
1715
matrix:

results-pojo-2.19-home.txt

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,22 @@ c.f.j.p.props.PropsStdReadAfterburner.readPojoMediaItem thrpt 45 110757.
1818
c.f.j.p.toml.TOMLStdReadAfterburner.readPojoMediaItem thrpt 45 117797.077 ± 504.255 ops/s
1919
c.f.j.p.yaml.YAMLStdReadAfterburner.readPojoMediaItem thrpt 45 42669.869 ± 574.882 ops/s
2020

21-
Read - Vanilla / 2.19.0-SNAP / home / xx-Nov-2024 /
22-
java -Xmx256m -jar target/perf.jar ".*StdReadVan.*PojoMedia.*" -wi 4 -w 1 -i 5 -r 1 -f 9 -t 1
21+
Read - Vanilla / 2.19.0-rc2 / home / 18-Apr-2025 / 17.0.14
22+
java -Xmx256m -jar target/perf.jar ".*StdReadVan.*PojoMedia.*" -wi 4 -w 1 -i 5 -r 1 -f 3 -t 1
23+
c.f.j.p.AvroStdReadVanilla.readPojoMediaItem thrpt 45 603116.841 ± 3689.898 ops/s
24+
c.f.j.p.cbor.CBORStdReadVanilla.readPojoMediaItem thrpt 15 482148.280 ± 6131.080 ops/s
25+
c.f.j.p.protob.ProtobStdReadVanilla.readPojoMediaItem thrpt 45 611100.236 ± 7936.754 ops/s
26+
c.f.j.p.smile.SmileStdReadVanilla.readPojoMediaItem thrpt 45 646420.343 ± 6552.972 ops/s
27+
c.f.j.p.json.JacksonJrStdReadVanilla.readPojoMediaItem thrpt 45 506237.110 ± 2320.727 ops/s
28+
c.f.j.p.json.JsonStdReadVanilla.readPojoMediaItem thrpt 15 437942.949 ± 8626.750 ops/s
29+
c.f.j.p.csv.CsvStdReadVanilla.readPojoMediaItem thrpt 15 353985.899 ± 5981.137 ops/s
30+
c.f.j.p.msgpack.MsgpackStdReadVanilla.readPojoMediaItem thrpt 15 361508.405 ± 7377.989 ops/s
31+
c.f.j.p.xml.XMLStdReadVanilla.readPojoMediaItem thrpt 15 204483.676 ± 3531.625 ops/s
32+
c.f.j.p.bson.BSONStdReadVanilla.readPojoMediaItem thrpt 15 225193.636 ± 2905.761 ops/s
33+
c.f.j.p.ion.IonStdReadVanilla.readPojoMediaItem thrpt 15 123268.380 ± 452.199 ops/s
34+
c.f.j.p.props.PropsStdReadVanilla.readPojoMediaItem thrpt 15 104965.348 ± 2538.818 ops/s
35+
c.f.j.p.toml.TOMLStdReadVanilla.readPojoMediaItem thrpt 15 132792.554 ± 1733.285 ops/s
36+
c.f.j.p.yaml.YAMLStdReadVanilla.readPojoMediaItem thrpt 15 40880.932 ± 1364.406 ops/s
2337

2438
Read - Untyped / 2.19.0-SNAP / home / xx-Nov-2024 / 1.8.0_412
2539
java -Xmx256m -jar target/perf.jar ".*StdReadVan.*UntypedMed.*" -wi 4 -w 1 -i 5 -r 1 -f 9 -t 1

0 commit comments

Comments
 (0)