diff --git a/devops/scripts/benchmarks/html/config.js b/devops/scripts/benchmarks/html/config.js new file mode 100644 index 0000000000000..019e4e164f917 --- /dev/null +++ b/devops/scripts/benchmarks/html/config.js @@ -0,0 +1,5 @@ +// Specify the following variables to read data remotely from `remoteDataUrl`: + +//remoteDataUrl = 'https://example.com/data.json'; +//defaultCompareNames = ['baseline']; + diff --git a/devops/scripts/benchmarks/html/data.js b/devops/scripts/benchmarks/html/data.js new file mode 100644 index 0000000000000..2f1862fe621b7 --- /dev/null +++ b/devops/scripts/benchmarks/html/data.js @@ -0,0 +1,11 @@ +// This file serves as a placeholder for loading data locally: If +// `remoteDataUrl` (etc.) is not defined in config.js, the dashboard will +// attempt to load data from variables defined here instead. +// +// These variables are empty by default, and are populated by main.py if +// `--output-html local` is specified. + +benchmarkRuns = []; + +defaultCompareNames = []; + diff --git a/devops/scripts/benchmarks/html/index.html b/devops/scripts/benchmarks/html/index.html new file mode 100644 index 0000000000000..81c82c72fe471 --- /dev/null +++ b/devops/scripts/benchmarks/html/index.html @@ -0,0 +1,82 @@ + + + +
+ + +