14 lines
231 B
HTML
14 lines
231 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<body>
|
||
|
<ul>
|
||
|
<li>
|
||
|
<a href="compiler/compiler_benchmark.html">Compiler benchmark</a>
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="tree/tree_benchmark.html">Tree benchmark</a>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</body>
|
||
|
</html>
|