Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4019)

Unified Diff: benchmark/benchmark.dart

Issue 1468343002: Improve the performance of isWithin(). (Closed) Base URL: git@github.com:dart-lang/path@master
Patch Set: remove -dev Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/context.dart » ('j') | lib/src/context.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: benchmark/benchmark.dart
diff --git a/benchmark/benchmark.dart b/benchmark/benchmark.dart
index 03871d0cd662f49bbe6cfa68240f91d14acde266..8451cc446e46e3022af0794fe16e43fa49c1e5aa 100644
--- a/benchmark/benchmark.dart
+++ b/benchmark/benchmark.dart
@@ -46,6 +46,7 @@ main(args) {
benchmark('relative', context.relative);
benchmark('toUri', context.toUri);
benchmark('prettyUri', context.prettyUri);
+ benchmark('isWithin', context.isWithin);
}
}
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/context.dart » ('j') | lib/src/context.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698