Skip to content

Instantly share code, notes, and snippets.

@vgaltes
Created December 19, 2015 17:11
Show Gist options
  • Save vgaltes/fadb9dd377e27f629c13 to your computer and use it in GitHub Desktop.
Save vgaltes/fadb9dd377e27f629c13 to your computer and use it in GitHub Desktop.
Number of entities changed
let numberOfEntitiesChanged =
totalCommits
|> Array.collect(fun c -> c.Files)
|> Array.length
-----------------------------------------------
val numberOfEntitiesChanged : int = 37765
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment