Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)
.