https://bugs.webkit.org/show_bug.cgi?id=133416
Reviewed by Oliver Hunt.
Add an empty learn.json file so that it won't cause a 404 error when hosted on a http server.
Bumped the version number to 0.12.
* DoYouEvenBench/Full.html:
* DoYouEvenBench/resources/todomvc/learn.json:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@169502
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-05-30 Ryosuke Niwa <rniwa@webkit.org>
+
+ DYEBench spits out 404 errors for learn.json
+ https://bugs.webkit.org/show_bug.cgi?id=133416
+
+ Reviewed by Oliver Hunt.
+
+ Add an empty learn.json file so that it won't cause a 404 error when hosted on a http server.
+
+ Bumped the version number to 0.12.
+
+ * DoYouEvenBench/Full.html:
+ * DoYouEvenBench/resources/todomvc/learn.json:
+
2014-05-23 Geoffrey Garen <ggaren@apple.com>
Performance testing, diamond-square terrain generation + canvas
<!DOCTYPE html>
<html>
<head>
-<title>DoYouEvenBench v0.11</title>
+<title>DoYouEvenBench v0.12</title>
<style type="text/css">
caption { margin: 0; padding: 0; font-family: sans-serif; font-size: 1em; font-weight: bold; white-space: nowrap; }
#progressContainer { padding: 605px 0 10px 0; width: 800px; }