mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
travis: Set CARGO_HOME to third_party/rust_crates (#1370)
Adds prebuilt hyperfine and sccache binaries Only build test_cc for LSAN Add Cargo.lock Only run benchmarks in master
This commit is contained in:
parent
3dbd18af09
commit
aa66ef98ea
15 changed files with 1471 additions and 41 deletions
|
@ -16,6 +16,7 @@ import tempfile
|
|||
import http_server
|
||||
import throughput_benchmark
|
||||
from http_benchmark import http_benchmark
|
||||
import prebuilt
|
||||
|
||||
# The list of the tuples of the benchmark name and arguments
|
||||
exec_time_benchmarks = [
|
||||
|
@ -156,7 +157,9 @@ def main(argv):
|
|||
|
||||
os.chdir(root_path)
|
||||
import_data_from_gh_pages()
|
||||
# TODO: Use hyperfine in //third_party
|
||||
|
||||
prebuilt.load_hyperfine()
|
||||
|
||||
run([
|
||||
"hyperfine", "--ignore-failure", "--export-json", benchmark_file,
|
||||
"--warmup", "3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue