mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
890afc400f
Signed-off-by: Alexander Bezzubov <bzz@apache.org>
332 B
332 B
1 | function | tool | iterations | ns/op |
---|---|---|---|---|
2 | GetLanguage() | linguist | 5 | 3822076000 |
3 | Classify() | linguist | 5 | 329660597600 |
4 | GetLanguagesByModeline() | linguist | 5 | 2770912600 |
5 | GetLanguagesByFilename() | linguist | 5 | 34159000 |
6 | GetLanguagesByShebang() | linguist | 5 | 159317200 |
7 | GetLanguagesByExtension() | linguist | 5 | 354929800 |
8 | GetLanguagesByContent() | linguist | 5 | 3881611000 |