ml-archive / Serpent

A protocol to serialize Swift structs and classes for encoding and decoding.

Home Page:https://nodes-ios.github.io/Serpent/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Merge performance tests, move comparison tests to separate repository

dominik-hadl opened this issue · comments

All Serializable related performance tests should be merged into develop and master.

Tests for comparing other frameworks against Serializable should be moved to a different repository, so that this one isn't cluttered.


This will also make sure that performance tests are run in each travis build, which should make it easier for us to spot regressions or improvements.

commented

Serializable performance tests added in PR #98