Files
kotlin-fork/kotlin-native/tools/benchmarksAnalyzer/web/index.html
T
2022-07-19 07:53:10 +00:00

18 lines
659 B
HTML

<html>
<head>
<meta charset="UTF-8">
<title>
Benchmarks report
</title>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js">
</script>
<script type="text/javascript" src="compare/benchmarksAnalyzer.js"></script>
<script type="text/javascript" src="compare/main.js"></script>
</head>
</html>