mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
4af0a59e8c
While our benchmarks don't involve overlapping memory between source and destination, general methods for copying between TypedData must. Thus, our benchmark for using the C interface via FFI must use memmove instead of memcpy. To avoid having to update our benchmark configurations, the name of that benchmark is unchanged. In addition, this CL adds filtering for benchmark names and turning on and off specific outputs for quick comparisons when running manually. Change-Id: I20616549d8bc9ab481884846d3f13df20a3c854e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/319981 Commit-Queue: Tess Strickland <sstrickl@google.com> Reviewed-by: Martin Kustermann <kustermann@google.com> |
||
---|---|---|
.. | ||
MemoryCopy.dart |