From 62750359d9718a8d9ed1699874d93081e74c2e30 Mon Sep 17 00:00:00 2001 From: Alexander Aprelev Date: Tue, 24 Aug 2021 15:54:14 +0000 Subject: [PATCH] [benchmark] Fix import statement in dart2/EventLoopLatencyRegexp benchmark. This is follow-up to 455a105c42c65e5ac17ea94686baad5107307dfc Change-Id: I346e0174dacad4fcae5285b63f77fe217543f7b0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/211040 Reviewed-by: Alexander Aprelev Commit-Queue: Alexander Aprelev --- .../EventLoopLatencyRegexp/dart2/EventLoopLatencyRegexp.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/EventLoopLatencyRegexp/dart2/EventLoopLatencyRegexp.dart b/benchmarks/EventLoopLatencyRegexp/dart2/EventLoopLatencyRegexp.dart index 86ef5bc19f1..11940c458e3 100644 --- a/benchmarks/EventLoopLatencyRegexp/dart2/EventLoopLatencyRegexp.dart +++ b/benchmarks/EventLoopLatencyRegexp/dart2/EventLoopLatencyRegexp.dart @@ -6,7 +6,7 @@ import 'dart:isolate'; -import 'json_benchmark.dart'; +import 'regexp_benchmark.dart'; import 'latency.dart'; main() async {