Skip to content

Commit

Permalink
github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
munrocket committed Dec 3, 2019
1 parent 0dd0cd3 commit ade4405
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 424 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.nyc_output
coverage
node_modules
npm-debug.log
index.html
npm-debug.log
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js: node
env: NODE_ENV=test

before_script:
- npm run build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Number stored as unevaluated sum of two javascript float numbers and uses error-
### Benchmark
![](https://habrastorage.org/webt/i0/jk/-h/i0jk-hl2r9tixahe906pl2wj0j0.png)

You can check [quality](https://munrocket.github.io/double.js/), [performance](https://www.measurethat.net/Benchmarks/Show/6429/0/doublejs-benchmark) and [correctness](https://munrocket.github.io/double.js/test.html) of double.js library in your browser.
You can check [quality](https://munrocket.github.io/double.js/docs/benchmark.html), [performance](https://www.measurethat.net/Benchmarks/Show/6429/0/doublejs-benchmark) and [correctness](https://munrocket.github.io/double.js/docs/test.html) of double.js library in your browser.

### Usage
Include double.js script to webpage or install npm package. Here some basic examples
Expand Down
File renamed without changes.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<title>Benchmark</title>
<script>window.location.replace("/docs/benchmark.html");</script>
</head>
<body></body>
</html>
Loading

0 comments on commit ade4405

Please sign in to comment.