Skip to content

Commit

Permalink
add reference link in uptime bench
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jul 31, 2016
1 parent 6e471ea commit 682a840
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmarks/uptime/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<style type="text/css">
html, body {
margin: 0;
padding: 0;
padding: 0 10px;
font-family: sans-serif;
}

Expand Down Expand Up @@ -69,6 +69,7 @@
</style>
</head>
<body>
<p>Reference: <a href="https://github.com/tildeio/glimmer/blob/master/packages/glimmer-demos/lib/uptime.ts">Ember Glimmer 2 demo</a></p>
<div id="app">
<p>FPS: {{ fps }}</p>
<button @click="toggle">{{ playing ? 'pause' : 'play' }}</button>
Expand Down

0 comments on commit 682a840

Please sign in to comment.