blob: 93deb6fd31abebff0bbca64e01acbf25d8052d2a [file] [log] [blame]
// See file LICENSE for more information.
import '../benchmark/digest_benchmark.dart';
void main() {
DigestBenchmark('SHA-1').report();
}