d8c8474387
Change-Id: I8684dc9c79f9194999f89de1587a72067ec72426 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/225880 Reviewed-by: Jonas Termansen <sortie@google.com> Commit-Queue: Stephen Adams <sra@google.com>
12 lines
343 B
Dart
12 lines
343 B
Dart
// Copyright (c) 2021, the Dart project authors. Please see the AUTHORS file
|
|
// for details. All rights reserved. Use of this source code is governed by a
|
|
// BSD-style license that can be found in the LICENSE file.
|
|
|
|
// @dart=2.9
|
|
|
|
import '../dart/MapCopy.dart' as benchmark;
|
|
|
|
void main(List<String> arguments) {
|
|
benchmark.main(arguments);
|
|
}
|