mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
333 B
20 lines
333 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Duktape graphs</title>
|
|
<style type="text/css">
|
|
</style>
|
|
<body>
|
|
|
|
<p>Obsolete, see <a href="/benchmarks.html">Benchmarks</a>.</p>
|
|
|
|
<script>
|
|
setTimeout(function () {
|
|
window.location.href = 'http://duktape.org/benchmarks.html';
|
|
}, 1000);
|
|
</script>
|
|
|
|
</body>
|
|
</head>
|
|
</html>
|
|
|