Skip to content

Commit

Permalink
move test data with download script to data folder
Browse files Browse the repository at this point in the history
  • Loading branch information
vivkin committed Nov 9, 2014
1 parent e67628f commit 0acfcd3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.DS_Store
*.swp
*.json
data/*.json
build
build-debug
build-release
Expand Down
5 changes: 5 additions & 0 deletions data/download.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
curl -fLO https://raw.githubusercontent.com/mloskot/json_benchmark/master/data/canada.json \
-O https://raw.githubusercontent.com/Newbilius/big_json_import_demo/master/test_data/big.json \
-O https://raw.githubusercontent.com/RichardHightower/json-parsers-benchmark/master/data/citm_catalog.json \
-o marine.json https://raw.githubusercontent.com/mrdoob/three.js/master/examples/models/skinned/marine/marine.js
6 changes: 0 additions & 6 deletions download.sh

This file was deleted.

0 comments on commit 0acfcd3

Please sign in to comment.