refactor: modularize audit and harden build validation
This commit is contained in:
@@ -613,5 +613,5 @@ func renderPowerBenchmarkResultsCard(exportDir string) string {
|
||||
}
|
||||
|
||||
// renderSpeed and renderEndurance are legacy wrappers; canonical page is 5. Benchmark at /benchmark.
|
||||
func renderSpeed(opts HandlerOptions) string { return renderBenchmark(opts) }
|
||||
func renderSpeed(opts HandlerOptions) string { return renderBenchmark(opts) }
|
||||
func renderEndurance(opts HandlerOptions) string { return renderBenchmark(opts) }
|
||||
|
||||
Reference in New Issue
Block a user