move the benchmark runner

This commit is contained in:
Elliott Marquez 2019-08-27 17:46:45 -07:00
parent 2f490554f6
commit 3b90ee46b1

View File

@ -23,7 +23,7 @@ limitations under the License.
const params = new URLSearchParams(window.location.search);
const pack = params.get('package');
const bench = params.get('bench');
import(`./${pack}/${bench}.js`);
import(`./lib/benchmark/${pack}/${bench}.js`);
</script>
</body>
</html>