feat(core): >ORDER, -ORDER, VOCABULARY search-order extensions

This commit is contained in:
Oleksandr Kozachuk
2026-08-12 11:01:49 +02:00
parent 94a0566ce3
commit 0a0f1e9e95
5 changed files with 190 additions and 22 deletions
+1 -1
View File
@@ -901,7 +901,7 @@ fn best_of_processes(mut measure: impl FnMut() -> Option<u64>) -> Option<u64> {
/// sf64 needs one statement per line (it truncates input at ~256 characters);
/// the others do not care.
fn repeat_timed(sep: &str) -> String {
vec!["TIMED-BENCH"; REPS].join(sep)
["TIMED-BENCH"; REPS].join(sep)
}
/// Parse the microsecond values printed by `TIMED-BENCH` and reduce them to