Commit 261ab36
authored
feat: add parameter max_workers to StudioBenchmark.execute
* add parameter max_workers to StudioBenchmark.execute
* to allow the control of parallel executions of various runs
- needed when too many requests clog the inference API
* default set to 10 for simple extension of functionality
* apply linter1 parent aa3a7ea commit 261ab36
File tree
1 file changed
+6
-1
lines changed- src/intelligence_layer/evaluation/benchmark
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
111 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
112 | 117 | | |
113 | 118 | | |
114 | 119 | | |
| |||
0 commit comments