-
Notifications
You must be signed in to change notification settings - Fork 112
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
Testing against various pieces of code #56
Comments
Yep ... came here to suggest testing on some open source projects ... Linux Kernel, Firefox, Chromium etc. |
With most editors, you're not actually typing out those letters however - your editor/IDE is going to do a lot of lifting for you. You need to log the keystrokes you actually type. Does anyone know a good tool to do this? I would 👍 however that some type of code is going to be more realistic than Alice in Wonderland. |
agreed On a surface it might seems taking the source code and run a typing analysis over them is a good idea, actual typing in IDE involves a lot of autocomplete and autosuggest. anyway, it is better than nothing to have such a naive benchmark. |
Here is the test I create using python code of a file on the most popular repo. After a few test on different file. workman-p is not came up at the top. |
As a programmer I rather see tests results from of pieces of programming (JS, C++, PHP etc) instead of complete novels.
Please add some analytics where you show Workman's comparison for code bases instead of novels. Curious to see if the results differ.
The text was updated successfully, but these errors were encountered: