Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rocky-jaiswal/virtus-test
Test the cost of virtus object creation
https://github.com/rocky-jaiswal/virtus-test
Last synced: about 1 month ago
JSON representation
Test the cost of virtus object creation
- Host: GitHub
- URL: https://github.com/rocky-jaiswal/virtus-test
- Owner: rocky-jaiswal
- License: mit
- Created: 2013-12-07T15:25:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-07T15:56:22.000Z (about 11 years ago)
- Last Synced: 2024-06-12T18:57:11.150Z (6 months ago)
- Language: Ruby
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Test the cost of virtus object creation
Test the time taken by [Virtus](https://github.com/solnic/virtus) to create objects vs time taken when objects are created normally.
Does not look good -
. user system total real
10000 Ruby Obects: 0.090000 0.000000 0.090000 ( 0.083801)
.. user system total real
10000 Virtus Obects: 6.310000 0.000000 6.310000 ( 6.322598)
.