Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Needs execution speed test #23

Open
tilkinsc opened this issue Feb 17, 2019 · 0 comments
Open

Needs execution speed test #23

tilkinsc opened this issue Feb 17, 2019 · 0 comments

Comments

@tilkinsc
Copy link
Owner

I think a good test for LuaConsole would be the total execution time based on multiple factors (calls to the program) outlined in the test from the travis.sh file.

It is based off of a target called, "Collect, Process, Output". The collection happens by the dll loader, which passes the data to the Processor and Output happens from there on. So I would also like test records of the collection process separately from total execution times.

Lua code execution time is irrelevant as it happens on part of the Lua library executing it, rather than the program interpreting it.

Finally, two sets of data would be nice. A debug and release form.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant