Make determining whether a code point represents a combining mark faster (#1719)

This commit is contained in:
Philipp Emanuel Weidmann
2020-06-12 09:40:00 +05:30
committed by GitHub
parent efb38b8636
commit 5ce26cca71
3 changed files with 29 additions and 9 deletions

View File

@@ -79,7 +79,7 @@ bench-compare:
for i in 1 2 3; do \
go test -bench=. ./internal/...; \
done > benchmark_results
benchstat benchmark_results_baseline benchmark_results
benchstat -alpha 0.15 benchmark_results_baseline benchmark_results
clean:
rm -f micro