myroslavarm / Experimental-Completion

My internship project: improving code completion for Pharo
6 stars 3 forks source link

profiling / bench marking code #74

Open myroslavarm opened 5 years ago

myroslavarm commented 5 years ago

see if there's a way to do this for our code completion code so we would have some actual numbers for showing if our completion is indeed better than the last one

another thing we could use is to count number of classes, methods, etc in the old completion and in the new one to compare the results