mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-19 06:33:06 -03:00
renamed benchmark directory to benchmarks
updated .gitignore
This commit is contained in:
6
benchmarks/csv/enry-distribution.csv
Normal file
6
benchmarks/csv/enry-distribution.csv
Normal file
@ -0,0 +1,6 @@
|
||||
timeInterval,enry,numberOfFiles
|
||||
1us-10us,enry,96
|
||||
10us-100us,enry,1244
|
||||
100us-1ms,enry,321
|
||||
1ms-10ms,enry,135
|
||||
10ms-100ms,enry,43
|
|
12874
benchmarks/csv/enry-samples.csv
Normal file
12874
benchmarks/csv/enry-samples.csv
Normal file
File diff suppressed because it is too large
Load Diff
8
benchmarks/csv/enry-total.csv
Normal file
8
benchmarks/csv/enry-total.csv
Normal file
@ -0,0 +1,8 @@
|
||||
function,tool,iterations,ns/op
|
||||
GetLanguage(),enry,100,1915861259
|
||||
Classify(),enry,5,39977943775
|
||||
GetLanguagesByModeline(),enry,1000,196571071
|
||||
GetLanguagesByFilename(),enry,2000000,89774
|
||||
GetLanguagesByShebang(),enry,100000,1892569
|
||||
GetLanguagesByExtension(),enry,200000,921160
|
||||
GetLanguagesByContent(),enry,1000,286159159
|
|
6
benchmarks/csv/linguist-distribution.csv
Normal file
6
benchmarks/csv/linguist-distribution.csv
Normal file
@ -0,0 +1,6 @@
|
||||
timeInterval,linguist,numberOfFiles
|
||||
1us-10us,linguist,0
|
||||
10us-100us,linguist,74
|
||||
100us-1ms,linguist,920
|
||||
1ms-10ms,linguist,788
|
||||
10ms-100ms,linguist,57
|
|
12874
benchmarks/csv/linguist-samples.csv
Normal file
12874
benchmarks/csv/linguist-samples.csv
Normal file
File diff suppressed because it is too large
Load Diff
8
benchmarks/csv/linguist-total.csv
Normal file
8
benchmarks/csv/linguist-total.csv
Normal file
@ -0,0 +1,8 @@
|
||||
function,tool,iterations,ns/op
|
||||
GetLanguage(),linguist,5,3979096800
|
||||
Classify(),linguist,5,178253431800
|
||||
GetLanguagesByModeline(),linguist,5,2582204000
|
||||
GetLanguagesByFilename(),linguist,5,2688800
|
||||
GetLanguagesByShebang(),linguist,5,77155200
|
||||
GetLanguagesByExtension(),linguist,5,6688800
|
||||
GetLanguagesByContent(),linguist,5,161719000
|
|
Reference in New Issue
Block a user