Skip to content

Commit a8b12f8

Browse files
committed
Remove avaje because it loads everything on startup
1 parent f90e1b9 commit a8b12f8

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/benchmarks.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
matrix:
3333
java: [ 25 ]
3434
module:
35-
- avaje-config
3635
- baseline
3736
- cfg4j
3837
- externalized-properties

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Each push to the repository will trigger a benchmark run. The project uses a spe
66

77
(Alphabetical order)
88

9-
- [Avaje Config](https://avaje.io/config/)
109
- [Cfg4j](https://github.com/cfg4j/cfg4j)
1110
- [Externalized Properties](https://github.com/joel-jeremy/externalized-properties)
1211
- [Gestalt Config](https://github.com/gestalt-config/gestalt)

runAllJmh.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/sh
22

33
./gradlew build \
4-
:avaje-config:jmh \
54
:baseline:jmh \
65
:cfg4j:jmh \
76
:externalized-properties:jmh \

0 commit comments

Comments
 (0)