README.md in shallow_attributes-0.9.3 vs README.md in shallow_attributes-0.9.4
- old
+ new
@@ -13,10 +13,11 @@
to be defined with their types, for example: [virtus][virtus-link], [fast_attributes][fast-attributes-link]
or [attrio][attrio-link]. However, the disadvantage of these gems is performance or API. So, the goal
of `ShallowAttributes` is to provide a simple solution which is similar to the `Virtus` API, simple, fast,
understandable and extendable.
-This is [the performance benchmark][performance-benchmark] of ShallowAttributes compared to Virtus gems.
+* This is [the performance benchmark][performance-benchmark] of ShallowAttributes compared to Virtus gems.
+* [Default ruby struct, dry-struct, virtus and ShallowAttributes ips and memory benchmarks](https://gist.github.com/IvanShamatov/94e78ca52f04f20c6085651345dbdfda)
## Installation
Add this line to your application's Gemfile: