Update README.md

This commit is contained in:
Saurabh Misra 2024-05-20 17:56:03 -07:00 committed by GitHub
parent 44b3cd3135
commit 24d3193e3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,7 @@ Here's the projects that are part of the CodeFlash MonoRepo:
- Tracer - Our technology that collects and dumps the input arguments and other info for a Python executable.
- Replay test - This test reruns all the inputs for a function to optimize that were collected by the tracer.
- Inspired Regression tests - Newly generated Tests that were "inspired" by existing tests. That means these are new test cases that are generated by the llm understanding how the code works by looking at the existing test cases and function to optimize.
- comparator - Our function that compares any two Python objects and returns True if they are equal and False if they are not equal.
### Infra and Systems
- CF API - The javascript webservice that currently serves the GitHub App.