dart-sdk/benchmarks/FfiCall/native
Daco Harkes c1aa671a4d [benchmarks/ffi] FfiCall macos_arm64 support
We're not running benchmarks on M1s, but it's useful to be able to.

TEST=manually tested locally

Change-Id: Ic42ed8e4e61e7590ea03734f46fbec8b955be2ff
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/288203
Commit-Queue: Daco Harkes <dacoharkes@google.com>
Reviewed-by: Jonas Termansen <sortie@google.com>
2023-03-13 14:07:16 +00:00
..
.gitignore
cipd.yaml [benchmarks/ffi] Add @Native calls to FfiCall benchmark 2023-03-02 15:23:16 +00:00
Makefile [benchmarks/ffi] FfiCall macos_arm64 support 2023-03-13 14:07:16 +00:00
native_functions.c
README.md [benchmarks/ffi] Add @Native calls to FfiCall benchmark 2023-03-02 15:23:16 +00:00

To upload a new package to CIPD:

$ cd benchmarks/FfiCall/native
$ make
$ find . -name "*.o" -type f -delete
$ cipd create -pkg-def=cipd.yaml

Then update the top level DEPS file with the new hash. The new hash can be found with:

$ cipd instances dart/benchmarks/fficall