Skip to content

Commit

Permalink
graph: update stats, add new implementations.
Browse files Browse the repository at this point in the history
New implementations: jq, pike, wren, zig, python kanaka#2, Swift 5.
  • Loading branch information
kanaka committed Jan 16, 2020
1 parent 236b0a4 commit 42e55b2
Show file tree
Hide file tree
Showing 4 changed files with 844 additions and 695 deletions.
7 changes: 5 additions & 2 deletions docs/graph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@ sudo gem install travis --no-rdoc --no-ri
```
cd docs/graph
BUILD=1328
BUILD=1490
for x in $(seq 1 100); do echo ${BUILD}/${x}; mkdir -p logs/${BUILD}; while ! travis logs ${BUILD}.${x} > logs/${BUILD}/${x}; do true; done; done
for x in $(seq 1 109); do echo ${BUILD}/${x}; mkdir -p logs/${BUILD}; while ! travis logs ${BUILD}.${x} > logs/${BUILD}/${x}; do true; done; done
```

* Run the [StackOverflow tags query](https://data.stackexchange.com/stackoverflow/query/edit/1013465) and update the CSV link:

```
export SO_TAG_CSV_URL=... # from the query page
E.G.
export SO_TAG_CSV_URL=https://data.stackexchange.com/stackoverflow/csv/1451851
```

* Remove/clean all generated files:
Expand All @@ -39,5 +41,6 @@ make -C ../.. clean
```
PATH=$PATH:~/personal/programming/loccount
npm install
time VERBOSE=1 node ./collect_data.js logs/${BUILD}/ all_data.json
```
Loading

0 comments on commit 42e55b2

Please sign in to comment.