Skip to content

Commit

Permalink
minor clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
PooriaNamyar committed Apr 2, 2024
1 parent 5e03b72 commit 99f6493
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@
├── MetaOptimize.Cli # examples and scripts to reproduce the results in
| # our NSDI24 and HotNet22 papers.
|
└── MetaOptimize.Test # testcases for MetaOpt.
├── MetaOptimize.Test # testcases for MetaOpt.
|
├── parsers # codes for parsing the log files
| # and ploting some of the results.
|
└── Topologies # topologies for our TE experiments.
```

## Getting Started
Expand Down

0 comments on commit 99f6493

Please sign in to comment.