Skip to content

Commit 8453243

Browse files
committed
CI command fix and doc links fix
1 parent 836ffcc commit 8453243

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

sklbench/benchmarks/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Benchmark workflow:
2424
- Measure required estimator methods
2525
- Combine metrics and parameters into the output
2626

27-
See [benchmark-specific config parameters](../../configs/BENCH-CONFIG-SPEC.md#benchmark-specific-parameters).
27+
See [benchmark-specific config parameters](../../configs/README.md#benchmark-specific-parameters).
2828

2929
## `Function`
3030

@@ -35,7 +35,7 @@ Benchmark workflow:
3535
- Assign special values that require estimator/data to be loaded
3636
- Measure function performance metrics
3737

38-
See [benchmark-specific config parameters](../../configs/BENCH-CONFIG-SPEC.md#benchmark-specific-parameters).
38+
See [benchmark-specific config parameters](../../configs/README.md#benchmark-specific-parameters).
3939

4040
---
4141
[Documentation tree](../../README.md#-documentation-tree)

sklbench/runner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ And follows the next steps:
1717
5. Combine raw results and output them as a JSON file
1818
6. Call report generator in-place if requested
1919

20-
See [benchmarking config specification](../../docs/BENCH-CONFIG-SPEC.md) for explanation of config files formatting.
20+
See [benchmarking config specification](../../docs/README.md) for explanation of config files formatting.
2121

2222
```mermaid
2323
flowchart LR

test-configuration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ steps:
2626
python -m sklbench -l DEBUG -p algorithm:library=sklearnex algorithm:estimator=KMeans data:dataset=a9a
2727
displayName: CLI arguments run
2828
- script: |
29-
python -m sklbench -l INFO -c configs/testing/azure-pipelines-ci.json --generate-report
29+
python -m sklbench -l INFO -c configs/testing/azure-pipelines-ci.json --report
3030
displayName: CI config run

0 commit comments

Comments
 (0)