You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1093,6 +1093,8 @@ If you're on the [elixir-lang slack](https://elixir-lang.slack.com) also feel fr
1093
1093
1094
1094
Note that if the change includes adding new statistics you might need to introduce them to our statistics library [Statistex](https://github.com/bencheeorg/statistex) first!
1095
1095
1096
+
For an overview of benchee's architecture, check out [architecture](./architecture/README.md)!
1097
+
1096
1098
*`mix deps.get` to install dependencies
1097
1099
*`mix test` to run tests
1098
1100
*`mix dialyzer` to run dialyzer for type checking, might take a while on the first invocation (try building plts first with `mix dialyzer --plt`)
0 commit comments