commit | 1cf624ba038a5fe426b2a7a3c1f750538a73808a | [log] [tgz] |
---|---|---|
author | Camillo Bruni <cbruni@chromium.org> | Tue Jan 31 09:42:15 2023 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 31 10:24:16 2023 |
tree | dffcf9cec5ec9f4e07c313aa9bbb67fce43f483a | |
parent | fcce324c4e7626e932635db71e074f26581aada9 [diff] |
[tools] Improve run_perf.py - Mark run_perf.py executable - Add more user-friendly option --d8-path aliase - Add --repeat alias that matches the go/crossbench flag - Handle symlinks for d8-directory using pathlib - Only print timeout message if the result has timed_out == True - Add .DS_Store to gitignore Change-Id: Ia0fb0b926632af4b520d3aaf447e5bd35723816e Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4205910 Commit-Queue: Camillo Bruni <cbruni@chromium.org> Reviewed-by: Alexander Schulze <alexschulze@chromium.org> Cr-Commit-Position: refs/heads/main@{#85555}
V8 is Google's open source JavaScript engine.
V8 implements ECMAScript as specified in ECMA-262.
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
V8 can run standalone, or can be embedded into any C++ application.
V8 Project page: https://v8.dev/docs
Checkout depot tools, and run
fetch v8
This will checkout V8 into the directory v8
and fetch all of its dependencies. To stay up to date, run
git pull origin gclient sync
For fetching all branches, add the following into your remote configuration in .git/config
:
fetch = +refs/branch-heads/*:refs/remotes/branch-heads/* fetch = +refs/tags/*:refs/tags/*
Please follow the instructions mentioned at v8.dev/docs/contribute.