├── .gitignore ├── LICENSE ├── README.md └── image └── codebenchpic.png /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | other.md 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tongye98/Awesome-Code-Benchmark/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tongye98/Awesome-Code-Benchmark/HEAD/README.md -------------------------------------------------------------------------------- /image/codebenchpic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tongye98/Awesome-Code-Benchmark/HEAD/image/codebenchpic.png --------------------------------------------------------------------------------