https://github.com/Aider-AI/polyglot-benchmark
Coding problems used in aider's polyglot benchmark
https://github.com/Aider-AI/polyglot-benchmark
Last synced: 7 months ago
JSON representation
Coding problems used in aider's polyglot benchmark
- Host: GitHub
- URL: https://github.com/Aider-AI/polyglot-benchmark
- Owner: Aider-AI
- Created: 2024-12-22T13:53:05.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-22T13:54:57.000Z (10 months ago)
- Last Synced: 2024-12-22T14:33:32.184Z (10 months ago)
- Language: C++
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aider polyglot benchmark
This repository contains a curated collection of programming exercises extracted from Exercism's language tracks. These exercises are used for benchmarking and testing purposes.
For more information see:
- [The aider blog](https://aider.chat/2024/12/21/polyglot.html)
- [The benchmark harness README](https://github.com/Aider-AI/aider/tree/main/benchmark)## Source Attribution
All exercises in this repository are sourced from the following Exercism language tracks:
- [C++ Track](https://github.com/exercism/cpp)
- [Go Track](https://github.com/exercism/go)
- [Java Track](https://github.com/exercism/java)
- [JavaScript Track](https://github.com/exercism/javascript)
- [Python Track](https://github.com/exercism/python)
- [Rust Track](https://github.com/exercism/rust)## Credits
All exercise content is copyright © [Exercism](https://exercism.org). These exercises are used in accordance with Exercism's open source licenses.
Please visit [Exercism](https://exercism.org) or the
repos above to see licensing of these coding
exercises.