added files with local execution results

This commit is contained in:
Manuel Carmona
2017-06-28 13:05:12 +02:00
parent 8d91dc7be8
commit e4fa0067b3
12 changed files with 115949 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,9 @@
BenchmarkGetLanguageTotal/GetLanguage()_TOTAL-4 100 1915861259 ns/op
BenchmarkClassifyTotal/Classify()_TOTAL-4 5 39977943775 ns/op
BenchmarkStrategiesTotal/GetLanguagesByModeline()_TOTAL-4 1000 196571071 ns/op
BenchmarkStrategiesTotal/GetLanguagesByFilename()_TOTAL-4 2000000 89774 ns/op
BenchmarkStrategiesTotal/GetLanguagesByShebang()_TOTAL-4 100000 1892569 ns/op
BenchmarkStrategiesTotal/GetLanguagesByExtension()_TOTAL-4 200000 921160 ns/op
BenchmarkStrategiesTotal/GetLanguagesByContent()_TOTAL-4 1000 286159159 ns/op
PASS
ok gopkg.in/src-d/enry.v1 1837.814s

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,42 @@
Rehearsal ---------------------------------------------------------
GetLanguage()_TOTAL 5 19.910000 0.000000 19.910000 ( 19.919336)
----------------------------------------------- total: 19.910000sec
user system total real
GetLanguage()_TOTAL 5 19.890000 0.010000 19.900000 ( 19.895484)
Rehearsal ------------------------------------------------------
Classify()_TOTAL 5 891.620000 0.000000 891.620000 (891.632326)
------------------------------------------- total: 891.620000sec
user system total real
Classify()_TOTAL 5 891.260000 0.000000 891.260000 (891.267159)
Rehearsal --------------------------------------------------------------------
GetLanguagesByModeline()_TOTAL 5 12.840000 0.000000 12.840000 ( 12.845975)
---------------------------------------------------------- total: 12.840000sec
user system total real
GetLanguagesByModeline()_TOTAL 5 12.910000 0.010000 12.920000 ( 12.911020)
Rehearsal --------------------------------------------------------------------
GetLanguagesByFilename()_TOTAL 5 0.010000 0.000000 0.010000 ( 0.014610)
----------------------------------------------------------- total: 0.010000sec
user system total real
GetLanguagesByFilename()_TOTAL 5 0.020000 0.000000 0.020000 ( 0.013444)
Rehearsal -------------------------------------------------------------------
GetLanguagesByShebang()_TOTAL 5 0.380000 0.000000 0.380000 ( 0.385337)
---------------------------------------------------------- total: 0.380000sec
user system total real
GetLanguagesByShebang()_TOTAL 5 0.380000 0.000000 0.380000 ( 0.385776)
Rehearsal ---------------------------------------------------------------------
GetLanguagesByExtension()_TOTAL 5 0.050000 0.000000 0.050000 ( 0.046575)
------------------------------------------------------------ total: 0.050000sec
user system total real
GetLanguagesByExtension()_TOTAL 5 0.030000 0.000000 0.030000 ( 0.033444)
Rehearsal -------------------------------------------------------------------
GetLanguagesByContent()_TOTAL 5 0.820000 0.000000 0.820000 ( 0.818271)
---------------------------------------------------------- total: 0.820000sec
user system total real
GetLanguagesByContent()_TOTAL 5 0.810000 0.000000 0.810000 ( 0.808595)