Skip to content

Commit 0d36dc1

Browse files
committed
nightly benchy: add annotations about the 05/01/2025 slowdown (HZ change in Linux kernel config)
1 parent 2b3384e commit 0d36dc1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/python/notation.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,4 +678,19 @@
678678
"A specialized Trie for Block Tree Index. https://github.com/apache/lucene/pull/14333",
679679
"A specialized Trie for Block Tree Index. https://github.com/apache/lucene/pull/14333",
680680
),
681+
(
682+
"2025-05-01",
683+
"Kernel upgrade from 6.12.4 -> 6.14.4, which including changing HZ (how many time slices per sec the Linux scheduler creates) from 300 (Arch Linux) to 1000, likely the cause of our slowdown",
684+
"Kernel upgrade from 6.12.4 -> 6.14.4, which including changing HZ (how many time slices per sec the Linux scheduler creates) from 300 (Arch Linux) to 1000, likely the cause of our slowdown",
685+
),
686+
(
687+
"2025-05-15",
688+
"Downgraded from Java 24 to Java 23, and Lucene to #612f0da4a4ce3a133b40402a87ec5cf7eeb290cc, but perf regression remains",
689+
"Downgraded from Java 24 to Java 23, and Lucene to #612f0da4a4ce3a133b40402a87ec5cf7eeb290cc, but perf regression remains",
690+
),
691+
(
692+
"2025-05-17",
693+
"Downgraded Linux kernel from 6.14.4 back to 6.12.4, recovering lost performance (temporarily)",
694+
"Downgraded Linux kernel from 6.14.4 back to 6.12.4, recovering lost performance (temporarily)",
695+
),
681696
]

0 commit comments

Comments
 (0)