Skip to content

Commit

Permalink
[release] Add native-code metrics to release/$VERSION/index.html.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Chu committed Oct 14, 2018
1 parent bd59344 commit 12f197d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/native-code.sh
Expand Up @@ -99,7 +99,7 @@ run-for-release() {

head $BASE_DIR/symbols.tsv $BASE_DIR/compileunits.tsv

report
report | tee $BASE_DIR/overview.txt
}

# TODO:
Expand Down
7 changes: 7 additions & 0 deletions doc/release-index.md
Expand Up @@ -44,8 +44,15 @@ Oil Version 0.6.pre5
compiled with CPython (for comparison).
- [src-bin-ratio-with-opy](metrics.wwz/bytecode/src-bin-ratio-with-opy.txt) -
How big is the compiled output?
- Native Code Metrics
- [overview](metrics.wwz/native-code/overview.txt) - An analysis of GCC's
compilation of [OVM][] (a subset of CPython). [Bloaty][] provides the
underlying data.

[cloc]: https://github.com/AlDanial/cloc
[Bloaty]: https://github.com/google/bloaty
[OVM]: //www.oilshell.org/cross-ref.html?tag=OVM#OVM


### Oil Tests

Expand Down

0 comments on commit 12f197d

Please sign in to comment.