Skip to content

Commit

Permalink
chore: fixed readme subcmd name.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Sep 7, 2023
1 parent a32e926 commit d4acc25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Right now, the tool implements, under the `configs` subcmd:
* configs stats
* configs build (using driverkit libraries)

Moreover, under the `s3` subcmd:
* s3 driver stats
* s3 driver cleanup
* s3 driver publish
Moreover, under the `drivers` subcmd:
* remote driver stats
* remote driver cleanup
* remote driver publish

This is enough to port [`update-dbg` image](https://github.com/falcosecurity/test-infra/tree/master/images/update-dbg) to make use of this tool instead of the currently used bash scripts.
First benchmarks showed a tremendous perf improvement: old update-dbg scripts took around 50m on my laptop for a single driverversion. The new tool takes ~10s.
Expand Down

0 comments on commit d4acc25

Please sign in to comment.