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:
parent
27ada6566b
commit
144bfb8faf
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user