testmycode / tmc-server

Test My Code exercise server used by e.g. http://mooc.fi/
GNU General Public License v2.0
46 stars 41 forks source link

Bytecode counting #92

Closed mpartel closed 11 years ago

mpartel commented 12 years ago

Find or make a library for benchmarking a test case by counting bytecodes.

In theory, cheat-proofing is a bit of a concern. How does one verify the student code doesn't (reflectively) manipulate the counter?

See http://www.sciencedirect.com/science/article/pii/S1571066106002593 http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.184.5992 https://sdqweb.ipd.kit.edu/eclipse/ByCounter/doc/manual/ByCounter_Manual.pdf

mpartel commented 11 years ago

Alpha version done. See http://jproffa.net/