Scala benchmark: use fullLinkJS output

The JavaScript produced by `fullLinkJS` is about twice as fast as the
code produced by `fastLinkJS`.
This commit is contained in:
Aaron Fenyes 2024-08-10 21:30:36 -07:00
parent 27ada6566b
commit 144bfb8faf

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>The circular law</title> <title>The circular law</title>
<script type="text/javascript" src="./target/scala-3.4.2/circular-law-fastopt/main.js"></script> <script type="text/javascript" src="./target/scala-3.4.2/circular-law-opt/main.js"></script>
<link rel="stylesheet" href="main.css"/> <link rel="stylesheet" href="main.css"/>
</head> </head>
<body></body> <body></body>