File tree Expand file tree Collapse file tree 9 files changed +17
-9
lines changed 
module/move/benchkit/examples Expand file tree Collapse file tree 9 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 1- #![ allow( clippy:: all ) ]  
1+ #![   allow(   clippy:: needless_raw_string_hashes  )   ]  
22//! Advanced Usage Pattern Examples 
33//! 
44//! This example demonstrates EVERY advanced usage pattern for enhanced features: 
Original file line number Diff line number Diff line change 1- #![ allow( clippy:: all) ]  
1+ #![  allow(  clippy:: similar_names )  ]  
2+ #![  allow(  clippy:: needless_raw_string_hashes )  ]  
3+ #![  allow(  clippy:: std_instead_of_core )  ]  
4+ #![  allow(  clippy:: if_not_else )  ]  
25//! Demonstration of enhanced benchkit features 
36//!  
47//! This example showcases the new practical usage features: 
Original file line number Diff line number Diff line change 1- #![ allow( clippy:: all) ]  
21//! Comprehensive Error Handling Pattern Examples 
32//! 
43//! This example demonstrates EVERY error handling scenario for enhanced features: 
1413#![  allow(  clippy:: uninlined_format_args )  ]  
1514#![  allow(  clippy:: format_push_string )  ]  
1615#![  allow(  clippy:: too_many_lines )  ]  
16+ #![  allow(  clippy:: needless_raw_string_hashes )  ]  
17+ #![  allow(  clippy:: std_instead_of_core )  ]  
18+ #![  allow(  clippy:: if_not_else )  ]  
19+ #![  allow(  clippy:: permissions_set_readonly_false )  ]  
1720
1821use  benchkit:: prelude:: * ; 
1922use  std:: collections:: HashMap ; 
Original file line number Diff line number Diff line change 1- #![ allow( clippy:: all) ]  
21//! Complete Integration Workflow Examples 
32//! 
43//! This example demonstrates EVERY integration pattern combining all enhanced features: 
1615#![  allow(  clippy:: useless_vec )  ]  
1716#![  allow(  clippy:: needless_borrows_for_generic_args )  ]  
1817#![  allow(  clippy:: too_many_lines )  ]  
18+ #![  allow(  clippy:: needless_raw_string_hashes )  ]  
19+ #![  allow(  clippy:: std_instead_of_core )  ]  
1920
2021use  benchkit:: prelude:: * ; 
2122use  std:: collections:: HashMap ; 
Original file line number Diff line number Diff line change 1- #![ allow( clippy:: all) ]  
21//! Manual testing of `strs_tools` integration with benchkit 
32//! 
43//! This tests benchkit with actual `strs_tools` functionality to identify issues. 
Original file line number Diff line number Diff line change 1- #![ allow( clippy:: all) ]  
21//! Comprehensive demonstration of benchkit applied to `strs_tools` 
32//! 
43//! This example shows the transformation from complex criterion-based benchmarks 
Original file line number Diff line number Diff line change 1- #![ allow( clippy:: all) ]  
21//! Comprehensive Documentation Template Examples 
32//! 
43//! This example demonstrates EVERY use case of the Template System: 
1716#![  allow(  clippy:: cast_possible_truncation )  ]  
1817#![  allow(  clippy:: cast_precision_loss )  ]  
1918#![  allow(  clippy:: std_instead_of_core )  ]  
19+ #![  allow(  clippy:: needless_raw_string_hashes )  ]  
2020
2121use  benchkit:: prelude:: * ; 
2222use  std:: collections:: HashMap ; 
Original file line number Diff line number Diff line change 1- #![ allow( clippy:: all) ]  
21//! Comprehensive Update Chain Pattern Examples 
32//! 
43//! This example demonstrates EVERY use case of the Safe Update Chain Pattern: 
1312#![  allow(  clippy:: uninlined_format_args )  ]  
1413#![  allow(  clippy:: format_push_string )  ]  
1514#![  allow(  clippy:: needless_borrows_for_generic_args )  ]  
15+ #![  allow(  clippy:: needless_raw_string_hashes )  ]  
16+ #![  allow(  clippy:: std_instead_of_core )  ]  
17+ #![  allow(  clippy:: permissions_set_readonly_false )  ]  
18+ #![  allow(  clippy:: if_not_else )  ]  
1619
1720use  benchkit:: prelude:: * ; 
1821use  std:: collections:: HashMap ; 
Original file line number Diff line number Diff line change 1- #![ allow( clippy:: all ) ]  
1+ #![   allow(   clippy:: needless_raw_string_hashes  )   ]  
22//! Comprehensive Benchmark Validation Examples 
33//! 
44//! This example demonstrates EVERY use case of the Validation Framework: 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments