summaryrefslogtreecommitdiff
path: root/benchmarks/typometer
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update `benchmarks/typometer' to version 1.0.1Alexey Dokuchaev2018-07-033-8/+9
| | | | | | | | | | | - Fetch the distfile from the upstream GitHub instead of my mirror - Project was relicensed under Apache License 2 - Fix shebang in the wrapper script and call ${JAVA} via ``exec'' so it replaces sh(1) process (makes it look nicer in the ps(1) output) - Fix an apparent typo in the port description text Notes: svn path=/head/; revision=473838
* Add a port of Typometer, text/code editor typing latency analyzer.Alexey Dokuchaev2017-07-013-0/+61
Unfortunately, it's written in Java, but is a nice tool nonetheless. WWW: https://pavelfatin.com/typometer/ Notes: svn path=/head/; revision=444832