Skip to content

Commit

Permalink
docs: update tracking circuit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ashjeong committed May 17, 2024
1 parent c06ff40 commit 3e837be
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tachyon/zk/plonk/examples/tracking_testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@
## Currently Tested Types

| Circuit | FloorPlanner | PCS | LS |
| ------------------- | ------------------ | ------- | ------- |
| ------------------- | ------------------ | ------- | ------- | --- |
| SimpleCircuit | SimpleFloorPlanner | SHPlonk | Halo2LS |
| SimpleCircuit | V1FloorPlanner | SHPlonk | Halo2LS |
| SimpleLookupCircuit | SimpleFloorPlanner | SHPlonk | Halo2LS |
| SimpleLookupCircuit | V1FloorPlanner | SHPlonk | Halo2LS |
| ShuffleCircuit | SimpleFloorPlanner | SHPlonk | Halo2LS |
| ShuffleCircuit | V1FloorPlanner | SHPlonk | Halo2LS |
| Fibonacci1Circuit | SimpleFloorPlanner | SHPlonk | Halo2LS |
| Fibonacci1Circuit | V1FloorPlanner | SHPlonk | Halo2LS |
| Fibonacci2Circuit | SimpleFloorPlanner | SHPlonk | Halo2LS |
| Fibonacci2Circuit | V1FloorPlanner | SHPlonk | Halo2LS |
| Fibonacci3Circuit | SimpleFloorPlanner | SHPlonk | Halo2LS |
| Fibonacci3Circuit | V1FloorPlanner | SHPlonk | Halo2LS |

**In Progress**:

Expand All @@ -24,6 +30,8 @@ The following circuits result in the same test data when using `SimpleFloorPlann

- SimpleLookupCircuit
- ShuffleCircuit
- Fibonacci2Circuit
- Fibonacci3Circuit

## Test Data Variables

Expand Down

0 comments on commit 3e837be

Please sign in to comment.