Small updates
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-07-23 23:25:00 -04:00
parent ecb696372d
commit aec77628f7
6 changed files with 20 additions and 24 deletions

View File

@ -7,7 +7,8 @@ $(document).ready ->
data:
type: $('#report_type').val()
choice: $('#report_choice').val()
compare: $('#report_compare').val()).done (data) ->
compare: $('#report_compare').val()
).done (data) ->
benchChart.options.title.text = data.choice
benchChart.data.labels = data.names
benchChart.data.datasets[0].data = data.avg_results