Skip to content

Commit

Permalink
Merge pull request #24 from FederatedAI/dev-2.1.0
Browse files Browse the repository at this point in the history
Update 2.1.0
  • Loading branch information
mgqa34 authored Mar 6, 2024
2 parents 997ff01 + 3a632f0 commit ff20184
Show file tree
Hide file tree
Showing 11 changed files with 952 additions and 131 deletions.
7 changes: 6 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## Release 2.1.0
### Major Features and Improvements
> Fate-Test: FATE Automated Testing Tool
* Add Support for Job Runtime Configuration

## Release 2.0.0
### Major Features and Improvements
> Fate-Test: FATE Automated Testing Tool
* Migrated automated testing for functionality, performance, and correctness
* Migrated automated testing for functionality, performance, and correctness
9 changes: 5 additions & 4 deletions doc/fate_test.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ shown in last step

## command types

- suite: used for running testsuites,
- [suite](./fate_test_command.md#testsuite): used for running testsuites,
collection of FATE jobs

```bash
fate_test suite -i <path contains *testsuite.yaml>
```

- data: used for upload, delete, and generate dataset
- [data](./fate_test_command.md#data): used for upload, delete, and generate dataset

- upload/delete data command:

Expand All @@ -74,14 +74,15 @@ shown in last step
fate_test data generate -i <path1 contains *testsuite.yaml | *benchmark.yaml>
```

- benchmark-quality: used for comparing modeling quality between FATE
- [benchmark-quality](./fate_test_command.md#benchmark-quality): used for comparing modeling quality between FATE
and other machine learning systems

```bash
fate_test bq -i <path contains *benchmark.yaml>
```

- benchmark-performance: used for checking FATE algorithm performance; user
- [benchmark-performance](./fate_test_command.md#benchmark-performance): used for checking FATE algorithm performance;
user
should first generate and upload data before running performance testsuite

```bash
Expand Down
Loading

0 comments on commit ff20184

Please sign in to comment.