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

Testing against various pieces of code #56

Open
alystair opened this issue Jun 4, 2020 · 4 comments
Open

Testing against various pieces of code #56

alystair opened this issue Jun 4, 2020 · 4 comments

Comments

@alystair
Copy link

alystair commented Jun 4, 2020

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.

@fhaust
Copy link

fhaust commented Jun 4, 2020

Yep ... came here to suggest testing on some open source projects ... Linux Kernel, Firefox, Chromium etc.

@ctolkien
Copy link

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.

@wasdee
Copy link

wasdee commented Aug 3, 2020

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.

@wasdee
Copy link

wasdee commented Aug 3, 2020

Here is the test I create using python code of a file on the most popular repo.
http://patorjk.com/keyboard-layout-analyzer/#/load/bV0wSC19

After a few test on different file. workman-p is not came up at the top.

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

No branches or pull requests

4 participants