formular lesen (binär) und openspec für codex
This commit is contained in:
@@ -74,7 +74,11 @@ fn main() {
|
||||
println!(
|
||||
" Einzelmodul: {single_lines} Zeilen in {:.2} ms (Budget 50 ms) {}",
|
||||
best_single * 1000.0,
|
||||
if best_single < 0.050 { "OK" } else { "VERFEHLT" }
|
||||
if best_single < 0.050 {
|
||||
"OK"
|
||||
} else {
|
||||
"VERFEHLT"
|
||||
}
|
||||
);
|
||||
println!(
|
||||
" Projekt: {project_lines} Zeilen in {:.0} ms (Budget 1000 ms) {} — {instrs} Instruktionen",
|
||||
|
||||
Reference in New Issue
Block a user