SymbAnaFis Benchmarks
Date: Thu Jan  8 15:12:39 UTC 2026
Commit: c0149f856c65baf8341521d453545d997081b7b1
----------------------------------------
[1m[92m    Updating[0m crates.io index
[1m[92m     Locking[0m 167 packages to latest Rust 1.92.0 compatible versions
[1m[92m Downloading[0m crates ...
[1m[92m  Downloaded[0m libc v0.2.180
[1m[92m   Compiling[0m libc v0.2.180
[1m[92m   Compiling[0m pyo3-build-config v0.27.2
[1m[92m   Compiling[0m pyo3-ffi v0.27.2
[1m[92m   Compiling[0m pyo3-macros-backend v0.27.2
[1m[92m   Compiling[0m pyo3 v0.27.2
[1m[92m   Compiling[0m numpy v0.27.1
[1m[92m   Compiling[0m getrandom v0.3.4
[1m[92m   Compiling[0m gmp-mpfr-sys v1.6.8
[1m[92m   Compiling[0m rand_core v0.9.3
[1m[92m   Compiling[0m rug v1.28.0
[1m[92m   Compiling[0m rand_chacha v0.9.0
[1m[92m   Compiling[0m rand_xoshiro v0.7.0
[1m[92m   Compiling[0m rand v0.9.2
[1m[92m   Compiling[0m ahash v0.8.12
[1m[92m   Compiling[0m getrandom v0.2.16
[1m[92m   Compiling[0m rand_core v0.6.4
[1m[92m   Compiling[0m libmimalloc-sys v0.1.44
[1m[92m   Compiling[0m mimalloc v0.1.48
[1m[92m   Compiling[0m rand v0.8.5
[1m[92m   Compiling[0m page_size v0.6.0
[1m[92m   Compiling[0m criterion v0.8.1
[1m[92m   Compiling[0m quickcheck v1.0.3
[1m[92m   Compiling[0m pyo3-macros v0.27.2
[1m[92m   Compiling[0m numerica v1.1.0
[1m[92m   Compiling[0m graphica v1.1.0
[1m[92m   Compiling[0m symbolica v1.2.1
[1m[92m   Compiling[0m symb_anafis v0.5.1 (/home/runner/work/SymbAnaFis/SymbAnaFis)
[1m[92m    Finished[0m `bench` profile [optimized] target(s) in 4m 09s
[1m[92m     Running[0m unittests src/lib.rs (target/release/deps/symb_anafis-109ea898d154e2a2)

running 897 tests
test api::builder::tests::test_custom_eval_with_evaluate ... ignored
test api::builder::tests::test_custom_eval_without_evaluator ... ignored
test api::builder::tests::test_diff_builder_basic ... ignored
test api::builder::tests::test_diff_domain_safe ... ignored
test api::builder::tests::test_diff_expr ... ignored
test api::builder::tests::test_diff_with_known_symbol ... ignored
test api::builder::tests::test_fixed_var ... ignored
test api::builder::tests::test_simplify_builder ... ignored
test api::helpers::tests::test_evaluate_str_full ... ignored
test api::helpers::tests::test_evaluate_str_partial ... ignored
test api::helpers::tests::test_gradient ... ignored
test api::helpers::tests::test_hessian ... ignored
test api::helpers::tests::test_jacobian ... ignored
test bindings::eval_f64::tests::test_eval_f64_large ... ignored
test bindings::eval_f64::tests::test_eval_f64_multiple_exprs ... ignored
test bindings::eval_f64::tests::test_eval_f64_simple ... ignored
test bindings::eval_f64::tests::test_eval_f64_trig ... ignored
test bindings::parallel::tests::test_expr_input_single_var ... ignored
test bindings::parallel::tests::test_mixed_exprs ... ignored
test bindings::parallel::tests::test_skip_value ... ignored
test bindings::parallel::tests::test_string_expr_single_var ... ignored
test bindings::parallel::tests::test_two_vars ... ignored
test core::display::tests::test_display_negation ... ignored
test core::display::tests::test_display_nested_sum ... ignored
test core::display::tests::test_display_number ... ignored
test core::display::tests::test_display_product ... ignored
test core::display::tests::test_display_subtraction ... ignored
test core::display::tests::test_display_sum ... ignored
test core::display::tests::test_display_symbol ... ignored
test core::error::tests::test_diff_error_constructors ... ignored
test core::error::tests::test_diff_error_display ... ignored
test core::error::tests::test_span_at ... ignored
test core::error::tests::test_span_creation ... ignored
test core::error::tests::test_span_display ... ignored
test core::error::tests::test_span_empty ... ignored
test core::error::tests::test_span_swap ... ignored
test core::evaluator::tests::test_compile_auto ... ignored
test core::evaluator::tests::test_constants ... ignored
test core::evaluator::tests::test_eval_batch_constant_expr ... ignored
test core::evaluator::tests::test_eval_batch_multi_var ... ignored
test core::evaluator::tests::test_eval_batch_remainder_path ... ignored
test core::evaluator::tests::test_eval_batch_simd_path ... ignored
test core::evaluator::tests::test_eval_batch_single_point ... ignored
test core::evaluator::tests::test_eval_batch_special_functions ... ignored
test core::evaluator::tests::test_eval_batch_vs_single ... ignored
test core::evaluator::tests::test_multi_var ... ignored
test core::evaluator::tests::test_nested_user_function_expansion ... ignored
test core::evaluator::tests::test_polynomial ... ignored
test core::evaluator::tests::test_simple_arithmetic ... ignored
test core::evaluator::tests::test_trig ... ignored
test core::evaluator::tests::test_unbound_variable_error ... ignored
test core::evaluator::tests::test_user_function_expansion ... ignored
test core::expr::tests::test_product_flattening ... ignored
test core::expr::tests::test_subtraction_as_sum ... ignored
test core::expr::tests::test_sum_flattening ... ignored
test core::poly::tests::test_poly_add ... ignored
test core::poly::tests::test_poly_constant ... ignored
test core::poly::tests::test_poly_derivative ... ignored
test core::poly::tests::test_poly_display ... ignored
test core::poly::tests::test_poly_div_rem ... ignored
test core::poly::tests::test_poly_from_base ... ignored
test core::poly::tests::test_poly_gcd ... ignored
test core::poly::tests::test_poly_mul ... ignored
test core::poly::tests::test_poly_roundtrip ... ignored
test core::poly::tests::test_poly_with_function_base ... ignored
test core::symbol::tests::test_anonymous_symbol ... ignored
test core::symbol::tests::test_expr_ref_with_f64 ... ignored
test core::symbol::tests::test_expr_ref_with_i32 ... ignored
test core::symbol::tests::test_expr_with_expr ... ignored
test core::symbol::tests::test_expr_with_f64 ... ignored
test core::symbol::tests::test_expr_with_i32 ... ignored
test core::symbol::tests::test_mixed_complex_expression ... ignored
test core::symbol::tests::test_negation ... ignored
test core::symbol::tests::test_power_with_all_types ... ignored
test core::symbol::tests::test_sym_legacy_compatibility ... ignored
test core::symbol::tests::test_symb_get_errors_if_not_found ... ignored
test core::symbol::tests::test_symb_get_returns_existing ... ignored
test core::symbol::tests::test_symb_new_creates_new_symbol ... ignored
test core::symbol::tests::test_symb_new_errors_on_duplicate ... ignored
test core::symbol::tests::test_symbol_arithmetic ... ignored
test core::symbol::tests::test_symbol_copy_operators ... ignored
test core::symbol::tests::test_symbol_equality ... ignored
test core::symbol::tests::test_symbol_exists ... ignored
test core::symbol::tests::test_symbol_functions ... ignored
test core::symbol::tests::test_symbol_power ... ignored
test core::symbol::tests::test_symbol_ref_with_f64 ... ignored
test core::symbol::tests::test_symbol_ref_with_i32 ... ignored
test core::symbol::tests::test_symbol_with_expr ... ignored
test core::symbol::tests::test_symbol_with_f64 ... ignored
test core::symbol::tests::test_symbol_with_i32 ... ignored
test core::symbol::tests::test_symbol_with_symbol ... ignored
test core::traits::tests::test_is_neg_one ... ignored
test core::traits::tests::test_is_one ... ignored
test core::traits::tests::test_is_zero ... ignored
test core::unified_context::tests::test_context_clear ... ignored
test core::unified_context::tests::test_context_creation ... ignored
test core::unified_context::tests::test_context_function_name_only ... ignored
test core::unified_context::tests::test_context_symbol_isolation ... ignored
test core::unified_context::tests::test_context_user_function ... ignored
test core::unified_context::tests::test_context_with_symbol ... ignored
test core::unified_context::tests::test_user_function_partial ... ignored
test core::visitor::tests::test_node_counter ... ignored
test core::visitor::tests::test_variable_collector ... ignored
test diff::engine::tests::test_custom_derivative_fallback ... ignored
test diff::engine::tests::test_deeply_nested_derivatives ... ignored
test diff::engine::tests::test_derivative_mixed_partial_when_variable_present ... ignored
test diff::engine::tests::test_derivative_multivar_function ... ignored
test diff::engine::tests::test_derivative_order_increment ... ignored
test diff::engine::tests::test_derivative_order_increment_multi_digit ... ignored
test diff::engine::tests::test_derivative_variable_not_present_returns_zero ... ignored
test diff::engine::tests::test_derive_division ... ignored
test diff::engine::tests::test_derive_erfc ... ignored
test diff::engine::tests::test_derive_sinh ... ignored
test diff::engine::tests::test_derive_subtraction ... ignored
test diff::engine::tests::test_logarithmic_differentiation ... ignored
test diff::engine::tests::test_mixed_partial_display ... ignored
test math::dual::tests::test_dual_basic_arithmetic ... ignored
test math::dual::tests::test_dual_chain_rule ... ignored
test math::dual::tests::test_dual_erf ... ignored
test math::dual::tests::test_dual_exp_ln ... ignored
test math::dual::tests::test_dual_gamma ... ignored
test math::dual::tests::test_dual_hyperbolic ... ignored
test math::dual::tests::test_dual_lambert_w ... ignored
test math::dual::tests::test_dual_powi ... ignored
test math::dual::tests::test_dual_product_rule ... ignored
test math::dual::tests::test_dual_quotient_rule ... ignored
test math::dual::tests::test_dual_sin_cos ... ignored
test math::dual::tests::test_dual_sinc ... ignored
test math::dual::tests::test_dual_sqrt ... ignored
test math::dual::tests::test_dual_tan ... ignored
test parser::implicit_mul::tests::test_function_no_multiplication ... ignored
test parser::implicit_mul::tests::test_identifier_function ... ignored
test parser::implicit_mul::tests::test_identifier_identifier ... ignored
test parser::implicit_mul::tests::test_number_function ... ignored
test parser::implicit_mul::tests::test_number_identifier ... ignored
test parser::implicit_mul::tests::test_paren_identifier ... ignored
test parser::lexer::tests::test_balance_parentheses ... ignored
test parser::lexer::tests::test_derivative_validation ... ignored
test parser::lexer::tests::test_empty_parens ... ignored
test parser::lexer::tests::test_identifier_rules ... ignored
test parser::lexer::tests::test_lex_basic ... ignored
test parser::lexer::tests::test_lex_with_fixed_vars ... ignored
test parser::lexer::tests::test_number_edge_cases ... ignored
test parser::lexer::tests::test_number_scientific_notation ... ignored
test parser::lexer::tests::test_parse_number ... ignored
test parser::lexer::tests::test_scan_characters ... ignored
test parser::lexer::tests::test_scan_derivative_complex ... ignored
test parser::lexer::tests::test_scan_derivative_nested_parens ... ignored
test parser::lexer::tests::test_unicode_identifiers ... ignored
test parser::pratt::tests::test_empty_parentheses ... ignored
test parser::pratt::tests::test_parentheses ... ignored
test parser::pratt::tests::test_parse_addition ... ignored
test parser::pratt::tests::test_parse_function ... ignored
test parser::pratt::tests::test_parse_multiplication ... ignored
test parser::pratt::tests::test_parse_number ... ignored
test parser::pratt::tests::test_parse_power ... ignored
test parser::pratt::tests::test_parse_symbol ... ignored
test parser::pratt::tests::test_precedence ... ignored
test parser::tokens::tests::test_from_str ... ignored
test parser::tokens::tests::test_is_function ... ignored
test parser::tokens::tests::test_precedence ... ignored
test tests::actual_division_bug::actual_bug_test::test_rc_derivative_actual_bug ... ignored
test tests::actual_division_bug::actual_bug_test::test_simple_constant_division ... ignored
test tests::advanced_simplification_tests::test_complex_algebraic_simplification ... ignored
test tests::advanced_simplification_tests::test_constant_folding ... ignored
test tests::advanced_simplification_tests::test_exponential_form_recognition ... ignored
test tests::advanced_simplification_tests::test_hyperbolic_identity_simplification ... ignored
test tests::advanced_simplification_tests::test_logarithmic_simplification ... ignored
test tests::advanced_simplification_tests::test_nested_trig_simplification ... ignored
test tests::advanced_simplification_tests::test_power_simplification ... ignored
test tests::advanced_simplification_tests::test_root_simplification ... ignored
test tests::advanced_simplification_tests::test_trig_exact_values ... ignored
test tests::advanced_simplification_tests::test_trig_identity_simplification ... ignored
test tests::advanced_tests::boundary_conditions::test_single_char_fixed_var ... ignored
test tests::advanced_tests::boundary_conditions::test_underscore_in_name ... ignored
test tests::advanced_tests::boundary_conditions::test_unicode_identifier ... ignored
test tests::advanced_tests::boundary_conditions::test_very_deep_nesting ... ignored
test tests::advanced_tests::real_world_expressions::test_chain_rule_triple ... ignored
test tests::advanced_tests::real_world_expressions::test_exponential_growth ... ignored
test tests::advanced_tests::real_world_expressions::test_hyperbolic_combo ... ignored
test tests::advanced_tests::real_world_expressions::test_implicit_with_division ... ignored
test tests::advanced_tests::real_world_expressions::test_product_of_three ... ignored
test tests::advanced_tests::real_world_expressions::test_quadratic_derivative ... ignored
test tests::advanced_tests::real_world_expressions::test_rational_function ... ignored
test tests::advanced_tests::real_world_expressions::test_trig_identity_input ... ignored
test tests::advanced_tests::simplification_advanced::test_complex_power_division ... ignored
test tests::advanced_tests::simplification_advanced::test_constant_div ... ignored
test tests::advanced_tests::simplification_advanced::test_constant_folding_chain ... ignored
test tests::advanced_tests::simplification_advanced::test_constant_sub ... ignored
test tests::advanced_tests::simplification_advanced::test_div_by_one ... ignored
test tests::advanced_tests::simplification_advanced::test_div_zero ... ignored
test tests::advanced_tests::simplification_advanced::test_function_power_division ... ignored
test tests::advanced_tests::simplification_advanced::test_general_power_division ... ignored
test tests::advanced_tests::simplification_advanced::test_mul_by_zero_nested ... ignored
test tests::advanced_tests::simplification_advanced::test_nested_add_zero ... ignored
test tests::advanced_tests::simplification_advanced::test_power_division_simplification ... ignored
test tests::advanced_tests::simplification_advanced::test_power_simplification ... ignored
test tests::advanced_tests::simplification_advanced::test_sub_zero ... ignored
test tests::api_contract_tests::test_diff_builder_basic ... ignored
test tests::api_contract_tests::test_diff_builder_order ... ignored
test tests::api_contract_tests::test_diff_function_vs_builder ... ignored
test tests::api_contract_tests::test_evaluate_extra_variables_ok ... ignored
test tests::api_contract_tests::test_evaluate_with_all_variables ... ignored
test tests::api_contract_tests::test_expr_clone_equality ... ignored
test tests::api_contract_tests::test_expr_display_parse_roundtrip ... ignored
test tests::api_contract_tests::test_expr_number_roundtrip ... ignored
test tests::api_contract_tests::test_parse_accepts_valid ... ignored
test tests::api_contract_tests::test_parse_empty_rejects ... ignored
test tests::api_contract_tests::test_parse_error_messages_are_informative ... ignored
test tests::api_contract_tests::test_parse_invalid_rejects ... ignored
test tests::api_contract_tests::test_parse_rejects_empty_function_call ... ignored
test tests::api_contract_tests::test_simplify_builder_basic ... ignored
test tests::api_contract_tests::test_simplify_idempotence ... ignored
test tests::api_contract_tests::test_symb_function_returns_same_symbol ... ignored
test tests::api_contract_tests::test_symbol_arithmetic_ops ... ignored
test tests::api_contract_tests::test_symbol_equality ... ignored
test tests::api_contract_tests::test_symbol_hash_consistency ... ignored
test tests::api_contract_tests::test_symbol_is_copy ... ignored
test tests::api_contract_tests::test_symbol_math_functions ... ignored
test tests::api_parity_checks::ensure_string_and_typesafe_apis_match ... ignored
test tests::api_parity_checks::parity_add ... ignored
test tests::api_parity_checks::parity_custom_functions ... ignored
test tests::api_parity_checks::parity_eval_inputs ... ignored
test tests::api_parity_checks::parity_fixed_vars ... ignored
test tests::api_parity_checks::parity_log ... ignored
test tests::api_parity_checks::parity_pow ... ignored
test tests::api_parity_checks::parity_simplify_fixed ... ignored
test tests::api_parity_checks::parity_sin ... ignored
test tests::benchmark_tests::test_all_benchmarks_produce_valid_results ... ignored
test tests::benchmark_tests::test_batch_evaluation_1000_points ... ignored
test tests::benchmark_tests::test_compile_raw_derivatives ... ignored
test tests::benchmark_tests::test_compile_simplified_derivatives ... ignored
test tests::benchmark_tests::test_diff_raw_all_benchmark_expressions ... ignored
test tests::benchmark_tests::test_diff_simplified_all_benchmark_expressions ... ignored
test tests::benchmark_tests::test_eval_batch_single_var ... ignored
test tests::benchmark_tests::test_eval_scaling ... ignored
test tests::benchmark_tests::test_evaluate_compiled_derivatives ... ignored
test tests::benchmark_tests::test_full_pipeline_damped_oscillator ... ignored
test tests::benchmark_tests::test_full_pipeline_lorentz_factor ... ignored
test tests::benchmark_tests::test_large_expr_diff_100 ... ignored
test tests::benchmark_tests::test_large_expr_eval_50 ... ignored
test tests::benchmark_tests::test_large_expr_parse_100 ... ignored
test tests::benchmark_tests::test_multi_expression_batch ... ignored
test tests::benchmark_tests::test_parse_all_benchmark_expressions ... ignored
test tests::benchmark_tests::test_simplify_derivatives_all_benchmark_expressions ... ignored
test tests::closure_check::tests::test_gamma_polygamma_closure ... ignored
test tests::closure_check::tests::test_zeta_closure ... ignored
test tests::comprehensive_api_tests::api_tests::test_diff_basic ... ignored
test tests::comprehensive_api_tests::api_tests::test_diff_builder_basic ... ignored
test tests::comprehensive_api_tests::api_tests::test_diff_builder_differentiate_expr ... ignored
test tests::comprehensive_api_tests::api_tests::test_diff_builder_domain_safe ... ignored
test tests::comprehensive_api_tests::api_tests::test_diff_builder_known_symbols ... ignored
test tests::comprehensive_api_tests::api_tests::test_diff_custom_function_symbolic ... ignored
test tests::comprehensive_api_tests::api_tests::test_diff_then_evaluate_with_symbols ... ignored
test tests::comprehensive_api_tests::api_tests::test_diff_with_custom_functions ... ignored
test tests::comprehensive_api_tests::api_tests::test_diff_with_fixed_vars ... ignored
test tests::comprehensive_api_tests::api_tests::test_eval_with_custom_functions ... ignored
test tests::comprehensive_api_tests::api_tests::test_evaluate_str ... ignored
test tests::comprehensive_api_tests::api_tests::test_expr_evaluate ... ignored
test tests::comprehensive_api_tests::api_tests::test_expr_fold_map ... ignored
test tests::comprehensive_api_tests::api_tests::test_expr_max_depth ... ignored
test tests::comprehensive_api_tests::api_tests::test_expr_node_count ... ignored
test tests::comprehensive_api_tests::api_tests::test_expr_substitute ... ignored
test tests::comprehensive_api_tests::api_tests::test_full_hessian_workflow ... ignored
test tests::comprehensive_api_tests::api_tests::test_gradient ... ignored
test tests::comprehensive_api_tests::api_tests::test_gradient_evaluate_magnitude ... ignored
test tests::comprehensive_api_tests::api_tests::test_gradient_str ... ignored
test tests::comprehensive_api_tests::api_tests::test_hessian ... ignored
test tests::comprehensive_api_tests::api_tests::test_hessian_str ... ignored
test tests::comprehensive_api_tests::api_tests::test_jacobian ... ignored
test tests::comprehensive_api_tests::api_tests::test_jacobian_str ... ignored
test tests::comprehensive_api_tests::api_tests::test_simplify_basic ... ignored
test tests::comprehensive_api_tests::api_tests::test_simplify_builder_basic ... ignored
test tests::comprehensive_api_tests::api_tests::test_simplify_builder_domain_safe ... ignored
test tests::comprehensive_api_tests::api_tests::test_simplify_builder_simplify_expr ... ignored
test tests::comprehensive_api_tests::api_tests::test_simplify_with_fixed_vars ... ignored
test tests::comprehensive_api_tests::api_tests::test_sym_creation ... ignored
test tests::comprehensive_api_tests::api_tests::test_symbol_arithmetic ... ignored
test tests::comprehensive_api_tests::api_tests::test_symbol_functions ... ignored
test tests::comprehensive_api_tests::custom_fn_differentiation_tests::test_custom_fn_basic_differentiation ... ignored
test tests::comprehensive_api_tests::custom_fn_differentiation_tests::test_custom_fn_chain_rule ... ignored
test tests::comprehensive_api_tests::custom_fn_differentiation_tests::test_custom_fn_constant_arg ... ignored
test tests::comprehensive_api_tests::custom_fn_differentiation_tests::test_custom_fn_missing_partial ... ignored
test tests::comprehensive_api_tests::custom_fn_differentiation_tests::test_custom_fn_single_partial ... ignored
test tests::comprehensive_api_tests::derivative_accuracy_tests::test_chain_rule_accuracy ... ignored
test tests::comprehensive_api_tests::derivative_accuracy_tests::test_exp_log_derivative_accuracy ... ignored
test tests::comprehensive_api_tests::derivative_accuracy_tests::test_power_rule_accuracy ... ignored
test tests::comprehensive_api_tests::derivative_accuracy_tests::test_product_rule_accuracy ... ignored
test tests::comprehensive_api_tests::derivative_accuracy_tests::test_quotient_rule_accuracy ... ignored
test tests::comprehensive_api_tests::derivative_accuracy_tests::test_trig_derivative_accuracy ... ignored
test tests::comprehensive_api_tests::edge_case_tests::test_large_values ... ignored
test tests::comprehensive_api_tests::edge_case_tests::test_multi_variable ... ignored
test tests::comprehensive_api_tests::edge_case_tests::test_nan_inf_handling ... ignored
test tests::comprehensive_api_tests::edge_case_tests::test_near_singularity ... ignored
test tests::comprehensive_api_tests::edge_case_tests::test_variable_substitution ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_assoc_legendre ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_bessel_i ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_bessel_j ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_bessel_k ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_bessel_y ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_beta ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_digamma_trigamma ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_elliptic_e ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_elliptic_k ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_erf ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_exp_log ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_exp_polar ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_floor_ceil_round ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_gamma ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_hermite ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_hyperbolic ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_inverse_hyperbolic ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_inverse_trig ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_inverse_trig_reciprocal ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_lambertw ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_log_variants ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_polygamma ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_roots ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_rounding ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_sign_variants ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_sinc ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_tetragamma ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_trig_cos ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_trig_cot_sec_csc ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_trig_sin ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_trig_tan ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_ynm ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_zeta ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_zeta_deriv_negative_s ... ignored
test tests::comprehensive_api_tests::function_accuracy_tests::test_zeta_derivatives ... ignored
test tests::custom_functions::test_arity_check ... ignored
test tests::custom_functions::test_compiled_evaluation_missing_context ... ignored
test tests::custom_functions::test_compiled_evaluation_with_context ... ignored
test tests::custom_functions::test_context_isolation ... ignored
test tests::custom_functions::test_context_registration ... ignored
test tests::debug_applications::tests::test_astrophysics_orbital ... ignored
test tests::debug_applications::tests::test_difference_of_squares ... ignored
test tests::debug_applications::tests::test_difference_of_squares_debug ... ignored
test tests::debug_applications::tests::test_division_of_roots ... ignored
test tests::debug_applications::tests::test_emf_sign ... ignored
test tests::debug_applications::tests::test_negative_in_exponent ... ignored
test tests::debug_applications::tests::test_quantum_probability ... ignored
test tests::debug_applications::tests::test_relativity_time_dilation ... ignored
test tests::debug_applications::tests::test_statistics_normal_pdf ... ignored
test tests::debug_applications::tests::test_thermodynamics_heat_flux ... ignored
test tests::debug_div_hang::tests::test_div_hang_repro ... ignored
test tests::debug_division_structure::test_division_structure ... ignored
test tests::debug_factoring_logic::tests::debug_perfect_square_logic ... ignored
test tests::debug_gaussian_cycle::test_gaussian_2d_diff_cycle ... ignored
test tests::debug_issue::tests::debug_cubic_expansion ... ignored
test tests::debug_issue::tests::debug_numerator_simplification ... ignored
test tests::debug_rc::debug_rc_derivative ... ignored
test tests::debug_root::tests::debug_root_simplification ... ignored
test tests::debug_root_issue::tests::debug_root_issue ... ignored
test tests::derivative_oracle_tests::test_oracle_1_over_x ... ignored
test tests::derivative_oracle_tests::test_oracle_acos ... ignored
test tests::derivative_oracle_tests::test_oracle_asin ... ignored
test tests::derivative_oracle_tests::test_oracle_atan ... ignored
test tests::derivative_oracle_tests::test_oracle_constant ... ignored
test tests::derivative_oracle_tests::test_oracle_cos ... ignored
test tests::derivative_oracle_tests::test_oracle_cos_exp ... ignored
test tests::derivative_oracle_tests::test_oracle_cosh ... ignored
test tests::derivative_oracle_tests::test_oracle_cubic ... ignored
test tests::derivative_oracle_tests::test_oracle_exp ... ignored
test tests::derivative_oracle_tests::test_oracle_exp_composite ... ignored
test tests::derivative_oracle_tests::test_oracle_exp_sin ... ignored
test tests::derivative_oracle_tests::test_oracle_exp_x2_sin ... ignored
test tests::derivative_oracle_tests::test_oracle_linear ... ignored
test tests::derivative_oracle_tests::test_oracle_ln ... ignored
test tests::derivative_oracle_tests::test_oracle_ln_composite ... ignored
test tests::derivative_oracle_tests::test_oracle_ln_sin_x ... ignored
test tests::derivative_oracle_tests::test_oracle_nested_exp ... ignored
test tests::derivative_oracle_tests::test_oracle_polynomial ... ignored
test tests::derivative_oracle_tests::test_oracle_quadratic ... ignored
test tests::derivative_oracle_tests::test_oracle_second_derivative_exp ... ignored
test tests::derivative_oracle_tests::test_oracle_second_derivative_sin ... ignored
test tests::derivative_oracle_tests::test_oracle_second_derivative_x3 ... ignored
test tests::derivative_oracle_tests::test_oracle_sin ... ignored
test tests::derivative_oracle_tests::test_oracle_sin_over_x ... ignored
test tests::derivative_oracle_tests::test_oracle_sin_squared ... ignored
test tests::derivative_oracle_tests::test_oracle_sin_x_squared ... ignored
test tests::derivative_oracle_tests::test_oracle_sinh ... ignored
test tests::derivative_oracle_tests::test_oracle_sqrt_x ... ignored
test tests::derivative_oracle_tests::test_oracle_tan ... ignored
test tests::derivative_oracle_tests::test_oracle_tanh ... ignored
test tests::derivative_oracle_tests::test_oracle_x2_ln ... ignored
test tests::derivative_oracle_tests::test_oracle_x_exp ... ignored
test tests::derivative_oracle_tests::test_oracle_x_over_sin ... ignored
test tests::derivative_oracle_tests::test_oracle_x_sin_x ... ignored
test tests::derivative_oracle_tests::test_oracle_x_to_half ... ignored
test tests::derivative_oracle_tests::test_oracle_x_to_x ... ignored
test tests::derivative_regressions::test_orbital_denominator_squared ... ignored
test tests::derivative_regressions::test_quotient_rule_sign_distribution ... ignored
test tests::display_precedence_test::tests::test_display_rc_denominator ... ignored
test tests::display_precedence_test::tests::test_division_precedence_div ... ignored
test tests::display_precedence_test::tests::test_division_precedence_mul ... ignored
test tests::display_precedence_test::tests::test_rc_circuit_derivative ... ignored
test tests::division_bug_verification::division_bug_tests::verify_display_parens ... ignored
test tests::division_bug_verification::division_bug_tests::verify_simplification_cancellation ... ignored
test tests::edge_case_tests::api_validation::test_empty_custom_functions ... ignored
test tests::edge_case_tests::api_validation::test_empty_fixed_vars ... ignored
test tests::edge_case_tests::api_validation::test_name_collision ... ignored
test tests::edge_case_tests::complex_expressions::test_composition_chain ... ignored
test tests::edge_case_tests::complex_expressions::test_div_with_functions ... ignored
test tests::edge_case_tests::complex_expressions::test_nested_product_chain ... ignored
test tests::edge_case_tests::complex_expressions::test_polynomial ... ignored
test tests::edge_case_tests::differentiation_edge_cases::test_all_constants ... ignored
test tests::edge_case_tests::differentiation_edge_cases::test_function_of_constant ... ignored
test tests::edge_case_tests::differentiation_edge_cases::test_nested_functions ... ignored
test tests::edge_case_tests::differentiation_edge_cases::test_var_in_both_fixed_and_diff ... ignored
test tests::edge_case_tests::differentiation_edge_cases::test_var_not_in_formula ... ignored
test tests::edge_case_tests::implicit_multiplication::test_number_paren ... ignored
test tests::edge_case_tests::implicit_multiplication::test_number_variable ... ignored
test tests::edge_case_tests::implicit_multiplication::test_paren_multiplication ... ignored
test tests::edge_case_tests::implicit_multiplication::test_variable_variable ... ignored
test tests::edge_case_tests::input_validation::test_empty_input ... ignored
test tests::edge_case_tests::input_validation::test_only_number ... ignored
test tests::edge_case_tests::input_validation::test_only_whitespace ... ignored
test tests::edge_case_tests::input_validation::test_single_different_symbol ... ignored
test tests::edge_case_tests::input_validation::test_single_symbol ... ignored
test tests::edge_case_tests::number_parsing::test_dot_decimal ... ignored
test tests::edge_case_tests::number_parsing::test_leading_dot ... ignored
test tests::edge_case_tests::number_parsing::test_multiple_decimals_error ... ignored
test tests::edge_case_tests::number_parsing::test_scientific_notation_basic ... ignored
test tests::edge_case_tests::number_parsing::test_scientific_notation_negative_exp ... ignored
test tests::edge_case_tests::number_parsing::test_scientific_notation_with_var ... ignored
test tests::edge_case_tests::number_parsing::test_trailing_dot ... ignored
test tests::edge_case_tests::parentheses_edge_cases::test_complex_derivative_args ... ignored
test tests::edge_case_tests::parentheses_edge_cases::test_empty_parens ... ignored
test tests::edge_case_tests::parentheses_edge_cases::test_empty_parens_with_mul ... ignored
test tests::edge_case_tests::parentheses_edge_cases::test_multi_arg_derivative ... ignored
test tests::edge_case_tests::parentheses_edge_cases::test_multiple_unmatched_open ... ignored
test tests::edge_case_tests::parentheses_edge_cases::test_nested_empty_parens ... ignored
test tests::edge_case_tests::parentheses_edge_cases::test_unmatched_close_paren ... ignored
test tests::edge_case_tests::parentheses_edge_cases::test_unmatched_open_paren ... ignored
test tests::edge_case_tests::parentheses_edge_cases::test_wrong_order_parens ... ignored
test tests::edge_case_tests::phase2_features::test_base_to_x ... ignored
test tests::edge_case_tests::phase2_features::test_cosh_basic ... ignored
test tests::edge_case_tests::phase2_features::test_division_basic ... ignored
test tests::edge_case_tests::phase2_features::test_quotient_rule ... ignored
test tests::edge_case_tests::phase2_features::test_sinh_basic ... ignored
test tests::edge_case_tests::phase2_features::test_subtraction_basic ... ignored
test tests::edge_case_tests::phase2_features::test_subtraction_vars ... ignored
test tests::edge_case_tests::phase2_features::test_tanh_basic ... ignored
test tests::edge_case_tests::phase2_features::test_x_to_variable_exponent ... ignored
test tests::edge_case_tests::phase2_features::test_x_to_x_logarithmic ... ignored
test tests::edge_case_tests::stress_tests::test_deeply_nested ... ignored
test tests::edge_case_tests::stress_tests::test_many_variables ... ignored
test tests::edge_case_tests::stress_tests::test_very_long_sum ... ignored
test tests::edge_case_tests::symbol_grouping::test_cosine_without_fixed_vars ... ignored
test tests::edge_case_tests::symbol_grouping::test_expense_no_exp_match ... ignored
test tests::edge_case_tests::symbol_grouping::test_multi_char_fixed_var ... ignored
test tests::edge_case_tests::symbol_grouping::test_sinus_as_fixed_var ... ignored
test tests::eval_consistency_tests::test_compiled_vs_tree_walking ... ignored
test tests::eval_consistency_tests::test_consistency_chain_rule ... ignored
test tests::eval_consistency_tests::test_consistency_complex_1 ... ignored
test tests::eval_consistency_tests::test_consistency_complex_2 ... ignored
test tests::eval_consistency_tests::test_consistency_complex_3 ... ignored
test tests::eval_consistency_tests::test_consistency_exp_log ... ignored
test tests::eval_consistency_tests::test_consistency_polynomials ... ignored
test tests::eval_consistency_tests::test_consistency_product_rule ... ignored
test tests::eval_consistency_tests::test_consistency_quotient_rule ... ignored
test tests::eval_consistency_tests::test_consistency_second_derivative ... ignored
test tests::eval_consistency_tests::test_consistency_sqrt ... ignored
test tests::eval_consistency_tests::test_consistency_trig ... ignored
test tests::eval_func_tests::test_eval_bessel_i ... ignored
test tests::eval_func_tests::test_eval_bessel_j ... ignored
test tests::eval_func_tests::test_eval_bessel_y ... ignored
test tests::eval_func_tests::test_eval_beta ... ignored
test tests::eval_func_tests::test_eval_constants ... ignored
test tests::eval_func_tests::test_eval_digamma ... ignored
test tests::eval_func_tests::test_eval_erf ... ignored
test tests::eval_func_tests::test_eval_exp_log ... ignored
test tests::eval_func_tests::test_eval_gamma ... ignored
test tests::eval_func_tests::test_eval_gamma_factorial ... ignored
test tests::eval_func_tests::test_eval_hyperbolic ... ignored
test tests::eval_func_tests::test_eval_inverse_hyperbolic_nan ... ignored
test tests::eval_func_tests::test_eval_inverse_trig ... ignored
test tests::eval_func_tests::test_eval_inverse_trig_reciprocal_nan ... ignored
test tests::eval_func_tests::test_eval_lambertw ... ignored
test tests::eval_func_tests::test_eval_log_compiled ... ignored
test tests::eval_func_tests::test_eval_log_compiled_variable_base ... ignored
test tests::eval_func_tests::test_eval_log_domain_errors ... ignored
test tests::eval_func_tests::test_eval_log_two_arg_parsing ... ignored
test tests::eval_func_tests::test_eval_log_two_arg_type_safe_api ... ignored
test tests::eval_func_tests::test_eval_log_various_bases ... ignored
test tests::eval_func_tests::test_eval_log_with_variables ... ignored
test tests::eval_func_tests::test_eval_polygamma ... ignored
test tests::eval_func_tests::test_eval_roots ... ignored
test tests::eval_func_tests::test_eval_rounding ... ignored
test tests::eval_func_tests::test_eval_sinc ... ignored
test tests::eval_func_tests::test_eval_trig_basic ... ignored
test tests::eval_func_tests::test_eval_trig_reciprocal_with_inf ... ignored
test tests::eval_func_tests::test_eval_trigamma ... ignored
test tests::eval_func_tests::test_eval_with_variables ... ignored
test tests::eval_func_tests::test_log10_log2_consistency ... ignored
test tests::eval_func_tests::test_log_consistency_with_ln ... ignored
test tests::eval_func_tests::test_partial_evaluation ... ignored
test tests::eval_func_tests::test_unknown_function_preserved ... ignored
test tests::evaluator_expansion::tests::test_atan2 ... ignored
test tests::evaluator_expansion::tests::test_exp_polar ... ignored
test tests::evaluator_expansion::tests::test_spherical_harmonic ... ignored
test tests::evaluator_expansion::tests::test_ynm_alias ... ignored
test tests::fraction_simplification_tests::tests::test_fraction_cancellation_products ... ignored
test tests::fraction_simplification_tests::tests::test_nested_fraction_div_div ... ignored
test tests::fraction_simplification_tests::tests::test_nested_fraction_div_val ... ignored
test tests::fraction_simplification_tests::tests::test_nested_fraction_numbers ... ignored
test tests::fraction_simplification_tests::tests::test_nested_fraction_val_div ... ignored
test tests::hyperbolic_conversion_tests::test_hyperbolic_identities ... ignored
test tests::hyperbolic_conversion_tests::test_simplify_to_cosh ... ignored
test tests::hyperbolic_conversion_tests::test_simplify_to_coth ... ignored
test tests::hyperbolic_conversion_tests::test_simplify_to_csch ... ignored
test tests::hyperbolic_conversion_tests::test_simplify_to_sech ... ignored
test tests::hyperbolic_conversion_tests::test_simplify_to_sinh ... ignored
test tests::hyperbolic_conversion_tests::test_simplify_to_tanh ... ignored
test tests::integration_tests::test_auto_balance_parens ... ignored
test tests::integration_tests::test_chain_rule_derivative_from_examples ... ignored
test tests::integration_tests::test_cosh ... ignored
test tests::integration_tests::test_derivative_simplification_from_examples ... ignored
test tests::integration_tests::test_division ... ignored
test tests::integration_tests::test_empty_parens ... ignored
test tests::integration_tests::test_error_var_in_fixed ... ignored
test tests::integration_tests::test_implicit_multiplication ... ignored
test tests::integration_tests::test_power_rule ... ignored
test tests::integration_tests::test_quotient_rule ... ignored
test tests::integration_tests::test_scientific_notation ... ignored
test tests::integration_tests::test_simple_constant ... ignored
test tests::integration_tests::test_simple_variable ... ignored
test tests::integration_tests::test_sin_function ... ignored
test tests::integration_tests::test_sinh ... ignored
test tests::integration_tests::test_subtraction ... ignored
test tests::integration_tests::test_tanh ... ignored
test tests::integration_tests::test_with_fixed_constant ... ignored
test tests::integration_tests::test_x_to_2x ... ignored
test tests::integration_tests::test_x_to_x ... ignored
test tests::log_power_tests::tests::test_ln_power ... ignored
test tests::log_power_tests::tests::test_log10_power_even ... ignored
test tests::log_power_tests::tests::test_log10_power_odd ... ignored
test tests::log_power_tests::tests::test_log2_power ... ignored
test tests::log_simplification_tests::test_log_power_rule_generic ... ignored
test tests::log_simplification_tests::test_log_power_rule_generic_odd ... ignored
test tests::log_simplification_tests::test_log_simplification_generic ... ignored
test tests::log_simplification_tests::test_log_sqrt_generic ... ignored
test tests::numerical_accuracy_tests::test_chain_rule_accuracy ... ignored
test tests::numerical_accuracy_tests::test_constant_derivatives ... ignored
test tests::numerical_accuracy_tests::test_exponential_log_accuracy ... ignored
test tests::numerical_accuracy_tests::test_hyperbolic_accuracy ... ignored
test tests::numerical_accuracy_tests::test_inverse_trig_accuracy ... ignored
test tests::numerical_accuracy_tests::test_linear_derivatives ... ignored
test tests::numerical_accuracy_tests::test_log_variants_accuracy ... ignored
test tests::numerical_accuracy_tests::test_polynomial_accuracy ... ignored
test tests::numerical_accuracy_tests::test_product_rule_accuracy ... ignored
test tests::numerical_accuracy_tests::test_quotient_rule_accuracy ... ignored
test tests::numerical_accuracy_tests::test_root_derivatives_accuracy ... ignored
test tests::numerical_accuracy_tests::test_special_functions_accuracy ... ignored
test tests::numerical_accuracy_tests::test_trig_derivative_accuracy ... ignored
test tests::power_debug::power_regression_tests::test_power_of_product_simplification ... ignored
test tests::power_debug::power_regression_tests::test_power_of_sum_negative_exponent ... ignored
test tests::power_debug::power_regression_tests::test_power_of_sum_simplification ... ignored
test tests::power_debug::sign_regression_tests::test_negative_product_sign ... ignored
test tests::power_root_tests::tests::test_power_collection_div ... ignored
test tests::power_root_tests::tests::test_power_collection_mul ... ignored
test tests::power_root_tests::tests::test_root_conversion_cbrt ... ignored
test tests::power_root_tests::tests::test_root_conversion_sqrt ... ignored
test tests::power_root_tests::tests::test_root_conversion_sqrt_decimal ... ignored
test tests::power_simplification_tests::tests::test_power_of_power ... ignored
test tests::power_simplification_tests::tests::test_power_of_power_symbolic ... ignored
test tests::power_simplification_tests::tests::test_sigma_power_of_power ... ignored
test tests::precision_audit::edge_case_infinity_handling ... ignored
test tests::precision_audit::edge_case_nan_handling ... ignored
test tests::precision_audit::edge_case_one_handling ... ignored
test tests::precision_audit::edge_case_zero_handling ... ignored
test tests::precision_audit::precision_bessel_i0 ... ignored
test tests::precision_audit::precision_bessel_i1 ... ignored
test tests::precision_audit::precision_bessel_j0 ... ignored
test tests::precision_audit::precision_bessel_j1 ... ignored
test tests::precision_audit::precision_bessel_y0 ... ignored
test tests::precision_audit::precision_beta ... ignored
test tests::precision_audit::precision_cos ... ignored
test tests::precision_audit::precision_cosh ... ignored
test tests::precision_audit::precision_derivatives_basic ... ignored
test tests::precision_audit::precision_derivatives_gamma ... ignored
test tests::precision_audit::precision_digamma ... ignored
test tests::precision_audit::precision_erf ... ignored
test tests::precision_audit::precision_erfc ... ignored
test tests::precision_audit::precision_exp ... ignored
test tests::precision_audit::precision_gamma ... ignored
test tests::precision_audit::precision_inverse_hyperbolic ... ignored
test tests::precision_audit::precision_inverse_trig ... ignored
test tests::precision_audit::precision_lambert_w ... ignored
test tests::precision_audit::precision_ln ... ignored
test tests::precision_audit::precision_log_bases ... ignored
test tests::precision_audit::precision_sin ... ignored
test tests::precision_audit::precision_sinh ... ignored
test tests::precision_audit::precision_sqrt_cbrt ... ignored
test tests::precision_audit::precision_tan ... ignored
test tests::precision_audit::precision_tanh ... ignored
test tests::precision_audit::precision_trigamma ... ignored
test tests::property_tests::algebraic_property_tests::test_addition_commutativity ... ignored
test tests::property_tests::algebraic_property_tests::test_additive_identity ... ignored
test tests::property_tests::algebraic_property_tests::test_additive_inverse ... ignored
test tests::property_tests::algebraic_property_tests::test_exp_ln_inverse ... ignored
test tests::property_tests::algebraic_property_tests::test_ln_exp_inverse ... ignored
test tests::property_tests::algebraic_property_tests::test_multiplication_commutativity ... ignored
test tests::property_tests::algebraic_property_tests::test_multiplicative_identity ... ignored
test tests::property_tests::algebraic_property_tests::test_multiplicative_inverse ... ignored
test tests::property_tests::algebraic_property_tests::test_multiplicative_zero ... ignored
test tests::property_tests::algebraic_property_tests::test_power_one ... ignored
test tests::property_tests::algebraic_property_tests::test_power_rule_derivative ... ignored
test tests::property_tests::algebraic_property_tests::test_power_zero ... ignored
test tests::property_tests::algebraic_property_tests::test_pythagorean_identity ... ignored
test tests::property_tests::compiled_evaluator_property_tests::test_compile_consistency ... ignored
test tests::property_tests::compiled_evaluator_property_tests::test_compiled_deterministic ... ignored
test tests::property_tests::compiled_evaluator_property_tests::test_compiled_matches_interpret ... ignored
test tests::property_tests::derivative_property_tests::test_chain_rule_property ... ignored
test tests::property_tests::derivative_property_tests::test_derivative_linearity ... ignored
test tests::property_tests::derivative_property_tests::test_quotient_rule_property ... ignored
test tests::property_tests::expression_building_fuzz_tests::test_deep_expression_building ... ignored
test tests::property_tests::expression_building_fuzz_tests::test_expression_building_edge_cases ... ignored
test tests::property_tests::expression_building_fuzz_tests::test_random_expression_building_no_crash ... ignored
test tests::property_tests::expression_building_fuzz_tests::test_random_expression_differentiation ... ignored
test tests::property_tests::expression_building_fuzz_tests::test_random_expression_display ... ignored
test tests::property_tests::expression_building_fuzz_tests::test_random_expression_evaluation ... ignored
test tests::property_tests::parser_fuzz_tests::test_parse_display_consistency ... ignored
test tests::property_tests::parser_fuzz_tests::test_parser_deep_nesting ... ignored
test tests::property_tests::parser_fuzz_tests::test_parser_edge_cases ... ignored
test tests::property_tests::parser_fuzz_tests::test_parser_handles_valid_expressions ... ignored
test tests::property_tests::parser_fuzz_tests::test_parser_never_panics_on_random_input ... ignored
test tests::property_tests::power_property_tests::test_power_addition_rule ... ignored
test tests::property_tests::power_property_tests::test_power_of_power_rule ... ignored
test tests::property_tests::power_property_tests::test_product_power_rule ... ignored
test tests::property_tests::rule_conflict_tests::test_known_cycle_cases ... ignored
test tests::property_tests::rule_conflict_tests::test_potential_rule_conflicts ... ignored
test tests::property_tests::simplification_oracle_tests::test_simplification_correctness_oracle ... ignored
test tests::property_tests::simplification_oracle_tests::test_simplification_idempotent ... ignored
test tests::property_tests::special_function_property_tests::test_abs_nonnegative ... ignored
test tests::property_tests::special_function_property_tests::test_abs_symmetry ... ignored
test tests::property_tests::special_function_property_tests::test_cosh_definition ... ignored
test tests::property_tests::special_function_property_tests::test_erf_symmetry ... ignored
test tests::property_tests::special_function_property_tests::test_sinh_definition ... ignored
test tests::property_tests::special_function_property_tests::test_sqrt_square_identity ... ignored
test tests::rc_circuit_bug::rc_circuit_differentiation_bug::test_rc_circuit_derivative_simplification ... ignored
test tests::repro_issues::tests::test_fraction_cancellation_product_base ... ignored
test tests::repro_issues::tests::test_full_fraction_cancellation ... ignored
test tests::repro_issues::tests::test_heat_flux_simplification ... ignored
test tests::repro_issues::tests::test_numeric_fraction_simplification ... ignored
test tests::repro_issues::tests::test_power_div_cancellation ... ignored
test tests::repro_issues::tests::test_sqrt_div_self ... ignored
test tests::repro_issues::tests::test_sqrt_product_div_product ... ignored
test tests::repro_simplification_v2::tests::test_heat_conduction_power_expansion ... ignored
test tests::repro_simplification_v2::tests::test_nested_sqrt_cancellation ... ignored
test tests::repro_simplification_v2::tests::test_normal_pdf_derivative ... ignored
test tests::repro_simplification_v2::tests::test_quantum_mechanics_sigma_combination ... ignored
test tests::repro_simplification_v2::tests::test_sqrt_combination ... ignored
test tests::rust_api_tests::test_advanced_functions ... ignored
test tests::rust_api_tests::test_api_reusability ... ignored
test tests::rust_api_tests::test_builder_configuration ... ignored
test tests::rust_api_tests::test_custom_derivatives ... ignored
test tests::rust_api_tests::test_error_handling ... ignored
test tests::rust_api_tests::test_node_limits ... ignored
test tests::rust_api_tests::test_recursion_limits ... ignored
test tests::rust_api_tests::test_symbol_method_chaining ... ignored
test tests::simplification_tests::tests::test_add_zero ... ignored
test tests::simplification_tests::tests::test_binomial_expansion ... ignored
test tests::simplification_tests::tests::test_constant_folding ... ignored
test tests::simplification_tests::tests::test_distributive_property ... ignored
test tests::simplification_tests::tests::test_flatten_mul_div_structure ... ignored
test tests::simplification_tests::tests::test_fraction_difference_issue ... ignored
test tests::simplification_tests::tests::test_fraction_preservation ... ignored
test tests::simplification_tests::tests::test_hyperbolic_simplification ... ignored
test tests::simplification_tests::tests::test_log_exp_simplification ... ignored
test tests::simplification_tests::tests::test_mul_one ... ignored
test tests::simplification_tests::tests::test_mul_zero ... ignored
test tests::simplification_tests::tests::test_nested_simplification ... ignored
test tests::simplification_tests::tests::test_polynomial_gcd_simplification ... ignored
test tests::simplification_tests::tests::test_pow_one ... ignored
test tests::simplification_tests::tests::test_pow_zero ... ignored
test tests::simplification_tests::tests::test_product_four_functions_derivative ... ignored
test tests::simplification_tests::tests::test_trig_simplification ... ignored
test tests::stress_tests::test_closure_evaluation ... ignored
test tests::stress_tests::test_custom_function_diff ... ignored
test tests::stress_tests::test_custom_function_evaluation ... ignored
test tests::stress_tests::test_custom_function_with_custom_derivative ... ignored
test tests::stress_tests::test_deeply_nested_parentheses ... ignored
test tests::stress_tests::test_diff_bessel_functions ... ignored
test tests::stress_tests::test_diff_deeply_nested_chain_rule ... ignored
test tests::stress_tests::test_diff_erfc_erf ... ignored
test tests::stress_tests::test_diff_higher_order ... ignored
test tests::stress_tests::test_diff_lambert_w ... ignored
test tests::stress_tests::test_diff_many_variables ... ignored
test tests::stress_tests::test_diff_polygamma_chain ... ignored
test tests::stress_tests::test_diff_power_rule_extreme_exponents ... ignored
test tests::stress_tests::test_diff_product_of_10_terms ... ignored
test tests::stress_tests::test_diff_quotient_of_complex_expressions ... ignored
test tests::stress_tests::test_diff_special_functions_chain ... ignored
test tests::stress_tests::test_diff_zeta_function ... ignored
test tests::stress_tests::test_division_by_symbolic_zero ... ignored
test tests::stress_tests::test_empty_expression_handling ... ignored
test tests::stress_tests::test_eval_bessel_accuracy ... ignored
test tests::stress_tests::test_eval_complex_expression_accuracy ... ignored
test tests::stress_tests::test_eval_extreme_values ... ignored
test tests::stress_tests::test_eval_precision_sensitive ... ignored
test tests::stress_tests::test_eval_special_function_poles ... ignored
test tests::stress_tests::test_eval_trigamma_at_various_points ... ignored
test tests::stress_tests::test_eval_zeta_deriv_convergence ... ignored
test tests::stress_tests::test_full_pipeline_diff_simplify_eval ... ignored
test tests::stress_tests::test_full_pipeline_with_evaluation ... ignored
test tests::stress_tests::test_gradient_computation ... ignored
test tests::stress_tests::test_implicit_multiplication ... ignored
test tests::stress_tests::test_infinite_differentiability_polygamma ... ignored
test tests::stress_tests::test_infinite_differentiability_zeta ... ignored
test tests::stress_tests::test_jacobian_computation ... ignored
test tests::stress_tests::test_large_expr_gaussian_2d ... ignored
test tests::stress_tests::test_large_expr_maxwell_boltzmann ... ignored
test tests::stress_tests::test_large_expr_normal_pdf ... ignored
test tests::stress_tests::test_large_expr_orbital_energy ... ignored
test tests::stress_tests::test_large_expr_wave_equation ... ignored
test tests::stress_tests::test_negative_base_fractional_exponent ... ignored
test tests::stress_tests::test_nested_custom_functions ... ignored
test tests::stress_tests::test_scientific_notation ... ignored
test tests::stress_tests::test_second_derivative_pipeline ... ignored
test tests::stress_tests::test_simplify_complex_trig_identity ... ignored
test tests::stress_tests::test_simplify_deeply_nested ... ignored
test tests::stress_tests::test_simplify_double_negative ... ignored
test tests::stress_tests::test_simplify_exp_ln_identity ... ignored
test tests::stress_tests::test_simplify_fraction_reduction ... ignored
test tests::stress_tests::test_simplify_log_exp_identity ... ignored
test tests::stress_tests::test_simplify_one_power ... ignored
test tests::stress_tests::test_simplify_power_rules ... ignored
test tests::stress_tests::test_simplify_sqrt_of_square ... ignored
test tests::stress_tests::test_simplify_zero_multiplication ... ignored
test tests::stress_tests::test_unicode_variable_names ... ignored
test tests::stress_tests::test_very_long_expression ... ignored
test tests::stress_tests::test_zero_to_zero_power ... ignored
test tests::test_abs_function::test_abs_function_simplification ... ignored
test tests::test_abs_function::test_abs_in_product ... ignored
test tests::test_algebraic_extensions::tests::test_absorb_constant_pow ... ignored
test tests::test_algebraic_extensions::tests::test_combine_common_denominator ... ignored
test tests::test_algebraic_extensions::tests::test_distribute_negation_add ... ignored
test tests::test_algebraic_extensions::tests::test_distribute_negation_sub ... ignored
test tests::test_algebraic_extensions::tests::test_factor_common_terms ... ignored
test tests::test_algebraic_extensions::tests::test_factor_exponentials ... ignored
test tests::test_algebraic_extensions::tests::test_factor_mixed_terms ... ignored
test tests::test_algebraic_extensions::tests::test_neg_div_neg ... ignored
test tests::test_bessel::test_bessel_j_backward_regime_miller ... ignored
test tests::test_bessel::test_bessel_j_forward_regime ... ignored
test tests::test_bessel::test_bessel_j_hybrid_transition ... ignored
test tests::test_bessel::test_bessel_j_negative_order ... ignored
test tests::test_bessel::test_bessel_j_very_large_n ... ignored
test tests::test_bessel::test_bessel_j_zero ... ignored
test tests::test_canonical_ordering::tests::test_mixed_coefficient_adjacency ... ignored
test tests::test_canonical_ordering::tests::test_polynomial_term_adjacency ... ignored
test tests::test_equality_regressions::test_difference_of_squares_complex ... ignored
test tests::test_equality_regressions::test_difference_of_squares_equality_symbols ... ignored
test tests::test_equality_regressions::test_difference_of_squares_equality_with_number ... ignored
test tests::test_equality_regressions::test_difference_of_squares_number_minus_symbol ... ignored
test tests::test_equality_regressions::test_double_angle_sin ... ignored
test tests::test_equality_regressions::test_exponential_addition ... ignored
test tests::test_equality_regressions::test_fraction_addition ... ignored
test tests::test_equality_regressions::test_negated_power_expansion ... ignored
test tests::test_equality_regressions::test_nested_abs ... ignored
test tests::test_equality_regressions::test_perfect_square_equality ... ignored
test tests::test_equality_regressions::test_power_expansion_2x_squared ... ignored
test tests::test_equality_regressions::test_power_expansion_3y_squared ... ignored
test tests::test_equality_regressions::test_pythagorean_identity ... ignored
test tests::test_exponential_canonical::tests::test_exp_power_simplification ... ignored
test tests::test_factoring::tests::test_perfect_square_factoring ... ignored
test tests::test_improved_factoring::tests::test_difference_of_cubes ... ignored
test tests::test_improved_factoring::tests::test_difference_of_squares_with_coefficients ... ignored
test tests::test_improved_factoring::tests::test_difference_of_squares_x4_minus_1 ... ignored
test tests::test_improved_factoring::tests::test_perfect_square_with_leading_coefficient ... ignored
test tests::test_improved_factoring::tests::test_sum_of_cubes ... ignored
test tests::test_improved_factoring::tests::test_x_squared_minus_1 ... ignored
test tests::test_multivar_chain::test_atan2_both_arguments_vary ... ignored
test tests::test_multivar_chain::test_beta_both_arguments_vary ... ignored
test tests::test_multivar_chain::test_spherical_harmonic_both_variables_vary ... ignored
test tests::test_multivar_chain::test_spherical_harmonic_chain_rule_coefficients ... ignored
test tests::test_multivar_chain::test_spherical_harmonic_single_variable_phi ... ignored
test tests::test_multivar_chain::test_spherical_harmonic_single_variable_theta ... ignored
test tests::test_new_rules::tests::test_fraction_integer_collapsing ... ignored
test tests::test_new_rules::tests::test_fraction_more_examples ... ignored
test tests::test_new_rules::tests::test_hyperbolic_triple_angle ... ignored
test tests::test_new_rules::tests::test_hyperbolic_triple_angle_float_tolerance ... ignored
test tests::test_new_rules::tests::test_roots_numeric_integer ... ignored
test tests::test_new_rules::tests::test_roots_numeric_more_examples ... ignored
test tests::test_new_rules::tests::test_simplification_reduces_display_length ... ignored
test tests::test_new_rules::tests::test_trig_combination ... ignored
test tests::test_new_rules::tests::test_trig_sum_identity ... ignored
test tests::test_new_rules::tests::test_trig_triple_angle ... ignored
test tests::test_new_rules::tests::test_trig_triple_angle_edge_cases ... ignored
test tests::test_new_rules::tests::test_trig_triple_angle_float_exact ... ignored
test tests::test_new_rules::tests::test_trig_triple_angle_float_tolerance ... ignored
test tests::test_new_rules::tests::test_trig_triple_angle_permutations ... ignored
test tests::test_numeric_gcd::tests::test_numeric_gcd ... ignored
test tests::test_power_of_product::test_power_of_product ... ignored
test tests::test_sign_normalization::tests::test_double_negative_in_division ... ignored
test tests::test_sign_normalization::tests::test_negative_form_difference_of_squares ... ignored
test tests::test_sign_normalization::tests::test_normalize_negative_in_denominator_mul ... ignored
test tests::test_sign_normalization::tests::test_normalize_negative_in_denominator_number ... ignored
test tests::test_sign_normalization::tests::test_normalize_negative_trailing_mul ... ignored
test tests::test_sign_normalization::tests::test_reversed_difference_of_squares ... ignored
test tests::test_sign_normalization::tests::test_sign_in_difference_of_squares ... ignored
test tests::test_simplification_gaps::tests::test_cancellation_in_addition ... ignored
test tests::test_simplification_gaps::tests::test_combine_implicit_coefficients ... ignored
test tests::test_simplification_gaps::tests::test_combined_case ... ignored
test tests::test_simplification_gaps::tests::test_inverse_functions ... ignored
test tests::test_simplification_gaps::tests::test_pow_e_complex_exponent_ln ... ignored
test tests::test_simplification_gaps::tests::test_pow_e_ln_combined_case ... ignored
test tests::test_simplification_gaps::tests::test_pow_e_ln_single ... ignored
test tests::test_simplification_gaps::tests::test_sqrt_simplification ... ignored
test tests::test_simplification_repro::tests::test_combine_like_terms_simple ... ignored
test tests::test_simplification_repro::tests::test_combine_like_terms_subtraction ... ignored
test tests::test_spherical_harmonics::test_assoc_legendre_p00 ... ignored
test tests::test_spherical_harmonics::test_assoc_legendre_p10 ... ignored
test tests::test_spherical_harmonics::test_assoc_legendre_p11 ... ignored
test tests::test_spherical_harmonics::test_assoc_legendre_p20 ... ignored
test tests::test_spherical_harmonics::test_assoc_legendre_p21 ... ignored
test tests::test_spherical_harmonics::test_assoc_legendre_p22 ... ignored
test tests::test_spherical_harmonics::test_spherical_harmonic_at_poles ... ignored
test tests::test_spherical_harmonics::test_spherical_harmonic_chain_rule_both ... ignored
test tests::test_spherical_harmonics::test_spherical_harmonic_chain_rule_phi_only ... ignored
test tests::test_spherical_harmonics::test_spherical_harmonic_chain_rule_theta_only ... ignored
test tests::test_spherical_harmonics::test_spherical_harmonic_derivative_contains_expected_terms ... ignored
test tests::test_spherical_harmonics::test_spherical_harmonic_derivative_phi_contains_tan ... ignored
test tests::test_spherical_harmonics::test_spherical_harmonic_derivative_phi_numerical ... ignored
test tests::test_spherical_harmonics::test_spherical_harmonic_derivative_simplifies ... ignored
test tests::test_spherical_harmonics::test_spherical_harmonic_derivative_theta_numerical ... ignored
test tests::test_spherical_harmonics::test_spherical_harmonic_derivative_y20_theta ... ignored
test tests::test_spherical_harmonics::test_spherical_harmonic_derivative_y21_phi ... ignored
test tests::test_spherical_harmonics::test_spherical_harmonic_periodicity_phi ... ignored
test tests::test_spherical_harmonics::test_spherical_harmonic_pipeline_consistency ... ignored
test tests::test_spherical_harmonics::test_spherical_harmonic_second_derivative ... ignored
test tests::test_spherical_harmonics::test_spherical_harmonic_y00 ... ignored
test tests::test_spherical_harmonics::test_spherical_harmonic_y10 ... ignored
test tests::test_spherical_harmonics::test_spherical_harmonic_y11 ... ignored
test tests::test_spherical_harmonics::test_spherical_harmonic_ynm_alias ... ignored
test tests::test_spherical_harmonics::test_tree_walk_evaluator_invalid_domain_y11 ... ignored
test tests::test_spherical_harmonics::test_tree_walk_evaluator_valid_domain_y21 ... ignored
test tests::test_spherical_harmonics::test_tree_walk_evaluator_y20_derivative ... ignored
test tests::test_term_ordering::tests::test_cosh_normal_order ... ignored
test tests::test_term_ordering::tests::test_cosh_reversed_order ... ignored
test tests::test_term_ordering::tests::test_coth_reversed_numerator ... ignored
test tests::test_term_ordering::tests::test_sech_reversed_denominator ... ignored
test tests::test_term_ordering::tests::test_sinh_reversed_add_pattern ... ignored
test tests::test_term_ordering::tests::test_sinh_reversed_numerator ... ignored
test tests::test_term_ordering::tests::test_tanh_reversed_denominator ... ignored
test tests::tier1_tests::complex_expressions_tier1::test_asin_nested ... ignored
test tests::tier1_tests::complex_expressions_tier1::test_mixed_trig ... ignored
test tests::tier1_tests::complex_expressions_tier1::test_sqrt_of_sqrt ... ignored
test tests::tier1_tests::complex_expressions_tier1::test_tan_product ... ignored
test tests::tier1_tests::tier1_inverse_trig::test_acos ... ignored
test tests::tier1_tests::tier1_inverse_trig::test_acot ... ignored
test tests::tier1_tests::tier1_inverse_trig::test_acsc ... ignored
test tests::tier1_tests::tier1_inverse_trig::test_asec ... ignored
test tests::tier1_tests::tier1_inverse_trig::test_asin ... ignored
test tests::tier1_tests::tier1_inverse_trig::test_atan ... ignored
test tests::tier1_tests::tier1_roots::test_cbrt ... ignored
test tests::tier1_tests::tier1_roots::test_sqrt ... ignored
test tests::tier1_tests::tier1_roots::test_sqrt_composition ... ignored
test tests::tier1_tests::tier1_trig::test_cot ... ignored
test tests::tier1_tests::tier1_trig::test_csc ... ignored
test tests::tier1_tests::tier1_trig::test_sec ... ignored
test tests::tier1_tests::tier1_trig::test_sen_alias ... ignored
test tests::tier1_tests::tier1_trig::test_tan ... ignored
test tests::tier1_tests::tier2_extended_hyperbolics::test_coth ... ignored
test tests::tier1_tests::tier2_extended_hyperbolics::test_csch ... ignored
test tests::tier1_tests::tier2_extended_hyperbolics::test_sech ... ignored
test tests::tier2_tests::tier2_inverse_hyperbolic::test_acosh ... ignored
test tests::tier2_tests::tier2_inverse_hyperbolic::test_acoth ... ignored
test tests::tier2_tests::tier2_inverse_hyperbolic::test_acsch ... ignored
test tests::tier2_tests::tier2_inverse_hyperbolic::test_asech ... ignored
test tests::tier2_tests::tier2_inverse_hyperbolic::test_asinh ... ignored
test tests::tier2_tests::tier2_inverse_hyperbolic::test_atanh ... ignored
test tests::tier2_tests::tier2_log_variants::test_log10 ... ignored
test tests::tier2_tests::tier2_log_variants::test_log2 ... ignored
test tests::tier2_tests::tier2_log_variants::test_log_with_base ... ignored
test tests::tier2_tests::tier3_special_functions::test_erf ... ignored
test tests::tier2_tests::tier3_special_functions::test_erfc ... ignored
test tests::tier2_tests::tier3_special_functions::test_gamma ... ignored
test tests::tier2_tests::tier3_special_functions::test_lambertw ... ignored
test tests::tier2_tests::tier3_special_functions::test_sinc ... ignored
test tests::tier2_tests::tier3_unimplemented_placeholders::test_besselj_parsing ... ignored
test tests::trace_trig::tests::test_trig_reflection_shifts ... ignored
test tests::trig_simplification_tests::test_cofunction_identities ... ignored
test tests::trig_simplification_tests::test_double_angle_formulas ... ignored
test tests::trig_simplification_tests::test_inverse_composition ... ignored
test tests::trig_simplification_tests::test_inverse_composition_reverse ... ignored
test tests::trig_simplification_tests::test_pythagorean_identities ... ignored
test tests::trig_simplification_tests::test_trig_exact_values_extended ... ignored
test tests::trig_simplification_tests::test_trig_periodicity ... ignored
test tests::trig_simplification_tests::test_trig_periodicity_general ... ignored
test tests::trig_simplification_tests::test_trig_reflection_shifts ... ignored
test tests::trig_simplification_tests::test_trig_symmetry_extended ... ignored
test uncertainty::tests::test_numeric_covariance ... ignored
test uncertainty::tests::test_simple_product_uncorrelated ... ignored
test uncertainty::tests::test_simple_sum_uncorrelated ... ignored
test uncertainty::tests::test_single_variable ... ignored

test result: ok. 0 passed; 0 failed; 897 ignored; 0 measured; 0 filtered out; finished in 0.00s

[1m[92m     Running[0m benches/rust/benchmark.rs (target/release/deps/benchmark-cedb99ac72176a13)
Gnuplot not found, using plotters backend
Benchmarking 1_parse/symb_anafis/Normal PDF
Benchmarking 1_parse/symb_anafis/Normal PDF: Warming up for 3.0000 s
Benchmarking 1_parse/symb_anafis/Normal PDF: Collecting 100 samples in estimated 5.0177 s (995k iterations)
Benchmarking 1_parse/symb_anafis/Normal PDF: Analyzing
1_parse/symb_anafis/Normal PDF
                        time:   [5.0438 µs 5.0527 µs 5.0662 µs]
Found 6 outliers among 100 measurements (6.00%)
  2 (2.00%) high mild
  4 (4.00%) high severe
Benchmarking 1_parse/symb_anafis/Gaussian 2D
Benchmarking 1_parse/symb_anafis/Gaussian 2D: Warming up for 3.0000 s
Benchmarking 1_parse/symb_anafis/Gaussian 2D: Collecting 100 samples in estimated 5.0224 s (747k iterations)
Benchmarking 1_parse/symb_anafis/Gaussian 2D: Analyzing
1_parse/symb_anafis/Gaussian 2D
                        time:   [6.6571 µs 6.6621 µs 6.6678 µs]
Found 4 outliers among 100 measurements (4.00%)
  2 (2.00%) high mild
  2 (2.00%) high severe
Benchmarking 1_parse/symb_anafis/Maxwell-Boltzmann
Benchmarking 1_parse/symb_anafis/Maxwell-Boltzmann: Warming up for 3.0000 s
Benchmarking 1_parse/symb_anafis/Maxwell-Boltzmann: Collecting 100 samples in estimated 5.0119 s (646k iterations)
Benchmarking 1_parse/symb_anafis/Maxwell-Boltzmann: Analyzing
1_parse/symb_anafis/Maxwell-Boltzmann
                        time:   [7.7278 µs 7.7440 µs 7.7667 µs]
Found 4 outliers among 100 measurements (4.00%)
  1 (1.00%) low mild
  1 (1.00%) high mild
  2 (2.00%) high severe
Benchmarking 1_parse/symb_anafis/Lorentz Factor
Benchmarking 1_parse/symb_anafis/Lorentz Factor: Warming up for 3.0000 s
Benchmarking 1_parse/symb_anafis/Lorentz Factor: Collecting 100 samples in estimated 5.0059 s (2.0M iterations)
Benchmarking 1_parse/symb_anafis/Lorentz Factor: Analyzing
1_parse/symb_anafis/Lorentz Factor
                        time:   [2.5851 µs 2.5896 µs 2.5940 µs]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high severe
Benchmarking 1_parse/symb_anafis/Lennard-Jones
Benchmarking 1_parse/symb_anafis/Lennard-Jones: Warming up for 3.0000 s
Benchmarking 1_parse/symb_anafis/Lennard-Jones: Collecting 100 samples in estimated 5.0027 s (1.3M iterations)
Benchmarking 1_parse/symb_anafis/Lennard-Jones: Analyzing
1_parse/symb_anafis/Lennard-Jones
                        time:   [3.7909 µs 3.8043 µs 3.8220 µs]
Found 2 outliers among 100 measurements (2.00%)
  1 (1.00%) high mild
  1 (1.00%) high severe
Benchmarking 1_parse/symb_anafis/Logistic Sigmoid
Benchmarking 1_parse/symb_anafis/Logistic Sigmoid: Warming up for 3.0000 s
Benchmarking 1_parse/symb_anafis/Logistic Sigmoid: Collecting 100 samples in estimated 5.0128 s (1.6M iterations)
Benchmarking 1_parse/symb_anafis/Logistic Sigmoid: Analyzing
1_parse/symb_anafis/Logistic Sigmoid
                        time:   [3.2132 µs 3.2202 µs 3.2263 µs]
Benchmarking 1_parse/symb_anafis/Damped Oscillator
Benchmarking 1_parse/symb_anafis/Damped Oscillator: Warming up for 3.0000 s
Benchmarking 1_parse/symb_anafis/Damped Oscillator: Collecting 100 samples in estimated 5.0145 s (1.4M iterations)
Benchmarking 1_parse/symb_anafis/Damped Oscillator: Analyzing
1_parse/symb_anafis/Damped Oscillator
                        time:   [3.6856 µs 3.6899 µs 3.6946 µs]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high severe
Benchmarking 1_parse/symb_anafis/Planck Blackbody
Benchmarking 1_parse/symb_anafis/Planck Blackbody: Warming up for 3.0000 s
Benchmarking 1_parse/symb_anafis/Planck Blackbody: Collecting 100 samples in estimated 5.0193 s (1.0M iterations)
Benchmarking 1_parse/symb_anafis/Planck Blackbody: Analyzing
1_parse/symb_anafis/Planck Blackbody
                        time:   [4.9111 µs 4.9172 µs 4.9237 µs]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high mild
Benchmarking 1_parse/symb_anafis/Bessel Wave
Benchmarking 1_parse/symb_anafis/Bessel Wave: Warming up for 3.0000 s
Benchmarking 1_parse/symb_anafis/Bessel Wave: Collecting 100 samples in estimated 5.0046 s (1.5M iterations)
Benchmarking 1_parse/symb_anafis/Bessel Wave: Analyzing
1_parse/symb_anafis/Bessel Wave
                        time:   [3.3123 µs 3.3166 µs 3.3213 µs]
Found 4 outliers among 100 measurements (4.00%)
  2 (2.00%) low mild
  2 (2.00%) high mild

Benchmarking 2_diff/symb_anafis_light/Normal PDF
Benchmarking 2_diff/symb_anafis_light/Normal PDF: Warming up for 3.0000 s
Benchmarking 2_diff/symb_anafis_light/Normal PDF: Collecting 100 samples in estimated 5.0013 s (2.9M iterations)
Benchmarking 2_diff/symb_anafis_light/Normal PDF: Analyzing
2_diff/symb_anafis_light/Normal PDF
                        time:   [1.7098 µs 1.7117 µs 1.7133 µs]
Found 2 outliers among 100 measurements (2.00%)
  1 (1.00%) high mild
  1 (1.00%) high severe
Benchmarking 2_diff/symb_anafis_light/Gaussian 2D
Benchmarking 2_diff/symb_anafis_light/Gaussian 2D: Warming up for 3.0000 s
Benchmarking 2_diff/symb_anafis_light/Gaussian 2D: Collecting 100 samples in estimated 5.0016 s (3.4M iterations)
Benchmarking 2_diff/symb_anafis_light/Gaussian 2D: Analyzing
2_diff/symb_anafis_light/Gaussian 2D
                        time:   [1.4690 µs 1.4705 µs 1.4721 µs]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high mild
Benchmarking 2_diff/symb_anafis_light/Maxwell-Boltzmann
Benchmarking 2_diff/symb_anafis_light/Maxwell-Boltzmann: Warming up for 3.0000 s
Benchmarking 2_diff/symb_anafis_light/Maxwell-Boltzmann: Collecting 100 samples in estimated 5.0081 s (2.0M iterations)
Benchmarking 2_diff/symb_anafis_light/Maxwell-Boltzmann: Analyzing
2_diff/symb_anafis_light/Maxwell-Boltzmann
                        time:   [2.4306 µs 2.4328 µs 2.4355 µs]
Found 10 outliers among 100 measurements (10.00%)
  2 (2.00%) low mild
  3 (3.00%) high mild
  5 (5.00%) high severe
Benchmarking 2_diff/symb_anafis_light/Lorentz Factor
Benchmarking 2_diff/symb_anafis_light/Lorentz Factor: Warming up for 3.0000 s
Benchmarking 2_diff/symb_anafis_light/Lorentz Factor: Collecting 100 samples in estimated 5.0082 s (3.1M iterations)
Benchmarking 2_diff/symb_anafis_light/Lorentz Factor: Analyzing
2_diff/symb_anafis_light/Lorentz Factor
                        time:   [1.6005 µs 1.6018 µs 1.6034 µs]
Benchmarking 2_diff/symb_anafis_light/Lennard-Jones
Benchmarking 2_diff/symb_anafis_light/Lennard-Jones: Warming up for 3.0000 s
Benchmarking 2_diff/symb_anafis_light/Lennard-Jones: Collecting 100 samples in estimated 5.0003 s (2.8M iterations)
Benchmarking 2_diff/symb_anafis_light/Lennard-Jones: Analyzing
2_diff/symb_anafis_light/Lennard-Jones
                        time:   [1.7513 µs 1.7530 µs 1.7549 µs]
Benchmarking 2_diff/symb_anafis_light/Logistic Sigmoid
Benchmarking 2_diff/symb_anafis_light/Logistic Sigmoid: Warming up for 3.0000 s
Benchmarking 2_diff/symb_anafis_light/Logistic Sigmoid: Collecting 100 samples in estimated 5.0007 s (5.8M iterations)
Benchmarking 2_diff/symb_anafis_light/Logistic Sigmoid: Analyzing
2_diff/symb_anafis_light/Logistic Sigmoid
                        time:   [853.60 ns 854.77 ns 856.20 ns]
Benchmarking 2_diff/symb_anafis_light/Damped Oscillator
Benchmarking 2_diff/symb_anafis_light/Damped Oscillator: Warming up for 3.0000 s
Benchmarking 2_diff/symb_anafis_light/Damped Oscillator: Collecting 100 samples in estimated 5.0019 s (3.2M iterations)
Benchmarking 2_diff/symb_anafis_light/Damped Oscillator: Analyzing
2_diff/symb_anafis_light/Damped Oscillator
                        time:   [1.5497 µs 1.5517 µs 1.5541 µs]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high mild
Benchmarking 2_diff/symb_anafis_light/Planck Blackbody
Benchmarking 2_diff/symb_anafis_light/Planck Blackbody: Warming up for 3.0000 s
Benchmarking 2_diff/symb_anafis_light/Planck Blackbody: Collecting 100 samples in estimated 5.0094 s (2.4M iterations)
Benchmarking 2_diff/symb_anafis_light/Planck Blackbody: Analyzing
2_diff/symb_anafis_light/Planck Blackbody
                        time:   [2.0591 µs 2.0612 µs 2.0632 µs]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high mild
Benchmarking 2_diff/symb_anafis_light/Bessel Wave
Benchmarking 2_diff/symb_anafis_light/Bessel Wave: Warming up for 3.0000 s
Benchmarking 2_diff/symb_anafis_light/Bessel Wave: Collecting 100 samples in estimated 5.0083 s (2.3M iterations)
Benchmarking 2_diff/symb_anafis_light/Bessel Wave: Analyzing
2_diff/symb_anafis_light/Bessel Wave
                        time:   [2.1847 µs 2.1883 µs 2.1926 µs]
Found 4 outliers among 100 measurements (4.00%)
  1 (1.00%) high mild
  3 (3.00%) high severe

Benchmarking 3_diff_simplified/symb_anafis_full/Normal PDF
Benchmarking 3_diff_simplified/symb_anafis_full/Normal PDF: Warming up for 3.0000 s
Benchmarking 3_diff_simplified/symb_anafis_full/Normal PDF: Collecting 100 samples in estimated 5.2359 s (35k iterations)
Benchmarking 3_diff_simplified/symb_anafis_full/Normal PDF: Analyzing
3_diff_simplified/symb_anafis_full/Normal PDF
                        time:   [147.76 µs 147.87 µs 148.02 µs]
Found 8 outliers among 100 measurements (8.00%)
  2 (2.00%) low mild
  4 (4.00%) high mild
  2 (2.00%) high severe
Benchmarking 3_diff_simplified/symb_anafis_full/Gaussian 2D
Benchmarking 3_diff_simplified/symb_anafis_full/Gaussian 2D: Warming up for 3.0000 s
Benchmarking 3_diff_simplified/symb_anafis_full/Gaussian 2D: Collecting 100 samples in estimated 5.4915 s (40k iterations)
Benchmarking 3_diff_simplified/symb_anafis_full/Gaussian 2D: Analyzing
3_diff_simplified/symb_anafis_full/Gaussian 2D
                        time:   [135.64 µs 135.75 µs 135.88 µs]
Found 6 outliers among 100 measurements (6.00%)
  3 (3.00%) high mild
  3 (3.00%) high severe
Benchmarking 3_diff_simplified/symb_anafis_full/Maxwell-Boltzmann
Benchmarking 3_diff_simplified/symb_anafis_full/Maxwell-Boltzmann: Warming up for 3.0000 s
Benchmarking 3_diff_simplified/symb_anafis_full/Maxwell-Boltzmann: Collecting 100 samples in estimated 5.0735 s (15k iterations)
Benchmarking 3_diff_simplified/symb_anafis_full/Maxwell-Boltzmann: Analyzing
3_diff_simplified/symb_anafis_full/Maxwell-Boltzmann
                        time:   [334.84 µs 335.05 µs 335.26 µs]
Found 6 outliers among 100 measurements (6.00%)
  5 (5.00%) high mild
  1 (1.00%) high severe
Benchmarking 3_diff_simplified/symb_anafis_full/Lorentz Factor
Benchmarking 3_diff_simplified/symb_anafis_full/Lorentz Factor: Warming up for 3.0000 s
Benchmarking 3_diff_simplified/symb_anafis_full/Lorentz Factor: Collecting 100 samples in estimated 5.4176 s (20k iterations)
Benchmarking 3_diff_simplified/symb_anafis_full/Lorentz Factor: Analyzing
3_diff_simplified/symb_anafis_full/Lorentz Factor
                        time:   [265.70 µs 265.94 µs 266.21 µs]
Found 6 outliers among 100 measurements (6.00%)
  5 (5.00%) high mild
  1 (1.00%) high severe
Benchmarking 3_diff_simplified/symb_anafis_full/Lennard-Jones
Benchmarking 3_diff_simplified/symb_anafis_full/Lennard-Jones: Warming up for 3.0000 s
Benchmarking 3_diff_simplified/symb_anafis_full/Lennard-Jones: Collecting 100 samples in estimated 5.1245 s (172k iterations)
Benchmarking 3_diff_simplified/symb_anafis_full/Lennard-Jones: Analyzing
3_diff_simplified/symb_anafis_full/Lennard-Jones
                        time:   [29.747 µs 29.766 µs 29.787 µs]
Found 6 outliers among 100 measurements (6.00%)
  4 (4.00%) high mild
  2 (2.00%) high severe
Benchmarking 3_diff_simplified/symb_anafis_full/Logistic Sigmoid
Benchmarking 3_diff_simplified/symb_anafis_full/Logistic Sigmoid: Warming up for 3.0000 s
Benchmarking 3_diff_simplified/symb_anafis_full/Logistic Sigmoid: Collecting 100 samples in estimated 5.4882 s (45k iterations)
Benchmarking 3_diff_simplified/symb_anafis_full/Logistic Sigmoid: Analyzing
3_diff_simplified/symb_anafis_full/Logistic Sigmoid
                        time:   [120.58 µs 120.66 µs 120.75 µs]
Found 7 outliers among 100 measurements (7.00%)
  1 (1.00%) low mild
  4 (4.00%) high mild
  2 (2.00%) high severe
Benchmarking 3_diff_simplified/symb_anafis_full/Damped Oscillator
Benchmarking 3_diff_simplified/symb_anafis_full/Damped Oscillator: Warming up for 3.0000 s
Benchmarking 3_diff_simplified/symb_anafis_full/Damped Oscillator: Collecting 100 samples in estimated 5.5052 s (35k iterations)
Benchmarking 3_diff_simplified/symb_anafis_full/Damped Oscillator: Analyzing
3_diff_simplified/symb_anafis_full/Damped Oscillator
                        time:   [155.85 µs 155.97 µs 156.09 µs]
Found 7 outliers among 100 measurements (7.00%)
  5 (5.00%) high mild
  2 (2.00%) high severe
Benchmarking 3_diff_simplified/symb_anafis_full/Planck Blackbody
Benchmarking 3_diff_simplified/symb_anafis_full/Planck Blackbody: Warming up for 3.0000 s
Benchmarking 3_diff_simplified/symb_anafis_full/Planck Blackbody: Collecting 100 samples in estimated 5.1060 s (15k iterations)
Benchmarking 3_diff_simplified/symb_anafis_full/Planck Blackbody: Analyzing
3_diff_simplified/symb_anafis_full/Planck Blackbody
                        time:   [336.78 µs 337.06 µs 337.37 µs]
Found 5 outliers among 100 measurements (5.00%)
  1 (1.00%) low mild
  3 (3.00%) high mild
  1 (1.00%) high severe
Benchmarking 3_diff_simplified/symb_anafis_full/Bessel Wave
Benchmarking 3_diff_simplified/symb_anafis_full/Bessel Wave: Warming up for 3.0000 s
Benchmarking 3_diff_simplified/symb_anafis_full/Bessel Wave: Collecting 100 samples in estimated 5.3935 s (40k iterations)
Benchmarking 3_diff_simplified/symb_anafis_full/Bessel Wave: Analyzing
3_diff_simplified/symb_anafis_full/Bessel Wave
                        time:   [133.25 µs 133.33 µs 133.43 µs]
Found 2 outliers among 100 measurements (2.00%)
  1 (1.00%) high mild
  1 (1.00%) high severe

Benchmarking 4_simplify/symb_anafis/Normal PDF
Benchmarking 4_simplify/symb_anafis/Normal PDF: Warming up for 3.0000 s
Benchmarking 4_simplify/symb_anafis/Normal PDF: Collecting 100 samples in estimated 5.0995 s (35k iterations)
Benchmarking 4_simplify/symb_anafis/Normal PDF: Analyzing
4_simplify/symb_anafis/Normal PDF
                        time:   [143.81 µs 143.91 µs 144.01 µs]
Found 6 outliers among 100 measurements (6.00%)
  3 (3.00%) high mild
  3 (3.00%) high severe
Benchmarking 4_simplify/symb_anafis/Gaussian 2D
Benchmarking 4_simplify/symb_anafis/Gaussian 2D: Warming up for 3.0000 s
Benchmarking 4_simplify/symb_anafis/Gaussian 2D: Collecting 100 samples in estimated 5.3658 s (40k iterations)
Benchmarking 4_simplify/symb_anafis/Gaussian 2D: Analyzing
4_simplify/symb_anafis/Gaussian 2D
                        time:   [132.78 µs 132.89 µs 133.02 µs]
Found 4 outliers among 100 measurements (4.00%)
  1 (1.00%) high mild
  3 (3.00%) high severe
Benchmarking 4_simplify/symb_anafis/Maxwell-Boltzmann
Benchmarking 4_simplify/symb_anafis/Maxwell-Boltzmann: Warming up for 3.0000 s
Benchmarking 4_simplify/symb_anafis/Maxwell-Boltzmann: Collecting 100 samples in estimated 5.0340 s (15k iterations)
Benchmarking 4_simplify/symb_anafis/Maxwell-Boltzmann: Analyzing
4_simplify/symb_anafis/Maxwell-Boltzmann
                        time:   [331.56 µs 331.75 µs 331.97 µs]
Found 6 outliers among 100 measurements (6.00%)
  4 (4.00%) high mild
  2 (2.00%) high severe
Benchmarking 4_simplify/symb_anafis/Lorentz Factor
Benchmarking 4_simplify/symb_anafis/Lorentz Factor: Warming up for 3.0000 s
Benchmarking 4_simplify/symb_anafis/Lorentz Factor: Collecting 100 samples in estimated 5.2418 s (20k iterations)
Benchmarking 4_simplify/symb_anafis/Lorentz Factor: Analyzing
4_simplify/symb_anafis/Lorentz Factor
                        time:   [259.04 µs 259.63 µs 260.47 µs]
Found 7 outliers among 100 measurements (7.00%)
  3 (3.00%) high mild
  4 (4.00%) high severe
Benchmarking 4_simplify/symb_anafis/Lennard-Jones
Benchmarking 4_simplify/symb_anafis/Lennard-Jones: Warming up for 3.0000 s
Benchmarking 4_simplify/symb_anafis/Lennard-Jones: Collecting 100 samples in estimated 5.0518 s (187k iterations)
Benchmarking 4_simplify/symb_anafis/Lennard-Jones: Analyzing
4_simplify/symb_anafis/Lennard-Jones
                        time:   [26.864 µs 26.916 µs 27.000 µs]
Found 4 outliers among 100 measurements (4.00%)
  2 (2.00%) high mild
  2 (2.00%) high severe
Benchmarking 4_simplify/symb_anafis/Logistic Sigmoid
Benchmarking 4_simplify/symb_anafis/Logistic Sigmoid: Warming up for 3.0000 s
Benchmarking 4_simplify/symb_anafis/Logistic Sigmoid: Collecting 100 samples in estimated 5.3941 s (45k iterations)
Benchmarking 4_simplify/symb_anafis/Logistic Sigmoid: Analyzing
4_simplify/symb_anafis/Logistic Sigmoid
                        time:   [118.52 µs 118.59 µs 118.67 µs]
Found 6 outliers among 100 measurements (6.00%)
  5 (5.00%) high mild
  1 (1.00%) high severe
Benchmarking 4_simplify/symb_anafis/Damped Oscillator
Benchmarking 4_simplify/symb_anafis/Damped Oscillator: Warming up for 3.0000 s
Benchmarking 4_simplify/symb_anafis/Damped Oscillator: Collecting 100 samples in estimated 5.3810 s (35k iterations)
Benchmarking 4_simplify/symb_anafis/Damped Oscillator: Analyzing
4_simplify/symb_anafis/Damped Oscillator
                        time:   [151.95 µs 152.03 µs 152.11 µs]
Found 3 outliers among 100 measurements (3.00%)
  3 (3.00%) high mild
Benchmarking 4_simplify/symb_anafis/Planck Blackbody
Benchmarking 4_simplify/symb_anafis/Planck Blackbody: Warming up for 3.0000 s
Benchmarking 4_simplify/symb_anafis/Planck Blackbody: Collecting 100 samples in estimated 5.0464 s (15k iterations)
Benchmarking 4_simplify/symb_anafis/Planck Blackbody: Analyzing
4_simplify/symb_anafis/Planck Blackbody
                        time:   [333.92 µs 334.17 µs 334.44 µs]
Found 3 outliers among 100 measurements (3.00%)
  1 (1.00%) low mild
  2 (2.00%) high mild
Benchmarking 4_simplify/symb_anafis/Bessel Wave
Benchmarking 4_simplify/symb_anafis/Bessel Wave: Warming up for 3.0000 s
Benchmarking 4_simplify/symb_anafis/Bessel Wave: Collecting 100 samples in estimated 5.2528 s (40k iterations)
Benchmarking 4_simplify/symb_anafis/Bessel Wave: Analyzing
4_simplify/symb_anafis/Bessel Wave
                        time:   [129.71 µs 129.78 µs 129.86 µs]
Found 9 outliers among 100 measurements (9.00%)
  6 (6.00%) high mild
  3 (3.00%) high severe

Benchmarking 5_compile/raw/Normal PDF
Benchmarking 5_compile/raw/Normal PDF: Warming up for 3.0000 s
Benchmarking 5_compile/raw/Normal PDF: Collecting 100 samples in estimated 5.0060 s (3.0M iterations)
Benchmarking 5_compile/raw/Normal PDF: Analyzing
5_compile/raw/Normal PDF
                        time:   [1.6660 µs 1.6686 µs 1.6716 µs]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high mild
Benchmarking 5_compile/simplified/Normal PDF
Benchmarking 5_compile/simplified/Normal PDF: Warming up for 3.0000 s
Benchmarking 5_compile/simplified/Normal PDF: Collecting 100 samples in estimated 5.0055 s (3.2M iterations)
Benchmarking 5_compile/simplified/Normal PDF: Analyzing
5_compile/simplified/Normal PDF
                        time:   [1.5624 µs 1.5642 µs 1.5662 µs]
Benchmarking 5_compile/raw/Gaussian 2D
Benchmarking 5_compile/raw/Gaussian 2D: Warming up for 3.0000 s
Benchmarking 5_compile/raw/Gaussian 2D: Collecting 100 samples in estimated 5.0046 s (2.3M iterations)
Benchmarking 5_compile/raw/Gaussian 2D: Analyzing
5_compile/raw/Gaussian 2D
                        time:   [2.1453 µs 2.1489 µs 2.1531 µs]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high severe
Benchmarking 5_compile/simplified/Gaussian 2D
Benchmarking 5_compile/simplified/Gaussian 2D: Warming up for 3.0000 s
Benchmarking 5_compile/simplified/Gaussian 2D: Collecting 100 samples in estimated 5.0083 s (2.5M iterations)
Benchmarking 5_compile/simplified/Gaussian 2D: Analyzing
5_compile/simplified/Gaussian 2D
                        time:   [1.9768 µs 1.9788 µs 1.9812 µs]
Found 9 outliers among 100 measurements (9.00%)
  1 (1.00%) low mild
  4 (4.00%) high mild
  4 (4.00%) high severe
Benchmarking 5_compile/raw/Maxwell-Boltzmann
Benchmarking 5_compile/raw/Maxwell-Boltzmann: Warming up for 3.0000 s
Benchmarking 5_compile/raw/Maxwell-Boltzmann: Collecting 100 samples in estimated 5.0112 s (1.7M iterations)
Benchmarking 5_compile/raw/Maxwell-Boltzmann: Analyzing
5_compile/raw/Maxwell-Boltzmann
                        time:   [2.9705 µs 2.9725 µs 2.9749 µs]
Benchmarking 5_compile/simplified/Maxwell-Boltzmann
Benchmarking 5_compile/simplified/Maxwell-Boltzmann: Warming up for 3.0000 s
Benchmarking 5_compile/simplified/Maxwell-Boltzmann: Collecting 100 samples in estimated 5.0026 s (2.4M iterations)
Benchmarking 5_compile/simplified/Maxwell-Boltzmann: Analyzing
5_compile/simplified/Maxwell-Boltzmann
                        time:   [2.0764 µs 2.0788 µs 2.0820 µs]
Found 3 outliers among 100 measurements (3.00%)
  1 (1.00%) high mild
  2 (2.00%) high severe
Benchmarking 5_compile/raw/Lorentz Factor
Benchmarking 5_compile/raw/Lorentz Factor: Warming up for 3.0000 s
Benchmarking 5_compile/raw/Lorentz Factor: Collecting 100 samples in estimated 5.0076 s (3.3M iterations)
Benchmarking 5_compile/raw/Lorentz Factor: Analyzing
5_compile/raw/Lorentz Factor
                        time:   [1.5140 µs 1.5150 µs 1.5160 µs]
Found 2 outliers among 100 measurements (2.00%)
  2 (2.00%) high mild
Benchmarking 5_compile/simplified/Lorentz Factor
Benchmarking 5_compile/simplified/Lorentz Factor: Warming up for 3.0000 s
Benchmarking 5_compile/simplified/Lorentz Factor: Collecting 100 samples in estimated 5.0060 s (4.0M iterations)
Benchmarking 5_compile/simplified/Lorentz Factor: Analyzing
5_compile/simplified/Lorentz Factor
                        time:   [1.2404 µs 1.2416 µs 1.2435 µs]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high severe
Benchmarking 5_compile/raw/Lennard-Jones
Benchmarking 5_compile/raw/Lennard-Jones: Warming up for 3.0000 s
Benchmarking 5_compile/raw/Lennard-Jones: Collecting 100 samples in estimated 5.0055 s (4.5M iterations)
Benchmarking 5_compile/raw/Lennard-Jones: Analyzing
5_compile/raw/Lennard-Jones
                        time:   [1.1151 µs 1.1157 µs 1.1164 µs]
Found 3 outliers among 100 measurements (3.00%)
  3 (3.00%) high mild
Benchmarking 5_compile/simplified/Lennard-Jones
Benchmarking 5_compile/simplified/Lennard-Jones: Warming up for 3.0000 s
Benchmarking 5_compile/simplified/Lennard-Jones: Collecting 100 samples in estimated 5.0026 s (4.0M iterations)
Benchmarking 5_compile/simplified/Lennard-Jones: Analyzing
5_compile/simplified/Lennard-Jones
                        time:   [1.2376 µs 1.2385 µs 1.2394 µs]
Found 2 outliers among 100 measurements (2.00%)
  2 (2.00%) high mild
Benchmarking 5_compile/raw/Logistic Sigmoid
Benchmarking 5_compile/raw/Logistic Sigmoid: Warming up for 3.0000 s
Benchmarking 5_compile/raw/Logistic Sigmoid: Collecting 100 samples in estimated 5.0061 s (3.6M iterations)
Benchmarking 5_compile/raw/Logistic Sigmoid: Analyzing
5_compile/raw/Logistic Sigmoid
                        time:   [1.3763 µs 1.3779 µs 1.3797 µs]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high mild
Benchmarking 5_compile/simplified/Logistic Sigmoid
Benchmarking 5_compile/simplified/Logistic Sigmoid: Warming up for 3.0000 s
Benchmarking 5_compile/simplified/Logistic Sigmoid: Collecting 100 samples in estimated 5.0008 s (3.2M iterations)
Benchmarking 5_compile/simplified/Logistic Sigmoid: Analyzing
5_compile/simplified/Logistic Sigmoid
                        time:   [1.5457 µs 1.5472 µs 1.5491 µs]
Found 4 outliers among 100 measurements (4.00%)
  1 (1.00%) high mild
  3 (3.00%) high severe
Benchmarking 5_compile/raw/Damped Oscillator
Benchmarking 5_compile/raw/Damped Oscillator: Warming up for 3.0000 s
Benchmarking 5_compile/raw/Damped Oscillator: Collecting 100 samples in estimated 5.0047 s (2.4M iterations)
Benchmarking 5_compile/raw/Damped Oscillator: Analyzing
5_compile/raw/Damped Oscillator
                        time:   [2.0820 µs 2.0839 µs 2.0861 µs]
Found 5 outliers among 100 measurements (5.00%)
  5 (5.00%) high mild
Benchmarking 5_compile/simplified/Damped Oscillator
Benchmarking 5_compile/simplified/Damped Oscillator: Warming up for 3.0000 s
Benchmarking 5_compile/simplified/Damped Oscillator: Collecting 100 samples in estimated 5.0064 s (2.7M iterations)
Benchmarking 5_compile/simplified/Damped Oscillator: Analyzing
5_compile/simplified/Damped Oscillator
                        time:   [1.8291 µs 1.8305 µs 1.8321 µs]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high mild
Benchmarking 5_compile/raw/Planck Blackbody
Benchmarking 5_compile/raw/Planck Blackbody: Warming up for 3.0000 s
Benchmarking 5_compile/raw/Planck Blackbody: Collecting 100 samples in estimated 5.0010 s (1.7M iterations)
Benchmarking 5_compile/raw/Planck Blackbody: Analyzing
5_compile/raw/Planck Blackbody
                        time:   [2.9044 µs 2.9070 µs 2.9108 µs]
Found 7 outliers among 100 measurements (7.00%)
  2 (2.00%) high mild
  5 (5.00%) high severe
Benchmarking 5_compile/simplified/Planck Blackbody
Benchmarking 5_compile/simplified/Planck Blackbody: Warming up for 3.0000 s
Benchmarking 5_compile/simplified/Planck Blackbody: Collecting 100 samples in estimated 5.0070 s (1.7M iterations)
Benchmarking 5_compile/simplified/Planck Blackbody: Analyzing
5_compile/simplified/Planck Blackbody
                        time:   [2.9399 µs 2.9418 µs 2.9437 µs]
Found 2 outliers among 100 measurements (2.00%)
  2 (2.00%) high mild
Benchmarking 5_compile/raw/Bessel Wave
Benchmarking 5_compile/raw/Bessel Wave: Warming up for 3.0000 s
Benchmarking 5_compile/raw/Bessel Wave: Collecting 100 samples in estimated 5.0096 s (2.4M iterations)
Benchmarking 5_compile/raw/Bessel Wave: Analyzing
5_compile/raw/Bessel Wave
                        time:   [2.1413 µs 2.1456 µs 2.1501 µs]
Benchmarking 5_compile/simplified/Bessel Wave
Benchmarking 5_compile/simplified/Bessel Wave: Warming up for 3.0000 s
Benchmarking 5_compile/simplified/Bessel Wave: Collecting 100 samples in estimated 5.0036 s (2.7M iterations)
Benchmarking 5_compile/simplified/Bessel Wave: Analyzing
5_compile/simplified/Bessel Wave
                        time:   [1.8446 µs 1.8530 µs 1.8691 µs]
Found 5 outliers among 100 measurements (5.00%)
  4 (4.00%) high mild
  1 (1.00%) high severe

Benchmarking 6_eval_1000pts/compiled_raw/Normal PDF
Benchmarking 6_eval_1000pts/compiled_raw/Normal PDF: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/compiled_raw/Normal PDF: Collecting 100 samples in estimated 5.2714 s (40k iterations)
Benchmarking 6_eval_1000pts/compiled_raw/Normal PDF: Analyzing
6_eval_1000pts/compiled_raw/Normal PDF
                        time:   [127.14 µs 127.73 µs 128.38 µs]
Benchmarking 6_eval_1000pts/compiled_simplified/Normal PDF
Benchmarking 6_eval_1000pts/compiled_simplified/Normal PDF: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/compiled_simplified/Normal PDF: Collecting 100 samples in estimated 5.0265 s (50k iterations)
Benchmarking 6_eval_1000pts/compiled_simplified/Normal PDF: Analyzing
6_eval_1000pts/compiled_simplified/Normal PDF
                        time:   [97.847 µs 98.134 µs 98.437 µs]
Benchmarking 6_eval_1000pts/compiled_raw/Gaussian 2D
Benchmarking 6_eval_1000pts/compiled_raw/Gaussian 2D: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/compiled_raw/Gaussian 2D: Collecting 100 samples in estimated 5.2255 s (35k iterations)
Benchmarking 6_eval_1000pts/compiled_raw/Gaussian 2D: Analyzing
6_eval_1000pts/compiled_raw/Gaussian 2D
                        time:   [145.37 µs 145.83 µs 146.30 µs]
Benchmarking 6_eval_1000pts/compiled_simplified/Gaussian 2D
Benchmarking 6_eval_1000pts/compiled_simplified/Gaussian 2D: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/compiled_simplified/Gaussian 2D: Collecting 100 samples in estimated 5.0825 s (45k iterations)
Benchmarking 6_eval_1000pts/compiled_simplified/Gaussian 2D: Analyzing
6_eval_1000pts/compiled_simplified/Gaussian 2D
                        time:   [111.19 µs 111.37 µs 111.55 µs]
Benchmarking 6_eval_1000pts/compiled_raw/Maxwell-Boltzmann
Benchmarking 6_eval_1000pts/compiled_raw/Maxwell-Boltzmann: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/compiled_raw/Maxwell-Boltzmann: Collecting 100 samples in estimated 5.7816 s (20k iterations)
Benchmarking 6_eval_1000pts/compiled_raw/Maxwell-Boltzmann: Analyzing
6_eval_1000pts/compiled_raw/Maxwell-Boltzmann
                        time:   [299.11 µs 299.76 µs 300.40 µs]
Found 2 outliers among 100 measurements (2.00%)
  2 (2.00%) high mild
Benchmarking 6_eval_1000pts/compiled_simplified/Maxwell-Boltzmann
Benchmarking 6_eval_1000pts/compiled_simplified/Maxwell-Boltzmann: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/compiled_simplified/Maxwell-Boltzmann: Collecting 100 samples in estimated 5.3437 s (40k iterations)
Benchmarking 6_eval_1000pts/compiled_simplified/Maxwell-Boltzmann: Analyzing
6_eval_1000pts/compiled_simplified/Maxwell-Boltzmann
                        time:   [134.59 µs 135.07 µs 135.51 µs]
Benchmarking 6_eval_1000pts/compiled_raw/Lorentz Factor
Benchmarking 6_eval_1000pts/compiled_raw/Lorentz Factor: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/compiled_raw/Lorentz Factor: Collecting 100 samples in estimated 5.0777 s (40k iterations)
Benchmarking 6_eval_1000pts/compiled_raw/Lorentz Factor: Analyzing
6_eval_1000pts/compiled_raw/Lorentz Factor
                        time:   [125.59 µs 125.77 µs 125.95 µs]
Found 7 outliers among 100 measurements (7.00%)
  5 (5.00%) high mild
  2 (2.00%) high severe
Benchmarking 6_eval_1000pts/compiled_simplified/Lorentz Factor
Benchmarking 6_eval_1000pts/compiled_simplified/Lorentz Factor: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/compiled_simplified/Lorentz Factor: Collecting 100 samples in estimated 5.2300 s (71k iterations)
Benchmarking 6_eval_1000pts/compiled_simplified/Lorentz Factor: Analyzing
6_eval_1000pts/compiled_simplified/Lorentz Factor
                        time:   [72.446 µs 72.718 µs 73.004 µs]
Benchmarking 6_eval_1000pts/compiled_raw/Lennard-Jones
Benchmarking 6_eval_1000pts/compiled_raw/Lennard-Jones: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/compiled_raw/Lennard-Jones: Collecting 100 samples in estimated 5.0494 s (50k iterations)
Benchmarking 6_eval_1000pts/compiled_raw/Lennard-Jones: Analyzing
6_eval_1000pts/compiled_raw/Lennard-Jones
                        time:   [99.191 µs 99.454 µs 99.681 µs]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high severe
Benchmarking 6_eval_1000pts/compiled_simplified/Lennard-Jones
Benchmarking 6_eval_1000pts/compiled_simplified/Lennard-Jones: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/compiled_simplified/Lennard-Jones: Collecting 100 samples in estimated 5.2079 s (56k iterations)
Benchmarking 6_eval_1000pts/compiled_simplified/Lennard-Jones: Analyzing
6_eval_1000pts/compiled_simplified/Lennard-Jones
                        time:   [93.634 µs 93.697 µs 93.764 µs]
Found 3 outliers among 100 measurements (3.00%)
  1 (1.00%) low mild
  2 (2.00%) high severe
Benchmarking 6_eval_1000pts/compiled_raw/Logistic Sigmoid
Benchmarking 6_eval_1000pts/compiled_raw/Logistic Sigmoid: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/compiled_raw/Logistic Sigmoid: Collecting 100 samples in estimated 5.2650 s (50k iterations)
Benchmarking 6_eval_1000pts/compiled_raw/Logistic Sigmoid: Analyzing
6_eval_1000pts/compiled_raw/Logistic Sigmoid
                        time:   [104.46 µs 104.55 µs 104.65 µs]
Benchmarking 6_eval_1000pts/compiled_simplified/Logistic Sigmoid
Benchmarking 6_eval_1000pts/compiled_simplified/Logistic Sigmoid: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/compiled_simplified/Logistic Sigmoid: Collecting 100 samples in estimated 5.3575 s (40k iterations)
Benchmarking 6_eval_1000pts/compiled_simplified/Logistic Sigmoid: Analyzing
6_eval_1000pts/compiled_simplified/Logistic Sigmoid
                        time:   [131.31 µs 131.55 µs 131.80 µs]
Benchmarking 6_eval_1000pts/compiled_raw/Damped Oscillator
Benchmarking 6_eval_1000pts/compiled_raw/Damped Oscillator: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/compiled_raw/Damped Oscillator: Collecting 100 samples in estimated 5.3078 s (45k iterations)
Benchmarking 6_eval_1000pts/compiled_raw/Damped Oscillator: Analyzing
6_eval_1000pts/compiled_raw/Damped Oscillator
                        time:   [117.03 µs 117.15 µs 117.26 µs]
Benchmarking 6_eval_1000pts/compiled_simplified/Damped Oscillator
Benchmarking 6_eval_1000pts/compiled_simplified/Damped Oscillator: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/compiled_simplified/Damped Oscillator: Collecting 100 samples in estimated 5.3893 s (61k iterations)
Benchmarking 6_eval_1000pts/compiled_simplified/Damped Oscillator: Analyzing
6_eval_1000pts/compiled_simplified/Damped Oscillator
                        time:   [88.909 µs 88.958 µs 89.007 µs]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high mild
Benchmarking 6_eval_1000pts/compiled_raw/Planck Blackbody
Benchmarking 6_eval_1000pts/compiled_raw/Planck Blackbody: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/compiled_raw/Planck Blackbody: Collecting 100 samples in estimated 5.6906 s (35k iterations)
Benchmarking 6_eval_1000pts/compiled_raw/Planck Blackbody: Analyzing
6_eval_1000pts/compiled_raw/Planck Blackbody
                        time:   [156.09 µs 157.14 µs 158.13 µs]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high mild
Benchmarking 6_eval_1000pts/compiled_simplified/Planck Blackbody
Benchmarking 6_eval_1000pts/compiled_simplified/Planck Blackbody: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/compiled_simplified/Planck Blackbody: Collecting 100 samples in estimated 5.0416 s (30k iterations)
Benchmarking 6_eval_1000pts/compiled_simplified/Planck Blackbody: Analyzing
6_eval_1000pts/compiled_simplified/Planck Blackbody
                        time:   [168.79 µs 169.53 µs 170.52 µs]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high severe
Benchmarking 6_eval_1000pts/compiled_raw/Bessel Wave
Benchmarking 6_eval_1000pts/compiled_raw/Bessel Wave: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/compiled_raw/Bessel Wave: Collecting 100 samples in estimated 5.2296 s (20k iterations)
Benchmarking 6_eval_1000pts/compiled_raw/Bessel Wave: Analyzing
6_eval_1000pts/compiled_raw/Bessel Wave
                        time:   [259.26 µs 259.61 µs 259.97 µs]
Found 2 outliers among 100 measurements (2.00%)
  2 (2.00%) high mild
Benchmarking 6_eval_1000pts/compiled_simplified/Bessel Wave
Benchmarking 6_eval_1000pts/compiled_simplified/Bessel Wave: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/compiled_simplified/Bessel Wave: Collecting 100 samples in estimated 5.9857 s (30k iterations)
Benchmarking 6_eval_1000pts/compiled_simplified/Bessel Wave: Analyzing
6_eval_1000pts/compiled_simplified/Bessel Wave
                        time:   [197.39 µs 197.63 µs 197.88 µs]
Found 11 outliers among 100 measurements (11.00%)
  6 (6.00%) low severe
  1 (1.00%) high mild
  4 (4.00%) high severe

Benchmarking 7_full_pipeline/symb_anafis/Normal PDF
Benchmarking 7_full_pipeline/symb_anafis/Normal PDF: Warming up for 3.0000 s
Benchmarking 7_full_pipeline/symb_anafis/Normal PDF: Collecting 100 samples in estimated 5.7494 s (20k iterations)
Benchmarking 7_full_pipeline/symb_anafis/Normal PDF: Analyzing
7_full_pipeline/symb_anafis/Normal PDF
                        time:   [281.25 µs 281.87 µs 282.53 µs]
Benchmarking 7_full_pipeline/symb_anafis/Gaussian 2D
Benchmarking 7_full_pipeline/symb_anafis/Gaussian 2D: Warming up for 3.0000 s
Benchmarking 7_full_pipeline/symb_anafis/Gaussian 2D: Collecting 100 samples in estimated 5.7356 s (20k iterations)
Benchmarking 7_full_pipeline/symb_anafis/Gaussian 2D: Analyzing
7_full_pipeline/symb_anafis/Gaussian 2D
                        time:   [281.74 µs 282.21 µs 282.71 µs]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high mild
Benchmarking 7_full_pipeline/symb_anafis/Maxwell-Boltzmann
Benchmarking 7_full_pipeline/symb_anafis/Maxwell-Boltzmann: Warming up for 3.0000 s
Benchmarking 7_full_pipeline/symb_anafis/Maxwell-Boltzmann: Collecting 100 samples in estimated 5.2565 s (10k iterations)
Benchmarking 7_full_pipeline/symb_anafis/Maxwell-Boltzmann: Analyzing
7_full_pipeline/symb_anafis/Maxwell-Boltzmann
                        time:   [518.89 µs 520.23 µs 522.51 µs]
Found 6 outliers among 100 measurements (6.00%)
  3 (3.00%) high mild
  3 (3.00%) high severe
Benchmarking 7_full_pipeline/symb_anafis/Lorentz Factor
Benchmarking 7_full_pipeline/symb_anafis/Lorentz Factor: Warming up for 3.0000 s
Benchmarking 7_full_pipeline/symb_anafis/Lorentz Factor: Collecting 100 samples in estimated 5.4977 s (15k iterations)
Benchmarking 7_full_pipeline/symb_anafis/Lorentz Factor: Analyzing
7_full_pipeline/symb_anafis/Lorentz Factor
                        time:   [362.79 µs 363.09 µs 363.43 µs]
Found 9 outliers among 100 measurements (9.00%)
  5 (5.00%) high mild
  4 (4.00%) high severe
Benchmarking 7_full_pipeline/symb_anafis/Lennard-Jones
Benchmarking 7_full_pipeline/symb_anafis/Lennard-Jones: Warming up for 3.0000 s
Benchmarking 7_full_pipeline/symb_anafis/Lennard-Jones: Collecting 100 samples in estimated 5.1708 s (40k iterations)
Benchmarking 7_full_pipeline/symb_anafis/Lennard-Jones: Analyzing
7_full_pipeline/symb_anafis/Lennard-Jones
                        time:   [128.09 µs 128.18 µs 128.29 µs]
Found 13 outliers among 100 measurements (13.00%)
  2 (2.00%) low mild
  6 (6.00%) high mild
  5 (5.00%) high severe
Benchmarking 7_full_pipeline/symb_anafis/Logistic Sigmoid
Benchmarking 7_full_pipeline/symb_anafis/Logistic Sigmoid: Warming up for 3.0000 s
Benchmarking 7_full_pipeline/symb_anafis/Logistic Sigmoid: Collecting 100 samples in estimated 5.0431 s (20k iterations)
Benchmarking 7_full_pipeline/symb_anafis/Logistic Sigmoid: Analyzing
7_full_pipeline/symb_anafis/Logistic Sigmoid
                        time:   [250.27 µs 250.50 µs 250.78 µs]
Found 4 outliers among 100 measurements (4.00%)
  1 (1.00%) low mild
  2 (2.00%) high mild
  1 (1.00%) high severe
Benchmarking 7_full_pipeline/symb_anafis/Damped Oscillator
Benchmarking 7_full_pipeline/symb_anafis/Damped Oscillator: Warming up for 3.0000 s
Benchmarking 7_full_pipeline/symb_anafis/Damped Oscillator: Collecting 100 samples in estimated 5.4066 s (20k iterations)
Benchmarking 7_full_pipeline/symb_anafis/Damped Oscillator: Analyzing
7_full_pipeline/symb_anafis/Damped Oscillator
                        time:   [267.12 µs 267.39 µs 267.71 µs]
Found 12 outliers among 100 measurements (12.00%)
  2 (2.00%) low mild
  8 (8.00%) high mild
  2 (2.00%) high severe
Benchmarking 7_full_pipeline/symb_anafis/Planck Blackbody
Benchmarking 7_full_pipeline/symb_anafis/Planck Blackbody: Warming up for 3.0000 s
Benchmarking 7_full_pipeline/symb_anafis/Planck Blackbody: Collecting 100 samples in estimated 5.7117 s (10k iterations)
Benchmarking 7_full_pipeline/symb_anafis/Planck Blackbody: Analyzing
7_full_pipeline/symb_anafis/Planck Blackbody
                        time:   [566.16 µs 566.79 µs 567.57 µs]
Found 4 outliers among 100 measurements (4.00%)
  2 (2.00%) high mild
  2 (2.00%) high severe
Benchmarking 7_full_pipeline/symb_anafis/Bessel Wave
Benchmarking 7_full_pipeline/symb_anafis/Bessel Wave: Warming up for 3.0000 s
Benchmarking 7_full_pipeline/symb_anafis/Bessel Wave: Collecting 100 samples in estimated 5.1692 s (15k iterations)
Benchmarking 7_full_pipeline/symb_anafis/Bessel Wave: Analyzing
7_full_pipeline/symb_anafis/Bessel Wave
                        time:   [341.14 µs 341.42 µs 341.78 µs]
Found 10 outliers among 100 measurements (10.00%)
  2 (2.00%) low mild
  5 (5.00%) high mild
  3 (3.00%) high severe

[1m[92m     Running[0m benches/rust/benchmark_parallel.rs (target/release/deps/benchmark_parallel-bf7530da873c62a9)
Gnuplot not found, using plotters backend
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Normal PDF
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Normal PDF: Warming up for 3.0000 s

Warning: Unable to complete 100 samples in 5.0s. You may wish to increase target time to 5.3s, enable flat sampling, or reduce sample count to 60.
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Normal PDF: Collecting 100 samples in estimated 5.3326 s (5050 iterations)
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Normal PDF: Analyzing
eval_methods_1000pts/tree_walk_evaluate/Normal PDF
                        time:   [1.0813 ms 1.0850 ms 1.0882 ms]
Benchmarking eval_methods_1000pts/compiled_loop/Normal PDF
Benchmarking eval_methods_1000pts/compiled_loop/Normal PDF: Warming up for 3.0000 s
Benchmarking eval_methods_1000pts/compiled_loop/Normal PDF: Collecting 100 samples in estimated 5.3062 s (56k iterations)
Benchmarking eval_methods_1000pts/compiled_loop/Normal PDF: Analyzing
eval_methods_1000pts/compiled_loop/Normal PDF
                        time:   [93.978 µs 94.228 µs 94.493 µs]
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Gaussian 2D
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Gaussian 2D: Warming up for 3.0000 s

Warning: Unable to complete 100 samples in 5.0s. You may wish to increase target time to 9.2s, enable flat sampling, or reduce sample count to 50.
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Gaussian 2D: Collecting 100 samples in estimated 9.1879 s (5050 iterations)
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Gaussian 2D: Analyzing
eval_methods_1000pts/tree_walk_evaluate/Gaussian 2D
                        time:   [1.8414 ms 1.8446 ms 1.8479 ms]
Benchmarking eval_methods_1000pts/compiled_loop/Gaussian 2D
Benchmarking eval_methods_1000pts/compiled_loop/Gaussian 2D: Warming up for 3.0000 s
Benchmarking eval_methods_1000pts/compiled_loop/Gaussian 2D: Collecting 100 samples in estimated 5.3433 s (50k iterations)
Benchmarking eval_methods_1000pts/compiled_loop/Gaussian 2D: Analyzing
eval_methods_1000pts/compiled_loop/Gaussian 2D
                        time:   [104.33 µs 104.63 µs 104.94 µs]
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Maxwell-Boltzmann
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Maxwell-Boltzmann: Warming up for 3.0000 s

Warning: Unable to complete 100 samples in 5.0s. You may wish to increase target time to 6.6s, enable flat sampling, or reduce sample count to 60.
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Maxwell-Boltzmann: Collecting 100 samples in estimated 6.5745 s (5050 iterations)
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Maxwell-Boltzmann: Analyzing
eval_methods_1000pts/tree_walk_evaluate/Maxwell-Boltzmann
                        time:   [1.3008 ms 1.3014 ms 1.3023 ms]
Found 2 outliers among 100 measurements (2.00%)
  1 (1.00%) low mild
  1 (1.00%) high severe
Benchmarking eval_methods_1000pts/compiled_loop/Maxwell-Boltzmann
Benchmarking eval_methods_1000pts/compiled_loop/Maxwell-Boltzmann: Warming up for 3.0000 s
Benchmarking eval_methods_1000pts/compiled_loop/Maxwell-Boltzmann: Collecting 100 samples in estimated 5.0734 s (35k iterations)
Benchmarking eval_methods_1000pts/compiled_loop/Maxwell-Boltzmann: Analyzing
eval_methods_1000pts/compiled_loop/Maxwell-Boltzmann
                        time:   [146.14 µs 146.57 µs 146.98 µs]
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Lorentz Factor
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Lorentz Factor: Warming up for 3.0000 s
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Lorentz Factor: Collecting 100 samples in estimated 8.2410 s (10k iterations)
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Lorentz Factor: Analyzing
eval_methods_1000pts/tree_walk_evaluate/Lorentz Factor
                        time:   [820.97 µs 821.82 µs 822.75 µs]
Found 4 outliers among 100 measurements (4.00%)
  3 (3.00%) high mild
  1 (1.00%) high severe
Benchmarking eval_methods_1000pts/compiled_loop/Lorentz Factor
Benchmarking eval_methods_1000pts/compiled_loop/Lorentz Factor: Warming up for 3.0000 s
Benchmarking eval_methods_1000pts/compiled_loop/Lorentz Factor: Collecting 100 samples in estimated 5.3048 s (81k iterations)
Benchmarking eval_methods_1000pts/compiled_loop/Lorentz Factor: Analyzing
eval_methods_1000pts/compiled_loop/Lorentz Factor
                        time:   [65.881 µs 65.906 µs 65.937 µs]
Found 2 outliers among 100 measurements (2.00%)
  2 (2.00%) high severe
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Lennard-Jones
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Lennard-Jones: Warming up for 3.0000 s
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Lennard-Jones: Collecting 100 samples in estimated 6.7437 s (10k iterations)
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Lennard-Jones: Analyzing
eval_methods_1000pts/tree_walk_evaluate/Lennard-Jones
                        time:   [667.29 µs 667.77 µs 668.32 µs]
Found 4 outliers among 100 measurements (4.00%)
  1 (1.00%) low mild
  3 (3.00%) high severe
Benchmarking eval_methods_1000pts/compiled_loop/Lennard-Jones
Benchmarking eval_methods_1000pts/compiled_loop/Lennard-Jones: Warming up for 3.0000 s
Benchmarking eval_methods_1000pts/compiled_loop/Lennard-Jones: Collecting 100 samples in estimated 5.2165 s (61k iterations)
Benchmarking eval_methods_1000pts/compiled_loop/Lennard-Jones: Analyzing
eval_methods_1000pts/compiled_loop/Lennard-Jones
                        time:   [86.343 µs 86.367 µs 86.392 µs]
Found 12 outliers among 100 measurements (12.00%)
  7 (7.00%) low mild
  3 (3.00%) high mild
  2 (2.00%) high severe
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Logistic Sigmoid
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Logistic Sigmoid: Warming up for 3.0000 s

Warning: Unable to complete 100 samples in 5.0s. You may wish to increase target time to 5.5s, enable flat sampling, or reduce sample count to 60.
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Logistic Sigmoid: Collecting 100 samples in estimated 5.4816 s (5050 iterations)
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Logistic Sigmoid: Analyzing
eval_methods_1000pts/tree_walk_evaluate/Logistic Sigmoid
                        time:   [1.0962 ms 1.0981 ms 1.0999 ms]
Benchmarking eval_methods_1000pts/compiled_loop/Logistic Sigmoid
Benchmarking eval_methods_1000pts/compiled_loop/Logistic Sigmoid: Warming up for 3.0000 s
Benchmarking eval_methods_1000pts/compiled_loop/Logistic Sigmoid: Collecting 100 samples in estimated 5.0948 s (40k iterations)
Benchmarking eval_methods_1000pts/compiled_loop/Logistic Sigmoid: Analyzing
eval_methods_1000pts/compiled_loop/Logistic Sigmoid
                        time:   [126.22 µs 126.30 µs 126.38 µs]
Found 14 outliers among 100 measurements (14.00%)
  12 (12.00%) high mild
  2 (2.00%) high severe
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Damped Oscillator
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Damped Oscillator: Warming up for 3.0000 s

Warning: Unable to complete 100 samples in 5.0s. You may wish to increase target time to 5.2s, enable flat sampling, or reduce sample count to 60.
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Damped Oscillator: Collecting 100 samples in estimated 5.1922 s (5050 iterations)
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Damped Oscillator: Analyzing
eval_methods_1000pts/tree_walk_evaluate/Damped Oscillator
                        time:   [1.0274 ms 1.0283 ms 1.0294 ms]
Found 19 outliers among 100 measurements (19.00%)
  3 (3.00%) low mild
  13 (13.00%) high mild
  3 (3.00%) high severe
Benchmarking eval_methods_1000pts/compiled_loop/Damped Oscillator
Benchmarking eval_methods_1000pts/compiled_loop/Damped Oscillator: Warming up for 3.0000 s
Benchmarking eval_methods_1000pts/compiled_loop/Damped Oscillator: Collecting 100 samples in estimated 5.0612 s (61k iterations)
Benchmarking eval_methods_1000pts/compiled_loop/Damped Oscillator: Analyzing
eval_methods_1000pts/compiled_loop/Damped Oscillator
                        time:   [83.092 µs 83.173 µs 83.321 µs]
Found 5 outliers among 100 measurements (5.00%)
  2 (2.00%) high mild
  3 (3.00%) high severe
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Planck Blackbody
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Planck Blackbody: Warming up for 3.0000 s
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Planck Blackbody: Collecting 100 samples in estimated 5.0284 s (2500 iterations)
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Planck Blackbody: Analyzing
eval_methods_1000pts/tree_walk_evaluate/Planck Blackbody
                        time:   [2.0135 ms 2.0148 ms 2.0163 ms]
Found 3 outliers among 100 measurements (3.00%)
  2 (2.00%) low mild
  1 (1.00%) high severe
Benchmarking eval_methods_1000pts/compiled_loop/Planck Blackbody
Benchmarking eval_methods_1000pts/compiled_loop/Planck Blackbody: Warming up for 3.0000 s
Benchmarking eval_methods_1000pts/compiled_loop/Planck Blackbody: Collecting 100 samples in estimated 5.1215 s (25k iterations)
Benchmarking eval_methods_1000pts/compiled_loop/Planck Blackbody: Analyzing
eval_methods_1000pts/compiled_loop/Planck Blackbody
                        time:   [205.66 µs 206.11 µs 206.56 µs]
Found 6 outliers among 100 measurements (6.00%)
  5 (5.00%) low mild
  1 (1.00%) high mild
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Bessel Wave
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Bessel Wave: Warming up for 3.0000 s

Warning: Unable to complete 100 samples in 5.0s. You may wish to increase target time to 6.2s, enable flat sampling, or reduce sample count to 60.
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Bessel Wave: Collecting 100 samples in estimated 6.2290 s (5050 iterations)
Benchmarking eval_methods_1000pts/tree_walk_evaluate/Bessel Wave: Analyzing
eval_methods_1000pts/tree_walk_evaluate/Bessel Wave
                        time:   [1.2394 ms 1.2413 ms 1.2433 ms]
Benchmarking eval_methods_1000pts/compiled_loop/Bessel Wave
Benchmarking eval_methods_1000pts/compiled_loop/Bessel Wave: Warming up for 3.0000 s
Benchmarking eval_methods_1000pts/compiled_loop/Bessel Wave: Collecting 100 samples in estimated 5.6228 s (30k iterations)
Benchmarking eval_methods_1000pts/compiled_loop/Bessel Wave: Analyzing
eval_methods_1000pts/compiled_loop/Bessel Wave
                        time:   [186.48 µs 186.55 µs 186.62 µs]
Found 12 outliers among 100 measurements (12.00%)
  1 (1.00%) low severe
  4 (4.00%) low mild
  3 (3.00%) high mild
  4 (4.00%) high severe

Benchmarking eval_scaling/loop_evaluate/100
Benchmarking eval_scaling/loop_evaluate/100: Warming up for 3.0000 s
Benchmarking eval_scaling/loop_evaluate/100: Collecting 100 samples in estimated 5.0013 s (788k iterations)
Benchmarking eval_scaling/loop_evaluate/100: Analyzing
eval_scaling/loop_evaluate/100
                        time:   [6.3459 µs 6.3478 µs 6.3502 µs]
Found 8 outliers among 100 measurements (8.00%)
  5 (5.00%) high mild
  3 (3.00%) high severe
Benchmarking eval_scaling/eval_batch/100
Benchmarking eval_scaling/eval_batch/100: Warming up for 3.0000 s
Benchmarking eval_scaling/eval_batch/100: Collecting 100 samples in estimated 5.0093 s (2.3M iterations)
Benchmarking eval_scaling/eval_batch/100: Analyzing
eval_scaling/eval_batch/100
                        time:   [2.1660 µs 2.1724 µs 2.1850 µs]
Found 3 outliers among 100 measurements (3.00%)
  2 (2.00%) high mild
  1 (1.00%) high severe
Benchmarking eval_scaling/loop_evaluate/1000
Benchmarking eval_scaling/loop_evaluate/1000: Warming up for 3.0000 s
Benchmarking eval_scaling/loop_evaluate/1000: Collecting 100 samples in estimated 5.1313 s (81k iterations)
Benchmarking eval_scaling/loop_evaluate/1000: Analyzing
eval_scaling/loop_evaluate/1000
                        time:   [63.720 µs 63.739 µs 63.761 µs]
Found 2 outliers among 100 measurements (2.00%)
  2 (2.00%) high mild
Benchmarking eval_scaling/eval_batch/1000
Benchmarking eval_scaling/eval_batch/1000: Warming up for 3.0000 s
Benchmarking eval_scaling/eval_batch/1000: Collecting 100 samples in estimated 5.0286 s (232k iterations)
Benchmarking eval_scaling/eval_batch/1000: Analyzing
eval_scaling/eval_batch/1000
                        time:   [21.637 µs 21.648 µs 21.660 µs]
Found 3 outliers among 100 measurements (3.00%)
  2 (2.00%) high mild
  1 (1.00%) high severe
Benchmarking eval_scaling/loop_evaluate/10000
Benchmarking eval_scaling/loop_evaluate/10000: Warming up for 3.0000 s
Benchmarking eval_scaling/loop_evaluate/10000: Collecting 100 samples in estimated 6.4141 s (10k iterations)
Benchmarking eval_scaling/loop_evaluate/10000: Analyzing
eval_scaling/loop_evaluate/10000
                        time:   [634.52 µs 634.63 µs 634.76 µs]
Found 8 outliers among 100 measurements (8.00%)
  4 (4.00%) high mild
  4 (4.00%) high severe
Benchmarking eval_scaling/eval_batch/10000
Benchmarking eval_scaling/eval_batch/10000: Warming up for 3.0000 s
Benchmarking eval_scaling/eval_batch/10000: Collecting 100 samples in estimated 5.4650 s (25k iterations)
Benchmarking eval_scaling/eval_batch/10000: Analyzing
eval_scaling/eval_batch/10000
                        time:   [216.54 µs 216.66 µs 216.83 µs]
Found 4 outliers among 100 measurements (4.00%)
  1 (1.00%) high mild
  3 (3.00%) high severe
Benchmarking eval_scaling/loop_evaluate/100000
Benchmarking eval_scaling/loop_evaluate/100000: Warming up for 3.0000 s
Benchmarking eval_scaling/loop_evaluate/100000: Collecting 100 samples in estimated 5.0824 s (800 iterations)
Benchmarking eval_scaling/loop_evaluate/100000: Analyzing
eval_scaling/loop_evaluate/100000
                        time:   [6.3561 ms 6.3587 ms 6.3614 ms]
Benchmarking eval_scaling/eval_batch/100000
Benchmarking eval_scaling/eval_batch/100000: Warming up for 3.0000 s
Benchmarking eval_scaling/eval_batch/100000: Collecting 100 samples in estimated 5.2108 s (2400 iterations)
Benchmarking eval_scaling/eval_batch/100000: Analyzing
eval_scaling/eval_batch/100000
                        time:   [2.1724 ms 2.1730 ms 2.1737 ms]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high mild

Benchmarking multi_expr_batch/sequential_loops
Benchmarking multi_expr_batch/sequential_loops: Warming up for 3.0000 s
Benchmarking multi_expr_batch/sequential_loops: Collecting 100 samples in estimated 5.0907 s (40k iterations)
Benchmarking multi_expr_batch/sequential_loops: Analyzing
multi_expr_batch/sequential_loops
                        time:   [125.65 µs 125.71 µs 125.81 µs]
Found 12 outliers among 100 measurements (12.00%)
  4 (4.00%) high mild
  8 (8.00%) high severe
Benchmarking multi_expr_batch/eval_batch_per_expr
Benchmarking multi_expr_batch/eval_batch_per_expr: Warming up for 3.0000 s
Benchmarking multi_expr_batch/eval_batch_per_expr: Collecting 100 samples in estimated 5.1555 s (126k iterations)
Benchmarking multi_expr_batch/eval_batch_per_expr: Analyzing
multi_expr_batch/eval_batch_per_expr
                        time:   [40.820 µs 40.847 µs 40.879 µs]
Found 9 outliers among 100 measurements (9.00%)
  7 (7.00%) high mild
  2 (2.00%) high severe
Benchmarking multi_expr_batch/eval_f64_per_expr
Benchmarking multi_expr_batch/eval_f64_per_expr: Warming up for 3.0000 s
Benchmarking multi_expr_batch/eval_f64_per_expr: Collecting 100 samples in estimated 5.0799 s (81k iterations)
Benchmarking multi_expr_batch/eval_f64_per_expr: Analyzing
multi_expr_batch/eval_f64_per_expr
                        time:   [62.659 µs 63.652 µs 64.979 µs]
Found 10 outliers among 100 measurements (10.00%)
  1 (1.00%) low mild
  2 (2.00%) high mild
  7 (7.00%) high severe

Benchmarking eval_api_comparison/eval_f64
Benchmarking eval_api_comparison/eval_f64: Warming up for 3.0000 s
Benchmarking eval_api_comparison/eval_f64: Collecting 100 samples in estimated 5.2468 s (40k iterations)
Benchmarking eval_api_comparison/eval_f64: Analyzing
eval_api_comparison/eval_f64
                        time:   [128.66 µs 130.98 µs 134.27 µs]
Found 3 outliers among 100 measurements (3.00%)
  1 (1.00%) high mild
  2 (2.00%) high severe
Benchmarking eval_api_comparison/evaluate_parallel
Benchmarking eval_api_comparison/evaluate_parallel: Warming up for 3.0000 s
Benchmarking eval_api_comparison/evaluate_parallel: Collecting 100 samples in estimated 5.5069 s (15k iterations)
Benchmarking eval_api_comparison/evaluate_parallel: Analyzing
eval_api_comparison/evaluate_parallel
                        time:   [366.06 µs 366.64 µs 367.22 µs]
Found 4 outliers among 100 measurements (4.00%)
  2 (2.00%) low mild
  2 (2.00%) high mild

[1m[92m     Running[0m benches/rust/benchmark_symbolica.rs (target/release/deps/benchmark_symbolica-1b615446caac9b90)
Gnuplot not found, using plotters backend
Benchmarking 1_parse/symbolica/Normal PDF
Benchmarking 1_parse/symbolica/Normal PDF: Warming up for 3.0000 s
Benchmarking 1_parse/symbolica/Normal PDF: Collecting 100 samples in estimated 5.0348 s (500k iterations)
Benchmarking 1_parse/symbolica/Normal PDF: Analyzing
1_parse/symbolica/Normal PDF
                        time:   [10.104 µs 10.127 µs 10.153 µs]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high mild
Benchmarking 1_parse/symbolica/Gaussian 2D
Benchmarking 1_parse/symbolica/Gaussian 2D: Warming up for 3.0000 s
Benchmarking 1_parse/symbolica/Gaussian 2D: Collecting 100 samples in estimated 5.0236 s (364k iterations)
Benchmarking 1_parse/symbolica/Gaussian 2D: Analyzing
1_parse/symbolica/Gaussian 2D
                        time:   [13.927 µs 13.954 µs 13.984 µs]
Benchmarking 1_parse/symbolica/Maxwell-Boltzmann
Benchmarking 1_parse/symbolica/Maxwell-Boltzmann: Warming up for 3.0000 s
Benchmarking 1_parse/symbolica/Maxwell-Boltzmann: Collecting 100 samples in estimated 5.0484 s (384k iterations)
Benchmarking 1_parse/symbolica/Maxwell-Boltzmann: Analyzing
1_parse/symbolica/Maxwell-Boltzmann
                        time:   [13.097 µs 13.121 µs 13.147 µs]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high mild
Benchmarking 1_parse/symbolica/Lorentz Factor
Benchmarking 1_parse/symbolica/Lorentz Factor: Warming up for 3.0000 s
Benchmarking 1_parse/symbolica/Lorentz Factor: Collecting 100 samples in estimated 5.0164 s (1.0M iterations)
Benchmarking 1_parse/symbolica/Lorentz Factor: Analyzing
1_parse/symbolica/Lorentz Factor
                        time:   [4.9041 µs 4.9179 µs 4.9338 µs]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high mild
Benchmarking 1_parse/symbolica/Lennard-Jones
Benchmarking 1_parse/symbolica/Lennard-Jones: Warming up for 3.0000 s
Benchmarking 1_parse/symbolica/Lennard-Jones: Collecting 100 samples in estimated 5.0301 s (656k iterations)
Benchmarking 1_parse/symbolica/Lennard-Jones: Analyzing
1_parse/symbolica/Lennard-Jones
                        time:   [7.6237 µs 7.6382 µs 7.6537 µs]
Benchmarking 1_parse/symbolica/Logistic Sigmoid
Benchmarking 1_parse/symbolica/Logistic Sigmoid: Warming up for 3.0000 s
Benchmarking 1_parse/symbolica/Logistic Sigmoid: Collecting 100 samples in estimated 5.0194 s (1.1M iterations)
Benchmarking 1_parse/symbolica/Logistic Sigmoid: Analyzing
1_parse/symbolica/Logistic Sigmoid
                        time:   [4.6423 µs 4.6544 µs 4.6673 µs]
Benchmarking 1_parse/symbolica/Damped Oscillator
Benchmarking 1_parse/symbolica/Damped Oscillator: Warming up for 3.0000 s
Benchmarking 1_parse/symbolica/Damped Oscillator: Collecting 100 samples in estimated 5.0189 s (934k iterations)
Benchmarking 1_parse/symbolica/Damped Oscillator: Analyzing
1_parse/symbolica/Damped Oscillator
                        time:   [5.3896 µs 5.4007 µs 5.4123 µs]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high mild
Benchmarking 1_parse/symbolica/Planck Blackbody
Benchmarking 1_parse/symbolica/Planck Blackbody: Warming up for 3.0000 s
Benchmarking 1_parse/symbolica/Planck Blackbody: Collecting 100 samples in estimated 5.0134 s (576k iterations)
Benchmarking 1_parse/symbolica/Planck Blackbody: Analyzing
1_parse/symbolica/Planck Blackbody
                        time:   [8.7925 µs 8.8062 µs 8.8203 µs]
Benchmarking 1_parse/symbolica/Bessel Wave
Benchmarking 1_parse/symbolica/Bessel Wave: Warming up for 3.0000 s
Benchmarking 1_parse/symbolica/Bessel Wave: Collecting 100 samples in estimated 5.0227 s (1.1M iterations)
Benchmarking 1_parse/symbolica/Bessel Wave: Analyzing
1_parse/symbolica/Bessel Wave
                        time:   [4.8131 µs 4.8224 µs 4.8323 µs]

Benchmarking 2_diff/symbolica/Normal PDF
Benchmarking 2_diff/symbolica/Normal PDF: Warming up for 3.0000 s
Benchmarking 2_diff/symbolica/Normal PDF: Collecting 100 samples in estimated 5.0055 s (1.5M iterations)
Benchmarking 2_diff/symbolica/Normal PDF: Analyzing
2_diff/symbolica/Normal PDF
                        time:   [3.4185 µs 3.4230 µs 3.4274 µs]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high mild
Benchmarking 2_diff/symbolica/Gaussian 2D
Benchmarking 2_diff/symbolica/Gaussian 2D: Warming up for 3.0000 s
Benchmarking 2_diff/symbolica/Gaussian 2D: Collecting 100 samples in estimated 5.0203 s (1.1M iterations)
Benchmarking 2_diff/symbolica/Gaussian 2D: Analyzing
2_diff/symbolica/Gaussian 2D
                        time:   [4.5788 µs 4.5882 µs 4.5983 µs]
Found 3 outliers among 100 measurements (3.00%)
  2 (2.00%) high mild
  1 (1.00%) high severe
Benchmarking 2_diff/symbolica/Maxwell-Boltzmann
Benchmarking 2_diff/symbolica/Maxwell-Boltzmann: Warming up for 3.0000 s
Benchmarking 2_diff/symbolica/Maxwell-Boltzmann: Collecting 100 samples in estimated 5.0095 s (722k iterations)
Benchmarking 2_diff/symbolica/Maxwell-Boltzmann: Analyzing
2_diff/symbolica/Maxwell-Boltzmann
                        time:   [6.8683 µs 6.8793 µs 6.8911 µs]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high severe
Benchmarking 2_diff/symbolica/Lorentz Factor
Benchmarking 2_diff/symbolica/Lorentz Factor: Warming up for 3.0000 s
Benchmarking 2_diff/symbolica/Lorentz Factor: Collecting 100 samples in estimated 5.0099 s (1.3M iterations)
Benchmarking 2_diff/symbolica/Lorentz Factor: Analyzing
2_diff/symbolica/Lorentz Factor
                        time:   [3.7682 µs 3.7740 µs 3.7796 µs]
Found 4 outliers among 100 measurements (4.00%)
  2 (2.00%) high mild
  2 (2.00%) high severe
Benchmarking 2_diff/symbolica/Lennard-Jones
Benchmarking 2_diff/symbolica/Lennard-Jones: Warming up for 3.0000 s
Benchmarking 2_diff/symbolica/Lennard-Jones: Collecting 100 samples in estimated 5.0086 s (1.2M iterations)
Benchmarking 2_diff/symbolica/Lennard-Jones: Analyzing
2_diff/symbolica/Lennard-Jones
                        time:   [3.9909 µs 3.9955 µs 4.0012 µs]
Found 2 outliers among 100 measurements (2.00%)
  1 (1.00%) high mild
  1 (1.00%) high severe
Benchmarking 2_diff/symbolica/Logistic Sigmoid
Benchmarking 2_diff/symbolica/Logistic Sigmoid: Warming up for 3.0000 s
Benchmarking 2_diff/symbolica/Logistic Sigmoid: Collecting 100 samples in estimated 5.0107 s (2.1M iterations)
Benchmarking 2_diff/symbolica/Logistic Sigmoid: Analyzing
2_diff/symbolica/Logistic Sigmoid
                        time:   [2.3665 µs 2.3723 µs 2.3798 µs]
Found 3 outliers among 100 measurements (3.00%)
  3 (3.00%) high severe
Benchmarking 2_diff/symbolica/Damped Oscillator
Benchmarking 2_diff/symbolica/Damped Oscillator: Warming up for 3.0000 s
Benchmarking 2_diff/symbolica/Damped Oscillator: Collecting 100 samples in estimated 5.0039 s (1.4M iterations)
Benchmarking 2_diff/symbolica/Damped Oscillator: Analyzing
2_diff/symbolica/Damped Oscillator
                        time:   [3.5305 µs 3.5375 µs 3.5443 µs]
Benchmarking 2_diff/symbolica/Planck Blackbody
Benchmarking 2_diff/symbolica/Planck Blackbody: Warming up for 3.0000 s
Benchmarking 2_diff/symbolica/Planck Blackbody: Collecting 100 samples in estimated 5.0039 s (763k iterations)
Benchmarking 2_diff/symbolica/Planck Blackbody: Analyzing
2_diff/symbolica/Planck Blackbody
                        time:   [6.6024 µs 6.6140 µs 6.6246 µs]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high mild
Benchmarking 2_diff/symbolica/Bessel Wave
Benchmarking 2_diff/symbolica/Bessel Wave: Warming up for 3.0000 s
Benchmarking 2_diff/symbolica/Bessel Wave: Collecting 100 samples in estimated 5.0077 s (1.4M iterations)
Benchmarking 2_diff/symbolica/Bessel Wave: Analyzing
2_diff/symbolica/Bessel Wave
                        time:   [3.6445 µs 3.6497 µs 3.6547 µs]

Benchmarking 5_compile/symbolica/Normal PDF
Benchmarking 5_compile/symbolica/Normal PDF: Warming up for 3.0000 s
Benchmarking 5_compile/symbolica/Normal PDF: Collecting 100 samples in estimated 5.0741 s (273k iterations)
Benchmarking 5_compile/symbolica/Normal PDF: Analyzing
5_compile/symbolica/Normal PDF
                        time:   [18.437 µs 18.454 µs 18.479 µs]
Found 3 outliers among 100 measurements (3.00%)
  1 (1.00%) high mild
  2 (2.00%) high severe
Benchmarking 5_compile/symbolica/Gaussian 2D
Benchmarking 5_compile/symbolica/Gaussian 2D: Warming up for 3.0000 s
Benchmarking 5_compile/symbolica/Gaussian 2D: Collecting 100 samples in estimated 5.0559 s (146k iterations)
Benchmarking 5_compile/symbolica/Gaussian 2D: Analyzing
5_compile/symbolica/Gaussian 2D
                        time:   [34.420 µs 34.480 µs 34.540 µs]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high severe
Benchmarking 5_compile/symbolica/Maxwell-Boltzmann
Benchmarking 5_compile/symbolica/Maxwell-Boltzmann: Warming up for 3.0000 s
Benchmarking 5_compile/symbolica/Maxwell-Boltzmann: Collecting 100 samples in estimated 5.0419 s (283k iterations)
Benchmarking 5_compile/symbolica/Maxwell-Boltzmann: Analyzing
5_compile/symbolica/Maxwell-Boltzmann
                        time:   [17.791 µs 17.807 µs 17.823 µs]
Found 7 outliers among 100 measurements (7.00%)
  4 (4.00%) high mild
  3 (3.00%) high severe
Benchmarking 5_compile/symbolica/Lorentz Factor
Benchmarking 5_compile/symbolica/Lorentz Factor: Warming up for 3.0000 s
Benchmarking 5_compile/symbolica/Lorentz Factor: Collecting 100 samples in estimated 5.0270 s (520k iterations)
Benchmarking 5_compile/symbolica/Lorentz Factor: Analyzing
5_compile/symbolica/Lorentz Factor
                        time:   [9.6589 µs 9.6638 µs 9.6695 µs]
Found 6 outliers among 100 measurements (6.00%)
  3 (3.00%) high mild
  3 (3.00%) high severe
Benchmarking 5_compile/symbolica/Lennard-Jones
Benchmarking 5_compile/symbolica/Lennard-Jones: Warming up for 3.0000 s
Benchmarking 5_compile/symbolica/Lennard-Jones: Collecting 100 samples in estimated 5.1151 s (187k iterations)
Benchmarking 5_compile/symbolica/Lennard-Jones: Analyzing
5_compile/symbolica/Lennard-Jones
                        time:   [27.358 µs 27.378 µs 27.405 µs]
Found 4 outliers among 100 measurements (4.00%)
  2 (2.00%) high mild
  2 (2.00%) high severe
Benchmarking 5_compile/symbolica/Logistic Sigmoid
Benchmarking 5_compile/symbolica/Logistic Sigmoid: Warming up for 3.0000 s
Benchmarking 5_compile/symbolica/Logistic Sigmoid: Collecting 100 samples in estimated 5.0253 s (505k iterations)
Benchmarking 5_compile/symbolica/Logistic Sigmoid: Analyzing
5_compile/symbolica/Logistic Sigmoid
                        time:   [9.9728 µs 9.9791 µs 9.9857 µs]
Found 4 outliers among 100 measurements (4.00%)
  4 (4.00%) high mild
Benchmarking 5_compile/symbolica/Damped Oscillator
Benchmarking 5_compile/symbolica/Damped Oscillator: Warming up for 3.0000 s
Benchmarking 5_compile/symbolica/Damped Oscillator: Collecting 100 samples in estimated 5.0246 s (328k iterations)
Benchmarking 5_compile/symbolica/Damped Oscillator: Analyzing
5_compile/symbolica/Damped Oscillator
                        time:   [15.206 µs 15.213 µs 15.221 µs]
Found 7 outliers among 100 measurements (7.00%)
  3 (3.00%) high mild
  4 (4.00%) high severe
Benchmarking 5_compile/symbolica/Planck Blackbody
Benchmarking 5_compile/symbolica/Planck Blackbody: Warming up for 3.0000 s
Benchmarking 5_compile/symbolica/Planck Blackbody: Collecting 100 samples in estimated 5.0534 s (465k iterations)
Benchmarking 5_compile/symbolica/Planck Blackbody: Analyzing
5_compile/symbolica/Planck Blackbody
                        time:   [10.817 µs 10.832 µs 10.849 µs]
Found 5 outliers among 100 measurements (5.00%)
  3 (3.00%) high mild
  2 (2.00%) high severe

Benchmarking 6_eval_1000pts/symbolica/Normal PDF
Benchmarking 6_eval_1000pts/symbolica/Normal PDF: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/symbolica/Normal PDF: Collecting 100 samples in estimated 5.1553 s (81k iterations)
Benchmarking 6_eval_1000pts/symbolica/Normal PDF: Analyzing
6_eval_1000pts/symbolica/Normal PDF
                        time:   [63.816 µs 63.858 µs 63.904 µs]
Found 4 outliers among 100 measurements (4.00%)
  1 (1.00%) low mild
  2 (2.00%) high mild
  1 (1.00%) high severe
Benchmarking 6_eval_1000pts/symbolica/Gaussian 2D
Benchmarking 6_eval_1000pts/symbolica/Gaussian 2D: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/symbolica/Gaussian 2D: Collecting 100 samples in estimated 5.2317 s (81k iterations)
Benchmarking 6_eval_1000pts/symbolica/Gaussian 2D: Analyzing
6_eval_1000pts/symbolica/Gaussian 2D
                        time:   [64.598 µs 64.624 µs 64.653 µs]
Found 5 outliers among 100 measurements (5.00%)
  1 (1.00%) high mild
  4 (4.00%) high severe
Benchmarking 6_eval_1000pts/symbolica/Maxwell-Boltzmann
Benchmarking 6_eval_1000pts/symbolica/Maxwell-Boltzmann: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/symbolica/Maxwell-Boltzmann: Collecting 100 samples in estimated 5.3633 s (66k iterations)
Benchmarking 6_eval_1000pts/symbolica/Maxwell-Boltzmann: Analyzing
6_eval_1000pts/symbolica/Maxwell-Boltzmann
                        time:   [81.444 µs 81.487 µs 81.530 µs]
Found 9 outliers among 100 measurements (9.00%)
  7 (7.00%) high mild
  2 (2.00%) high severe
Benchmarking 6_eval_1000pts/symbolica/Lorentz Factor
Benchmarking 6_eval_1000pts/symbolica/Lorentz Factor: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/symbolica/Lorentz Factor: Collecting 100 samples in estimated 5.2352 s (96k iterations)
Benchmarking 6_eval_1000pts/symbolica/Lorentz Factor: Analyzing
6_eval_1000pts/symbolica/Lorentz Factor
                        time:   [54.551 µs 54.565 µs 54.579 µs]
Found 11 outliers among 100 measurements (11.00%)
  1 (1.00%) low mild
  4 (4.00%) high mild
  6 (6.00%) high severe
Benchmarking 6_eval_1000pts/symbolica/Lennard-Jones
Benchmarking 6_eval_1000pts/symbolica/Lennard-Jones: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/symbolica/Lennard-Jones: Collecting 100 samples in estimated 5.1444 s (81k iterations)
Benchmarking 6_eval_1000pts/symbolica/Lennard-Jones: Analyzing
6_eval_1000pts/symbolica/Lennard-Jones
                        time:   [63.657 µs 63.709 µs 63.790 µs]
Found 9 outliers among 100 measurements (9.00%)
  5 (5.00%) high mild
  4 (4.00%) high severe
Benchmarking 6_eval_1000pts/symbolica/Logistic Sigmoid
Benchmarking 6_eval_1000pts/symbolica/Logistic Sigmoid: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/symbolica/Logistic Sigmoid: Collecting 100 samples in estimated 5.1741 s (96k iterations)
Benchmarking 6_eval_1000pts/symbolica/Logistic Sigmoid: Analyzing
6_eval_1000pts/symbolica/Logistic Sigmoid
                        time:   [51.175 µs 51.194 µs 51.214 µs]
Found 4 outliers among 100 measurements (4.00%)
  1 (1.00%) low mild
  2 (2.00%) high mild
  1 (1.00%) high severe
Benchmarking 6_eval_1000pts/symbolica/Damped Oscillator
Benchmarking 6_eval_1000pts/symbolica/Damped Oscillator: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/symbolica/Damped Oscillator: Collecting 100 samples in estimated 5.0070 s (86k iterations)
Benchmarking 6_eval_1000pts/symbolica/Damped Oscillator: Analyzing
6_eval_1000pts/symbolica/Damped Oscillator
                        time:   [57.971 µs 58.046 µs 58.118 µs]
Benchmarking 6_eval_1000pts/symbolica/Planck Blackbody
Benchmarking 6_eval_1000pts/symbolica/Planck Blackbody: Warming up for 3.0000 s
Benchmarking 6_eval_1000pts/symbolica/Planck Blackbody: Collecting 100 samples in estimated 5.1997 s (81k iterations)
Benchmarking 6_eval_1000pts/symbolica/Planck Blackbody: Analyzing
6_eval_1000pts/symbolica/Planck Blackbody
                        time:   [64.200 µs 64.225 µs 64.250 µs]
Found 4 outliers among 100 measurements (4.00%)
  2 (2.00%) high mild
  2 (2.00%) high severe

Benchmarking 7_full_pipeline/symbolica/Normal PDF
Benchmarking 7_full_pipeline/symbolica/Normal PDF: Warming up for 3.0000 s
Benchmarking 7_full_pipeline/symbolica/Normal PDF: Collecting 100 samples in estimated 5.6230 s (45k iterations)
Benchmarking 7_full_pipeline/symbolica/Normal PDF: Analyzing
7_full_pipeline/symbolica/Normal PDF
                        time:   [123.82 µs 123.93 µs 124.05 µs]
Found 7 outliers among 100 measurements (7.00%)
  4 (4.00%) high mild
  3 (3.00%) high severe
Benchmarking 7_full_pipeline/symbolica/Gaussian 2D
Benchmarking 7_full_pipeline/symbolica/Gaussian 2D: Warming up for 3.0000 s
Benchmarking 7_full_pipeline/symbolica/Gaussian 2D: Collecting 100 samples in estimated 5.6659 s (35k iterations)
Benchmarking 7_full_pipeline/symbolica/Gaussian 2D: Analyzing
7_full_pipeline/symbolica/Gaussian 2D
                        time:   [159.84 µs 160.04 µs 160.29 µs]
Found 5 outliers among 100 measurements (5.00%)
  4 (4.00%) high mild
  1 (1.00%) high severe
Benchmarking 7_full_pipeline/symbolica/Maxwell-Boltzmann
Benchmarking 7_full_pipeline/symbolica/Maxwell-Boltzmann: Warming up for 3.0000 s
Benchmarking 7_full_pipeline/symbolica/Maxwell-Boltzmann: Collecting 100 samples in estimated 5.1198 s (20k iterations)
Benchmarking 7_full_pipeline/symbolica/Maxwell-Boltzmann: Analyzing
7_full_pipeline/symbolica/Maxwell-Boltzmann
                        time:   [252.24 µs 252.65 µs 253.09 µs]
Found 3 outliers among 100 measurements (3.00%)
  1 (1.00%) low mild
  2 (2.00%) high mild
Benchmarking 7_full_pipeline/symbolica/Lorentz Factor
Benchmarking 7_full_pipeline/symbolica/Lorentz Factor: Warming up for 3.0000 s
Benchmarking 7_full_pipeline/symbolica/Lorentz Factor: Collecting 100 samples in estimated 5.4271 s (45k iterations)
Benchmarking 7_full_pipeline/symbolica/Lorentz Factor: Analyzing
7_full_pipeline/symbolica/Lorentz Factor
                        time:   [119.46 µs 119.60 µs 119.75 µs]
Found 11 outliers among 100 measurements (11.00%)
  2 (2.00%) low mild
  5 (5.00%) high mild
  4 (4.00%) high severe
Benchmarking 7_full_pipeline/symbolica/Lennard-Jones
Benchmarking 7_full_pipeline/symbolica/Lennard-Jones: Warming up for 3.0000 s
Benchmarking 7_full_pipeline/symbolica/Lennard-Jones: Collecting 100 samples in estimated 5.2209 s (40k iterations)
Benchmarking 7_full_pipeline/symbolica/Lennard-Jones: Analyzing
7_full_pipeline/symbolica/Lennard-Jones
                        time:   [129.39 µs 129.59 µs 129.81 µs]
Found 1 outliers among 100 measurements (1.00%)
  1 (1.00%) high severe
Benchmarking 7_full_pipeline/symbolica/Logistic Sigmoid
Benchmarking 7_full_pipeline/symbolica/Logistic Sigmoid: Warming up for 3.0000 s
Benchmarking 7_full_pipeline/symbolica/Logistic Sigmoid: Collecting 100 samples in estimated 5.2491 s (56k iterations)
Benchmarking 7_full_pipeline/symbolica/Logistic Sigmoid: Analyzing
7_full_pipeline/symbolica/Logistic Sigmoid
                        time:   [94.427 µs 94.513 µs 94.608 µs]
Found 6 outliers among 100 measurements (6.00%)
  4 (4.00%) high mild
  2 (2.00%) high severe
Benchmarking 7_full_pipeline/symbolica/Damped Oscillator
Benchmarking 7_full_pipeline/symbolica/Damped Oscillator: Warming up for 3.0000 s
Benchmarking 7_full_pipeline/symbolica/Damped Oscillator: Collecting 100 samples in estimated 5.3945 s (30k iterations)
Benchmarking 7_full_pipeline/symbolica/Damped Oscillator: Analyzing
7_full_pipeline/symbolica/Damped Oscillator
                        time:   [177.76 µs 177.88 µs 178.00 µs]
Found 5 outliers among 100 measurements (5.00%)
  3 (3.00%) high mild
  2 (2.00%) high severe
Benchmarking 7_full_pipeline/symbolica/Planck Blackbody
Benchmarking 7_full_pipeline/symbolica/Planck Blackbody: Warming up for 3.0000 s
Benchmarking 7_full_pipeline/symbolica/Planck Blackbody: Collecting 100 samples in estimated 5.3881 s (25k iterations)
Benchmarking 7_full_pipeline/symbolica/Planck Blackbody: Analyzing
7_full_pipeline/symbolica/Planck Blackbody
                        time:   [212.97 µs 213.24 µs 213.55 µs]
Found 5 outliers among 100 measurements (5.00%)
  3 (3.00%) high mild
  2 (2.00%) high severe

[1m[92m     Running[0m benches/rust/large_expr.rs (target/release/deps/large_expr-1ed838998930c4ea)
Gnuplot not found, using plotters backend
Benchmarking large_expr_100/1_parse/symb_anafis
Benchmarking large_expr_100/1_parse/symb_anafis: Warming up for 3.0000 s
Benchmarking large_expr_100/1_parse/symb_anafis: Collecting 10 samples in estimated 10.005 s (65k iterations)
Benchmarking large_expr_100/1_parse/symb_anafis: Analyzing
large_expr_100/1_parse/symb_anafis
                        time:   [149.11 µs 149.58 µs 149.89 µs]
Benchmarking large_expr_100/1_parse/symbolica
Benchmarking large_expr_100/1_parse/symbolica: Warming up for 3.0000 s
Benchmarking large_expr_100/1_parse/symbolica: Collecting 10 samples in estimated 10.011 s (42k iterations)
Benchmarking large_expr_100/1_parse/symbolica: Analyzing
large_expr_100/1_parse/symbolica
                        time:   [234.21 µs 234.36 µs 234.45 µs]
Found 1 outliers among 10 measurements (10.00%)
  1 (10.00%) high severe
Benchmarking large_expr_100/2_diff/symb_anafis_diff_only
Benchmarking large_expr_100/2_diff/symb_anafis_diff_only: Warming up for 3.0000 s
Benchmarking large_expr_100/2_diff/symb_anafis_diff_only: Collecting 10 samples in estimated 10.000 s (114k iterations)
Benchmarking large_expr_100/2_diff/symb_anafis_diff_only: Analyzing
large_expr_100/2_diff/symb_anafis_diff_only
                        time:   [87.662 µs 87.896 µs 88.013 µs]
Found 2 outliers among 10 measurements (20.00%)
  1 (10.00%) low severe
  1 (10.00%) high severe
Benchmarking large_expr_100/2_diff/symb_anafis_diff+simplify
Benchmarking large_expr_100/2_diff/symb_anafis_diff+simplify: Warming up for 3.0000 s
Benchmarking large_expr_100/2_diff/symb_anafis_diff+simplify: Collecting 10 samples in estimated 10.302 s (1375 iterations)
Benchmarking large_expr_100/2_diff/symb_anafis_diff+simplify: Analyzing
large_expr_100/2_diff/symb_anafis_diff+simplify
                        time:   [7.4781 ms 7.4845 ms 7.4916 ms]
Benchmarking large_expr_100/2_diff/symbolica
Benchmarking large_expr_100/2_diff/symbolica: Warming up for 3.0000 s
Benchmarking large_expr_100/2_diff/symbolica: Collecting 10 samples in estimated 10.007 s (40k iterations)
Benchmarking large_expr_100/2_diff/symbolica: Analyzing
large_expr_100/2_diff/symbolica
                        time:   [249.30 µs 249.51 µs 249.71 µs]
Benchmarking large_expr_100/3_compile/symb_anafis_raw
Benchmarking large_expr_100/3_compile/symb_anafis_raw: Warming up for 3.0000 s
Benchmarking large_expr_100/3_compile/symb_anafis_raw: Collecting 10 samples in estimated 10.001 s (204k iterations)
Benchmarking large_expr_100/3_compile/symb_anafis_raw: Analyzing
large_expr_100/3_compile/symb_anafis_raw
                        time:   [48.865 µs 49.157 µs 49.300 µs]
Benchmarking large_expr_100/3_compile/symb_anafis_simplified
Benchmarking large_expr_100/3_compile/symb_anafis_simplified: Warming up for 3.0000 s
Benchmarking large_expr_100/3_compile/symb_anafis_simplified: Collecting 10 samples in estimated 10.002 s (278k iterations)
Benchmarking large_expr_100/3_compile/symb_anafis_simplified: Analyzing
large_expr_100/3_compile/symb_anafis_simplified
                        time:   [35.879 µs 35.918 µs 35.968 µs]
Benchmarking large_expr_100/3_compile/symbolica
Benchmarking large_expr_100/3_compile/symbolica: Warming up for 3.0000 s
Benchmarking large_expr_100/3_compile/symbolica: Collecting 10 samples in estimated 10.037 s (4730 iterations)
Benchmarking large_expr_100/3_compile/symbolica: Analyzing
large_expr_100/3_compile/symbolica
                        time:   [2.1003 ms 2.1027 ms 2.1052 ms]
Benchmarking large_expr_100/4_eval_1000pts/symb_anafis_raw/
Benchmarking large_expr_100/4_eval_1000pts/symb_anafis_raw/: Warming up for 3.0000 s
Benchmarking large_expr_100/4_eval_1000pts/symb_anafis_raw/: Collecting 10 samples in estimated 10.188 s (1595 iterations)
Benchmarking large_expr_100/4_eval_1000pts/symb_anafis_raw/: Analyzing
large_expr_100/4_eval_1000pts/symb_anafis_raw/
                        time:   [6.5674 ms 6.5890 ms 6.6086 ms]
Benchmarking large_expr_100/4_eval_1000pts/symb_anafis_simplified/
Benchmarking large_expr_100/4_eval_1000pts/symb_anafis_simplified/: Warming up for 3.0000 s
Benchmarking large_expr_100/4_eval_1000pts/symb_anafis_simplified/: Collecting 10 samples in estimated 10.156 s (2090 iterations)
Benchmarking large_expr_100/4_eval_1000pts/symb_anafis_simplified/: Analyzing
large_expr_100/4_eval_1000pts/symb_anafis_simplified/
                        time:   [5.0197 ms 5.0691 ms 5.0874 ms]
Found 2 outliers among 10 measurements (20.00%)
  2 (20.00%) low severe
Benchmarking large_expr_100/4_eval_1000pts/symbolica/
Benchmarking large_expr_100/4_eval_1000pts/symbolica/: Warming up for 3.0000 s
Benchmarking large_expr_100/4_eval_1000pts/symbolica/: Collecting 10 samples in estimated 10.157 s (2695 iterations)
Benchmarking large_expr_100/4_eval_1000pts/symbolica/: Analyzing
large_expr_100/4_eval_1000pts/symbolica/
                        time:   [3.7157 ms 3.7251 ms 3.7324 ms]
Found 1 outliers among 10 measurements (10.00%)
  1 (10.00%) low mild

Benchmarking large_expr_300/1_parse/symb_anafis
Benchmarking large_expr_300/1_parse/symb_anafis: Warming up for 3.0000 s
Benchmarking large_expr_300/1_parse/symb_anafis: Collecting 10 samples in estimated 10.020 s (21k iterations)
Benchmarking large_expr_300/1_parse/symb_anafis: Analyzing
large_expr_300/1_parse/symb_anafis
                        time:   [469.34 µs 469.98 µs 470.97 µs]
Benchmarking large_expr_300/1_parse/symbolica
Benchmarking large_expr_300/1_parse/symbolica: Warming up for 3.0000 s
Benchmarking large_expr_300/1_parse/symbolica: Collecting 10 samples in estimated 10.039 s (14k iterations)
Benchmarking large_expr_300/1_parse/symbolica: Analyzing
large_expr_300/1_parse/symbolica
                        time:   [727.04 µs 727.41 µs 727.97 µs]
Found 1 outliers among 10 measurements (10.00%)
  1 (10.00%) high severe
Benchmarking large_expr_300/2_diff/symb_anafis_diff_only
Benchmarking large_expr_300/2_diff/symb_anafis_diff_only: Warming up for 3.0000 s
Benchmarking large_expr_300/2_diff/symb_anafis_diff_only: Collecting 10 samples in estimated 10.013 s (36k iterations)
Benchmarking large_expr_300/2_diff/symb_anafis_diff_only: Analyzing
large_expr_300/2_diff/symb_anafis_diff_only
                        time:   [276.57 µs 276.85 µs 277.06 µs]
Found 1 outliers among 10 measurements (10.00%)
  1 (10.00%) high mild
Benchmarking large_expr_300/2_diff/symb_anafis_diff+simplify
Benchmarking large_expr_300/2_diff/symb_anafis_diff+simplify: Warming up for 3.0000 s
Benchmarking large_expr_300/2_diff/symb_anafis_diff+simplify: Collecting 10 samples in estimated 10.909 s (495 iterations)
Benchmarking large_expr_300/2_diff/symb_anafis_diff+simplify: Analyzing
large_expr_300/2_diff/symb_anafis_diff+simplify
                        time:   [21.905 ms 22.047 ms 22.176 ms]
Found 2 outliers among 10 measurements (20.00%)
  2 (20.00%) high mild
Benchmarking large_expr_300/2_diff/symbolica
Benchmarking large_expr_300/2_diff/symbolica: Warming up for 3.0000 s
Benchmarking large_expr_300/2_diff/symbolica: Collecting 10 samples in estimated 10.031 s (13k iterations)
Benchmarking large_expr_300/2_diff/symbolica: Analyzing
large_expr_300/2_diff/symbolica
                        time:   [790.18 µs 791.48 µs 792.89 µs]
Benchmarking large_expr_300/3_compile/symb_anafis_raw
Benchmarking large_expr_300/3_compile/symb_anafis_raw: Warming up for 3.0000 s
Benchmarking large_expr_300/3_compile/symb_anafis_raw: Collecting 10 samples in estimated 10.006 s (57k iterations)
Benchmarking large_expr_300/3_compile/symb_anafis_raw: Analyzing
large_expr_300/3_compile/symb_anafis_raw
                        time:   [175.42 µs 175.56 µs 175.75 µs]
Benchmarking large_expr_300/3_compile/symb_anafis_simplified
Benchmarking large_expr_300/3_compile/symb_anafis_simplified: Warming up for 3.0000 s
Benchmarking large_expr_300/3_compile/symb_anafis_simplified: Collecting 10 samples in estimated 10.006 s (78k iterations)
Benchmarking large_expr_300/3_compile/symb_anafis_simplified: Analyzing
large_expr_300/3_compile/symb_anafis_simplified
                        time:   [128.74 µs 129.01 µs 129.40 µs]
Found 1 outliers among 10 measurements (10.00%)
  1 (10.00%) high mild
Benchmarking large_expr_300/3_compile/symbolica
Benchmarking large_expr_300/3_compile/symbolica: Warming up for 3.0000 s
Benchmarking large_expr_300/3_compile/symbolica: Collecting 10 samples in estimated 10.634 s (715 iterations)
Benchmarking large_expr_300/3_compile/symbolica: Analyzing
large_expr_300/3_compile/symbolica
                        time:   [14.760 ms 15.198 ms 15.783 ms]
Found 1 outliers among 10 measurements (10.00%)
  1 (10.00%) high mild
Benchmarking large_expr_300/4_eval_1000pts/symb_anafis_raw/
Benchmarking large_expr_300/4_eval_1000pts/symb_anafis_raw/: Warming up for 3.0000 s
Benchmarking large_expr_300/4_eval_1000pts/symb_anafis_raw/: Collecting 10 samples in estimated 10.237 s (495 iterations)
Benchmarking large_expr_300/4_eval_1000pts/symb_anafis_raw/: Analyzing
large_expr_300/4_eval_1000pts/symb_anafis_raw/
                        time:   [20.543 ms 20.665 ms 20.757 ms]
Benchmarking large_expr_300/4_eval_1000pts/symb_anafis_simplified/
Benchmarking large_expr_300/4_eval_1000pts/symb_anafis_simplified/: Warming up for 3.0000 s
Benchmarking large_expr_300/4_eval_1000pts/symb_anafis_simplified/: Collecting 10 samples in estimated 10.157 s (715 iterations)
Benchmarking large_expr_300/4_eval_1000pts/symb_anafis_simplified/: Analyzing
large_expr_300/4_eval_1000pts/symb_anafis_simplified/
                        time:   [14.239 ms 14.472 ms 14.638 ms]
Found 4 outliers among 10 measurements (40.00%)
  2 (20.00%) low severe
  2 (20.00%) high mild
Benchmarking large_expr_300/4_eval_1000pts/symbolica/
Benchmarking large_expr_300/4_eval_1000pts/symbolica/: Warming up for 3.0000 s
Benchmarking large_expr_300/4_eval_1000pts/symbolica/: Collecting 10 samples in estimated 10.205 s (990 iterations)
Benchmarking large_expr_300/4_eval_1000pts/symbolica/: Analyzing
large_expr_300/4_eval_1000pts/symbolica/
                        time:   [10.264 ms 10.386 ms 10.437 ms]

