Skip to content

tupac-amaru/benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

English (United States)|中文

Benchmarks

In some restricted scenarios, better-performing components, libraries, frameworks, and services can often save more resources. How to evaluate the performance of a component, library, framework, and service, the best way is to write code to evaluate The meaning of this code base is to collect various types of benchmark code for components, libraries, frameworks, and services.

structure

benchmarks
├── language
│    ├── component
│    │   ├── component-name
│    │   │   ├── purpose
│    │   │   │   ├── test code
│    │   │   │   └── README
│    │   └── Others
│    ├── library
│    │   ├── library-name
│    │   │   ├── version
│    │   │   │   ├── test code
│    │   │   │   └── README
│    │   └── Others
│    ├── framework
│    │   ├── version
│    │   │   ├── purpose
│    │   │   │   ├── test code
│    │   │   │   └── README
│    │   └── Others
│    ├── service
│    │   ├── version
│    │   │   ├── purpose
│    │   │   │   ├── test code
│    │   │   │   └── README
│    │   └── Others
│    └── scaffold
│        ├── BenchmarkDotNet
│        │    ├── codes
│        │    ├── benchmark script
│        │    └── README
│        └── Others
└─── Others