jerryscript-project / js-remote-test

This repository is includes the automatic test results of iotjs
3 stars 16 forks source link

Merge the test result repositories #111

Open rtakacs opened 6 years ago

rtakacs commented 6 years ago

Currently, we have two repositories to store web-page files for IoT.js and JerryScript test results:

It would be nice if jerryscript-test-results repository could be merged into iotjs-test-results to eliminate code duplications. (In this case it does not need to create Pull Requests for both projects with the same content.) I also prefer if the https://samsung.github.io/iotjs-test-results/ page could show the JerryScript results as well. (Of course, the layout should be modified.)

What do you think?

LaszloLango commented 6 years ago

I think merging is a good idea since they are almost identical

robertsipka commented 6 years ago

I strongly support it. Actually, the same modifications have to be made on both sites in almost every case. There are only minor differences that need to be modified into a common schema such as memory measurement (system-heap, jerry-heap, stack). I think this would not require too much work.