diff --git a/cedar-drt/tests/benchmark.rs b/cedar-drt/tests/benchmark.rs index 2bb2bd1d..ef11ac4d 100644 --- a/cedar-drt/tests/benchmark.rs +++ b/cedar-drt/tests/benchmark.rs @@ -164,7 +164,12 @@ fn print_summary(auth_times: HashMap<&str, Vec>, val_times: HashMap<&str, V } #[test] -fn run_all_tests() { +#[ignore] // doesn't test anything, just prints timing results -- run this on + // demand but not in CI. + // note that actual Lean functionality on the corpus tests is tested + // by a test called `integration_tests_on_def_impl()`, in + // integration_tests.rs. +fn print_timing_results() { let rust_impl = RustEngine::new(); let lean_impl = LeanDefinitionalEngine::new();