5c415984bf
This commit refactors the Server-Timing header generation to be more efficient and adds comprehensive tests for its behavior in development and production environments. It also includes a new test SQL file for server timing verification. Co-authored-by: contact <contact@ophir.dev>
12 lines
167 B
Rust
12 lines
167 B
Rust
mod basic;
|
|
mod common;
|
|
mod components;
|
|
mod core;
|
|
mod data_formats;
|
|
mod errors;
|
|
mod requests;
|
|
mod server_timing;
|
|
pub mod sql_test_files;
|
|
mod transactions;
|
|
mod uploads;
|