ra1u / redis-dart

fast redis protocol parser and client
MIT License
84 stars 35 forks source link

Migrate to test framework #12

Closed eknoes closed 5 years ago

eknoes commented 5 years ago

As discussed in #10, this aims to rewrite the tests using darts test framework.

eknoes commented 5 years ago

I implemented all tests but the performance tests using darts Testframework.

In the beginning, I also used the framework for performance tests, but that decreased the performance a lot.

Thats why the performance tests are partly rewritten, but they work as before. Numbers are also comparable.

When running all tests, the database is flushed beforehand.

You have any suggestions?