File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Benchmark workflow:
24
24
- Measure required estimator methods
25
25
- Combine metrics and parameters into the output
26
26
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 ) .
28
28
29
29
## ` Function `
30
30
@@ -35,7 +35,7 @@ Benchmark workflow:
35
35
- Assign special values that require estimator/data to be loaded
36
36
- Measure function performance metrics
37
37
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 ) .
39
39
40
40
---
41
41
[ Documentation tree] ( ../../README.md#-documentation-tree )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ And follows the next steps:
17
17
5 . Combine raw results and output them as a JSON file
18
18
6 . Call report generator in-place if requested
19
19
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.
21
21
22
22
``` mermaid
23
23
flowchart LR
Original file line number Diff line number Diff line change 26
26
python -m sklbench -l DEBUG -p algorithm:library=sklearnex algorithm:estimator=KMeans data:dataset=a9a
27
27
displayName: CLI arguments run
28
28
- 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
30
30
displayName: CI config run
You can’t perform that action at this time.
0 commit comments