Samsung / walrus

WebAssembly Lightweight RUntime
Apache License 2.0
35 stars 10 forks source link

Refactor tests #206

Closed GorogPeter closed 7 months ago

GorogPeter commented 7 months ago

I iterated the matrixMultiply tests in order to increase their runtime. But in my humble opinion, it's not the best solution. I think a bigger matrix multiplication would be more realistic and would be a better option. Moreover, these tests should be refactored like Mandelbrot tests have been refactored (same header file for more tests). What do you think? May I do these changes?

clover2123 commented 7 months ago

Maybe its better to add real libraries or apps for testing instead of making our owns.