Is V orm still fast? ${v_version}

Is V orm still fast?

${v_version}
@for orm_stmt_kind in orm_stmt_kinds

${orm_stmt_kind} benchmark

@for number in 0..11
${int(number*(f64(max_benchmark[orm_stmt_kind])/10))} ns
@end
@for idx, name in attribute_names[orm_stmt_kind] @end
Benchmark name max. 10% max. min. 10% min.
@name @{table[orm_stmt_kind][name]["max."]} @{table[orm_stmt_kind][name]["10% max."]} @{table[orm_stmt_kind][name]["min."]} @{table[orm_stmt_kind][name]["10% min."]}
@end