Skip to content

Commit

Permalink
Benchmark Enhancements: Update Docs for sai_bench and bcm_bench
Browse files Browse the repository at this point in the history
Summary:
Updating test case names for `sai_bench` and `bcm_bench` in various documentation files.

Found list of these files through `zbgs bcm_bench` and `zbgs sai_bench`.

Reviewed By: zechengh09

Differential Revision: D61296288

fbshipit-source-id: 7c4f752903f3787a9738ae22f0c5ebfdaa572079
  • Loading branch information
Shiva Ram Menta authored and facebook-github-bot committed Aug 15, 2024
1 parent c65335a commit c0798eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions fboss/agent/wiki/concepts/features/pktio_benchmarks_th3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ Steps
Native SDK tx slow path and rx slow path:
.. code-block:: sh
netcastle --team bcm_bench --basset-query fboss:wedge400/asic=tomahawk3 --regex tx_slow_path_rate
netcastle --team bcm_bench --basset-query fboss:wedge400/asic=tomahawk3 --regex rx_slow_path_rate
netcastle --team bcm_bench --basset-query fboss:wedge400/asic=tomahawk3 --regex runTxSlowPathBenchmark
netcastle --team bcm_bench --basset-query fboss:wedge400/asic=tomahawk3 --regex RxSlowPathBenchmark
Sai tx slow path and rx slow path:
.. code-block:: sh
netcastle --team sai_bench --basset-query fboss:wedge400/asic=tomahawk3 --regex tx_slow_path_rate
netcastle --team sai_bench --basset-query fboss:wedge400/asic=tomahawk3 --regex rx_slow_path_rate
netcastle --team sai_bench --basset-query fboss:wedge400/asic=tomahawk3 --regex runTxSlowPathBenchmark
netcastle --team sai_bench --basset-query fboss:wedge400/asic=tomahawk3 --regex RxSlowPathBenchmark
For native SDK, use command line argument `--use_pktio=false` to disable pktio. For sai, modify the config file to set 'pktio_driver_type: 0'.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ This wiki contains the performance comparison of Rx/Tx slow path rate on TH3. Th

Native SDK tx slow path and rx slow path:
```
netcastle –team bcm_bench –basset-query fboss:wedge400/asic=tomahawk3 –regex tx_slow_path_rate netcastle –team bcm_bench –basset-query fboss:wedge400/asic=tomahawk3 –regex rx_slow_path_rate
netcastle –team bcm_bench –basset-query fboss:wedge400/asic=tomahawk3 –regex runTxSlowPathBenchmark netcastle –team bcm_bench –basset-query fboss:wedge400/asic=tomahawk3 –regex RxSlowPathBenchmark
```

Sai tx slow path and rx slow path:
```
netcastle –team sai_bench –basset-query fboss:wedge400/asic=tomahawk3 –regex tx_slow_path_rate netcastle –team sai_bench –basset-query fboss:wedge400/asic=tomahawk3 –regex rx_slow_path_rate
netcastle –team sai_bench –basset-query fboss:wedge400/asic=tomahawk3 –regex runTxSlowPathBenchmark netcastle –team sai_bench –basset-query fboss:wedge400/asic=tomahawk3 –regex RxSlowPathBenchmark
```

For native SDK, use command line argument `--use_pktio=false` to disable pktio. For sai, modify the config file to set `pktio_driver_type: 0`.
Expand Down

0 comments on commit c0798eb

Please sign in to comment.