File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 3
3
* .jl.mem
4
4
.DS_Store
5
5
/Manifest.toml
6
- /docs /build /
7
- /docs /site /
6
+ /benchmark /tune.json
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ uuid = "67e1f08c-fd37-5136-8feb-70434d6f9f3a"
3
3
authors = [" Alan Schelten <alan.schelten@mercateo.com>" ]
4
4
version = " 1.0.5"
5
5
6
- [deps ]
7
- Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
8
-
9
6
[extras ]
10
7
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
8
+
9
+ [targets ]
10
+ test = [" Test" ]
Original file line number Diff line number Diff line change 1
1
using TextUnidecode, BenchmarkTools
2
- using BenchmarkTools
3
2
const SUITE = BenchmarkGroup ()
4
3
SUITE[" 南无阿弥陀佛" ] = @benchmarkable unidecode (" 南无阿弥陀佛" )
4
+ SUITE[" really only ascii all fine!" ] = @benchmarkable unidecode (" really only ascii all fine!" )
You can’t perform that action at this time.
0 commit comments