diff --git a/benchmarking/package-lock.json b/benchmarking/package-lock.json index 8990018..2f98529 100644 --- a/benchmarking/package-lock.json +++ b/benchmarking/package-lock.json @@ -3924,6 +3924,11 @@ "escape-string-regexp": "1.0.5" } }, + "file-drop-element": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/file-drop-element/-/file-drop-element-0.2.0.tgz", + "integrity": "sha512-BGDdaJ4U2Cz0qhv6YGLnuhVtKcN8fp7F/4dS7lGSL1Fbe8m4cbGk+8awwHW0xcFqutMojxGchMVuWYQpEpP/Qg==" + }, "file-loader": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-4.0.0.tgz", diff --git a/benchmarking/package.json b/benchmarking/package.json index f25c668..99420b1 100644 --- a/benchmarking/package.json +++ b/benchmarking/package.json @@ -22,6 +22,7 @@ "dependencies": { "benchmark": "^2.1.4", "chart.js": "^2.8.0", + "file-drop-element": "^0.2.0", "lodash": "^4.17.11", "react": "^16.8.6", "react-chartjs-2": "^2.7.6", diff --git a/benchmarking/public/chart.html b/benchmarking/public/chart.html new file mode 100644 index 0000000..861be33 --- /dev/null +++ b/benchmarking/public/chart.html @@ -0,0 +1,63 @@ + +
+ + + +