From e4ae17eba6f1d5bfc8b4c53f967a9df2aa01573f Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Sat, 5 Sep 2026 16:43:19 +0800 Subject: [PATCH 1/5] perf(jit): cache native entries and reuse call feedback storage --- CHANGELOG.md | 5 + benchmarks/README.md | 15 + benchmarks/model.rs | 2 + benchmarks/report.rs | 1 + benchmarks/results/m3-entry-cache-paired.json | 9881 +++++++++++ .../m3-native-return-call-heavy-paired.json | 14707 +++++++++++++++ ...ive-return-fibonacci-recursive-paired.json | 14708 ++++++++++++++++ .../m3-native-return-generic-paired.json | 14708 ++++++++++++++++ .../m3-native-return-scalar-loop-paired.json | 14707 +++++++++++++++ benchmarks/run.rs | 12 + benchmarks/schema/jit-benchmark-v1.json | 1 + benchmarks/scripts/generic-call-entry.js | 17 + benchmarks/suites.lock | 9 + core/src/runtime/jit.rs | 16 + docs/M3.md | 186 + docs/NEXT_SESSION_GOAL.md | 40 + jit/src/abi.rs | 3 +- jit/src/lib.rs | 318 +- jit/src/metrics.rs | 4 + jit/tests/abi.rs | 2 +- jit/tests/native_boundary.rs | 322 + jit/tests/tier1_calls_properties.rs | 63 + sys/build_support/patch.rs | 7 +- sys/patches/0010-native-entry-cache.patch | 182 + sys/src/bindings/aarch64-apple-darwin.rs | 9 +- sys/src/bindings/aarch64-pc-windows-msvc.rs | 9 +- sys/src/bindings/aarch64-unknown-linux-gnu.rs | 9 +- .../bindings/aarch64-unknown-linux-musl.rs | 9 +- sys/src/bindings/wasm32-wasip1.rs | 9 +- sys/src/bindings/x86_64-apple-darwin.rs | 9 +- sys/src/bindings/x86_64-pc-windows-gnu.rs | 9 +- sys/src/bindings/x86_64-pc-windows-msvc.rs | 9 +- sys/src/bindings/x86_64-unknown-linux-gnu.rs | 9 +- sys/src/bindings/x86_64-unknown-linux-musl.rs | 9 +- sys/tests/jit_patch.rs | 5 +- 35 files changed, 69931 insertions(+), 80 deletions(-) create mode 100644 benchmarks/results/m3-entry-cache-paired.json create mode 100644 benchmarks/results/m3-native-return-call-heavy-paired.json create mode 100644 benchmarks/results/m3-native-return-fibonacci-recursive-paired.json create mode 100644 benchmarks/results/m3-native-return-generic-paired.json create mode 100644 benchmarks/results/m3-native-return-scalar-loop-paired.json create mode 100644 benchmarks/scripts/generic-call-entry.js create mode 100644 docs/M3.md create mode 100644 sys/patches/0010-native-entry-cache.patch diff --git a/CHANGELOG.md b/CHANGELOG.md index 897e0bedd..7889b3f93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- JIT M3: cache one idle native entry handle per runtime with epoch-based + invalidation (ABI minor 20), remove native-return queue allocation, and reuse + CALL feedback storage. Add acquisition metrics, lifecycle regressions, and + paired generic-call diagnostics. See `docs/M3.md`. + ### Deprecated ### Removed diff --git a/benchmarks/README.md b/benchmarks/README.md index bdccd5064..ca9a27480 100644 --- a/benchmarks/README.md +++ b/benchmarks/README.md @@ -56,6 +56,21 @@ it is a designated compute kernel and must enter its requested native tier. zero-entry samples remain visible as an explicit fail-closed gap instead of being reported as native performance. +`generic-call-entry` isolates the generic native-call boundary with a batched +short callee taking `(Int32, Bool)`. The Bool argument excludes the numeric +direct-call signature used by `call-heavy`. The Tier 1 integration test verifies +one `CALL` helper invocation per iteration and native callee entry, so a future +specialization change cannot silently turn this into a direct-call benchmark. +Its checksum is `seed + iterations`. It is non-designated because automatic +mode may demote this call-only workload. Compare it with `call-heavy` and +`fibonacci-recursive` when optimizing entry overhead; zero native entries are +fallback evidence, not an improvement in native entry cost. + +New evidence includes `native_acquisitions`: successfully acquired backend +handles, including OSR. Native executions that reuse a C entry handle increase +`native_entries` without another acquisition. Older reports omit this optional +counter; Bun reports it as `null`. + ## Representative performance matrix The default run also covers the broader JavaScript surface below. Every case diff --git a/benchmarks/model.rs b/benchmarks/model.rs index 3c9d4750b..e25ea85dd 100644 --- a/benchmarks/model.rs +++ b/benchmarks/model.rs @@ -77,6 +77,8 @@ pub struct SampleEvidence { pub elapsed_ns: u64, pub checksum: String, pub native_entries: Option, + #[serde(default)] + pub native_acquisitions: Option, pub native_exits: Option, pub fallback_count: Option, pub retry_count: Option, diff --git a/benchmarks/report.rs b/benchmarks/report.rs index ab685c8c3..205742d02 100644 --- a/benchmarks/report.rs +++ b/benchmarks/report.rs @@ -599,6 +599,7 @@ mod tests { elapsed_ns: b, checksum: c.into(), native_entries: Some(1), + native_acquisitions: Some(1), native_exits: Some(1), fallback_count: Some(0), retry_count: Some(0), diff --git a/benchmarks/results/m3-entry-cache-paired.json b/benchmarks/results/m3-entry-cache-paired.json new file mode 100644 index 000000000..de71c3dc2 --- /dev/null +++ b/benchmarks/results/m3-entry-cache-paired.json @@ -0,0 +1,9881 @@ +{ + "schema": "jit-entry-cache-paired-diagnostic-v1", + "status": "complete", + "started_utc": "2026-09-05T08:00:49Z", + "driver_sha256": "6edca003dee335da140af42d2f382fcc696c6c230a421ace9d1362464e7e1f7a", + "script": "/home/jason/work/quickjs-jit/benchmarks/scripts/generic-call-entry.js", + "script_sha256": "1eb475e3de0557bda01a5166e4d782d826f227370c6d4f72e1cb92e330a2cc40", + "executables": { + "reference": { + "path": "/tmp/jit-call-reference/jit-bench", + "sha256": "0dabbbd9e86fcbfd9b8a811fc843040fdfaa266f583d9b48ab9e61df3d74fed2" + }, + "candidate": { + "path": "/home/jason/work/quickjs-jit/target/release/jit-bench", + "sha256": "958cf3de6346b7502471f8ec934e08d5e72b672cc96681b0883f366b1187958c" + } + }, + "candidate_revision": "2bd518e3716137fc66461f9d5db8a63c26ca961d", + "source_dirty": true, + "warmup_processes_per_engine_and_mode": 5, + "fresh_process_pairs_per_mode": 30, + "throughput_windows_per_engine_and_mode": 10, + "throughput_window_min_ns": 1000000000, + "throughput_unit": "fresh jit-bench worker processes including setup and warmup", + "bootstrap_resamples": 10000, + "pairs": { + "interpreter": [ + { + "pair_index": 0, + "reference": { + "elapsed_ns": 1052805, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4972544, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1676387, + "runtime_create_ns": 45097, + "jit_attach_ns": 105, + "context_create_ns": 152311, + "definition_eval_ns": 54596, + "first_eval_ns": 137710, + "threshold_crossing_ns": 107267, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1052805 + } + }, + "candidate": { + "elapsed_ns": 1528860, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5103616, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2286295, + "runtime_create_ns": 42606, + "jit_attach_ns": 88, + "context_create_ns": 157173, + "definition_eval_ns": 65278, + "first_eval_ns": 154337, + "threshold_crossing_ns": 151228, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1528860 + } + } + }, + { + "pair_index": 1, + "reference": { + "elapsed_ns": 1534189, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5021696, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2271001, + "runtime_create_ns": 41923, + "jit_attach_ns": 110, + "context_create_ns": 155656, + "definition_eval_ns": 53584, + "first_eval_ns": 155543, + "threshold_crossing_ns": 152413, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1534189 + } + }, + "candidate": { + "elapsed_ns": 1560336, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5033984, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2300120, + "runtime_create_ns": 47856, + "jit_attach_ns": 110, + "context_create_ns": 151247, + "definition_eval_ns": 59623, + "first_eval_ns": 154212, + "threshold_crossing_ns": 149368, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1560336 + } + } + }, + { + "pair_index": 2, + "reference": { + "elapsed_ns": 1073143, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4997120, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1609396, + "runtime_create_ns": 29302, + "jit_attach_ns": 81, + "context_create_ns": 109911, + "definition_eval_ns": 42526, + "first_eval_ns": 117631, + "threshold_crossing_ns": 109576, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1073143 + } + }, + "candidate": { + "elapsed_ns": 1535353, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5140480, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2292932, + "runtime_create_ns": 43170, + "jit_attach_ns": 120, + "context_create_ns": 167914, + "definition_eval_ns": 56635, + "first_eval_ns": 155621, + "threshold_crossing_ns": 152235, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1535353 + } + } + }, + { + "pair_index": 3, + "reference": { + "elapsed_ns": 1073390, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4968448, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1601675, + "runtime_create_ns": 33146, + "jit_attach_ns": 80, + "context_create_ns": 111754, + "definition_eval_ns": 40094, + "first_eval_ns": 109771, + "threshold_crossing_ns": 107466, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1073390 + } + }, + "candidate": { + "elapsed_ns": 1534859, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5206016, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2295885, + "runtime_create_ns": 47636, + "jit_attach_ns": 111, + "context_create_ns": 161678, + "definition_eval_ns": 61677, + "first_eval_ns": 156925, + "threshold_crossing_ns": 151300, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1534859 + } + } + }, + { + "pair_index": 4, + "reference": { + "elapsed_ns": 1529078, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2273832, + "runtime_create_ns": 47369, + "jit_attach_ns": 125, + "context_create_ns": 149239, + "definition_eval_ns": 53700, + "first_eval_ns": 163115, + "threshold_crossing_ns": 153895, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1529078 + } + }, + "candidate": { + "elapsed_ns": 1416840, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5206016, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2163371, + "runtime_create_ns": 44483, + "jit_attach_ns": 29, + "context_create_ns": 160959, + "definition_eval_ns": 53677, + "first_eval_ns": 155534, + "threshold_crossing_ns": 153077, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1416840 + } + } + }, + { + "pair_index": 5, + "reference": { + "elapsed_ns": 1494317, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5251072, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2234622, + "runtime_create_ns": 43359, + "jit_attach_ns": 125, + "context_create_ns": 155742, + "definition_eval_ns": 53899, + "first_eval_ns": 159703, + "threshold_crossing_ns": 150547, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1494317 + } + }, + "candidate": { + "elapsed_ns": 1315641, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5160960, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2080189, + "runtime_create_ns": 51957, + "jit_attach_ns": 110, + "context_create_ns": 158460, + "definition_eval_ns": 55861, + "first_eval_ns": 157212, + "threshold_crossing_ns": 154082, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1315641 + } + } + }, + { + "pair_index": 6, + "reference": { + "elapsed_ns": 1531535, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4919296, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2277203, + "runtime_create_ns": 45319, + "jit_attach_ns": 72, + "context_create_ns": 155304, + "definition_eval_ns": 55097, + "first_eval_ns": 156793, + "threshold_crossing_ns": 153888, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1531535 + } + }, + "candidate": { + "elapsed_ns": 1520145, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5152768, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2281096, + "runtime_create_ns": 43777, + "jit_attach_ns": 110, + "context_create_ns": 165464, + "definition_eval_ns": 56379, + "first_eval_ns": 155650, + "threshold_crossing_ns": 156157, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1520145 + } + } + }, + { + "pair_index": 7, + "reference": { + "elapsed_ns": 1537795, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4968448, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2269802, + "runtime_create_ns": 43940, + "jit_attach_ns": 113, + "context_create_ns": 157314, + "definition_eval_ns": 52292, + "first_eval_ns": 153414, + "threshold_crossing_ns": 149897, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1537795 + } + }, + "candidate": { + "elapsed_ns": 1551313, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5087232, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2305661, + "runtime_create_ns": 43059, + "jit_attach_ns": 110, + "context_create_ns": 165481, + "definition_eval_ns": 55206, + "first_eval_ns": 156201, + "threshold_crossing_ns": 151262, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1551313 + } + } + }, + { + "pair_index": 8, + "reference": { + "elapsed_ns": 1520937, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5156864, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2269213, + "runtime_create_ns": 43179, + "jit_attach_ns": 146, + "context_create_ns": 153539, + "definition_eval_ns": 58800, + "first_eval_ns": 158517, + "threshold_crossing_ns": 152866, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1520937 + } + }, + "candidate": { + "elapsed_ns": 1056129, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5124096, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1607837, + "runtime_create_ns": 49365, + "jit_attach_ns": 146, + "context_create_ns": 118026, + "definition_eval_ns": 45369, + "first_eval_ns": 105611, + "threshold_crossing_ns": 103432, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1056129 + } + } + }, + { + "pair_index": 9, + "reference": { + "elapsed_ns": 1505950, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5255168, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2236704, + "runtime_create_ns": 43160, + "jit_attach_ns": 106, + "context_create_ns": 155275, + "definition_eval_ns": 55763, + "first_eval_ns": 152855, + "threshold_crossing_ns": 149889, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1505950 + } + }, + "candidate": { + "elapsed_ns": 1558988, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5144576, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2317807, + "runtime_create_ns": 43901, + "jit_attach_ns": 122, + "context_create_ns": 164047, + "definition_eval_ns": 55450, + "first_eval_ns": 154256, + "threshold_crossing_ns": 157847, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1558988 + } + } + }, + { + "pair_index": 10, + "reference": { + "elapsed_ns": 1495864, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4882432, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2227985, + "runtime_create_ns": 44557, + "jit_attach_ns": 125, + "context_create_ns": 150823, + "definition_eval_ns": 55306, + "first_eval_ns": 154352, + "threshold_crossing_ns": 149888, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1495864 + } + }, + "candidate": { + "elapsed_ns": 1513515, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5009408, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2273787, + "runtime_create_ns": 48629, + "jit_attach_ns": 113, + "context_create_ns": 157044, + "definition_eval_ns": 58638, + "first_eval_ns": 163812, + "threshold_crossing_ns": 151470, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1513515 + } + } + }, + { + "pair_index": 11, + "reference": { + "elapsed_ns": 1501926, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5177344, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2260356, + "runtime_create_ns": 45820, + "jit_attach_ns": 109, + "context_create_ns": 156384, + "definition_eval_ns": 63065, + "first_eval_ns": 153616, + "threshold_crossing_ns": 149844, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1501926 + } + }, + "candidate": { + "elapsed_ns": 1525076, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5083136, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2273414, + "runtime_create_ns": 48243, + "jit_attach_ns": 91, + "context_create_ns": 158845, + "definition_eval_ns": 55793, + "first_eval_ns": 153664, + "threshold_crossing_ns": 150298, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1525076 + } + } + }, + { + "pair_index": 12, + "reference": { + "elapsed_ns": 1389027, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5033984, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2171585, + "runtime_create_ns": 42710, + "jit_attach_ns": 119, + "context_create_ns": 149766, + "definition_eval_ns": 53803, + "first_eval_ns": 171660, + "threshold_crossing_ns": 173550, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1389027 + } + }, + "candidate": { + "elapsed_ns": 1524795, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5005312, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2244258, + "runtime_create_ns": 38143, + "jit_attach_ns": 126, + "context_create_ns": 147434, + "definition_eval_ns": 46603, + "first_eval_ns": 152340, + "threshold_crossing_ns": 158552, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1524795 + } + } + }, + { + "pair_index": 13, + "reference": { + "elapsed_ns": 1496817, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4993024, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2228897, + "runtime_create_ns": 43428, + "jit_attach_ns": 106, + "context_create_ns": 149084, + "definition_eval_ns": 53957, + "first_eval_ns": 153741, + "threshold_crossing_ns": 155915, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1496817 + } + }, + "candidate": { + "elapsed_ns": 1541417, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4923392, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2307024, + "runtime_create_ns": 52911, + "jit_attach_ns": 121, + "context_create_ns": 162358, + "definition_eval_ns": 59582, + "first_eval_ns": 157874, + "threshold_crossing_ns": 153656, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1541417 + } + } + }, + { + "pair_index": 14, + "reference": { + "elapsed_ns": 1088409, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5009408, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1611048, + "runtime_create_ns": 28004, + "jit_attach_ns": 79, + "context_create_ns": 107859, + "definition_eval_ns": 41518, + "first_eval_ns": 111517, + "threshold_crossing_ns": 107742, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1088409 + } + }, + "candidate": { + "elapsed_ns": 1547547, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5222400, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2312908, + "runtime_create_ns": 47680, + "jit_attach_ns": 112, + "context_create_ns": 160392, + "definition_eval_ns": 58854, + "first_eval_ns": 161273, + "threshold_crossing_ns": 153355, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1547547 + } + } + }, + { + "pair_index": 15, + "reference": { + "elapsed_ns": 1073242, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5025792, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1680234, + "runtime_create_ns": 48385, + "jit_attach_ns": 110, + "context_create_ns": 174136, + "definition_eval_ns": 40739, + "first_eval_ns": 110065, + "threshold_crossing_ns": 107875, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1073242 + } + }, + "candidate": { + "elapsed_ns": 1518192, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4931584, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2282736, + "runtime_create_ns": 47488, + "jit_attach_ns": 109, + "context_create_ns": 158662, + "definition_eval_ns": 63551, + "first_eval_ns": 156897, + "threshold_crossing_ns": 153238, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1518192 + } + } + }, + { + "pair_index": 16, + "reference": { + "elapsed_ns": 1518924, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5021696, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2290737, + "runtime_create_ns": 50435, + "jit_attach_ns": 134, + "context_create_ns": 176822, + "definition_eval_ns": 58127, + "first_eval_ns": 161048, + "threshold_crossing_ns": 151473, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1518924 + } + }, + "candidate": { + "elapsed_ns": 1056862, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5062656, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1657739, + "runtime_create_ns": 41330, + "jit_attach_ns": 31, + "context_create_ns": 167077, + "definition_eval_ns": 43194, + "first_eval_ns": 119163, + "threshold_crossing_ns": 105710, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1056862 + } + } + }, + { + "pair_index": 17, + "reference": { + "elapsed_ns": 1377265, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4972544, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2118379, + "runtime_create_ns": 45794, + "jit_attach_ns": 140, + "context_create_ns": 158135, + "definition_eval_ns": 55484, + "first_eval_ns": 156030, + "threshold_crossing_ns": 152490, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1377265 + } + }, + "candidate": { + "elapsed_ns": 1079465, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5083136, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1624272, + "runtime_create_ns": 29850, + "jit_attach_ns": 38, + "context_create_ns": 116357, + "definition_eval_ns": 44287, + "first_eval_ns": 117166, + "threshold_crossing_ns": 108059, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1079465 + } + } + }, + { + "pair_index": 18, + "reference": { + "elapsed_ns": 1257594, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5025792, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1987447, + "runtime_create_ns": 42963, + "jit_attach_ns": 103, + "context_create_ns": 150760, + "definition_eval_ns": 53304, + "first_eval_ns": 161661, + "threshold_crossing_ns": 150003, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1257594 + } + }, + "candidate": { + "elapsed_ns": 1523128, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5050368, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2282951, + "runtime_create_ns": 40810, + "jit_attach_ns": 114, + "context_create_ns": 160516, + "definition_eval_ns": 60695, + "first_eval_ns": 161371, + "threshold_crossing_ns": 153346, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1523128 + } + } + }, + { + "pair_index": 19, + "reference": { + "elapsed_ns": 1514912, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5132288, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2251581, + "runtime_create_ns": 43220, + "jit_attach_ns": 63, + "context_create_ns": 153580, + "definition_eval_ns": 53156, + "first_eval_ns": 152429, + "threshold_crossing_ns": 155010, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1514912 + } + }, + "candidate": { + "elapsed_ns": 1543851, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4947968, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2310738, + "runtime_create_ns": 49127, + "jit_attach_ns": 108, + "context_create_ns": 154177, + "definition_eval_ns": 69211, + "first_eval_ns": 158184, + "threshold_crossing_ns": 154388, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1543851 + } + } + }, + { + "pair_index": 20, + "reference": { + "elapsed_ns": 1503782, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5136384, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2255472, + "runtime_create_ns": 45193, + "jit_attach_ns": 75, + "context_create_ns": 157150, + "definition_eval_ns": 54676, + "first_eval_ns": 154571, + "threshold_crossing_ns": 151022, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1503782 + } + }, + "candidate": { + "elapsed_ns": 1063218, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5095424, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1583901, + "runtime_create_ns": 26308, + "jit_attach_ns": 41, + "context_create_ns": 108030, + "definition_eval_ns": 46922, + "first_eval_ns": 111494, + "threshold_crossing_ns": 104923, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1063218 + } + } + }, + { + "pair_index": 21, + "reference": { + "elapsed_ns": 1085357, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4968448, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1595315, + "runtime_create_ns": 26966, + "jit_attach_ns": 80, + "context_create_ns": 106193, + "definition_eval_ns": 41718, + "first_eval_ns": 107652, + "threshold_crossing_ns": 105344, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1085357 + } + }, + "candidate": { + "elapsed_ns": 1565825, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5058560, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2338799, + "runtime_create_ns": 47297, + "jit_attach_ns": 109, + "context_create_ns": 165585, + "definition_eval_ns": 59259, + "first_eval_ns": 162945, + "threshold_crossing_ns": 152875, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1565825 + } + } + }, + { + "pair_index": 22, + "reference": { + "elapsed_ns": 1504428, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4956160, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2248638, + "runtime_create_ns": 45623, + "jit_attach_ns": 105, + "context_create_ns": 157894, + "definition_eval_ns": 55954, + "first_eval_ns": 151984, + "threshold_crossing_ns": 156221, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1504428 + } + }, + "candidate": { + "elapsed_ns": 1563780, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5181440, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2346533, + "runtime_create_ns": 45534, + "jit_attach_ns": 116, + "context_create_ns": 165464, + "definition_eval_ns": 55944, + "first_eval_ns": 163904, + "threshold_crossing_ns": 159301, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1563780 + } + } + }, + { + "pair_index": 23, + "reference": { + "elapsed_ns": 1072032, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5013504, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1752160, + "runtime_create_ns": 47313, + "jit_attach_ns": 190, + "context_create_ns": 242546, + "definition_eval_ns": 40812, + "first_eval_ns": 111027, + "threshold_crossing_ns": 109057, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1072032 + } + }, + "candidate": { + "elapsed_ns": 1049028, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5062656, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1579376, + "runtime_create_ns": 27238, + "jit_attach_ns": 41, + "context_create_ns": 114858, + "definition_eval_ns": 42535, + "first_eval_ns": 111930, + "threshold_crossing_ns": 108190, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1049028 + } + } + }, + { + "pair_index": 24, + "reference": { + "elapsed_ns": 1295947, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5120000, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2024286, + "runtime_create_ns": 41551, + "jit_attach_ns": 108, + "context_create_ns": 150898, + "definition_eval_ns": 56311, + "first_eval_ns": 150046, + "threshold_crossing_ns": 153872, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1295947 + } + }, + "candidate": { + "elapsed_ns": 1072533, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5017600, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1801349, + "runtime_create_ns": 42092, + "jit_attach_ns": 112, + "context_create_ns": 149486, + "definition_eval_ns": 45188, + "first_eval_ns": 161235, + "threshold_crossing_ns": 151270, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1072533 + } + } + }, + { + "pair_index": 25, + "reference": { + "elapsed_ns": 1506667, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5009408, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2280511, + "runtime_create_ns": 53500, + "jit_attach_ns": 110, + "context_create_ns": 166251, + "definition_eval_ns": 52466, + "first_eval_ns": 164346, + "threshold_crossing_ns": 156420, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1506667 + } + }, + "candidate": { + "elapsed_ns": 1532965, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5230592, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2292327, + "runtime_create_ns": 47868, + "jit_attach_ns": 109, + "context_create_ns": 159040, + "definition_eval_ns": 57978, + "first_eval_ns": 156514, + "threshold_crossing_ns": 151250, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1532965 + } + } + }, + { + "pair_index": 26, + "reference": { + "elapsed_ns": 1651949, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5120000, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2427075, + "runtime_create_ns": 39753, + "jit_attach_ns": 112, + "context_create_ns": 151989, + "definition_eval_ns": 52094, + "first_eval_ns": 167144, + "threshold_crossing_ns": 166509, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1651949 + } + }, + "candidate": { + "elapsed_ns": 1225161, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5210112, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2003340, + "runtime_create_ns": 53522, + "jit_attach_ns": 125, + "context_create_ns": 168621, + "definition_eval_ns": 58684, + "first_eval_ns": 155591, + "threshold_crossing_ns": 152991, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1225161 + } + } + }, + { + "pair_index": 27, + "reference": { + "elapsed_ns": 1096965, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5099520, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1854170, + "runtime_create_ns": 46478, + "jit_attach_ns": 104, + "context_create_ns": 150513, + "definition_eval_ns": 51664, + "first_eval_ns": 152971, + "threshold_crossing_ns": 218171, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1096965 + } + }, + "candidate": { + "elapsed_ns": 1303374, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5009408, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2052664, + "runtime_create_ns": 43582, + "jit_attach_ns": 110, + "context_create_ns": 161018, + "definition_eval_ns": 56712, + "first_eval_ns": 155589, + "threshold_crossing_ns": 155581, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1303374 + } + } + }, + { + "pair_index": 28, + "reference": { + "elapsed_ns": 1194214, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5099520, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1944383, + "runtime_create_ns": 47076, + "jit_attach_ns": 146, + "context_create_ns": 163522, + "definition_eval_ns": 55793, + "first_eval_ns": 153727, + "threshold_crossing_ns": 149955, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1194214 + } + }, + "candidate": { + "elapsed_ns": 1045764, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5038080, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1720505, + "runtime_create_ns": 41383, + "jit_attach_ns": 141, + "context_create_ns": 165801, + "definition_eval_ns": 57697, + "first_eval_ns": 155678, + "threshold_crossing_ns": 121452, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1045764 + } + } + }, + { + "pair_index": 29, + "reference": { + "elapsed_ns": 1521138, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5160960, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2264622, + "runtime_create_ns": 41619, + "jit_attach_ns": 127, + "context_create_ns": 155526, + "definition_eval_ns": 59877, + "first_eval_ns": 155709, + "threshold_crossing_ns": 152284, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1521138 + } + }, + "candidate": { + "elapsed_ns": 1567616, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5120000, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2324015, + "runtime_create_ns": 39642, + "jit_attach_ns": 79, + "context_create_ns": 161690, + "definition_eval_ns": 62396, + "first_eval_ns": 159318, + "threshold_crossing_ns": 152732, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1567616 + } + } + } + ], + "tier1": [ + { + "pair_index": 0, + "candidate": { + "elapsed_ns": 12655935, + "checksum": "number:409f400000000000", + "native_entries": 30979, + "native_acquisitions": 1122, + "native_exits": 30979, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10231808, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22335165, + "runtime_create_ns": 44000, + "jit_attach_ns": 102686, + "context_create_ns": 166995, + "definition_eval_ns": 75454, + "first_eval_ns": 1160944, + "threshold_crossing_ns": 6828041, + "compile_ns": 7218487, + "install_ns": 65987, + "osr_ns": 0, + "steady_state_ns": 12655935 + } + }, + "reference": { + "elapsed_ns": 14244944, + "checksum": "number:409f400000000000", + "native_entries": 29256, + "native_exits": 29256, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10108928, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23748365, + "runtime_create_ns": 42964, + "jit_attach_ns": 103095, + "context_create_ns": 160492, + "definition_eval_ns": 76296, + "first_eval_ns": 1195006, + "threshold_crossing_ns": 6461717, + "compile_ns": 7413348, + "install_ns": 69017, + "osr_ns": 0, + "steady_state_ns": 14244944 + } + } + }, + { + "pair_index": 1, + "candidate": { + "elapsed_ns": 12692759, + "checksum": "number:409f400000000000", + "native_entries": 29664, + "native_acquisitions": 1069, + "native_exits": 29664, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10149888, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 20574663, + "runtime_create_ns": 29007, + "jit_attach_ns": 63245, + "context_create_ns": 118395, + "definition_eval_ns": 55419, + "first_eval_ns": 761361, + "threshold_crossing_ns": 5564136, + "compile_ns": 6017176, + "install_ns": 42461, + "osr_ns": 0, + "steady_state_ns": 12692759 + } + }, + "reference": { + "elapsed_ns": 14512757, + "checksum": "number:409f400000000000", + "native_entries": 28948, + "native_exits": 28948, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9986048, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23452525, + "runtime_create_ns": 46325, + "jit_attach_ns": 105865, + "context_create_ns": 152511, + "definition_eval_ns": 75593, + "first_eval_ns": 1173027, + "threshold_crossing_ns": 5916198, + "compile_ns": 6117609, + "install_ns": 58054, + "osr_ns": 0, + "steady_state_ns": 14512757 + } + } + }, + { + "pair_index": 2, + "candidate": { + "elapsed_ns": 12637361, + "checksum": "number:409f400000000000", + "native_entries": 31050, + "native_acquisitions": 1110, + "native_exits": 31050, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25169649, + "runtime_create_ns": 36702, + "jit_attach_ns": 95979, + "context_create_ns": 145965, + "definition_eval_ns": 60186, + "first_eval_ns": 1161147, + "threshold_crossing_ns": 9236722, + "compile_ns": 8507509, + "install_ns": 70778, + "osr_ns": 0, + "steady_state_ns": 12637361 + } + }, + "reference": { + "elapsed_ns": 14407180, + "checksum": "number:409f400000000000", + "native_entries": 27282, + "native_exits": 27282, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10108928, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23299945, + "runtime_create_ns": 44071, + "jit_attach_ns": 101007, + "context_create_ns": 157987, + "definition_eval_ns": 70935, + "first_eval_ns": 1168459, + "threshold_crossing_ns": 5867159, + "compile_ns": 5976067, + "install_ns": 62749, + "osr_ns": 0, + "steady_state_ns": 14407180 + } + } + }, + { + "pair_index": 3, + "candidate": { + "elapsed_ns": 12682170, + "checksum": "number:409f400000000000", + "native_entries": 31765, + "native_acquisitions": 1164, + "native_exits": 31765, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10014720, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 21867429, + "runtime_create_ns": 31787, + "jit_attach_ns": 61504, + "context_create_ns": 108849, + "definition_eval_ns": 57881, + "first_eval_ns": 762011, + "threshold_crossing_ns": 6867403, + "compile_ns": 7099271, + "install_ns": 46849, + "osr_ns": 0, + "steady_state_ns": 12682170 + } + }, + "reference": { + "elapsed_ns": 14527347, + "checksum": "number:409f400000000000", + "native_entries": 29047, + "native_exits": 29047, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9957376, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24421091, + "runtime_create_ns": 44671, + "jit_attach_ns": 104323, + "context_create_ns": 151787, + "definition_eval_ns": 68996, + "first_eval_ns": 1172827, + "threshold_crossing_ns": 6869070, + "compile_ns": 7129567, + "install_ns": 68140, + "osr_ns": 0, + "steady_state_ns": 14527347 + } + } + }, + { + "pair_index": 4, + "candidate": { + "elapsed_ns": 12607465, + "checksum": "number:409f400000000000", + "native_entries": 31154, + "native_acquisitions": 1114, + "native_exits": 31154, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9994240, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24161767, + "runtime_create_ns": 42825, + "jit_attach_ns": 97655, + "context_create_ns": 208618, + "definition_eval_ns": 58335, + "first_eval_ns": 1151031, + "threshold_crossing_ns": 8700179, + "compile_ns": 8334784, + "install_ns": 68374, + "osr_ns": 0, + "steady_state_ns": 12607465 + } + }, + "reference": { + "elapsed_ns": 15575297, + "checksum": "number:409f400000000000", + "native_entries": 29033, + "native_exits": 29033, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10035200, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25518992, + "runtime_create_ns": 50985, + "jit_attach_ns": 106063, + "context_create_ns": 148208, + "definition_eval_ns": 69382, + "first_eval_ns": 1165633, + "threshold_crossing_ns": 6908805, + "compile_ns": 7136908, + "install_ns": 66248, + "osr_ns": 0, + "steady_state_ns": 15575297 + } + } + }, + { + "pair_index": 5, + "candidate": { + "elapsed_ns": 12708701, + "checksum": "number:409f400000000000", + "native_entries": 30868, + "native_acquisitions": 1105, + "native_exits": 30868, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10055680, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 21772941, + "runtime_create_ns": 43217, + "jit_attach_ns": 105326, + "context_create_ns": 165176, + "definition_eval_ns": 71688, + "first_eval_ns": 1161004, + "threshold_crossing_ns": 6206951, + "compile_ns": 6164520, + "install_ns": 53908, + "osr_ns": 0, + "steady_state_ns": 12708701 + } + }, + "reference": { + "elapsed_ns": 14477932, + "checksum": "number:409f400000000000", + "native_entries": 29037, + "native_exits": 29037, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10051584, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22900808, + "runtime_create_ns": 46195, + "jit_attach_ns": 104060, + "context_create_ns": 157385, + "definition_eval_ns": 71567, + "first_eval_ns": 1187181, + "threshold_crossing_ns": 5377225, + "compile_ns": 6120419, + "install_ns": 50755, + "osr_ns": 0, + "steady_state_ns": 14477932 + } + } + }, + { + "pair_index": 6, + "candidate": { + "elapsed_ns": 12678406, + "checksum": "number:409f400000000000", + "native_entries": 30602, + "native_acquisitions": 1108, + "native_exits": 30602, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9981952, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 21469591, + "runtime_create_ns": 43473, + "jit_attach_ns": 94734, + "context_create_ns": 162677, + "definition_eval_ns": 87076, + "first_eval_ns": 1166932, + "threshold_crossing_ns": 5939317, + "compile_ns": 6584091, + "install_ns": 60866, + "osr_ns": 0, + "steady_state_ns": 12678406 + } + }, + "reference": { + "elapsed_ns": 14445906, + "checksum": "number:409f400000000000", + "native_entries": 27139, + "native_exits": 27139, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10022912, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22955204, + "runtime_create_ns": 46817, + "jit_attach_ns": 103008, + "context_create_ns": 147401, + "definition_eval_ns": 78027, + "first_eval_ns": 1170928, + "threshold_crossing_ns": 5499436, + "compile_ns": 6051842, + "install_ns": 60251, + "osr_ns": 0, + "steady_state_ns": 14445906 + } + } + }, + { + "pair_index": 7, + "candidate": { + "elapsed_ns": 12702847, + "checksum": "number:409f400000000000", + "native_entries": 31090, + "native_acquisitions": 1123, + "native_exits": 31090, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10084352, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23732538, + "runtime_create_ns": 44851, + "jit_attach_ns": 101033, + "context_create_ns": 152905, + "definition_eval_ns": 64552, + "first_eval_ns": 1187143, + "threshold_crossing_ns": 8187245, + "compile_ns": 8511514, + "install_ns": 67151, + "osr_ns": 0, + "steady_state_ns": 12702847 + } + }, + "reference": { + "elapsed_ns": 14612166, + "checksum": "number:409f400000000000", + "native_entries": 31183, + "native_exits": 31183, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10207232, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26397170, + "runtime_create_ns": 47220, + "jit_attach_ns": 97455, + "context_create_ns": 167261, + "definition_eval_ns": 66172, + "first_eval_ns": 1209590, + "threshold_crossing_ns": 8718924, + "compile_ns": 8536679, + "install_ns": 64537, + "osr_ns": 0, + "steady_state_ns": 14612166 + } + } + }, + { + "pair_index": 8, + "candidate": { + "elapsed_ns": 12584527, + "checksum": "number:409f400000000000", + "native_entries": 31008, + "native_acquisitions": 1109, + "native_exits": 31008, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10117120, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 21086830, + "runtime_create_ns": 39904, + "jit_attach_ns": 95640, + "context_create_ns": 153565, + "definition_eval_ns": 58493, + "first_eval_ns": 863897, + "threshold_crossing_ns": 6007473, + "compile_ns": 5562061, + "install_ns": 47221, + "osr_ns": 0, + "steady_state_ns": 12584527 + } + }, + "reference": { + "elapsed_ns": 14174922, + "checksum": "number:409f400000000000", + "native_entries": 29882, + "native_exits": 29882, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10100736, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22957763, + "runtime_create_ns": 26520, + "jit_attach_ns": 64332, + "context_create_ns": 110270, + "definition_eval_ns": 61678, + "first_eval_ns": 784086, + "threshold_crossing_ns": 6289725, + "compile_ns": 6402661, + "install_ns": 43482, + "osr_ns": 0, + "steady_state_ns": 14174922 + } + } + }, + { + "pair_index": 9, + "candidate": { + "elapsed_ns": 12612216, + "checksum": "number:409f400000000000", + "native_entries": 33599, + "native_acquisitions": 1246, + "native_exits": 33599, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10018816, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22919951, + "runtime_create_ns": 29388, + "jit_attach_ns": 64505, + "context_create_ns": 114665, + "definition_eval_ns": 57993, + "first_eval_ns": 751645, + "threshold_crossing_ns": 7997944, + "compile_ns": 8192571, + "install_ns": 44066, + "osr_ns": 0, + "steady_state_ns": 12612216 + } + }, + "reference": { + "elapsed_ns": 14563865, + "checksum": "number:409f400000000000", + "native_entries": 27072, + "native_exits": 27072, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9953280, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23861222, + "runtime_create_ns": 46333, + "jit_attach_ns": 101395, + "context_create_ns": 153349, + "definition_eval_ns": 74413, + "first_eval_ns": 1166984, + "threshold_crossing_ns": 6181593, + "compile_ns": 6086859, + "install_ns": 69518, + "osr_ns": 0, + "steady_state_ns": 14563865 + } + } + }, + { + "pair_index": 10, + "candidate": { + "elapsed_ns": 13249490, + "checksum": "number:409f400000000000", + "native_entries": 30994, + "native_acquisitions": 1109, + "native_exits": 30994, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26073122, + "runtime_create_ns": 47163, + "jit_attach_ns": 88192, + "context_create_ns": 158927, + "definition_eval_ns": 76513, + "first_eval_ns": 1170350, + "threshold_crossing_ns": 9237412, + "compile_ns": 8441676, + "install_ns": 72670, + "osr_ns": 0, + "steady_state_ns": 13249490 + } + }, + "reference": { + "elapsed_ns": 14432235, + "checksum": "number:409f400000000000", + "native_entries": 31895, + "native_exits": 31895, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10133504, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24813096, + "runtime_create_ns": 26798, + "jit_attach_ns": 67805, + "context_create_ns": 112802, + "definition_eval_ns": 63822, + "first_eval_ns": 818647, + "threshold_crossing_ns": 7788775, + "compile_ns": 7458836, + "install_ns": 46716, + "osr_ns": 0, + "steady_state_ns": 14432235 + } + } + }, + { + "pair_index": 11, + "candidate": { + "elapsed_ns": 12774399, + "checksum": "number:409f400000000000", + "native_entries": 31061, + "native_acquisitions": 1113, + "native_exits": 31061, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10108928, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24494071, + "runtime_create_ns": 40288, + "jit_attach_ns": 89822, + "context_create_ns": 150600, + "definition_eval_ns": 79816, + "first_eval_ns": 1173859, + "threshold_crossing_ns": 8888593, + "compile_ns": 8487801, + "install_ns": 82510, + "osr_ns": 0, + "steady_state_ns": 12774399 + } + }, + "reference": { + "elapsed_ns": 14618682, + "checksum": "number:409f400000000000", + "native_entries": 29558, + "native_exits": 29558, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10063872, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23339822, + "runtime_create_ns": 46798, + "jit_attach_ns": 100225, + "context_create_ns": 149460, + "definition_eval_ns": 76198, + "first_eval_ns": 1150038, + "threshold_crossing_ns": 5710486, + "compile_ns": 5847851, + "install_ns": 62508, + "osr_ns": 0, + "steady_state_ns": 14618682 + } + } + }, + { + "pair_index": 12, + "candidate": { + "elapsed_ns": 12657912, + "checksum": "number:409f400000000000", + "native_entries": 30348, + "native_acquisitions": 1083, + "native_exits": 30348, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10051584, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 21119304, + "runtime_create_ns": 40014, + "jit_attach_ns": 96369, + "context_create_ns": 158955, + "definition_eval_ns": 43918, + "first_eval_ns": 773453, + "threshold_crossing_ns": 6063855, + "compile_ns": 5808863, + "install_ns": 47083, + "osr_ns": 0, + "steady_state_ns": 12657912 + } + }, + "reference": { + "elapsed_ns": 15268553, + "checksum": "number:409f400000000000", + "native_entries": 29840, + "native_exits": 29840, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10141696, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24029797, + "runtime_create_ns": 46422, + "jit_attach_ns": 88729, + "context_create_ns": 107292, + "definition_eval_ns": 56174, + "first_eval_ns": 771480, + "threshold_crossing_ns": 6252969, + "compile_ns": 6221486, + "install_ns": 42416, + "osr_ns": 0, + "steady_state_ns": 15268553 + } + } + }, + { + "pair_index": 13, + "candidate": { + "elapsed_ns": 12555993, + "checksum": "number:409f400000000000", + "native_entries": 33796, + "native_acquisitions": 1247, + "native_exits": 33796, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10153984, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23103494, + "runtime_create_ns": 44790, + "jit_attach_ns": 98564, + "context_create_ns": 178662, + "definition_eval_ns": 64014, + "first_eval_ns": 767415, + "threshold_crossing_ns": 8122034, + "compile_ns": 8070647, + "install_ns": 49513, + "osr_ns": 0, + "steady_state_ns": 12555993 + } + }, + "reference": { + "elapsed_ns": 14288121, + "checksum": "number:409f400000000000", + "native_entries": 31763, + "native_exits": 31763, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9998336, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24500399, + "runtime_create_ns": 40439, + "jit_attach_ns": 95950, + "context_create_ns": 154136, + "definition_eval_ns": 86766, + "first_eval_ns": 769365, + "threshold_crossing_ns": 7605249, + "compile_ns": 7610213, + "install_ns": 44554, + "osr_ns": 0, + "steady_state_ns": 14288121 + } + } + }, + { + "pair_index": 14, + "candidate": { + "elapsed_ns": 12665374, + "checksum": "number:409f400000000000", + "native_entries": 30973, + "native_acquisitions": 1111, + "native_exits": 30973, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10121216, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22793359, + "runtime_create_ns": 44390, + "jit_attach_ns": 94631, + "context_create_ns": 156272, + "definition_eval_ns": 71161, + "first_eval_ns": 1158688, + "threshold_crossing_ns": 7302736, + "compile_ns": 7199706, + "install_ns": 64874, + "osr_ns": 0, + "steady_state_ns": 12665374 + } + }, + "reference": { + "elapsed_ns": 14507943, + "checksum": "number:409f400000000000", + "native_entries": 31741, + "native_exits": 31741, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24795281, + "runtime_create_ns": 34403, + "jit_attach_ns": 102854, + "context_create_ns": 104259, + "definition_eval_ns": 48723, + "first_eval_ns": 778720, + "threshold_crossing_ns": 7752165, + "compile_ns": 6933708, + "install_ns": 43341, + "osr_ns": 0, + "steady_state_ns": 14507943 + } + } + }, + { + "pair_index": 15, + "candidate": { + "elapsed_ns": 12760070, + "checksum": "number:409f400000000000", + "native_entries": 32411, + "native_acquisitions": 1180, + "native_exits": 32411, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9986048, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22645722, + "runtime_create_ns": 43129, + "jit_attach_ns": 96409, + "context_create_ns": 147188, + "definition_eval_ns": 75937, + "first_eval_ns": 1123553, + "threshold_crossing_ns": 7096434, + "compile_ns": 7258418, + "install_ns": 58544, + "osr_ns": 0, + "steady_state_ns": 12760070 + } + }, + "reference": { + "elapsed_ns": 14406073, + "checksum": "number:409f400000000000", + "native_entries": 29925, + "native_exits": 29925, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10219520, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23382489, + "runtime_create_ns": 25475, + "jit_attach_ns": 68113, + "context_create_ns": 109805, + "definition_eval_ns": 59950, + "first_eval_ns": 772267, + "threshold_crossing_ns": 6391311, + "compile_ns": 6074440, + "install_ns": 43627, + "osr_ns": 0, + "steady_state_ns": 14406073 + } + } + }, + { + "pair_index": 16, + "candidate": { + "elapsed_ns": 12524568, + "checksum": "number:409f400000000000", + "native_entries": 31130, + "native_acquisitions": 1117, + "native_exits": 31130, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10199040, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22462410, + "runtime_create_ns": 37523, + "jit_attach_ns": 103629, + "context_create_ns": 153255, + "definition_eval_ns": 53153, + "first_eval_ns": 1140698, + "threshold_crossing_ns": 7147146, + "compile_ns": 7029572, + "install_ns": 64534, + "osr_ns": 0, + "steady_state_ns": 12524568 + } + }, + "reference": { + "elapsed_ns": 14247760, + "checksum": "number:409f400000000000", + "native_entries": 27135, + "native_exits": 27135, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10129408, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22600339, + "runtime_create_ns": 43439, + "jit_attach_ns": 104992, + "context_create_ns": 164987, + "definition_eval_ns": 71431, + "first_eval_ns": 1229297, + "threshold_crossing_ns": 5282913, + "compile_ns": 6175557, + "install_ns": 63003, + "osr_ns": 0, + "steady_state_ns": 14247760 + } + } + }, + { + "pair_index": 17, + "candidate": { + "elapsed_ns": 12761931, + "checksum": "number:409f400000000000", + "native_entries": 29079, + "native_acquisitions": 1022, + "native_exits": 29079, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10051584, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22584880, + "runtime_create_ns": 48224, + "jit_attach_ns": 93797, + "context_create_ns": 164866, + "definition_eval_ns": 79409, + "first_eval_ns": 1176363, + "threshold_crossing_ns": 6945569, + "compile_ns": 6799119, + "install_ns": 71329, + "osr_ns": 0, + "steady_state_ns": 12761931 + } + }, + "reference": { + "elapsed_ns": 14528086, + "checksum": "number:409f400000000000", + "native_entries": 29691, + "native_exits": 29691, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10121216, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25039266, + "runtime_create_ns": 41968, + "jit_attach_ns": 104577, + "context_create_ns": 114383, + "definition_eval_ns": 58461, + "first_eval_ns": 787296, + "threshold_crossing_ns": 7903119, + "compile_ns": 7065912, + "install_ns": 77240, + "osr_ns": 0, + "steady_state_ns": 14528086 + } + } + }, + { + "pair_index": 18, + "candidate": { + "elapsed_ns": 12486444, + "checksum": "number:409f400000000000", + "native_entries": 34086, + "native_acquisitions": 1258, + "native_exits": 34086, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10235904, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23497643, + "runtime_create_ns": 46458, + "jit_attach_ns": 96447, + "context_create_ns": 160873, + "definition_eval_ns": 77283, + "first_eval_ns": 1045629, + "threshold_crossing_ns": 8295888, + "compile_ns": 8386303, + "install_ns": 53026, + "osr_ns": 0, + "steady_state_ns": 12486444 + } + }, + "reference": { + "elapsed_ns": 14477701, + "checksum": "number:409f400000000000", + "native_entries": 33845, + "native_exits": 33845, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10149888, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26229050, + "runtime_create_ns": 42490, + "jit_attach_ns": 98148, + "context_create_ns": 260686, + "definition_eval_ns": 54459, + "first_eval_ns": 761814, + "threshold_crossing_ns": 9065238, + "compile_ns": 8341242, + "install_ns": 43807, + "osr_ns": 0, + "steady_state_ns": 14477701 + } + } + }, + { + "pair_index": 19, + "candidate": { + "elapsed_ns": 12672323, + "checksum": "number:409f400000000000", + "native_entries": 29116, + "native_acquisitions": 1034, + "native_exits": 29116, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10137600, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22515540, + "runtime_create_ns": 44653, + "jit_attach_ns": 98404, + "context_create_ns": 153271, + "definition_eval_ns": 64384, + "first_eval_ns": 1160563, + "threshold_crossing_ns": 7010216, + "compile_ns": 7470934, + "install_ns": 77437, + "osr_ns": 0, + "steady_state_ns": 12672323 + } + }, + "reference": { + "elapsed_ns": 14224046, + "checksum": "number:409f400000000000", + "native_entries": 29012, + "native_exits": 29012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10133504, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24212422, + "runtime_create_ns": 49516, + "jit_attach_ns": 106664, + "context_create_ns": 163259, + "definition_eval_ns": 78552, + "first_eval_ns": 1181143, + "threshold_crossing_ns": 6967687, + "compile_ns": 7604776, + "install_ns": 76901, + "osr_ns": 0, + "steady_state_ns": 14224046 + } + } + }, + { + "pair_index": 20, + "candidate": { + "elapsed_ns": 12646126, + "checksum": "number:409f400000000000", + "native_entries": 29782, + "native_acquisitions": 1058, + "native_exits": 29782, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9969664, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 21625892, + "runtime_create_ns": 42154, + "jit_attach_ns": 98367, + "context_create_ns": 160629, + "definition_eval_ns": 45474, + "first_eval_ns": 755959, + "threshold_crossing_ns": 6592901, + "compile_ns": 6175618, + "install_ns": 56031, + "osr_ns": 0, + "steady_state_ns": 12646126 + } + }, + "reference": { + "elapsed_ns": 14384754, + "checksum": "number:409f400000000000", + "native_entries": 27405, + "native_exits": 27405, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10051584, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22404980, + "runtime_create_ns": 45180, + "jit_attach_ns": 100964, + "context_create_ns": 164231, + "definition_eval_ns": 69854, + "first_eval_ns": 1201390, + "threshold_crossing_ns": 4989906, + "compile_ns": 5962058, + "install_ns": 59592, + "osr_ns": 0, + "steady_state_ns": 14384754 + } + } + }, + { + "pair_index": 21, + "candidate": { + "elapsed_ns": 12882274, + "checksum": "number:409f400000000000", + "native_entries": 29068, + "native_acquisitions": 1030, + "native_exits": 29068, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23319068, + "runtime_create_ns": 43724, + "jit_attach_ns": 103267, + "context_create_ns": 166531, + "definition_eval_ns": 76777, + "first_eval_ns": 1180353, + "threshold_crossing_ns": 7392814, + "compile_ns": 7232256, + "install_ns": 73239, + "osr_ns": 0, + "steady_state_ns": 12882274 + } + }, + "reference": { + "elapsed_ns": 14482138, + "checksum": "number:409f400000000000", + "native_entries": 33756, + "native_exits": 33756, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10006528, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26270958, + "runtime_create_ns": 36698, + "jit_attach_ns": 69344, + "context_create_ns": 107873, + "definition_eval_ns": 58654, + "first_eval_ns": 792457, + "threshold_crossing_ns": 9225099, + "compile_ns": 8437401, + "install_ns": 55150, + "osr_ns": 0, + "steady_state_ns": 14482138 + } + } + }, + { + "pair_index": 22, + "candidate": { + "elapsed_ns": 12581776, + "checksum": "number:409f400000000000", + "native_entries": 30028, + "native_acquisitions": 1077, + "native_exits": 30028, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10153984, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 20579978, + "runtime_create_ns": 32421, + "jit_attach_ns": 61466, + "context_create_ns": 107343, + "definition_eval_ns": 48837, + "first_eval_ns": 748436, + "threshold_crossing_ns": 5722946, + "compile_ns": 5838713, + "install_ns": 44301, + "osr_ns": 0, + "steady_state_ns": 12581776 + } + }, + "reference": { + "elapsed_ns": 15277940, + "checksum": "number:409f400000000000", + "native_entries": 29099, + "native_exits": 29099, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25910292, + "runtime_create_ns": 45296, + "jit_attach_ns": 97586, + "context_create_ns": 175023, + "definition_eval_ns": 79501, + "first_eval_ns": 1159971, + "threshold_crossing_ns": 7559370, + "compile_ns": 8057366, + "install_ns": 65408, + "osr_ns": 0, + "steady_state_ns": 15277940 + } + } + }, + { + "pair_index": 23, + "candidate": { + "elapsed_ns": 17273110, + "checksum": "number:409f400000000000", + "native_entries": 27100, + "native_acquisitions": 953, + "native_exits": 27100, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10084352, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26155409, + "runtime_create_ns": 39489, + "jit_attach_ns": 97523, + "context_create_ns": 155574, + "definition_eval_ns": 60325, + "first_eval_ns": 1159394, + "threshold_crossing_ns": 5333713, + "compile_ns": 6175576, + "install_ns": 70523, + "osr_ns": 0, + "steady_state_ns": 17273110 + } + }, + "reference": { + "elapsed_ns": 14805066, + "checksum": "number:409f400000000000", + "native_entries": 31015, + "native_exits": 31015, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10149888, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25021135, + "runtime_create_ns": 47009, + "jit_attach_ns": 103773, + "context_create_ns": 157095, + "definition_eval_ns": 70478, + "first_eval_ns": 1148242, + "threshold_crossing_ns": 7004404, + "compile_ns": 7196166, + "install_ns": 64669, + "osr_ns": 0, + "steady_state_ns": 14805066 + } + } + }, + { + "pair_index": 24, + "candidate": { + "elapsed_ns": 12598457, + "checksum": "number:409f400000000000", + "native_entries": 30140, + "native_acquisitions": 1082, + "native_exits": 30140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 20591208, + "runtime_create_ns": 41755, + "jit_attach_ns": 79966, + "context_create_ns": 108544, + "definition_eval_ns": 46224, + "first_eval_ns": 733137, + "threshold_crossing_ns": 5708123, + "compile_ns": 5765356, + "install_ns": 40482, + "osr_ns": 0, + "steady_state_ns": 12598457 + } + }, + "reference": { + "elapsed_ns": 14455334, + "checksum": "number:409f400000000000", + "native_entries": 29765, + "native_exits": 29765, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10133504, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23377851, + "runtime_create_ns": 48202, + "jit_attach_ns": 100686, + "context_create_ns": 158992, + "definition_eval_ns": 69490, + "first_eval_ns": 773583, + "threshold_crossing_ns": 6301869, + "compile_ns": 6515781, + "install_ns": 48228, + "osr_ns": 0, + "steady_state_ns": 14455334 + } + } + }, + { + "pair_index": 25, + "candidate": { + "elapsed_ns": 12792163, + "checksum": "number:409f400000000000", + "native_entries": 30912, + "native_acquisitions": 1106, + "native_exits": 30912, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10129408, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 21482419, + "runtime_create_ns": 45262, + "jit_attach_ns": 100224, + "context_create_ns": 172458, + "definition_eval_ns": 77288, + "first_eval_ns": 852739, + "threshold_crossing_ns": 6132314, + "compile_ns": 5586292, + "install_ns": 52365, + "osr_ns": 0, + "steady_state_ns": 12792163 + } + }, + "reference": { + "elapsed_ns": 14507739, + "checksum": "number:409f400000000000", + "native_entries": 33790, + "native_exits": 33790, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10092544, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26244539, + "runtime_create_ns": 49719, + "jit_attach_ns": 106511, + "context_create_ns": 111518, + "definition_eval_ns": 65173, + "first_eval_ns": 782325, + "threshold_crossing_ns": 9156357, + "compile_ns": 8527701, + "install_ns": 44656, + "osr_ns": 0, + "steady_state_ns": 14507739 + } + } + }, + { + "pair_index": 26, + "candidate": { + "elapsed_ns": 14635433, + "checksum": "number:409f400000000000", + "native_entries": 29000, + "native_acquisitions": 1021, + "native_exits": 29000, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25393526, + "runtime_create_ns": 38300, + "jit_attach_ns": 94604, + "context_create_ns": 154497, + "definition_eval_ns": 66537, + "first_eval_ns": 1150391, + "threshold_crossing_ns": 7227971, + "compile_ns": 6607903, + "install_ns": 71791, + "osr_ns": 0, + "steady_state_ns": 14635433 + } + }, + "reference": { + "elapsed_ns": 14523277, + "checksum": "number:409f400000000000", + "native_entries": 29861, + "native_exits": 29861, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10043392, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23270556, + "runtime_create_ns": 45674, + "jit_attach_ns": 103966, + "context_create_ns": 159334, + "definition_eval_ns": 73764, + "first_eval_ns": 1167812, + "threshold_crossing_ns": 5708746, + "compile_ns": 5674571, + "install_ns": 63551, + "osr_ns": 0, + "steady_state_ns": 14523277 + } + } + }, + { + "pair_index": 27, + "candidate": { + "elapsed_ns": 12753506, + "checksum": "number:409f400000000000", + "native_entries": 31689, + "native_acquisitions": 1154, + "native_exits": 31689, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9998336, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 21928822, + "runtime_create_ns": 29188, + "jit_attach_ns": 55964, + "context_create_ns": 103175, + "definition_eval_ns": 50823, + "first_eval_ns": 762152, + "threshold_crossing_ns": 6888322, + "compile_ns": 6901619, + "install_ns": 44101, + "osr_ns": 0, + "steady_state_ns": 12753506 + } + }, + "reference": { + "elapsed_ns": 14711585, + "checksum": "number:409f400000000000", + "native_entries": 31087, + "native_exits": 31087, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9973760, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26038758, + "runtime_create_ns": 47529, + "jit_attach_ns": 103006, + "context_create_ns": 155569, + "definition_eval_ns": 78312, + "first_eval_ns": 1184770, + "threshold_crossing_ns": 8271918, + "compile_ns": 8522341, + "install_ns": 64774, + "osr_ns": 0, + "steady_state_ns": 14711585 + } + } + }, + { + "pair_index": 28, + "candidate": { + "elapsed_ns": 13579862, + "checksum": "number:409f400000000000", + "native_entries": 31049, + "native_acquisitions": 1110, + "native_exits": 31049, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10100736, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25825681, + "runtime_create_ns": 40503, + "jit_attach_ns": 96116, + "context_create_ns": 158332, + "definition_eval_ns": 54312, + "first_eval_ns": 1181613, + "threshold_crossing_ns": 9383532, + "compile_ns": 8515997, + "install_ns": 92204, + "osr_ns": 0, + "steady_state_ns": 13579862 + } + }, + "reference": { + "elapsed_ns": 14893114, + "checksum": "number:409f400000000000", + "native_entries": 27733, + "native_exits": 27733, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9977856, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24399974, + "runtime_create_ns": 45105, + "jit_attach_ns": 103840, + "context_create_ns": 161621, + "definition_eval_ns": 71045, + "first_eval_ns": 1166895, + "threshold_crossing_ns": 6472581, + "compile_ns": 5732856, + "install_ns": 71275, + "osr_ns": 0, + "steady_state_ns": 14893114 + } + } + }, + { + "pair_index": 29, + "candidate": { + "elapsed_ns": 12680180, + "checksum": "number:409f400000000000", + "native_entries": 31008, + "native_acquisitions": 1130, + "native_exits": 31008, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22347944, + "runtime_create_ns": 48325, + "jit_attach_ns": 99958, + "context_create_ns": 162675, + "definition_eval_ns": 70003, + "first_eval_ns": 1177361, + "threshold_crossing_ns": 6812852, + "compile_ns": 7494865, + "install_ns": 66731, + "osr_ns": 0, + "steady_state_ns": 12680180 + } + }, + "reference": { + "elapsed_ns": 14522706, + "checksum": "number:409f400000000000", + "native_entries": 28988, + "native_exits": 28988, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9981952, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25295343, + "runtime_create_ns": 41682, + "jit_attach_ns": 101226, + "context_create_ns": 166605, + "definition_eval_ns": 69237, + "first_eval_ns": 1160761, + "threshold_crossing_ns": 7741418, + "compile_ns": 7248361, + "install_ns": 67350, + "osr_ns": 0, + "steady_state_ns": 14522706 + } + } + } + ], + "tier2": [ + { + "pair_index": 0, + "reference": { + "elapsed_ns": 13178236, + "checksum": "number:409f400000000000", + "native_entries": 22372, + "native_exits": 22372, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10002432, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22298331, + "runtime_create_ns": 39559, + "jit_attach_ns": 93753, + "context_create_ns": 153848, + "definition_eval_ns": 77029, + "first_eval_ns": 1389832, + "threshold_crossing_ns": 5773499, + "compile_ns": 6767743, + "install_ns": 53200, + "osr_ns": 0, + "steady_state_ns": 13178236 + } + }, + "candidate": { + "elapsed_ns": 10878460, + "checksum": "number:409f400000000000", + "native_entries": 23968, + "native_acquisitions": 775, + "native_exits": 23968, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10190848, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 21180639, + "runtime_create_ns": 42514, + "jit_attach_ns": 100614, + "context_create_ns": 171664, + "definition_eval_ns": 97754, + "first_eval_ns": 1337453, + "threshold_crossing_ns": 7170977, + "compile_ns": 7102805, + "install_ns": 63538, + "osr_ns": 0, + "steady_state_ns": 10878460 + } + } + }, + { + "pair_index": 1, + "reference": { + "elapsed_ns": 13206793, + "checksum": "number:409f400000000000", + "native_entries": 22620, + "native_exits": 22620, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22163070, + "runtime_create_ns": 46796, + "jit_attach_ns": 98770, + "context_create_ns": 153990, + "definition_eval_ns": 80005, + "first_eval_ns": 1293601, + "threshold_crossing_ns": 5654994, + "compile_ns": 6391111, + "install_ns": 52888, + "osr_ns": 0, + "steady_state_ns": 13206793 + } + }, + "candidate": { + "elapsed_ns": 10974841, + "checksum": "number:409f400000000000", + "native_entries": 23670, + "native_acquisitions": 765, + "native_exits": 23670, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10199040, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 21195803, + "runtime_create_ns": 45572, + "jit_attach_ns": 98751, + "context_create_ns": 169931, + "definition_eval_ns": 104090, + "first_eval_ns": 1349018, + "threshold_crossing_ns": 7050492, + "compile_ns": 7177028, + "install_ns": 57037, + "osr_ns": 0, + "steady_state_ns": 10974841 + } + } + }, + { + "pair_index": 2, + "reference": { + "elapsed_ns": 15539894, + "checksum": "number:409f400000000000", + "native_entries": 22575, + "native_exits": 22575, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9981952, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25674469, + "runtime_create_ns": 36060, + "jit_attach_ns": 78599, + "context_create_ns": 146765, + "definition_eval_ns": 78735, + "first_eval_ns": 1387481, + "threshold_crossing_ns": 5923164, + "compile_ns": 6509426, + "install_ns": 84853, + "osr_ns": 0, + "steady_state_ns": 15539894 + } + }, + "candidate": { + "elapsed_ns": 11245726, + "checksum": "number:409f400000000000", + "native_entries": 22342, + "native_acquisitions": 722, + "native_exits": 22342, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10215424, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 21257045, + "runtime_create_ns": 36647, + "jit_attach_ns": 67384, + "context_create_ns": 112221, + "definition_eval_ns": 65227, + "first_eval_ns": 874047, + "threshold_crossing_ns": 7463199, + "compile_ns": 8064799, + "install_ns": 58286, + "osr_ns": 0, + "steady_state_ns": 11245726 + } + } + }, + { + "pair_index": 3, + "reference": { + "elapsed_ns": 13193164, + "checksum": "number:409f400000000000", + "native_entries": 23444, + "native_exits": 23444, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10276864, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22969238, + "runtime_create_ns": 38492, + "jit_attach_ns": 112371, + "context_create_ns": 112231, + "definition_eval_ns": 66200, + "first_eval_ns": 861085, + "threshold_crossing_ns": 6982662, + "compile_ns": 6605033, + "install_ns": 61397, + "osr_ns": 0, + "steady_state_ns": 13193164 + } + }, + "candidate": { + "elapsed_ns": 10913737, + "checksum": "number:409f400000000000", + "native_entries": 23382, + "native_acquisitions": 756, + "native_exits": 23382, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 20170692, + "runtime_create_ns": 27435, + "jit_attach_ns": 59205, + "context_create_ns": 117750, + "definition_eval_ns": 73140, + "first_eval_ns": 875074, + "threshold_crossing_ns": 6727703, + "compile_ns": 6581936, + "install_ns": 49535, + "osr_ns": 0, + "steady_state_ns": 10913737 + } + } + }, + { + "pair_index": 4, + "reference": { + "elapsed_ns": 14173054, + "checksum": "number:409f400000000000", + "native_entries": 23177, + "native_exits": 23177, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10149888, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23665531, + "runtime_create_ns": 46336, + "jit_attach_ns": 95317, + "context_create_ns": 157737, + "definition_eval_ns": 87680, + "first_eval_ns": 1509846, + "threshold_crossing_ns": 5973257, + "compile_ns": 6308880, + "install_ns": 57618, + "osr_ns": 0, + "steady_state_ns": 14173054 + } + }, + "candidate": { + "elapsed_ns": 11065231, + "checksum": "number:409f400000000000", + "native_entries": 23449, + "native_acquisitions": 758, + "native_exits": 23449, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10072064, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 20553425, + "runtime_create_ns": 44541, + "jit_attach_ns": 99084, + "context_create_ns": 162225, + "definition_eval_ns": 94697, + "first_eval_ns": 1370280, + "threshold_crossing_ns": 6162418, + "compile_ns": 5922982, + "install_ns": 77125, + "osr_ns": 0, + "steady_state_ns": 11065231 + } + } + }, + { + "pair_index": 5, + "reference": { + "elapsed_ns": 13230587, + "checksum": "number:409f400000000000", + "native_entries": 23731, + "native_exits": 23731, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10207232, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24925476, + "runtime_create_ns": 28168, + "jit_attach_ns": 60306, + "context_create_ns": 107483, + "definition_eval_ns": 64327, + "first_eval_ns": 874759, + "threshold_crossing_ns": 8955342, + "compile_ns": 8380429, + "install_ns": 65417, + "osr_ns": 0, + "steady_state_ns": 13230587 + } + }, + "candidate": { + "elapsed_ns": 10906221, + "checksum": "number:409f400000000000", + "native_entries": 22406, + "native_acquisitions": 724, + "native_exits": 22406, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10186752, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 19513804, + "runtime_create_ns": 48030, + "jit_attach_ns": 96141, + "context_create_ns": 168077, + "definition_eval_ns": 98867, + "first_eval_ns": 1292629, + "threshold_crossing_ns": 5523138, + "compile_ns": 6387415, + "install_ns": 62123, + "osr_ns": 0, + "steady_state_ns": 10906221 + } + } + }, + { + "pair_index": 6, + "reference": { + "elapsed_ns": 13379756, + "checksum": "number:409f400000000000", + "native_entries": 23197, + "native_exits": 23197, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22923749, + "runtime_create_ns": 28089, + "jit_attach_ns": 61447, + "context_create_ns": 106396, + "definition_eval_ns": 64955, + "first_eval_ns": 860714, + "threshold_crossing_ns": 6819064, + "compile_ns": 6632591, + "install_ns": 52089, + "osr_ns": 0, + "steady_state_ns": 13379756 + } + }, + "candidate": { + "elapsed_ns": 10999541, + "checksum": "number:409f400000000000", + "native_entries": 22989, + "native_acquisitions": 743, + "native_exits": 22989, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10166272, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 20339626, + "runtime_create_ns": 50142, + "jit_attach_ns": 96927, + "context_create_ns": 162563, + "definition_eval_ns": 92613, + "first_eval_ns": 1376520, + "threshold_crossing_ns": 6175509, + "compile_ns": 6747233, + "install_ns": 61308, + "osr_ns": 0, + "steady_state_ns": 10999541 + } + } + }, + { + "pair_index": 7, + "reference": { + "elapsed_ns": 13100659, + "checksum": "number:409f400000000000", + "native_entries": 24081, + "native_exits": 24081, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10174464, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25173158, + "runtime_create_ns": 45086, + "jit_attach_ns": 95822, + "context_create_ns": 155790, + "definition_eval_ns": 73779, + "first_eval_ns": 1408918, + "threshold_crossing_ns": 8696022, + "compile_ns": 8330534, + "install_ns": 56831, + "osr_ns": 0, + "steady_state_ns": 13100659 + } + }, + "candidate": { + "elapsed_ns": 11003040, + "checksum": "number:409f400000000000", + "native_entries": 23578, + "native_acquisitions": 763, + "native_exits": 23578, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10153984, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 21184967, + "runtime_create_ns": 48010, + "jit_attach_ns": 98235, + "context_create_ns": 162827, + "definition_eval_ns": 98187, + "first_eval_ns": 1372732, + "threshold_crossing_ns": 7010786, + "compile_ns": 7245478, + "install_ns": 61729, + "osr_ns": 0, + "steady_state_ns": 11003040 + } + } + }, + { + "pair_index": 8, + "reference": { + "elapsed_ns": 13067371, + "checksum": "number:409f400000000000", + "native_entries": 23583, + "native_exits": 23583, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10117120, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22641792, + "runtime_create_ns": 23526, + "jit_attach_ns": 52293, + "context_create_ns": 102870, + "definition_eval_ns": 49793, + "first_eval_ns": 837036, + "threshold_crossing_ns": 6927460, + "compile_ns": 6495438, + "install_ns": 50650, + "osr_ns": 0, + "steady_state_ns": 13067371 + } + }, + "candidate": { + "elapsed_ns": 10886325, + "checksum": "number:409f400000000000", + "native_entries": 23221, + "native_acquisitions": 752, + "native_exits": 23221, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10076160, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 21873536, + "runtime_create_ns": 26715, + "jit_attach_ns": 58854, + "context_create_ns": 116010, + "definition_eval_ns": 68903, + "first_eval_ns": 846833, + "threshold_crossing_ns": 8502148, + "compile_ns": 8527322, + "install_ns": 53993, + "osr_ns": 0, + "steady_state_ns": 10886325 + } + } + }, + { + "pair_index": 9, + "reference": { + "elapsed_ns": 13333802, + "checksum": "number:409f400000000000", + "native_entries": 22272, + "native_exits": 22272, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10166272, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 21685131, + "runtime_create_ns": 26951, + "jit_attach_ns": 61175, + "context_create_ns": 108538, + "definition_eval_ns": 68586, + "first_eval_ns": 881284, + "threshold_crossing_ns": 5580634, + "compile_ns": 6199625, + "install_ns": 53162, + "osr_ns": 0, + "steady_state_ns": 13333802 + } + }, + "candidate": { + "elapsed_ns": 11020647, + "checksum": "number:409f400000000000", + "native_entries": 24048, + "native_acquisitions": 778, + "native_exits": 24048, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10092544, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22539207, + "runtime_create_ns": 47578, + "jit_attach_ns": 89161, + "context_create_ns": 168578, + "definition_eval_ns": 92030, + "first_eval_ns": 1339511, + "threshold_crossing_ns": 7766277, + "compile_ns": 6768300, + "install_ns": 81143, + "osr_ns": 0, + "steady_state_ns": 11020647 + } + } + }, + { + "pair_index": 10, + "reference": { + "elapsed_ns": 13390669, + "checksum": "number:409f400000000000", + "native_entries": 22242, + "native_exits": 22242, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10084352, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23488924, + "runtime_create_ns": 29984, + "jit_attach_ns": 60894, + "context_create_ns": 109551, + "definition_eval_ns": 71953, + "first_eval_ns": 883203, + "threshold_crossing_ns": 7335983, + "compile_ns": 7908145, + "install_ns": 51242, + "osr_ns": 0, + "steady_state_ns": 13390669 + } + }, + "candidate": { + "elapsed_ns": 11057708, + "checksum": "number:409f400000000000", + "native_entries": 22834, + "native_acquisitions": 740, + "native_exits": 22834, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10108928, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 21135224, + "runtime_create_ns": 29808, + "jit_attach_ns": 60450, + "context_create_ns": 107569, + "definition_eval_ns": 78147, + "first_eval_ns": 841415, + "threshold_crossing_ns": 7537342, + "compile_ns": 7688187, + "install_ns": 49460, + "osr_ns": 0, + "steady_state_ns": 11057708 + } + } + }, + { + "pair_index": 11, + "reference": { + "elapsed_ns": 13050897, + "checksum": "number:409f400000000000", + "native_entries": 24005, + "native_exits": 24005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24344269, + "runtime_create_ns": 42561, + "jit_attach_ns": 93207, + "context_create_ns": 153394, + "definition_eval_ns": 80846, + "first_eval_ns": 1385597, + "threshold_crossing_ns": 7962094, + "compile_ns": 7745497, + "install_ns": 59316, + "osr_ns": 0, + "steady_state_ns": 13050897 + } + }, + "candidate": { + "elapsed_ns": 10971638, + "checksum": "number:409f400000000000", + "native_entries": 23722, + "native_acquisitions": 767, + "native_exits": 23722, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10162176, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 21287673, + "runtime_create_ns": 47107, + "jit_attach_ns": 95004, + "context_create_ns": 166055, + "definition_eval_ns": 77806, + "first_eval_ns": 867703, + "threshold_crossing_ns": 7663588, + "compile_ns": 7365724, + "install_ns": 49614, + "osr_ns": 0, + "steady_state_ns": 10971638 + } + } + }, + { + "pair_index": 12, + "reference": { + "elapsed_ns": 13268712, + "checksum": "number:409f400000000000", + "native_entries": 23259, + "native_exits": 23259, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10059776, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22158703, + "runtime_create_ns": 42347, + "jit_attach_ns": 97004, + "context_create_ns": 152025, + "definition_eval_ns": 82228, + "first_eval_ns": 1407856, + "threshold_crossing_ns": 5488877, + "compile_ns": 5828538, + "install_ns": 54851, + "osr_ns": 0, + "steady_state_ns": 13268712 + } + }, + "candidate": { + "elapsed_ns": 10927252, + "checksum": "number:409f400000000000", + "native_entries": 22359, + "native_acquisitions": 723, + "native_exits": 22359, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10162176, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 19078062, + "runtime_create_ns": 33671, + "jit_attach_ns": 62911, + "context_create_ns": 118733, + "definition_eval_ns": 74656, + "first_eval_ns": 869140, + "threshold_crossing_ns": 5606873, + "compile_ns": 6182663, + "install_ns": 59225, + "osr_ns": 0, + "steady_state_ns": 10927252 + } + } + }, + { + "pair_index": 13, + "reference": { + "elapsed_ns": 13180274, + "checksum": "number:409f400000000000", + "native_entries": 22826, + "native_exits": 22826, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10174464, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23317312, + "runtime_create_ns": 42685, + "jit_attach_ns": 93103, + "context_create_ns": 153019, + "definition_eval_ns": 73482, + "first_eval_ns": 1330891, + "threshold_crossing_ns": 6820743, + "compile_ns": 7424380, + "install_ns": 53340, + "osr_ns": 0, + "steady_state_ns": 13180274 + } + }, + "candidate": { + "elapsed_ns": 11998402, + "checksum": "number:409f400000000000", + "native_entries": 23622, + "native_acquisitions": 764, + "native_exits": 23622, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9957376, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23325399, + "runtime_create_ns": 44692, + "jit_attach_ns": 80335, + "context_create_ns": 144977, + "definition_eval_ns": 93946, + "first_eval_ns": 1335067, + "threshold_crossing_ns": 7506415, + "compile_ns": 7086688, + "install_ns": 77120, + "osr_ns": 0, + "steady_state_ns": 11998402 + } + } + }, + { + "pair_index": 14, + "reference": { + "elapsed_ns": 13932655, + "checksum": "number:409f400000000000", + "native_entries": 23524, + "native_exits": 23524, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10010624, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23711778, + "runtime_create_ns": 40191, + "jit_attach_ns": 99574, + "context_create_ns": 152824, + "definition_eval_ns": 86140, + "first_eval_ns": 1305913, + "threshold_crossing_ns": 6462590, + "compile_ns": 6470117, + "install_ns": 58516, + "osr_ns": 0, + "steady_state_ns": 13932655 + } + }, + "candidate": { + "elapsed_ns": 10899506, + "checksum": "number:409f400000000000", + "native_entries": 22371, + "native_acquisitions": 722, + "native_exits": 22371, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10133504, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 19007216, + "runtime_create_ns": 28996, + "jit_attach_ns": 64629, + "context_create_ns": 113945, + "definition_eval_ns": 67930, + "first_eval_ns": 888222, + "threshold_crossing_ns": 5574973, + "compile_ns": 6169200, + "install_ns": 49307, + "osr_ns": 0, + "steady_state_ns": 10899506 + } + } + }, + { + "pair_index": 15, + "reference": { + "elapsed_ns": 13195042, + "checksum": "number:409f400000000000", + "native_entries": 23426, + "native_exits": 23426, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23258221, + "runtime_create_ns": 64448, + "jit_attach_ns": 127929, + "context_create_ns": 168605, + "definition_eval_ns": 92967, + "first_eval_ns": 1336932, + "threshold_crossing_ns": 6658039, + "compile_ns": 6769270, + "install_ns": 63121, + "osr_ns": 0, + "steady_state_ns": 13195042 + } + }, + "candidate": { + "elapsed_ns": 10864093, + "checksum": "number:409f400000000000", + "native_entries": 22991, + "native_acquisitions": 744, + "native_exits": 22991, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10141696, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 20156050, + "runtime_create_ns": 29657, + "jit_attach_ns": 67375, + "context_create_ns": 119298, + "definition_eval_ns": 75213, + "first_eval_ns": 920771, + "threshold_crossing_ns": 6713347, + "compile_ns": 6884938, + "install_ns": 51130, + "osr_ns": 0, + "steady_state_ns": 10864093 + } + } + }, + { + "pair_index": 16, + "reference": { + "elapsed_ns": 13031075, + "checksum": "number:409f400000000000", + "native_entries": 24005, + "native_exits": 24005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10170368, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22967504, + "runtime_create_ns": 39973, + "jit_attach_ns": 92919, + "context_create_ns": 146873, + "definition_eval_ns": 64575, + "first_eval_ns": 1318408, + "threshold_crossing_ns": 6686562, + "compile_ns": 6336130, + "install_ns": 51476, + "osr_ns": 0, + "steady_state_ns": 13031075 + } + }, + "candidate": { + "elapsed_ns": 10812034, + "checksum": "number:409f400000000000", + "native_entries": 23813, + "native_acquisitions": 771, + "native_exits": 23813, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10006528, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 20327347, + "runtime_create_ns": 44391, + "jit_attach_ns": 91230, + "context_create_ns": 150347, + "definition_eval_ns": 92067, + "first_eval_ns": 1365124, + "threshold_crossing_ns": 6394162, + "compile_ns": 6406175, + "install_ns": 53317, + "osr_ns": 0, + "steady_state_ns": 10812034 + } + } + }, + { + "pair_index": 17, + "reference": { + "elapsed_ns": 14347250, + "checksum": "number:409f400000000000", + "native_entries": 22461, + "native_exits": 22461, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10170368, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25806701, + "runtime_create_ns": 41468, + "jit_attach_ns": 101541, + "context_create_ns": 159994, + "definition_eval_ns": 92353, + "first_eval_ns": 1356420, + "threshold_crossing_ns": 7169456, + "compile_ns": 7849541, + "install_ns": 82597, + "osr_ns": 0, + "steady_state_ns": 14347250 + } + }, + "candidate": { + "elapsed_ns": 10959700, + "checksum": "number:409f400000000000", + "native_entries": 22878, + "native_acquisitions": 740, + "native_exits": 22878, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10174464, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 20066422, + "runtime_create_ns": 31784, + "jit_attach_ns": 59734, + "context_create_ns": 119032, + "definition_eval_ns": 84181, + "first_eval_ns": 867593, + "threshold_crossing_ns": 6582213, + "compile_ns": 6826265, + "install_ns": 51105, + "osr_ns": 0, + "steady_state_ns": 10959700 + } + } + }, + { + "pair_index": 18, + "reference": { + "elapsed_ns": 13604848, + "checksum": "number:409f400000000000", + "native_entries": 23791, + "native_exits": 23791, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10108928, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24453633, + "runtime_create_ns": 45859, + "jit_attach_ns": 97929, + "context_create_ns": 155270, + "definition_eval_ns": 84683, + "first_eval_ns": 1352891, + "threshold_crossing_ns": 6622309, + "compile_ns": 5695324, + "install_ns": 87912, + "osr_ns": 0, + "steady_state_ns": 13604848 + } + }, + "candidate": { + "elapsed_ns": 10940834, + "checksum": "number:409f400000000000", + "native_entries": 22102, + "native_acquisitions": 715, + "native_exits": 22102, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10190848, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 19275786, + "runtime_create_ns": 54496, + "jit_attach_ns": 99670, + "context_create_ns": 162249, + "definition_eval_ns": 103856, + "first_eval_ns": 878281, + "threshold_crossing_ns": 5638529, + "compile_ns": 6386805, + "install_ns": 54386, + "osr_ns": 0, + "steady_state_ns": 10940834 + } + } + }, + { + "pair_index": 19, + "reference": { + "elapsed_ns": 13064584, + "checksum": "number:409f400000000000", + "native_entries": 23021, + "native_exits": 23021, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10084352, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23129260, + "runtime_create_ns": 44425, + "jit_attach_ns": 103401, + "context_create_ns": 152952, + "definition_eval_ns": 83383, + "first_eval_ns": 1379610, + "threshold_crossing_ns": 6705878, + "compile_ns": 7222809, + "install_ns": 57503, + "osr_ns": 0, + "steady_state_ns": 13064584 + } + }, + "candidate": { + "elapsed_ns": 10989859, + "checksum": "number:409f400000000000", + "native_entries": 23496, + "native_acquisitions": 759, + "native_exits": 23496, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10182656, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 20973238, + "runtime_create_ns": 48154, + "jit_attach_ns": 96271, + "context_create_ns": 172423, + "definition_eval_ns": 103183, + "first_eval_ns": 1370305, + "threshold_crossing_ns": 6807970, + "compile_ns": 7089571, + "install_ns": 60287, + "osr_ns": 0, + "steady_state_ns": 10989859 + } + } + }, + { + "pair_index": 20, + "reference": { + "elapsed_ns": 13083565, + "checksum": "number:409f400000000000", + "native_entries": 24005, + "native_exits": 24005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10121216, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22812889, + "runtime_create_ns": 49359, + "jit_attach_ns": 98303, + "context_create_ns": 151797, + "definition_eval_ns": 83333, + "first_eval_ns": 1391264, + "threshold_crossing_ns": 6347206, + "compile_ns": 6094933, + "install_ns": 50836, + "osr_ns": 0, + "steady_state_ns": 13083565 + } + }, + "candidate": { + "elapsed_ns": 10926859, + "checksum": "number:409f400000000000", + "native_entries": 22582, + "native_acquisitions": 730, + "native_exits": 22582, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 19935880, + "runtime_create_ns": 49351, + "jit_attach_ns": 95011, + "context_create_ns": 155974, + "definition_eval_ns": 97964, + "first_eval_ns": 1367069, + "threshold_crossing_ns": 5800359, + "compile_ns": 6467335, + "install_ns": 88800, + "osr_ns": 0, + "steady_state_ns": 10926859 + } + } + }, + { + "pair_index": 21, + "reference": { + "elapsed_ns": 13132590, + "checksum": "number:409f400000000000", + "native_entries": 22946, + "native_exits": 22946, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10264576, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 21749318, + "runtime_create_ns": 57350, + "jit_attach_ns": 60495, + "context_create_ns": 106497, + "definition_eval_ns": 64490, + "first_eval_ns": 885396, + "threshold_crossing_ns": 5858362, + "compile_ns": 5891338, + "install_ns": 51501, + "osr_ns": 0, + "steady_state_ns": 13132590 + } + }, + "candidate": { + "elapsed_ns": 10985939, + "checksum": "number:409f400000000000", + "native_entries": 22204, + "native_acquisitions": 718, + "native_exits": 22204, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10190848, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 18909650, + "runtime_create_ns": 53817, + "jit_attach_ns": 97023, + "context_create_ns": 164927, + "definition_eval_ns": 90224, + "first_eval_ns": 1362417, + "threshold_crossing_ns": 4768958, + "compile_ns": 5874508, + "install_ns": 68217, + "osr_ns": 0, + "steady_state_ns": 10985939 + } + } + }, + { + "pair_index": 22, + "reference": { + "elapsed_ns": 13647016, + "checksum": "number:409f400000000000", + "native_entries": 23473, + "native_exits": 23473, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10121216, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25444301, + "runtime_create_ns": 29621, + "jit_attach_ns": 68794, + "context_create_ns": 108128, + "definition_eval_ns": 66799, + "first_eval_ns": 895176, + "threshold_crossing_ns": 8980383, + "compile_ns": 8660478, + "install_ns": 59062, + "osr_ns": 0, + "steady_state_ns": 13647016 + } + }, + "candidate": { + "elapsed_ns": 10996314, + "checksum": "number:409f400000000000", + "native_entries": 23835, + "native_acquisitions": 770, + "native_exits": 23835, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22199679, + "runtime_create_ns": 32249, + "jit_attach_ns": 65334, + "context_create_ns": 113184, + "definition_eval_ns": 70995, + "first_eval_ns": 880685, + "threshold_crossing_ns": 8649566, + "compile_ns": 8261908, + "install_ns": 60874, + "osr_ns": 0, + "steady_state_ns": 10996314 + } + } + }, + { + "pair_index": 23, + "reference": { + "elapsed_ns": 13273273, + "checksum": "number:409f400000000000", + "native_entries": 23679, + "native_exits": 23679, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23089679, + "runtime_create_ns": 34580, + "jit_attach_ns": 61024, + "context_create_ns": 106166, + "definition_eval_ns": 62204, + "first_eval_ns": 892280, + "threshold_crossing_ns": 7026257, + "compile_ns": 6570165, + "install_ns": 48813, + "osr_ns": 0, + "steady_state_ns": 13273273 + } + }, + "candidate": { + "elapsed_ns": 10942119, + "checksum": "number:409f400000000000", + "native_entries": 24005, + "native_acquisitions": 775, + "native_exits": 24005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10092544, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 21488121, + "runtime_create_ns": 42333, + "jit_attach_ns": 100428, + "context_create_ns": 166046, + "definition_eval_ns": 88964, + "first_eval_ns": 982045, + "threshold_crossing_ns": 7786683, + "compile_ns": 7189508, + "install_ns": 69902, + "osr_ns": 0, + "steady_state_ns": 10942119 + } + } + }, + { + "pair_index": 24, + "reference": { + "elapsed_ns": 13221160, + "checksum": "number:409f400000000000", + "native_entries": 23609, + "native_exits": 23609, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10153984, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22855019, + "runtime_create_ns": 30398, + "jit_attach_ns": 53476, + "context_create_ns": 107719, + "definition_eval_ns": 62244, + "first_eval_ns": 881108, + "threshold_crossing_ns": 6905129, + "compile_ns": 6496300, + "install_ns": 52133, + "osr_ns": 0, + "steady_state_ns": 13221160 + } + }, + "candidate": { + "elapsed_ns": 10875067, + "checksum": "number:409f400000000000", + "native_entries": 22102, + "native_acquisitions": 714, + "native_exits": 22102, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10260480, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 19310158, + "runtime_create_ns": 44144, + "jit_attach_ns": 100100, + "context_create_ns": 160898, + "definition_eval_ns": 96248, + "first_eval_ns": 1350688, + "threshold_crossing_ns": 5310491, + "compile_ns": 6471887, + "install_ns": 56304, + "osr_ns": 0, + "steady_state_ns": 10875067 + } + } + }, + { + "pair_index": 25, + "reference": { + "elapsed_ns": 13231692, + "checksum": "number:409f400000000000", + "native_entries": 23749, + "native_exits": 23749, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10084352, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22946305, + "runtime_create_ns": 24914, + "jit_attach_ns": 52956, + "context_create_ns": 105406, + "definition_eval_ns": 61643, + "first_eval_ns": 869685, + "threshold_crossing_ns": 7009935, + "compile_ns": 6506960, + "install_ns": 47498, + "osr_ns": 0, + "steady_state_ns": 13231692 + } + }, + "candidate": { + "elapsed_ns": 10875756, + "checksum": "number:409f400000000000", + "native_entries": 23359, + "native_acquisitions": 756, + "native_exits": 23359, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 20033000, + "runtime_create_ns": 28177, + "jit_attach_ns": 60331, + "context_create_ns": 115681, + "definition_eval_ns": 72304, + "first_eval_ns": 862403, + "threshold_crossing_ns": 6662640, + "compile_ns": 6592684, + "install_ns": 49933, + "osr_ns": 0, + "steady_state_ns": 10875756 + } + } + }, + { + "pair_index": 26, + "reference": { + "elapsed_ns": 14376503, + "checksum": "number:409f400000000000", + "native_entries": 23432, + "native_exits": 23432, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10076160, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26300870, + "runtime_create_ns": 41172, + "jit_attach_ns": 119884, + "context_create_ns": 146840, + "definition_eval_ns": 82855, + "first_eval_ns": 1346866, + "threshold_crossing_ns": 7682110, + "compile_ns": 7189076, + "install_ns": 83276, + "osr_ns": 0, + "steady_state_ns": 14376503 + } + }, + "candidate": { + "elapsed_ns": 11017766, + "checksum": "number:409f400000000000", + "native_entries": 22634, + "native_acquisitions": 731, + "native_exits": 22634, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10076160, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 21187588, + "runtime_create_ns": 44359, + "jit_attach_ns": 102264, + "context_create_ns": 161471, + "definition_eval_ns": 93880, + "first_eval_ns": 1109384, + "threshold_crossing_ns": 7281103, + "compile_ns": 7828640, + "install_ns": 52890, + "osr_ns": 0, + "steady_state_ns": 11017766 + } + } + }, + { + "pair_index": 27, + "reference": { + "elapsed_ns": 13350082, + "checksum": "number:409f400000000000", + "native_entries": 23393, + "native_exits": 23393, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10199040, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24983839, + "runtime_create_ns": 44983, + "jit_attach_ns": 99727, + "context_create_ns": 153426, + "definition_eval_ns": 81926, + "first_eval_ns": 1349208, + "threshold_crossing_ns": 8240291, + "compile_ns": 8348252, + "install_ns": 101857, + "osr_ns": 0, + "steady_state_ns": 13350082 + } + }, + "candidate": { + "elapsed_ns": 12769012, + "checksum": "number:409f400000000000", + "native_entries": 23136, + "native_acquisitions": 746, + "native_exits": 23136, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10104832, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22705154, + "runtime_create_ns": 45831, + "jit_attach_ns": 101544, + "context_create_ns": 167410, + "definition_eval_ns": 96693, + "first_eval_ns": 1388075, + "threshold_crossing_ns": 6000224, + "compile_ns": 6118322, + "install_ns": 72441, + "osr_ns": 0, + "steady_state_ns": 12769012 + } + } + }, + { + "pair_index": 28, + "reference": { + "elapsed_ns": 13860954, + "checksum": "number:409f400000000000", + "native_entries": 22884, + "native_exits": 22884, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24384167, + "runtime_create_ns": 44268, + "jit_attach_ns": 104709, + "context_create_ns": 153581, + "definition_eval_ns": 88009, + "first_eval_ns": 1340673, + "threshold_crossing_ns": 7203805, + "compile_ns": 7792770, + "install_ns": 62237, + "osr_ns": 0, + "steady_state_ns": 13860954 + } + }, + "candidate": { + "elapsed_ns": 11949718, + "checksum": "number:409f400000000000", + "native_entries": 23499, + "native_acquisitions": 759, + "native_exits": 23499, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10092544, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23325295, + "runtime_create_ns": 46558, + "jit_attach_ns": 106418, + "context_create_ns": 162172, + "definition_eval_ns": 95697, + "first_eval_ns": 1332251, + "threshold_crossing_ns": 7473732, + "compile_ns": 7188650, + "install_ns": 91622, + "osr_ns": 0, + "steady_state_ns": 11949718 + } + } + }, + { + "pair_index": 29, + "reference": { + "elapsed_ns": 13140040, + "checksum": "number:409f400000000000", + "native_entries": 22109, + "native_exits": 22109, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10219520, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22782450, + "runtime_create_ns": 37066, + "jit_attach_ns": 96990, + "context_create_ns": 155934, + "definition_eval_ns": 83798, + "first_eval_ns": 1347286, + "threshold_crossing_ns": 6338855, + "compile_ns": 7515497, + "install_ns": 70256, + "osr_ns": 0, + "steady_state_ns": 13140040 + } + }, + "candidate": { + "elapsed_ns": 10953049, + "checksum": "number:409f400000000000", + "native_entries": 23977, + "native_acquisitions": 776, + "native_exits": 23977, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10104832, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 20636377, + "runtime_create_ns": 42399, + "jit_attach_ns": 105678, + "context_create_ns": 159599, + "definition_eval_ns": 102666, + "first_eval_ns": 1373038, + "threshold_crossing_ns": 6505828, + "compile_ns": 6476111, + "install_ns": 49326, + "osr_ns": 0, + "steady_state_ns": 10953049 + } + } + } + ], + "automatic": [ + { + "pair_index": 0, + "candidate": { + "elapsed_ns": 10235625, + "checksum": "number:409f400000000000", + "native_entries": 3566969, + "native_acquisitions": 114264, + "native_exits": 3566969, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10137600, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016649192, + "runtime_create_ns": 42516, + "jit_attach_ns": 92236, + "context_create_ns": 197379, + "definition_eval_ns": 70707, + "first_eval_ns": 1192520, + "threshold_crossing_ns": 2003764174, + "compile_ns": 6812963, + "install_ns": 59270, + "osr_ns": 0, + "steady_state_ns": 10235625 + } + }, + "reference": { + "elapsed_ns": 12671389, + "checksum": "number:409f400000000000", + "native_entries": 2966856, + "native_exits": 2966856, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10035200, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019462414, + "runtime_create_ns": 46587, + "jit_attach_ns": 102913, + "context_create_ns": 149828, + "definition_eval_ns": 75437, + "first_eval_ns": 1131503, + "threshold_crossing_ns": 2003986546, + "compile_ns": 6613073, + "install_ns": 65567, + "osr_ns": 0, + "steady_state_ns": 12671389 + } + } + }, + { + "pair_index": 1, + "candidate": { + "elapsed_ns": 10265874, + "checksum": "number:409f400000000000", + "native_entries": 3567674, + "native_acquisitions": 114299, + "native_exits": 3567674, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10240000, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016256738, + "runtime_create_ns": 40756, + "jit_attach_ns": 81307, + "context_create_ns": 110581, + "definition_eval_ns": 54361, + "first_eval_ns": 736058, + "threshold_crossing_ns": 2003905298, + "compile_ns": 7156322, + "install_ns": 47895, + "osr_ns": 0, + "steady_state_ns": 10265874 + } + }, + "reference": { + "elapsed_ns": 12553490, + "checksum": "number:409f400000000000", + "native_entries": 2958939, + "native_exits": 2958939, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10125312, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019213947, + "runtime_create_ns": 46651, + "jit_attach_ns": 103693, + "context_create_ns": 158799, + "definition_eval_ns": 72260, + "first_eval_ns": 1144356, + "threshold_crossing_ns": 2003829618, + "compile_ns": 8682087, + "install_ns": 71333, + "osr_ns": 0, + "steady_state_ns": 12553490 + } + } + }, + { + "pair_index": 2, + "candidate": { + "elapsed_ns": 10189884, + "checksum": "number:409f400000000000", + "native_entries": 3573434, + "native_acquisitions": 114463, + "native_exits": 3573434, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10215424, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016600262, + "runtime_create_ns": 38526, + "jit_attach_ns": 95618, + "context_create_ns": 155530, + "definition_eval_ns": 68708, + "first_eval_ns": 1094805, + "threshold_crossing_ns": 2003916676, + "compile_ns": 5847715, + "install_ns": 55213, + "osr_ns": 0, + "steady_state_ns": 10189884 + } + }, + "reference": { + "elapsed_ns": 12492958, + "checksum": "number:409f400000000000", + "native_entries": 2980792, + "native_exits": 2980792, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9998336, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020283441, + "runtime_create_ns": 44766, + "jit_attach_ns": 102788, + "context_create_ns": 163947, + "definition_eval_ns": 71386, + "first_eval_ns": 1134427, + "threshold_crossing_ns": 2004993949, + "compile_ns": 6822552, + "install_ns": 67729, + "osr_ns": 0, + "steady_state_ns": 12492958 + } + } + }, + { + "pair_index": 3, + "candidate": { + "elapsed_ns": 10230318, + "checksum": "number:409f400000000000", + "native_entries": 3581953, + "native_acquisitions": 114745, + "native_exits": 3581953, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10035200, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016152876, + "runtime_create_ns": 47510, + "jit_attach_ns": 94540, + "context_create_ns": 169604, + "definition_eval_ns": 72726, + "first_eval_ns": 878099, + "threshold_crossing_ns": 2003605279, + "compile_ns": 6342077, + "install_ns": 54780, + "osr_ns": 0, + "steady_state_ns": 10230318 + } + }, + "reference": { + "elapsed_ns": 12508218, + "checksum": "number:409f400000000000", + "native_entries": 2952833, + "native_exits": 2952833, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10063872, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019115505, + "runtime_create_ns": 48372, + "jit_attach_ns": 101100, + "context_create_ns": 161669, + "definition_eval_ns": 76400, + "first_eval_ns": 1131935, + "threshold_crossing_ns": 2003814953, + "compile_ns": 7874983, + "install_ns": 70061, + "osr_ns": 0, + "steady_state_ns": 12508218 + } + } + }, + { + "pair_index": 4, + "candidate": { + "elapsed_ns": 10335909, + "checksum": "number:409f400000000000", + "native_entries": 3568396, + "native_acquisitions": 114303, + "native_exits": 3568396, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016250174, + "runtime_create_ns": 48721, + "jit_attach_ns": 99050, + "context_create_ns": 158447, + "definition_eval_ns": 73195, + "first_eval_ns": 1098104, + "threshold_crossing_ns": 2003378642, + "compile_ns": 6731659, + "install_ns": 58325, + "osr_ns": 0, + "steady_state_ns": 10335909 + } + }, + "reference": { + "elapsed_ns": 12593600, + "checksum": "number:409f400000000000", + "native_entries": 2952725, + "native_exits": 2952725, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10117120, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020198105, + "runtime_create_ns": 48068, + "jit_attach_ns": 100903, + "context_create_ns": 155133, + "definition_eval_ns": 69791, + "first_eval_ns": 1127103, + "threshold_crossing_ns": 2004817629, + "compile_ns": 6702633, + "install_ns": 77965, + "osr_ns": 0, + "steady_state_ns": 12593600 + } + } + }, + { + "pair_index": 5, + "candidate": { + "elapsed_ns": 10272485, + "checksum": "number:409f400000000000", + "native_entries": 3579563, + "native_acquisitions": 114700, + "native_exits": 3579563, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10190848, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016293301, + "runtime_create_ns": 25215, + "jit_attach_ns": 57342, + "context_create_ns": 110288, + "definition_eval_ns": 46242, + "first_eval_ns": 712988, + "threshold_crossing_ns": 2004031194, + "compile_ns": 7925818, + "install_ns": 43377, + "osr_ns": 0, + "steady_state_ns": 10272485 + } + }, + "reference": { + "elapsed_ns": 12614408, + "checksum": "number:409f400000000000", + "native_entries": 2956944, + "native_exits": 2956944, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020273861, + "runtime_create_ns": 47001, + "jit_attach_ns": 110769, + "context_create_ns": 152652, + "definition_eval_ns": 73346, + "first_eval_ns": 1165256, + "threshold_crossing_ns": 2004823294, + "compile_ns": 8760679, + "install_ns": 72995, + "osr_ns": 0, + "steady_state_ns": 12614408 + } + } + }, + { + "pair_index": 6, + "candidate": { + "elapsed_ns": 10131599, + "checksum": "number:409f400000000000", + "native_entries": 3605659, + "native_acquisitions": 115499, + "native_exits": 3605659, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10223616, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015829881, + "runtime_create_ns": 43788, + "jit_attach_ns": 70244, + "context_create_ns": 112866, + "definition_eval_ns": 57122, + "first_eval_ns": 721511, + "threshold_crossing_ns": 2003656751, + "compile_ns": 6286584, + "install_ns": 40914, + "osr_ns": 0, + "steady_state_ns": 10131599 + } + }, + "reference": { + "elapsed_ns": 12693879, + "checksum": "number:409f400000000000", + "native_entries": 2967452, + "native_exits": 2967452, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10047488, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019476588, + "runtime_create_ns": 30143, + "jit_attach_ns": 67685, + "context_create_ns": 108720, + "definition_eval_ns": 61226, + "first_eval_ns": 762808, + "threshold_crossing_ns": 2004457702, + "compile_ns": 6433603, + "install_ns": 42665, + "osr_ns": 0, + "steady_state_ns": 12693879 + } + } + }, + { + "pair_index": 7, + "candidate": { + "elapsed_ns": 10387770, + "checksum": "number:409f400000000000", + "native_entries": 3567248, + "native_acquisitions": 114235, + "native_exits": 3567248, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10125312, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016047775, + "runtime_create_ns": 42585, + "jit_attach_ns": 100767, + "context_create_ns": 161598, + "definition_eval_ns": 65020, + "first_eval_ns": 1129885, + "threshold_crossing_ns": 2003104111, + "compile_ns": 6115347, + "install_ns": 65021, + "osr_ns": 0, + "steady_state_ns": 10387770 + } + }, + "reference": { + "elapsed_ns": 12523057, + "checksum": "number:409f400000000000", + "native_entries": 2957558, + "native_exits": 2957558, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10129408, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019408189, + "runtime_create_ns": 31332, + "jit_attach_ns": 59738, + "context_create_ns": 104898, + "definition_eval_ns": 54194, + "first_eval_ns": 751333, + "threshold_crossing_ns": 2004603506, + "compile_ns": 8749626, + "install_ns": 44590, + "osr_ns": 0, + "steady_state_ns": 12523057 + } + } + }, + { + "pair_index": 8, + "candidate": { + "elapsed_ns": 10141946, + "checksum": "number:409f400000000000", + "native_entries": 3588783, + "native_acquisitions": 114951, + "native_exits": 3588783, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016177864, + "runtime_create_ns": 39111, + "jit_attach_ns": 97568, + "context_create_ns": 161153, + "definition_eval_ns": 66013, + "first_eval_ns": 918332, + "threshold_crossing_ns": 2003697082, + "compile_ns": 5922998, + "install_ns": 46448, + "osr_ns": 0, + "steady_state_ns": 10141946 + } + }, + "reference": { + "elapsed_ns": 12595080, + "checksum": "number:409f400000000000", + "native_entries": 2961619, + "native_exits": 2961619, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10125312, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019285116, + "runtime_create_ns": 30986, + "jit_attach_ns": 63321, + "context_create_ns": 106946, + "definition_eval_ns": 52862, + "first_eval_ns": 765992, + "threshold_crossing_ns": 2004391647, + "compile_ns": 6640307, + "install_ns": 42096, + "osr_ns": 0, + "steady_state_ns": 12595080 + } + } + }, + { + "pair_index": 9, + "candidate": { + "elapsed_ns": 10226611, + "checksum": "number:409f400000000000", + "native_entries": 3572001, + "native_acquisitions": 114419, + "native_exits": 3572001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10252288, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016258915, + "runtime_create_ns": 45126, + "jit_attach_ns": 81982, + "context_create_ns": 156672, + "definition_eval_ns": 88632, + "first_eval_ns": 726598, + "threshold_crossing_ns": 2003875058, + "compile_ns": 6113058, + "install_ns": 64088, + "osr_ns": 0, + "steady_state_ns": 10226611 + } + }, + "reference": { + "elapsed_ns": 12656985, + "checksum": "number:409f400000000000", + "native_entries": 2942860, + "native_exits": 2942860, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10194944, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019514354, + "runtime_create_ns": 40718, + "jit_attach_ns": 106383, + "context_create_ns": 156278, + "definition_eval_ns": 76032, + "first_eval_ns": 1124703, + "threshold_crossing_ns": 2004062322, + "compile_ns": 7279662, + "install_ns": 64156, + "osr_ns": 0, + "steady_state_ns": 12656985 + } + } + }, + { + "pair_index": 10, + "candidate": { + "elapsed_ns": 10235242, + "checksum": "number:409f400000000000", + "native_entries": 3565698, + "native_acquisitions": 114207, + "native_exits": 3565698, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10203136, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015413143, + "runtime_create_ns": 32665, + "jit_attach_ns": 53659, + "context_create_ns": 109311, + "definition_eval_ns": 45640, + "first_eval_ns": 708858, + "threshold_crossing_ns": 2003187342, + "compile_ns": 6224413, + "install_ns": 64172, + "osr_ns": 0, + "steady_state_ns": 10235242 + } + }, + "reference": { + "elapsed_ns": 12585870, + "checksum": "number:409f400000000000", + "native_entries": 2952927, + "native_exits": 2952927, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10133504, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020064257, + "runtime_create_ns": 100652, + "jit_attach_ns": 110082, + "context_create_ns": 166284, + "definition_eval_ns": 72455, + "first_eval_ns": 1142503, + "threshold_crossing_ns": 2004590742, + "compile_ns": 8805909, + "install_ns": 63912, + "osr_ns": 0, + "steady_state_ns": 12585870 + } + } + }, + { + "pair_index": 11, + "candidate": { + "elapsed_ns": 10192112, + "checksum": "number:409f400000000000", + "native_entries": 3574895, + "native_acquisitions": 114481, + "native_exits": 3574895, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10051584, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016880497, + "runtime_create_ns": 42620, + "jit_attach_ns": 92167, + "context_create_ns": 150698, + "definition_eval_ns": 74377, + "first_eval_ns": 1128515, + "threshold_crossing_ns": 2004154912, + "compile_ns": 6793776, + "install_ns": 68225, + "osr_ns": 0, + "steady_state_ns": 10192112 + } + }, + "reference": { + "elapsed_ns": 12569935, + "checksum": "number:409f400000000000", + "native_entries": 2974001, + "native_exits": 2974001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10002432, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019441459, + "runtime_create_ns": 42532, + "jit_attach_ns": 111453, + "context_create_ns": 113721, + "definition_eval_ns": 55182, + "first_eval_ns": 764509, + "threshold_crossing_ns": 2004420586, + "compile_ns": 6173087, + "install_ns": 51927, + "osr_ns": 0, + "steady_state_ns": 12569935 + } + } + }, + { + "pair_index": 12, + "candidate": { + "elapsed_ns": 10172572, + "checksum": "number:409f400000000000", + "native_entries": 3587429, + "native_acquisitions": 114927, + "native_exits": 3587429, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10133504, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015845848, + "runtime_create_ns": 27394, + "jit_attach_ns": 59743, + "context_create_ns": 113736, + "definition_eval_ns": 41658, + "first_eval_ns": 723999, + "threshold_crossing_ns": 2003678729, + "compile_ns": 6937199, + "install_ns": 49026, + "osr_ns": 0, + "steady_state_ns": 10172572 + } + }, + "reference": { + "elapsed_ns": 12514569, + "checksum": "number:409f400000000000", + "native_entries": 2960796, + "native_exits": 2960796, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10203136, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019977322, + "runtime_create_ns": 46314, + "jit_attach_ns": 101588, + "context_create_ns": 155913, + "definition_eval_ns": 86274, + "first_eval_ns": 1142731, + "threshold_crossing_ns": 2004635133, + "compile_ns": 7242940, + "install_ns": 71782, + "osr_ns": 0, + "steady_state_ns": 12514569 + } + } + }, + { + "pair_index": 13, + "candidate": { + "elapsed_ns": 10228957, + "checksum": "number:409f400000000000", + "native_entries": 3568923, + "native_acquisitions": 114293, + "native_exits": 3568923, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10264576, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016327554, + "runtime_create_ns": 40739, + "jit_attach_ns": 86021, + "context_create_ns": 154295, + "definition_eval_ns": 66162, + "first_eval_ns": 1095943, + "threshold_crossing_ns": 2003602374, + "compile_ns": 6954036, + "install_ns": 65923, + "osr_ns": 0, + "steady_state_ns": 10228957 + } + }, + "reference": { + "elapsed_ns": 12586615, + "checksum": "number:409f400000000000", + "native_entries": 2932679, + "native_exits": 2932679, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10227712, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020147749, + "runtime_create_ns": 50064, + "jit_attach_ns": 100221, + "context_create_ns": 148869, + "definition_eval_ns": 73865, + "first_eval_ns": 1118793, + "threshold_crossing_ns": 2004773810, + "compile_ns": 7316290, + "install_ns": 71601, + "osr_ns": 0, + "steady_state_ns": 12586615 + } + } + }, + { + "pair_index": 14, + "candidate": { + "elapsed_ns": 10717358, + "checksum": "number:409f400000000000", + "native_entries": 3490926, + "native_acquisitions": 111813, + "native_exits": 3490926, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10100736, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016723780, + "runtime_create_ns": 45813, + "jit_attach_ns": 91967, + "context_create_ns": 152354, + "definition_eval_ns": 72200, + "first_eval_ns": 1111493, + "threshold_crossing_ns": 2003414553, + "compile_ns": 6862323, + "install_ns": 65841, + "osr_ns": 0, + "steady_state_ns": 10717358 + } + }, + "reference": { + "elapsed_ns": 12555795, + "checksum": "number:409f400000000000", + "native_entries": 2959673, + "native_exits": 2959673, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019178414, + "runtime_create_ns": 51626, + "jit_attach_ns": 105585, + "context_create_ns": 152892, + "definition_eval_ns": 77718, + "first_eval_ns": 1119327, + "threshold_crossing_ns": 2003835314, + "compile_ns": 5879685, + "install_ns": 61044, + "osr_ns": 0, + "steady_state_ns": 12555795 + } + } + }, + { + "pair_index": 15, + "candidate": { + "elapsed_ns": 10266082, + "checksum": "number:409f400000000000", + "native_entries": 3560823, + "native_acquisitions": 114061, + "native_exits": 3560823, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10067968, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016161362, + "runtime_create_ns": 45309, + "jit_attach_ns": 91880, + "context_create_ns": 157921, + "definition_eval_ns": 77387, + "first_eval_ns": 1133114, + "threshold_crossing_ns": 2003325520, + "compile_ns": 6233156, + "install_ns": 44592, + "osr_ns": 0, + "steady_state_ns": 10266082 + } + }, + "reference": { + "elapsed_ns": 12520486, + "checksum": "number:409f400000000000", + "native_entries": 2922856, + "native_exits": 2922856, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10137600, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019698277, + "runtime_create_ns": 43576, + "jit_attach_ns": 103952, + "context_create_ns": 165117, + "definition_eval_ns": 72761, + "first_eval_ns": 1131532, + "threshold_crossing_ns": 2004375789, + "compile_ns": 8100544, + "install_ns": 71179, + "osr_ns": 0, + "steady_state_ns": 12520486 + } + } + }, + { + "pair_index": 16, + "candidate": { + "elapsed_ns": 10136403, + "checksum": "number:409f400000000000", + "native_entries": 3581591, + "native_acquisitions": 114700, + "native_exits": 3581591, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10063872, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016129793, + "runtime_create_ns": 40841, + "jit_attach_ns": 89910, + "context_create_ns": 151112, + "definition_eval_ns": 64732, + "first_eval_ns": 1092079, + "threshold_crossing_ns": 2003505493, + "compile_ns": 5901327, + "install_ns": 61881, + "osr_ns": 0, + "steady_state_ns": 10136403 + } + }, + "reference": { + "elapsed_ns": 12492458, + "checksum": "number:409f400000000000", + "native_entries": 2975430, + "native_exits": 2975430, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10018816, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019817964, + "runtime_create_ns": 50109, + "jit_attach_ns": 102581, + "context_create_ns": 165575, + "definition_eval_ns": 89392, + "first_eval_ns": 747000, + "threshold_crossing_ns": 2004899961, + "compile_ns": 7245132, + "install_ns": 49840, + "osr_ns": 0, + "steady_state_ns": 12492458 + } + } + }, + { + "pair_index": 17, + "candidate": { + "elapsed_ns": 10202985, + "checksum": "number:409f400000000000", + "native_entries": 3552788, + "native_acquisitions": 113793, + "native_exits": 3552788, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10231808, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016768671, + "runtime_create_ns": 45379, + "jit_attach_ns": 95858, + "context_create_ns": 156574, + "definition_eval_ns": 60485, + "first_eval_ns": 1107977, + "threshold_crossing_ns": 2004047055, + "compile_ns": 7611707, + "install_ns": 59617, + "osr_ns": 0, + "steady_state_ns": 10202985 + } + }, + "reference": { + "elapsed_ns": 12565118, + "checksum": "number:409f400000000000", + "native_entries": 2943462, + "native_exits": 2943462, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10178560, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019038455, + "runtime_create_ns": 42584, + "jit_attach_ns": 106258, + "context_create_ns": 247715, + "definition_eval_ns": 58067, + "first_eval_ns": 760928, + "threshold_crossing_ns": 2003972421, + "compile_ns": 6746387, + "install_ns": 56615, + "osr_ns": 0, + "steady_state_ns": 12565118 + } + } + }, + { + "pair_index": 18, + "candidate": { + "elapsed_ns": 10306745, + "checksum": "number:409f400000000000", + "native_entries": 3548947, + "native_acquisitions": 113672, + "native_exits": 3548947, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10125312, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016396503, + "runtime_create_ns": 40785, + "jit_attach_ns": 101836, + "context_create_ns": 154409, + "definition_eval_ns": 58147, + "first_eval_ns": 1100407, + "threshold_crossing_ns": 2003574959, + "compile_ns": 8284726, + "install_ns": 64371, + "osr_ns": 0, + "steady_state_ns": 10306745 + } + }, + "reference": { + "elapsed_ns": 12379086, + "checksum": "number:409f400000000000", + "native_entries": 2990799, + "native_exits": 2990799, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10174464, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2018978766, + "runtime_create_ns": 45579, + "jit_attach_ns": 103913, + "context_create_ns": 158083, + "definition_eval_ns": 72907, + "first_eval_ns": 1126240, + "threshold_crossing_ns": 2003823205, + "compile_ns": 7597495, + "install_ns": 88340, + "osr_ns": 0, + "steady_state_ns": 12379086 + } + } + }, + { + "pair_index": 19, + "candidate": { + "elapsed_ns": 10245987, + "checksum": "number:409f400000000000", + "native_entries": 3574832, + "native_acquisitions": 114486, + "native_exits": 3574832, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016453406, + "runtime_create_ns": 42598, + "jit_attach_ns": 91877, + "context_create_ns": 172057, + "definition_eval_ns": 73283, + "first_eval_ns": 1116693, + "threshold_crossing_ns": 2003655806, + "compile_ns": 7469028, + "install_ns": 64836, + "osr_ns": 0, + "steady_state_ns": 10245987 + } + }, + "reference": { + "elapsed_ns": 12608552, + "checksum": "number:409f400000000000", + "native_entries": 2938761, + "native_exits": 2938761, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10117120, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020209297, + "runtime_create_ns": 47011, + "jit_attach_ns": 102300, + "context_create_ns": 162728, + "definition_eval_ns": 95310, + "first_eval_ns": 1127513, + "threshold_crossing_ns": 2004770680, + "compile_ns": 8198338, + "install_ns": 68886, + "osr_ns": 0, + "steady_state_ns": 12608552 + } + } + }, + { + "pair_index": 20, + "candidate": { + "elapsed_ns": 10304540, + "checksum": "number:409f400000000000", + "native_entries": 3554869, + "native_acquisitions": 113859, + "native_exits": 3554869, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016703439, + "runtime_create_ns": 43299, + "jit_attach_ns": 82124, + "context_create_ns": 147597, + "definition_eval_ns": 57316, + "first_eval_ns": 1103961, + "threshold_crossing_ns": 2003903956, + "compile_ns": 7711924, + "install_ns": 66341, + "osr_ns": 0, + "steady_state_ns": 10304540 + } + }, + "reference": { + "elapsed_ns": 12502731, + "checksum": "number:409f400000000000", + "native_entries": 2969646, + "native_exits": 2969646, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10043392, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019272297, + "runtime_create_ns": 34025, + "jit_attach_ns": 71131, + "context_create_ns": 112540, + "definition_eval_ns": 58009, + "first_eval_ns": 767726, + "threshold_crossing_ns": 2004450490, + "compile_ns": 8753459, + "install_ns": 45319, + "osr_ns": 0, + "steady_state_ns": 12502731 + } + } + }, + { + "pair_index": 21, + "candidate": { + "elapsed_ns": 10130976, + "checksum": "number:409f400000000000", + "native_entries": 3591631, + "native_acquisitions": 115051, + "native_exits": 3591631, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10219520, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015450354, + "runtime_create_ns": 29906, + "jit_attach_ns": 59238, + "context_create_ns": 106913, + "definition_eval_ns": 47729, + "first_eval_ns": 717254, + "threshold_crossing_ns": 2003328135, + "compile_ns": 6360090, + "install_ns": 47618, + "osr_ns": 0, + "steady_state_ns": 10130976 + } + }, + "reference": { + "elapsed_ns": 12538103, + "checksum": "number:409f400000000000", + "native_entries": 2982981, + "native_exits": 2982981, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10203136, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020039066, + "runtime_create_ns": 46441, + "jit_attach_ns": 110614, + "context_create_ns": 163855, + "definition_eval_ns": 70767, + "first_eval_ns": 1135824, + "threshold_crossing_ns": 2004685118, + "compile_ns": 7126952, + "install_ns": 64780, + "osr_ns": 0, + "steady_state_ns": 12538103 + } + } + }, + { + "pair_index": 22, + "candidate": { + "elapsed_ns": 10141674, + "checksum": "number:409f400000000000", + "native_entries": 3554916, + "native_acquisitions": 113865, + "native_exits": 3554916, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10108928, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016327896, + "runtime_create_ns": 46440, + "jit_attach_ns": 95091, + "context_create_ns": 161565, + "definition_eval_ns": 59558, + "first_eval_ns": 1119119, + "threshold_crossing_ns": 2003652837, + "compile_ns": 8507526, + "install_ns": 71665, + "osr_ns": 0, + "steady_state_ns": 10141674 + } + }, + "reference": { + "elapsed_ns": 12612218, + "checksum": "number:409f400000000000", + "native_entries": 2926789, + "native_exits": 2926789, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019358587, + "runtime_create_ns": 46254, + "jit_attach_ns": 100421, + "context_create_ns": 154522, + "definition_eval_ns": 75720, + "first_eval_ns": 1118580, + "threshold_crossing_ns": 2003958291, + "compile_ns": 8210331, + "install_ns": 71710, + "osr_ns": 0, + "steady_state_ns": 12612218 + } + } + }, + { + "pair_index": 23, + "candidate": { + "elapsed_ns": 10340533, + "checksum": "number:409f400000000000", + "native_entries": 3508947, + "native_acquisitions": 112418, + "native_exits": 3508947, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10211328, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2017156735, + "runtime_create_ns": 47581, + "jit_attach_ns": 108168, + "context_create_ns": 176980, + "definition_eval_ns": 73613, + "first_eval_ns": 1153425, + "threshold_crossing_ns": 2004194152, + "compile_ns": 8936225, + "install_ns": 82516, + "osr_ns": 0, + "steady_state_ns": 10340533 + } + }, + "reference": { + "elapsed_ns": 12782501, + "checksum": "number:409f400000000000", + "native_entries": 2924755, + "native_exits": 2924755, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10231808, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020333654, + "runtime_create_ns": 40026, + "jit_attach_ns": 101392, + "context_create_ns": 155848, + "definition_eval_ns": 73956, + "first_eval_ns": 1141944, + "threshold_crossing_ns": 2004751855, + "compile_ns": 7556170, + "install_ns": 64181, + "osr_ns": 0, + "steady_state_ns": 12782501 + } + } + }, + { + "pair_index": 24, + "candidate": { + "elapsed_ns": 10297966, + "checksum": "number:409f400000000000", + "native_entries": 3547196, + "native_acquisitions": 113621, + "native_exits": 3547196, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10117120, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016179357, + "runtime_create_ns": 38872, + "jit_attach_ns": 100017, + "context_create_ns": 166098, + "definition_eval_ns": 76658, + "first_eval_ns": 1120590, + "threshold_crossing_ns": 2003280986, + "compile_ns": 7701678, + "install_ns": 56766, + "osr_ns": 0, + "steady_state_ns": 10297966 + } + }, + "reference": { + "elapsed_ns": 12583568, + "checksum": "number:409f400000000000", + "native_entries": 2951629, + "native_exits": 2951629, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10137600, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019702979, + "runtime_create_ns": 47839, + "jit_attach_ns": 105812, + "context_create_ns": 166779, + "definition_eval_ns": 54782, + "first_eval_ns": 770241, + "threshold_crossing_ns": 2004682545, + "compile_ns": 8347977, + "install_ns": 49569, + "osr_ns": 0, + "steady_state_ns": 12583568 + } + } + }, + { + "pair_index": 25, + "candidate": { + "elapsed_ns": 10291044, + "checksum": "number:409f400000000000", + "native_entries": 3534971, + "native_acquisitions": 113234, + "native_exits": 3534971, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10125312, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016329182, + "runtime_create_ns": 43418, + "jit_attach_ns": 98594, + "context_create_ns": 150618, + "definition_eval_ns": 64981, + "first_eval_ns": 1140228, + "threshold_crossing_ns": 2003480215, + "compile_ns": 6638767, + "install_ns": 60483, + "osr_ns": 0, + "steady_state_ns": 10291044 + } + }, + "reference": { + "elapsed_ns": 12550315, + "checksum": "number:409f400000000000", + "native_entries": 2966913, + "native_exits": 2966913, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10059776, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019232591, + "runtime_create_ns": 43325, + "jit_attach_ns": 104714, + "context_create_ns": 161321, + "definition_eval_ns": 73496, + "first_eval_ns": 1135897, + "threshold_crossing_ns": 2003878226, + "compile_ns": 6272060, + "install_ns": 58579, + "osr_ns": 0, + "steady_state_ns": 12550315 + } + } + }, + { + "pair_index": 26, + "candidate": { + "elapsed_ns": 10213100, + "checksum": "number:409f400000000000", + "native_entries": 3574323, + "native_acquisitions": 114542, + "native_exits": 3574323, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10117120, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015931641, + "runtime_create_ns": 45557, + "jit_attach_ns": 98700, + "context_create_ns": 160095, + "definition_eval_ns": 86439, + "first_eval_ns": 1141696, + "threshold_crossing_ns": 2003134762, + "compile_ns": 8936198, + "install_ns": 67079, + "osr_ns": 0, + "steady_state_ns": 10213100 + } + }, + "reference": { + "elapsed_ns": 12560323, + "checksum": "number:409f400000000000", + "native_entries": 2933475, + "native_exits": 2933475, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2018845588, + "runtime_create_ns": 44516, + "jit_attach_ns": 98674, + "context_create_ns": 116289, + "definition_eval_ns": 60499, + "first_eval_ns": 755719, + "threshold_crossing_ns": 2003925180, + "compile_ns": 8727434, + "install_ns": 46882, + "osr_ns": 0, + "steady_state_ns": 12560323 + } + } + }, + { + "pair_index": 27, + "candidate": { + "elapsed_ns": 10230228, + "checksum": "number:409f400000000000", + "native_entries": 3572228, + "native_acquisitions": 114423, + "native_exits": 3572228, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10190848, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015557537, + "runtime_create_ns": 27064, + "jit_attach_ns": 60004, + "context_create_ns": 113029, + "definition_eval_ns": 58418, + "first_eval_ns": 736839, + "threshold_crossing_ns": 2003277819, + "compile_ns": 5940143, + "install_ns": 43200, + "osr_ns": 0, + "steady_state_ns": 10230228 + } + }, + "reference": { + "elapsed_ns": 12684508, + "checksum": "number:409f400000000000", + "native_entries": 2931571, + "native_exits": 2931571, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019703028, + "runtime_create_ns": 28750, + "jit_attach_ns": 66268, + "context_create_ns": 109811, + "definition_eval_ns": 53674, + "first_eval_ns": 780344, + "threshold_crossing_ns": 2004685325, + "compile_ns": 8850915, + "install_ns": 56030, + "osr_ns": 0, + "steady_state_ns": 12684508 + } + } + }, + { + "pair_index": 28, + "candidate": { + "elapsed_ns": 10174569, + "checksum": "number:409f400000000000", + "native_entries": 3522777, + "native_acquisitions": 112848, + "native_exits": 3522777, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10153984, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016742106, + "runtime_create_ns": 45583, + "jit_attach_ns": 98530, + "context_create_ns": 157862, + "definition_eval_ns": 74871, + "first_eval_ns": 1119100, + "threshold_crossing_ns": 2004003494, + "compile_ns": 6443115, + "install_ns": 67559, + "osr_ns": 0, + "steady_state_ns": 10174569 + } + }, + "reference": { + "elapsed_ns": 12614737, + "checksum": "number:409f400000000000", + "native_entries": 2957399, + "native_exits": 2957399, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10162176, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019380206, + "runtime_create_ns": 27518, + "jit_attach_ns": 66673, + "context_create_ns": 109260, + "definition_eval_ns": 57001, + "first_eval_ns": 743398, + "threshold_crossing_ns": 2004481103, + "compile_ns": 8845943, + "install_ns": 43818, + "osr_ns": 0, + "steady_state_ns": 12614737 + } + } + }, + { + "pair_index": 29, + "candidate": { + "elapsed_ns": 10217513, + "checksum": "number:409f400000000000", + "native_entries": 3585638, + "native_acquisitions": 114859, + "native_exits": 3585638, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10182656, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016343659, + "runtime_create_ns": 30654, + "jit_attach_ns": 56566, + "context_create_ns": 111291, + "definition_eval_ns": 54153, + "first_eval_ns": 710533, + "threshold_crossing_ns": 2004124219, + "compile_ns": 6279441, + "install_ns": 43735, + "osr_ns": 0, + "steady_state_ns": 10217513 + } + }, + "reference": { + "elapsed_ns": 12395697, + "checksum": "number:409f400000000000", + "native_entries": 2967549, + "native_exits": 2967549, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019237260, + "runtime_create_ns": 27817, + "jit_attach_ns": 69547, + "context_create_ns": 108658, + "definition_eval_ns": 56728, + "first_eval_ns": 746365, + "threshold_crossing_ns": 2004569259, + "compile_ns": 6672611, + "install_ns": 66727, + "osr_ns": 0, + "steady_state_ns": 12395697 + } + } + } + ] + }, + "throughput": { + "interpreter": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 367, + "elapsed_ns": 1001946400 + }, + { + "window_index": 1, + "fresh_workers": 358, + "elapsed_ns": 1000069394 + }, + { + "window_index": 2, + "fresh_workers": 356, + "elapsed_ns": 1002107864 + }, + { + "window_index": 3, + "fresh_workers": 365, + "elapsed_ns": 1001504351 + }, + { + "window_index": 4, + "fresh_workers": 360, + "elapsed_ns": 1001351301 + }, + { + "window_index": 5, + "fresh_workers": 362, + "elapsed_ns": 1001981266 + }, + { + "window_index": 6, + "fresh_workers": 359, + "elapsed_ns": 1002192490 + }, + { + "window_index": 7, + "fresh_workers": 369, + "elapsed_ns": 1002064557 + }, + { + "window_index": 8, + "fresh_workers": 363, + "elapsed_ns": 1000659763 + }, + { + "window_index": 9, + "fresh_workers": 361, + "elapsed_ns": 1002481682 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 374, + "elapsed_ns": 1001924274 + }, + { + "window_index": 1, + "fresh_workers": 367, + "elapsed_ns": 1002505594 + }, + { + "window_index": 2, + "fresh_workers": 356, + "elapsed_ns": 1001383366 + }, + { + "window_index": 3, + "fresh_workers": 367, + "elapsed_ns": 1002050545 + }, + { + "window_index": 4, + "fresh_workers": 378, + "elapsed_ns": 1000759977 + }, + { + "window_index": 5, + "fresh_workers": 367, + "elapsed_ns": 1001214402 + }, + { + "window_index": 6, + "fresh_workers": 369, + "elapsed_ns": 1001101952 + }, + { + "window_index": 7, + "fresh_workers": 369, + "elapsed_ns": 1002261496 + }, + { + "window_index": 8, + "fresh_workers": 365, + "elapsed_ns": 1001523976 + }, + { + "window_index": 9, + "fresh_workers": 372, + "elapsed_ns": 1002157116 + } + ] + }, + "tier1": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 41, + "elapsed_ns": 1023323310 + }, + { + "window_index": 1, + "fresh_workers": 38, + "elapsed_ns": 1003073618 + }, + { + "window_index": 2, + "fresh_workers": 41, + "elapsed_ns": 1017543471 + }, + { + "window_index": 3, + "fresh_workers": 40, + "elapsed_ns": 1023945524 + }, + { + "window_index": 4, + "fresh_workers": 41, + "elapsed_ns": 1003618934 + }, + { + "window_index": 5, + "fresh_workers": 40, + "elapsed_ns": 1014726867 + }, + { + "window_index": 6, + "fresh_workers": 40, + "elapsed_ns": 1004997029 + }, + { + "window_index": 7, + "fresh_workers": 41, + "elapsed_ns": 1022008354 + }, + { + "window_index": 8, + "fresh_workers": 40, + "elapsed_ns": 1007028720 + }, + { + "window_index": 9, + "fresh_workers": 41, + "elapsed_ns": 1016253711 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 43, + "elapsed_ns": 1014913521 + }, + { + "window_index": 1, + "fresh_workers": 43, + "elapsed_ns": 1003137533 + }, + { + "window_index": 2, + "fresh_workers": 41, + "elapsed_ns": 1006686347 + }, + { + "window_index": 3, + "fresh_workers": 43, + "elapsed_ns": 1006527959 + }, + { + "window_index": 4, + "fresh_workers": 43, + "elapsed_ns": 1020519055 + }, + { + "window_index": 5, + "fresh_workers": 44, + "elapsed_ns": 1018805622 + }, + { + "window_index": 6, + "fresh_workers": 44, + "elapsed_ns": 1022582191 + }, + { + "window_index": 7, + "fresh_workers": 43, + "elapsed_ns": 1006928601 + }, + { + "window_index": 8, + "fresh_workers": 43, + "elapsed_ns": 1012142012 + }, + { + "window_index": 9, + "fresh_workers": 43, + "elapsed_ns": 1010558293 + } + ] + }, + "tier2": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 42, + "elapsed_ns": 1002815805 + }, + { + "window_index": 1, + "fresh_workers": 42, + "elapsed_ns": 1010399108 + }, + { + "window_index": 2, + "fresh_workers": 41, + "elapsed_ns": 1003651896 + }, + { + "window_index": 3, + "fresh_workers": 42, + "elapsed_ns": 1016362650 + }, + { + "window_index": 4, + "fresh_workers": 42, + "elapsed_ns": 1004195492 + }, + { + "window_index": 5, + "fresh_workers": 41, + "elapsed_ns": 1003524262 + }, + { + "window_index": 6, + "fresh_workers": 41, + "elapsed_ns": 1017521283 + }, + { + "window_index": 7, + "fresh_workers": 42, + "elapsed_ns": 1003116260 + }, + { + "window_index": 8, + "fresh_workers": 41, + "elapsed_ns": 1000563421 + }, + { + "window_index": 9, + "fresh_workers": 43, + "elapsed_ns": 1016147653 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 46, + "elapsed_ns": 1006184961 + }, + { + "window_index": 1, + "fresh_workers": 44, + "elapsed_ns": 1001720033 + }, + { + "window_index": 2, + "fresh_workers": 47, + "elapsed_ns": 1015495002 + }, + { + "window_index": 3, + "fresh_workers": 46, + "elapsed_ns": 1000839508 + }, + { + "window_index": 4, + "fresh_workers": 47, + "elapsed_ns": 1014343473 + }, + { + "window_index": 5, + "fresh_workers": 47, + "elapsed_ns": 1020918530 + }, + { + "window_index": 6, + "fresh_workers": 45, + "elapsed_ns": 1006242975 + }, + { + "window_index": 7, + "fresh_workers": 46, + "elapsed_ns": 1015628514 + }, + { + "window_index": 8, + "fresh_workers": 46, + "elapsed_ns": 1023475514 + }, + { + "window_index": 9, + "fresh_workers": 45, + "elapsed_ns": 1011605903 + } + ] + }, + "automatic": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 1, + "elapsed_ns": 2020500855 + }, + { + "window_index": 1, + "fresh_workers": 1, + "elapsed_ns": 2020894714 + }, + { + "window_index": 2, + "fresh_workers": 1, + "elapsed_ns": 2020419495 + }, + { + "window_index": 3, + "fresh_workers": 1, + "elapsed_ns": 2021488370 + }, + { + "window_index": 4, + "fresh_workers": 1, + "elapsed_ns": 2022510772 + }, + { + "window_index": 5, + "fresh_workers": 1, + "elapsed_ns": 2020677883 + }, + { + "window_index": 6, + "fresh_workers": 1, + "elapsed_ns": 2021532429 + }, + { + "window_index": 7, + "fresh_workers": 1, + "elapsed_ns": 2020656333 + }, + { + "window_index": 8, + "fresh_workers": 1, + "elapsed_ns": 2021171779 + }, + { + "window_index": 9, + "fresh_workers": 1, + "elapsed_ns": 2020557325 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 1, + "elapsed_ns": 2018074663 + }, + { + "window_index": 1, + "fresh_workers": 1, + "elapsed_ns": 2017386597 + }, + { + "window_index": 2, + "fresh_workers": 1, + "elapsed_ns": 2017085530 + }, + { + "window_index": 3, + "fresh_workers": 1, + "elapsed_ns": 2016726182 + }, + { + "window_index": 4, + "fresh_workers": 1, + "elapsed_ns": 2018087926 + }, + { + "window_index": 5, + "fresh_workers": 1, + "elapsed_ns": 2017280459 + }, + { + "window_index": 6, + "fresh_workers": 1, + "elapsed_ns": 2017570756 + }, + { + "window_index": 7, + "fresh_workers": 1, + "elapsed_ns": 2017772837 + }, + { + "window_index": 8, + "fresh_workers": 1, + "elapsed_ns": 2017564018 + }, + { + "window_index": 9, + "fresh_workers": 1, + "elapsed_ns": 2017212522 + } + ] + } + }, + "summary": { + "interpreter": { + "reference_median_ns": 1496340.5, + "candidate_median_ns": 1523961.5, + "candidate_speed_relative_to_reference": 0.9818755263830484, + "paired_bootstrap_speed_ci95": [ + 0.8390772040497189, + 1.0624044768121659 + ], + "statistically_tied": true + }, + "tier1": { + "reference_median_ns": 14507841.0, + "candidate_median_ns": 12679293.0, + "candidate_speed_relative_to_reference": 1.1442152965468975, + "paired_bootstrap_speed_ci95": [ + 1.138768346393597, + 1.1473084925776362 + ], + "statistically_tied": false + }, + "tier2": { + "reference_median_ns": 13231139.5, + "candidate_median_ns": 10965669.0, + "candidate_speed_relative_to_reference": 1.2065966517865896, + "paired_bootstrap_speed_ci95": [ + 1.201506265515657, + 1.217681014359524 + ], + "statistically_tied": false + }, + "automatic": { + "reference_median_ns": 12567526.5, + "candidate_median_ns": 10230273.0, + "candidate_speed_relative_to_reference": 1.228464431007853, + "paired_bootstrap_speed_ci95": [ + 1.22326961931927, + 1.232184933992307 + ], + "statistically_tied": false + } + }, + "host": { + "target_triple": "x86_64-unknown-linux-gnu", + "os": "linux", + "kernel": "Linux 7.1.9-arch1-2", + "cpu": "model name\t: 13th Gen Intel(R) Core(TM) i7-13700KF", + "power_mode": "powersave", + "rustc": "rustc 1.98.0 (88d9e12ae 2026-08-18)\nbinary: rustc\ncommit-hash: 88d9e12ae178fab0fb5cc050a94da85685d449ea\ncommit-date: 2026-08-18\nhost: x86_64-unknown-linux-gnu\nrelease: 1.98.0\nLLVM version: 22.1.8", + "llvm": "rustc 1.98.0 (88d9e12ae 2026-08-18)\nbinary: rustc\ncommit-hash: 88d9e12ae178fab0fb5cc050a94da85685d449ea\ncommit-date: 2026-08-18\nhost: x86_64-unknown-linux-gnu\nrelease: 1.98.0\nLLVM version: 22.1.8" + }, + "driver_source": "\"\"\"Diagnostic paired revision comparison using the unchanged jit-bench worker ABI.\"\"\"\nimport hashlib\nimport json\nfrom pathlib import Path\nimport random\nimport statistics\nimport subprocess\nimport time\n\nROOT = Path('/home/jason/work/quickjs-jit')\nOUTPUT = Path('/tmp/jit-entry-cache-paired.json')\nENGINES = {\n 'reference': Path('/tmp/jit-call-reference/jit-bench'),\n 'candidate': ROOT / 'target/release/jit-bench',\n}\nSCRIPT = ROOT / 'benchmarks/scripts/generic-call-entry.js'\nMODES = ['interpreter', 'tier1', 'tier2', 'automatic']\nWARMUPS, PAIRS, WINDOWS = 5, 30, 10\nchecksum = None\n\ndef digest(path):\n return hashlib.sha256(path.read_bytes()).hexdigest()\n\ndef run(engine, mode):\n global checksum\n completed = subprocess.run(\n [str(ENGINES[engine]), 'worker', '--mode', mode, '--script', str(SCRIPT)],\n cwd=ROOT, capture_output=True, text=True, check=True, timeout=120,\n )\n result = json.loads(completed.stdout)\n if checksum is None:\n checksum = result['checksum']\n assert result['checksum'] == checksum, (engine, mode, result)\n assert result['native_entries'] == result['native_exits'], (engine, mode, result)\n if mode == 'interpreter':\n assert result['native_entries'] == 0\n else:\n assert result['native_entries'] > 0, (engine, mode, result)\n return result\n\ndef rotated(items, offset):\n offset %= len(items)\n return items[offset:] + items[:offset]\n\ndef write():\n temporary = OUTPUT.with_suffix('.partial')\n temporary.write_text(json.dumps(evidence, indent=2) + '\\n')\n temporary.replace(OUTPUT)\n\n# Binary hashes bind each measurement to its implementation even though both\n# worker binaries see the current, dirty source tree for the shared script.\nevidence = {\n 'schema': 'jit-entry-cache-paired-diagnostic-v1',\n 'status': 'running',\n 'started_utc': time.strftime('%Y-%m-%dT%H:%M:%SZ', time.gmtime()),\n 'driver_sha256': digest(Path(__file__)),\n 'script': str(SCRIPT), 'script_sha256': digest(SCRIPT),\n 'executables': {name: {'path': str(path), 'sha256': digest(path)} for name, path in ENGINES.items()},\n 'candidate_revision': subprocess.check_output(['git', 'rev-parse', 'HEAD'], cwd=ROOT, text=True).strip(),\n 'source_dirty': True,\n 'warmup_processes_per_engine_and_mode': WARMUPS,\n 'fresh_process_pairs_per_mode': PAIRS,\n 'throughput_windows_per_engine_and_mode': WINDOWS,\n 'throughput_window_min_ns': 1_000_000_000,\n 'throughput_unit': 'fresh jit-bench worker processes including setup and warmup',\n 'bootstrap_resamples': 10000,\n 'pairs': {mode: [] for mode in MODES},\n 'throughput': {mode: {engine: [] for engine in ENGINES} for mode in MODES},\n}\nwrite()\nfor pair in range(WARMUPS):\n for index, mode in enumerate(rotated(MODES, pair)):\n for engine in rotated(list(ENGINES), pair + index):\n run(engine, mode)\nprint('warmups complete', flush=True)\nfor pair in range(PAIRS):\n for index, mode in enumerate(rotated(MODES, pair)):\n row = {'pair_index': pair}\n for engine in rotated(list(ENGINES), pair + index):\n row[engine] = run(engine, mode)\n evidence['pairs'][mode].append(row)\n write()\n if (pair + 1) % 5 == 0:\n print(f'completed {pair + 1}/{PAIRS} pairs per mode', flush=True)\nfor window in range(WINDOWS):\n for index, mode in enumerate(rotated(MODES, window)):\n for engine in rotated(list(ENGINES), window + index):\n start = time.monotonic_ns()\n count = 0\n while time.monotonic_ns() - start < 1_000_000_000:\n run(engine, mode)\n count += 1\n evidence['throughput'][mode][engine].append({\n 'window_index': window, 'fresh_workers': count,\n 'elapsed_ns': time.monotonic_ns() - start,\n })\n write()\n print(f'completed {window + 1}/{WINDOWS} throughput windows', flush=True)\nsummary = {}\nfor mode, pairs in evidence['pairs'].items():\n a = [row['reference']['elapsed_ns'] for row in pairs]\n b = [row['candidate']['elapsed_ns'] for row in pairs]\n rng = random.Random(20260905)\n bootstrap = []\n for _ in range(10000):\n indices = [rng.randrange(len(pairs)) for _ in pairs]\n bootstrap.append(statistics.median(a[i] for i in indices) / statistics.median(b[i] for i in indices))\n bootstrap.sort()\n summary[mode] = {\n 'reference_median_ns': statistics.median(a),\n 'candidate_median_ns': statistics.median(b),\n 'candidate_speed_relative_to_reference': statistics.median(a) / statistics.median(b),\n 'paired_bootstrap_speed_ci95': [bootstrap[249], bootstrap[9749]],\n 'statistically_tied': bootstrap[249] <= 1 <= bootstrap[9749],\n }\n# Detect replacement during measurement instead of silently mixing binaries.\nfor name, path in ENGINES.items():\n assert digest(path) == evidence['executables'][name]['sha256']\nassert digest(SCRIPT) == evidence['script_sha256']\nevidence['summary'] = summary\nevidence['status'] = 'complete'\nwrite()\nprint(json.dumps(summary, indent=2), flush=True)\n", + "reference_implementation": "M2 2bd518e with the generic-call-entry benchmark added; no entry-cache implementation", + "limitations": [ + "Diagnostic dirty-tree comparison, not the clean-source benchmark acceptance gate.", + "The tier2 mode executes Tier 1 on this Bool-argument workload.", + "Interpreter confidence interval is too wide to establish no material regression.", + "Native counters include worker warmup; the integration test separately verifies steady-batch reuse." + ] +} diff --git a/benchmarks/results/m3-native-return-call-heavy-paired.json b/benchmarks/results/m3-native-return-call-heavy-paired.json new file mode 100644 index 000000000..262f0ae55 --- /dev/null +++ b/benchmarks/results/m3-native-return-call-heavy-paired.json @@ -0,0 +1,14707 @@ +{ + "schema": "jit-native-return-paired-diagnostic-v1", + "workload": "call-heavy", + "cpu_affinity": [ + 0 + ], + "status": "complete", + "started_utc": "2026-09-05T08:23:59Z", + "driver_sha256": "6a6ca74986536ee49878d5d88e7f133c3390fe2308fa19552a63084257cdd4d0", + "script": "/home/jason/work/quickjs-jit/benchmarks/scripts/call-heavy.js", + "script_sha256": "5688a779d65aef9c9b309cc9e4a7143f1220cb78ed9296746774154f3c755f3a", + "executables": { + "reference": { + "path": "/tmp/jit-call-reference/jit-bench", + "sha256": "0dabbbd9e86fcbfd9b8a811fc843040fdfaa266f583d9b48ab9e61df3d74fed2" + }, + "entry_cache": { + "path": "/tmp/jit-entry-cache-stage1/jit-bench", + "sha256": "958cf3de6346b7502471f8ec934e08d5e72b672cc96681b0883f366b1187958c" + }, + "candidate": { + "path": "/home/jason/work/quickjs-jit/target/release/jit-bench", + "sha256": "4078a044e6459a24ee9ff63dcdc7d723e0e3e23d275626403bbebe143603eecb" + } + }, + "candidate_revision": "2bd518e3716137fc66461f9d5db8a63c26ca961d", + "source_dirty": true, + "warmup_processes_per_engine_and_mode": 5, + "fresh_process_pairs_per_mode": 30, + "throughput_windows_per_engine_and_mode": 10, + "throughput_window_min_ns": 1000000000, + "throughput_unit": "fresh jit-bench worker processes including setup and warmup", + "bootstrap_resamples": 10000, + "pairs": { + "interpreter": [ + { + "pair_index": 0, + "reference": { + "elapsed_ns": 1436473, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5099520, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2056697, + "runtime_create_ns": 22639, + "jit_attach_ns": 89, + "context_create_ns": 102306, + "definition_eval_ns": 38894, + "first_eval_ns": 142753, + "threshold_crossing_ns": 140616, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1436473 + } + }, + "entry_cache": { + "elapsed_ns": 1390630, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5062656, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2021966, + "runtime_create_ns": 29885, + "jit_attach_ns": 41, + "context_create_ns": 105915, + "definition_eval_ns": 43117, + "first_eval_ns": 145411, + "threshold_crossing_ns": 146577, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1390630 + } + }, + "candidate": { + "elapsed_ns": 1373507, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5009408, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1984566, + "runtime_create_ns": 24615, + "jit_attach_ns": 43, + "context_create_ns": 109541, + "definition_eval_ns": 44137, + "first_eval_ns": 140056, + "threshold_crossing_ns": 141491, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1373507 + } + } + }, + { + "pair_index": 1, + "entry_cache": { + "elapsed_ns": 1376760, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5038080, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1999198, + "runtime_create_ns": 28273, + "jit_attach_ns": 40, + "context_create_ns": 103127, + "definition_eval_ns": 41693, + "first_eval_ns": 149351, + "threshold_crossing_ns": 141591, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1376760 + } + }, + "candidate": { + "elapsed_ns": 1429635, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5038080, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2044854, + "runtime_create_ns": 23931, + "jit_attach_ns": 41, + "context_create_ns": 102175, + "definition_eval_ns": 37106, + "first_eval_ns": 149086, + "threshold_crossing_ns": 142528, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1429635 + } + }, + "reference": { + "elapsed_ns": 1423035, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4956160, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2047639, + "runtime_create_ns": 24695, + "jit_attach_ns": 94, + "context_create_ns": 103876, + "definition_eval_ns": 42242, + "first_eval_ns": 153501, + "threshold_crossing_ns": 142151, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1423035 + } + } + }, + { + "pair_index": 2, + "entry_cache": { + "elapsed_ns": 1408511, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4952064, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2035168, + "runtime_create_ns": 26489, + "jit_attach_ns": 41, + "context_create_ns": 110877, + "definition_eval_ns": 46067, + "first_eval_ns": 143682, + "threshold_crossing_ns": 139837, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1408511 + } + }, + "candidate": { + "elapsed_ns": 1422257, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5021696, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2035138, + "runtime_create_ns": 25455, + "jit_attach_ns": 42, + "context_create_ns": 100848, + "definition_eval_ns": 41341, + "first_eval_ns": 138599, + "threshold_crossing_ns": 147151, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1422257 + } + }, + "reference": { + "elapsed_ns": 1411980, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4980736, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2016873, + "runtime_create_ns": 29039, + "jit_attach_ns": 107, + "context_create_ns": 100049, + "definition_eval_ns": 41596, + "first_eval_ns": 140517, + "threshold_crossing_ns": 141166, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1411980 + } + } + }, + { + "pair_index": 3, + "entry_cache": { + "elapsed_ns": 1379004, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4968448, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1981306, + "runtime_create_ns": 27938, + "jit_attach_ns": 41, + "context_create_ns": 105108, + "definition_eval_ns": 40392, + "first_eval_ns": 140122, + "threshold_crossing_ns": 136573, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1379004 + } + }, + "candidate": { + "elapsed_ns": 1375656, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5005312, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1990617, + "runtime_create_ns": 22938, + "jit_attach_ns": 42, + "context_create_ns": 117052, + "definition_eval_ns": 42577, + "first_eval_ns": 138707, + "threshold_crossing_ns": 141008, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1375656 + } + }, + "reference": { + "elapsed_ns": 1401749, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5201920, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2050776, + "runtime_create_ns": 24519, + "jit_attach_ns": 78, + "context_create_ns": 105978, + "definition_eval_ns": 43302, + "first_eval_ns": 164113, + "threshold_crossing_ns": 142491, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1401749 + } + } + }, + { + "pair_index": 4, + "entry_cache": { + "elapsed_ns": 1417729, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4993024, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2026393, + "runtime_create_ns": 28779, + "jit_attach_ns": 40, + "context_create_ns": 106354, + "definition_eval_ns": 43346, + "first_eval_ns": 138881, + "threshold_crossing_ns": 140711, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1417729 + } + }, + "candidate": { + "elapsed_ns": 1408602, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5189632, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2028887, + "runtime_create_ns": 25995, + "jit_attach_ns": 41, + "context_create_ns": 102435, + "definition_eval_ns": 39113, + "first_eval_ns": 147333, + "threshold_crossing_ns": 144582, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1408602 + } + }, + "reference": { + "elapsed_ns": 1385484, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5115904, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2013551, + "runtime_create_ns": 25284, + "jit_attach_ns": 41, + "context_create_ns": 103874, + "definition_eval_ns": 44570, + "first_eval_ns": 145398, + "threshold_crossing_ns": 145285, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1385484 + } + } + }, + { + "pair_index": 5, + "candidate": { + "elapsed_ns": 1395849, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5046272, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2032997, + "runtime_create_ns": 28186, + "jit_attach_ns": 42, + "context_create_ns": 108014, + "definition_eval_ns": 46550, + "first_eval_ns": 139948, + "threshold_crossing_ns": 135966, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1395849 + } + }, + "reference": { + "elapsed_ns": 1378351, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5144576, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1994808, + "runtime_create_ns": 26110, + "jit_attach_ns": 40, + "context_create_ns": 102306, + "definition_eval_ns": 40720, + "first_eval_ns": 144946, + "threshold_crossing_ns": 142324, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1378351 + } + }, + "entry_cache": { + "elapsed_ns": 1424605, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4997120, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2072978, + "runtime_create_ns": 30861, + "jit_attach_ns": 41, + "context_create_ns": 104856, + "definition_eval_ns": 61587, + "first_eval_ns": 150120, + "threshold_crossing_ns": 142061, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1424605 + } + } + }, + { + "pair_index": 6, + "candidate": { + "elapsed_ns": 1371915, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4943872, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1977589, + "runtime_create_ns": 29701, + "jit_attach_ns": 42, + "context_create_ns": 103907, + "definition_eval_ns": 42331, + "first_eval_ns": 140282, + "threshold_crossing_ns": 136805, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1371915 + } + }, + "reference": { + "elapsed_ns": 1402104, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4956160, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2007133, + "runtime_create_ns": 23852, + "jit_attach_ns": 80, + "context_create_ns": 102010, + "definition_eval_ns": 37830, + "first_eval_ns": 148634, + "threshold_crossing_ns": 141265, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1402104 + } + }, + "entry_cache": { + "elapsed_ns": 1363856, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5107712, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1988760, + "runtime_create_ns": 27920, + "jit_attach_ns": 41, + "context_create_ns": 108883, + "definition_eval_ns": 44117, + "first_eval_ns": 140126, + "threshold_crossing_ns": 141619, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1363856 + } + } + }, + { + "pair_index": 7, + "candidate": { + "elapsed_ns": 1366711, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5201920, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1981691, + "runtime_create_ns": 26130, + "jit_attach_ns": 42, + "context_create_ns": 105632, + "definition_eval_ns": 43784, + "first_eval_ns": 138239, + "threshold_crossing_ns": 140136, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1366711 + } + }, + "reference": { + "elapsed_ns": 1419111, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5029888, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2012227, + "runtime_create_ns": 22704, + "jit_attach_ns": 41, + "context_create_ns": 101918, + "definition_eval_ns": 36880, + "first_eval_ns": 138669, + "threshold_crossing_ns": 140665, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1419111 + } + }, + "entry_cache": { + "elapsed_ns": 1367064, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5218304, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2005005, + "runtime_create_ns": 28412, + "jit_attach_ns": 42, + "context_create_ns": 120462, + "definition_eval_ns": 46090, + "first_eval_ns": 149398, + "threshold_crossing_ns": 136498, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1367064 + } + } + }, + { + "pair_index": 8, + "candidate": { + "elapsed_ns": 1408711, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5001216, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2040577, + "runtime_create_ns": 29694, + "jit_attach_ns": 43, + "context_create_ns": 110437, + "definition_eval_ns": 46825, + "first_eval_ns": 143743, + "threshold_crossing_ns": 140659, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1408711 + } + }, + "reference": { + "elapsed_ns": 1371220, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4956160, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1986177, + "runtime_create_ns": 29720, + "jit_attach_ns": 40, + "context_create_ns": 111169, + "definition_eval_ns": 40746, + "first_eval_ns": 140611, + "threshold_crossing_ns": 141037, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1371220 + } + }, + "entry_cache": { + "elapsed_ns": 1394962, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5255168, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2038151, + "runtime_create_ns": 25476, + "jit_attach_ns": 42, + "context_create_ns": 111084, + "definition_eval_ns": 44965, + "first_eval_ns": 147042, + "threshold_crossing_ns": 155277, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1394962 + } + } + }, + { + "pair_index": 9, + "reference": { + "elapsed_ns": 1380609, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1999591, + "runtime_create_ns": 25788, + "jit_attach_ns": 178, + "context_create_ns": 102089, + "definition_eval_ns": 38720, + "first_eval_ns": 146186, + "threshold_crossing_ns": 147088, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1380609 + } + }, + "entry_cache": { + "elapsed_ns": 1419067, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5066752, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2032503, + "runtime_create_ns": 24798, + "jit_attach_ns": 41, + "context_create_ns": 100321, + "definition_eval_ns": 43287, + "first_eval_ns": 147997, + "threshold_crossing_ns": 140626, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1419067 + } + }, + "candidate": { + "elapsed_ns": 1396105, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4988928, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2030558, + "runtime_create_ns": 27723, + "jit_attach_ns": 40, + "context_create_ns": 108756, + "definition_eval_ns": 44086, + "first_eval_ns": 145358, + "threshold_crossing_ns": 152063, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1396105 + } + } + }, + { + "pair_index": 10, + "reference": { + "elapsed_ns": 1398086, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5156864, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2018257, + "runtime_create_ns": 28934, + "jit_attach_ns": 107, + "context_create_ns": 103323, + "definition_eval_ns": 40653, + "first_eval_ns": 145817, + "threshold_crossing_ns": 146255, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1398086 + } + }, + "entry_cache": { + "elapsed_ns": 1381293, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5025792, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2002153, + "runtime_create_ns": 23143, + "jit_attach_ns": 47, + "context_create_ns": 102128, + "definition_eval_ns": 39753, + "first_eval_ns": 148279, + "threshold_crossing_ns": 142661, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1381293 + } + }, + "candidate": { + "elapsed_ns": 1404057, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5033984, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2024324, + "runtime_create_ns": 26932, + "jit_attach_ns": 100, + "context_create_ns": 110433, + "definition_eval_ns": 45056, + "first_eval_ns": 143625, + "threshold_crossing_ns": 135676, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1404057 + } + } + }, + { + "pair_index": 11, + "reference": { + "elapsed_ns": 1402008, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5222400, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2005353, + "runtime_create_ns": 24781, + "jit_attach_ns": 81, + "context_create_ns": 104600, + "definition_eval_ns": 41358, + "first_eval_ns": 138599, + "threshold_crossing_ns": 140643, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1402008 + } + }, + "entry_cache": { + "elapsed_ns": 1372643, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5066752, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1978103, + "runtime_create_ns": 24925, + "jit_attach_ns": 41, + "context_create_ns": 105090, + "definition_eval_ns": 43131, + "first_eval_ns": 137736, + "threshold_crossing_ns": 141136, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1372643 + } + }, + "candidate": { + "elapsed_ns": 1369338, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4972544, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2000421, + "runtime_create_ns": 25958, + "jit_attach_ns": 41, + "context_create_ns": 114085, + "definition_eval_ns": 49572, + "first_eval_ns": 148883, + "threshold_crossing_ns": 137047, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1369338 + } + } + }, + { + "pair_index": 12, + "reference": { + "elapsed_ns": 1415637, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5021696, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2022062, + "runtime_create_ns": 26887, + "jit_attach_ns": 246, + "context_create_ns": 104192, + "definition_eval_ns": 41060, + "first_eval_ns": 139599, + "threshold_crossing_ns": 140590, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1415637 + } + }, + "entry_cache": { + "elapsed_ns": 1423226, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5033984, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2035715, + "runtime_create_ns": 22468, + "jit_attach_ns": 88, + "context_create_ns": 102792, + "definition_eval_ns": 37648, + "first_eval_ns": 142930, + "threshold_crossing_ns": 149364, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1423226 + } + }, + "candidate": { + "elapsed_ns": 1394102, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5173248, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2036178, + "runtime_create_ns": 30280, + "jit_attach_ns": 40, + "context_create_ns": 109697, + "definition_eval_ns": 44016, + "first_eval_ns": 150064, + "threshold_crossing_ns": 142118, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1394102 + } + } + }, + { + "pair_index": 13, + "entry_cache": { + "elapsed_ns": 1427224, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5025792, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2033419, + "runtime_create_ns": 26744, + "jit_attach_ns": 41, + "context_create_ns": 103140, + "definition_eval_ns": 43479, + "first_eval_ns": 139784, + "threshold_crossing_ns": 141633, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1427224 + } + }, + "candidate": { + "elapsed_ns": 1443467, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4984832, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2054169, + "runtime_create_ns": 24952, + "jit_attach_ns": 40, + "context_create_ns": 104038, + "definition_eval_ns": 38101, + "first_eval_ns": 147842, + "threshold_crossing_ns": 141538, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1443467 + } + }, + "reference": { + "elapsed_ns": 1401526, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5001216, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2025783, + "runtime_create_ns": 27282, + "jit_attach_ns": 111, + "context_create_ns": 103243, + "definition_eval_ns": 42891, + "first_eval_ns": 159288, + "threshold_crossing_ns": 137480, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1401526 + } + } + }, + { + "pair_index": 14, + "entry_cache": { + "elapsed_ns": 1420679, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5066752, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2055979, + "runtime_create_ns": 29012, + "jit_attach_ns": 41, + "context_create_ns": 111375, + "definition_eval_ns": 43584, + "first_eval_ns": 140507, + "threshold_crossing_ns": 142641, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1420679 + } + }, + "candidate": { + "elapsed_ns": 1431866, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4993024, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2035245, + "runtime_create_ns": 26855, + "jit_attach_ns": 88, + "context_create_ns": 104765, + "definition_eval_ns": 41610, + "first_eval_ns": 143050, + "threshold_crossing_ns": 136650, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1431866 + } + }, + "reference": { + "elapsed_ns": 1432847, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5029888, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2053576, + "runtime_create_ns": 27711, + "jit_attach_ns": 93, + "context_create_ns": 101524, + "definition_eval_ns": 42395, + "first_eval_ns": 145158, + "threshold_crossing_ns": 142210, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1432847 + } + } + }, + { + "pair_index": 15, + "entry_cache": { + "elapsed_ns": 1391909, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5058560, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2005354, + "runtime_create_ns": 24786, + "jit_attach_ns": 41, + "context_create_ns": 103008, + "definition_eval_ns": 41312, + "first_eval_ns": 156775, + "threshold_crossing_ns": 136379, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1391909 + } + }, + "candidate": { + "elapsed_ns": 1358904, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4947968, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1958131, + "runtime_create_ns": 26656, + "jit_attach_ns": 41, + "context_create_ns": 101385, + "definition_eval_ns": 37446, + "first_eval_ns": 138580, + "threshold_crossing_ns": 136632, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1358904 + } + }, + "reference": { + "elapsed_ns": 1395515, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5033984, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2021004, + "runtime_create_ns": 25102, + "jit_attach_ns": 176, + "context_create_ns": 105196, + "definition_eval_ns": 45321, + "first_eval_ns": 145996, + "threshold_crossing_ns": 142447, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1395515 + } + } + }, + { + "pair_index": 16, + "entry_cache": { + "elapsed_ns": 1377369, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4960256, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2003095, + "runtime_create_ns": 28085, + "jit_attach_ns": 41, + "context_create_ns": 111854, + "definition_eval_ns": 40528, + "first_eval_ns": 142732, + "threshold_crossing_ns": 145157, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1377369 + } + }, + "candidate": { + "elapsed_ns": 1361660, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4939776, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1973976, + "runtime_create_ns": 26059, + "jit_attach_ns": 42, + "context_create_ns": 101872, + "definition_eval_ns": 42032, + "first_eval_ns": 142366, + "threshold_crossing_ns": 149199, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1361660 + } + }, + "reference": { + "elapsed_ns": 1418328, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5025792, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2029903, + "runtime_create_ns": 28247, + "jit_attach_ns": 88, + "context_create_ns": 103624, + "definition_eval_ns": 43371, + "first_eval_ns": 140554, + "threshold_crossing_ns": 140810, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1418328 + } + } + }, + { + "pair_index": 17, + "candidate": { + "elapsed_ns": 1434143, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5070848, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2063294, + "runtime_create_ns": 22762, + "jit_attach_ns": 43, + "context_create_ns": 108027, + "definition_eval_ns": 45318, + "first_eval_ns": 145047, + "threshold_crossing_ns": 146575, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1434143 + } + }, + "reference": { + "elapsed_ns": 1410809, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5038080, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2014213, + "runtime_create_ns": 23345, + "jit_attach_ns": 88, + "context_create_ns": 100032, + "definition_eval_ns": 38991, + "first_eval_ns": 143544, + "threshold_crossing_ns": 141164, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1410809 + } + }, + "entry_cache": { + "elapsed_ns": 1400725, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5083136, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2019321, + "runtime_create_ns": 26130, + "jit_attach_ns": 41, + "context_create_ns": 108711, + "definition_eval_ns": 44086, + "first_eval_ns": 148884, + "threshold_crossing_ns": 137310, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1400725 + } + } + }, + { + "pair_index": 18, + "candidate": { + "elapsed_ns": 1413121, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4956160, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2036789, + "runtime_create_ns": 27607, + "jit_attach_ns": 40, + "context_create_ns": 111003, + "definition_eval_ns": 43249, + "first_eval_ns": 144705, + "threshold_crossing_ns": 141469, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1413121 + } + }, + "reference": { + "elapsed_ns": 1370332, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5165056, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1971423, + "runtime_create_ns": 22635, + "jit_attach_ns": 40, + "context_create_ns": 99909, + "definition_eval_ns": 34263, + "first_eval_ns": 137520, + "threshold_crossing_ns": 135538, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1370332 + } + }, + "entry_cache": { + "elapsed_ns": 1380146, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5169152, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2018749, + "runtime_create_ns": 26187, + "jit_attach_ns": 41, + "context_create_ns": 108473, + "definition_eval_ns": 48639, + "first_eval_ns": 150649, + "threshold_crossing_ns": 142135, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1380146 + } + } + }, + { + "pair_index": 19, + "candidate": { + "elapsed_ns": 1384526, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5070848, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2002944, + "runtime_create_ns": 23033, + "jit_attach_ns": 41, + "context_create_ns": 106716, + "definition_eval_ns": 41299, + "first_eval_ns": 144739, + "threshold_crossing_ns": 142067, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1384526 + } + }, + "reference": { + "elapsed_ns": 1400047, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5058560, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2003954, + "runtime_create_ns": 23875, + "jit_attach_ns": 155, + "context_create_ns": 100956, + "definition_eval_ns": 36920, + "first_eval_ns": 152826, + "threshold_crossing_ns": 137248, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1400047 + } + }, + "entry_cache": { + "elapsed_ns": 1426157, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5230592, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2057521, + "runtime_create_ns": 28436, + "jit_attach_ns": 41, + "context_create_ns": 107699, + "definition_eval_ns": 44434, + "first_eval_ns": 139722, + "threshold_crossing_ns": 141289, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1426157 + } + } + }, + { + "pair_index": 20, + "candidate": { + "elapsed_ns": 1418988, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5189632, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2062878, + "runtime_create_ns": 31111, + "jit_attach_ns": 42, + "context_create_ns": 115974, + "definition_eval_ns": 44973, + "first_eval_ns": 144958, + "threshold_crossing_ns": 145016, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1418988 + } + }, + "reference": { + "elapsed_ns": 1400838, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5001216, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2012362, + "runtime_create_ns": 26173, + "jit_attach_ns": 119, + "context_create_ns": 104457, + "definition_eval_ns": 42463, + "first_eval_ns": 146885, + "threshold_crossing_ns": 140473, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1400838 + } + }, + "entry_cache": { + "elapsed_ns": 1423812, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5050368, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2050239, + "runtime_create_ns": 24369, + "jit_attach_ns": 103, + "context_create_ns": 108329, + "definition_eval_ns": 45272, + "first_eval_ns": 143151, + "threshold_crossing_ns": 135567, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1423812 + } + } + }, + { + "pair_index": 21, + "reference": { + "elapsed_ns": 1366938, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5156864, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1983441, + "runtime_create_ns": 25007, + "jit_attach_ns": 80, + "context_create_ns": 104573, + "definition_eval_ns": 43686, + "first_eval_ns": 144639, + "threshold_crossing_ns": 145605, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1366938 + } + }, + "entry_cache": { + "elapsed_ns": 1431933, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5050368, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2022044, + "runtime_create_ns": 24357, + "jit_attach_ns": 41, + "context_create_ns": 100326, + "definition_eval_ns": 36279, + "first_eval_ns": 137943, + "threshold_crossing_ns": 136128, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1431933 + } + }, + "candidate": { + "elapsed_ns": 1422194, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4907008, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2056499, + "runtime_create_ns": 30525, + "jit_attach_ns": 44, + "context_create_ns": 109941, + "definition_eval_ns": 47847, + "first_eval_ns": 144493, + "threshold_crossing_ns": 145054, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1422194 + } + } + }, + { + "pair_index": 22, + "reference": { + "elapsed_ns": 1375088, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4984832, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1989707, + "runtime_create_ns": 26574, + "jit_attach_ns": 41, + "context_create_ns": 100887, + "definition_eval_ns": 41572, + "first_eval_ns": 143616, + "threshold_crossing_ns": 144996, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1375088 + } + }, + "entry_cache": { + "elapsed_ns": 1391200, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5152768, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2014293, + "runtime_create_ns": 25288, + "jit_attach_ns": 129, + "context_create_ns": 100729, + "definition_eval_ns": 39963, + "first_eval_ns": 153365, + "threshold_crossing_ns": 146563, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1391200 + } + }, + "candidate": { + "elapsed_ns": 1381081, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5091328, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2020234, + "runtime_create_ns": 31249, + "jit_attach_ns": 41, + "context_create_ns": 110403, + "definition_eval_ns": 48391, + "first_eval_ns": 145004, + "threshold_crossing_ns": 145294, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1381081 + } + } + }, + { + "pair_index": 23, + "reference": { + "elapsed_ns": 1428687, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5001216, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2054387, + "runtime_create_ns": 28466, + "jit_attach_ns": 117, + "context_create_ns": 103050, + "definition_eval_ns": 41858, + "first_eval_ns": 145160, + "threshold_crossing_ns": 147747, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1428687 + } + }, + "entry_cache": { + "elapsed_ns": 1386634, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5083136, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2013317, + "runtime_create_ns": 23107, + "jit_attach_ns": 41, + "context_create_ns": 101756, + "definition_eval_ns": 41644, + "first_eval_ns": 157354, + "threshold_crossing_ns": 141959, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1386634 + } + }, + "candidate": { + "elapsed_ns": 1360369, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5054464, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1997861, + "runtime_create_ns": 30743, + "jit_attach_ns": 41, + "context_create_ns": 104312, + "definition_eval_ns": 48917, + "first_eval_ns": 145710, + "threshold_crossing_ns": 153525, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1360369 + } + } + }, + { + "pair_index": 24, + "reference": { + "elapsed_ns": 1401347, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5001216, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2024652, + "runtime_create_ns": 28626, + "jit_attach_ns": 235, + "context_create_ns": 100161, + "definition_eval_ns": 42461, + "first_eval_ns": 140876, + "threshold_crossing_ns": 153614, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1401347 + } + }, + "entry_cache": { + "elapsed_ns": 1373527, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5017600, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1982115, + "runtime_create_ns": 26252, + "jit_attach_ns": 41, + "context_create_ns": 98987, + "definition_eval_ns": 41684, + "first_eval_ns": 141040, + "threshold_crossing_ns": 141437, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1373527 + } + }, + "candidate": { + "elapsed_ns": 1374438, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5029888, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1999293, + "runtime_create_ns": 28693, + "jit_attach_ns": 41, + "context_create_ns": 113352, + "definition_eval_ns": 47245, + "first_eval_ns": 141241, + "threshold_crossing_ns": 141563, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1374438 + } + } + }, + { + "pair_index": 25, + "entry_cache": { + "elapsed_ns": 1390221, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5029888, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2011139, + "runtime_create_ns": 27419, + "jit_attach_ns": 42, + "context_create_ns": 102996, + "definition_eval_ns": 41125, + "first_eval_ns": 146057, + "threshold_crossing_ns": 147430, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1390221 + } + }, + "candidate": { + "elapsed_ns": 1408594, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5058560, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2015484, + "runtime_create_ns": 24601, + "jit_attach_ns": 47, + "context_create_ns": 103009, + "definition_eval_ns": 37028, + "first_eval_ns": 140419, + "threshold_crossing_ns": 141341, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1408594 + } + }, + "reference": { + "elapsed_ns": 1416241, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5046272, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2020758, + "runtime_create_ns": 27044, + "jit_attach_ns": 96, + "context_create_ns": 103690, + "definition_eval_ns": 41372, + "first_eval_ns": 139213, + "threshold_crossing_ns": 139592, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1416241 + } + } + }, + { + "pair_index": 26, + "entry_cache": { + "elapsed_ns": 1356325, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5160960, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1972057, + "runtime_create_ns": 25143, + "jit_attach_ns": 40, + "context_create_ns": 107253, + "definition_eval_ns": 48609, + "first_eval_ns": 139919, + "threshold_crossing_ns": 140437, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1356325 + } + }, + "candidate": { + "elapsed_ns": 1392030, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5099520, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1998065, + "runtime_create_ns": 23992, + "jit_attach_ns": 41, + "context_create_ns": 103676, + "definition_eval_ns": 34844, + "first_eval_ns": 138378, + "threshold_crossing_ns": 140387, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1392030 + } + }, + "reference": { + "elapsed_ns": 1388855, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5103616, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2110876, + "runtime_create_ns": 22990, + "jit_attach_ns": 171, + "context_create_ns": 104613, + "definition_eval_ns": 44432, + "first_eval_ns": 247447, + "threshold_crossing_ns": 142453, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1388855 + } + } + }, + { + "pair_index": 27, + "entry_cache": { + "elapsed_ns": 1398997, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5160960, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2017823, + "runtime_create_ns": 24831, + "jit_attach_ns": 42, + "context_create_ns": 105028, + "definition_eval_ns": 39875, + "first_eval_ns": 144073, + "threshold_crossing_ns": 152807, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1398997 + } + }, + "candidate": { + "elapsed_ns": 1364829, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5001216, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1968891, + "runtime_create_ns": 23086, + "jit_attach_ns": 41, + "context_create_ns": 101433, + "definition_eval_ns": 41999, + "first_eval_ns": 142567, + "threshold_crossing_ns": 139943, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1364829 + } + }, + "reference": { + "elapsed_ns": 1377295, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4956160, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2012643, + "runtime_create_ns": 27478, + "jit_attach_ns": 82, + "context_create_ns": 106165, + "definition_eval_ns": 55647, + "first_eval_ns": 145047, + "threshold_crossing_ns": 141403, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1377295 + } + } + }, + { + "pair_index": 28, + "entry_cache": { + "elapsed_ns": 1412684, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5017600, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2049483, + "runtime_create_ns": 29812, + "jit_attach_ns": 40, + "context_create_ns": 105857, + "definition_eval_ns": 41545, + "first_eval_ns": 147097, + "threshold_crossing_ns": 147221, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1412684 + } + }, + "candidate": { + "elapsed_ns": 1419894, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5062656, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2044794, + "runtime_create_ns": 25052, + "jit_attach_ns": 42, + "context_create_ns": 107829, + "definition_eval_ns": 45771, + "first_eval_ns": 144807, + "threshold_crossing_ns": 142002, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1419894 + } + }, + "reference": { + "elapsed_ns": 1414712, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5132288, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2029223, + "runtime_create_ns": 25128, + "jit_attach_ns": 82, + "context_create_ns": 108855, + "definition_eval_ns": 42760, + "first_eval_ns": 144491, + "threshold_crossing_ns": 136442, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1414712 + } + } + }, + { + "pair_index": 29, + "candidate": { + "elapsed_ns": 1417287, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5074944, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2055680, + "runtime_create_ns": 23878, + "jit_attach_ns": 43, + "context_create_ns": 112803, + "definition_eval_ns": 44851, + "first_eval_ns": 144639, + "threshold_crossing_ns": 153570, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1417287 + } + }, + "reference": { + "elapsed_ns": 1423836, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5201920, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2043594, + "runtime_create_ns": 23210, + "jit_attach_ns": 87, + "context_create_ns": 105130, + "definition_eval_ns": 41833, + "first_eval_ns": 143769, + "threshold_crossing_ns": 141527, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1423836 + } + }, + "entry_cache": { + "elapsed_ns": 1410482, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5017600, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2013290, + "runtime_create_ns": 28204, + "jit_attach_ns": 41, + "context_create_ns": 101009, + "definition_eval_ns": 45243, + "first_eval_ns": 139485, + "threshold_crossing_ns": 136343, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1410482 + } + } + } + ], + "tier1": [ + { + "pair_index": 0, + "entry_cache": { + "elapsed_ns": 1063183, + "checksum": "number:40bb580000000000", + "native_entries": 21052, + "native_acquisitions": 981, + "native_exits": 21052, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12169216, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30229766, + "runtime_create_ns": 25048, + "jit_attach_ns": 51070, + "context_create_ns": 97938, + "definition_eval_ns": 46592, + "first_eval_ns": 804895, + "threshold_crossing_ns": 28015842, + "compile_ns": 27433809, + "install_ns": 96076, + "osr_ns": 0, + "steady_state_ns": 1063183 + } + }, + "candidate": { + "elapsed_ns": 1065219, + "checksum": "number:40bb580000000000", + "native_entries": 21625, + "native_acquisitions": 1010, + "native_exits": 21625, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12206080, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29660398, + "runtime_create_ns": 26441, + "jit_attach_ns": 56835, + "context_create_ns": 107395, + "definition_eval_ns": 52330, + "first_eval_ns": 859209, + "threshold_crossing_ns": 27364328, + "compile_ns": 25868961, + "install_ns": 94610, + "osr_ns": 0, + "steady_state_ns": 1065219 + } + }, + "reference": { + "elapsed_ns": 1062708, + "checksum": "number:40bb580000000000", + "native_entries": 16719, + "native_exits": 16719, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12148736, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29569765, + "runtime_create_ns": 27485, + "jit_attach_ns": 55302, + "context_create_ns": 107033, + "definition_eval_ns": 61729, + "first_eval_ns": 838259, + "threshold_crossing_ns": 27285054, + "compile_ns": 25180900, + "install_ns": 113712, + "osr_ns": 0, + "steady_state_ns": 1062708 + } + } + }, + { + "pair_index": 1, + "entry_cache": { + "elapsed_ns": 1068010, + "checksum": "number:40bb580000000000", + "native_entries": 22081, + "native_acquisitions": 1031, + "native_exits": 22081, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12111872, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30792674, + "runtime_create_ns": 28650, + "jit_attach_ns": 62979, + "context_create_ns": 109709, + "definition_eval_ns": 54719, + "first_eval_ns": 2273650, + "threshold_crossing_ns": 27065360, + "compile_ns": 28314520, + "install_ns": 102772, + "osr_ns": 0, + "steady_state_ns": 1068010 + } + }, + "candidate": { + "elapsed_ns": 1056740, + "checksum": "number:40bb580000000000", + "native_entries": 21885, + "native_acquisitions": 1020, + "native_exits": 21885, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12095488, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29932552, + "runtime_create_ns": 30279, + "jit_attach_ns": 57005, + "context_create_ns": 125351, + "definition_eval_ns": 58450, + "first_eval_ns": 856627, + "threshold_crossing_ns": 27617946, + "compile_ns": 26214043, + "install_ns": 95314, + "osr_ns": 0, + "steady_state_ns": 1056740 + } + }, + "reference": { + "elapsed_ns": 1057789, + "checksum": "number:40bb580000000000", + "native_entries": 17592, + "native_exits": 17592, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12066816, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29708845, + "runtime_create_ns": 26178, + "jit_attach_ns": 61276, + "context_create_ns": 108167, + "definition_eval_ns": 56244, + "first_eval_ns": 842453, + "threshold_crossing_ns": 27429171, + "compile_ns": 25656527, + "install_ns": 99976, + "osr_ns": 0, + "steady_state_ns": 1057789 + } + } + }, + { + "pair_index": 2, + "candidate": { + "elapsed_ns": 1055839, + "checksum": "number:40bb580000000000", + "native_entries": 22012, + "native_acquisitions": 1025, + "native_exits": 22012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11952128, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30766329, + "runtime_create_ns": 31960, + "jit_attach_ns": 52339, + "context_create_ns": 106217, + "definition_eval_ns": 56703, + "first_eval_ns": 842894, + "threshold_crossing_ns": 28491184, + "compile_ns": 27456044, + "install_ns": 98786, + "osr_ns": 0, + "steady_state_ns": 1055839 + } + }, + "reference": { + "elapsed_ns": 1062195, + "checksum": "number:40bb580000000000", + "native_entries": 17296, + "native_exits": 17296, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12046336, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29874868, + "runtime_create_ns": 28140, + "jit_attach_ns": 55994, + "context_create_ns": 98634, + "definition_eval_ns": 55435, + "first_eval_ns": 843148, + "threshold_crossing_ns": 27606705, + "compile_ns": 25730661, + "install_ns": 106960, + "osr_ns": 0, + "steady_state_ns": 1062195 + } + }, + "entry_cache": { + "elapsed_ns": 1060326, + "checksum": "number:40bb580000000000", + "native_entries": 20908, + "native_acquisitions": 975, + "native_exits": 20908, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12054528, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30175145, + "runtime_create_ns": 29577, + "jit_attach_ns": 53035, + "context_create_ns": 108976, + "definition_eval_ns": 61698, + "first_eval_ns": 810654, + "threshold_crossing_ns": 27923350, + "compile_ns": 27448432, + "install_ns": 94968, + "osr_ns": 0, + "steady_state_ns": 1060326 + } + } + }, + { + "pair_index": 3, + "candidate": { + "elapsed_ns": 1058283, + "checksum": "number:40bb580000000000", + "native_entries": 20955, + "native_acquisitions": 978, + "native_exits": 20955, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12042240, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29670762, + "runtime_create_ns": 20933, + "jit_attach_ns": 51840, + "context_create_ns": 102633, + "definition_eval_ns": 43011, + "first_eval_ns": 855353, + "threshold_crossing_ns": 27409933, + "compile_ns": 25644202, + "install_ns": 102603, + "osr_ns": 0, + "steady_state_ns": 1058283 + } + }, + "reference": { + "elapsed_ns": 1068153, + "checksum": "number:40bb580000000000", + "native_entries": 18048, + "native_exits": 18048, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11640832, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30533345, + "runtime_create_ns": 28967, + "jit_attach_ns": 56398, + "context_create_ns": 107342, + "definition_eval_ns": 55098, + "first_eval_ns": 864170, + "threshold_crossing_ns": 28222793, + "compile_ns": 27244400, + "install_ns": 99666, + "osr_ns": 0, + "steady_state_ns": 1068153 + } + }, + "entry_cache": { + "elapsed_ns": 1068519, + "checksum": "number:40bb580000000000", + "native_entries": 21116, + "native_acquisitions": 984, + "native_exits": 21116, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12091392, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30466684, + "runtime_create_ns": 25091, + "jit_attach_ns": 57724, + "context_create_ns": 109339, + "definition_eval_ns": 60383, + "first_eval_ns": 819915, + "threshold_crossing_ns": 28193927, + "compile_ns": 27625629, + "install_ns": 99258, + "osr_ns": 0, + "steady_state_ns": 1068519 + } + } + }, + { + "pair_index": 4, + "candidate": { + "elapsed_ns": 1059619, + "checksum": "number:40bb580000000000", + "native_entries": 20269, + "native_acquisitions": 947, + "native_exits": 20269, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11759616, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29573164, + "runtime_create_ns": 21414, + "jit_attach_ns": 52730, + "context_create_ns": 102963, + "definition_eval_ns": 51865, + "first_eval_ns": 857880, + "threshold_crossing_ns": 27300402, + "compile_ns": 25292878, + "install_ns": 98593, + "osr_ns": 0, + "steady_state_ns": 1059619 + } + }, + "reference": { + "elapsed_ns": 1057846, + "checksum": "number:40bb580000000000", + "native_entries": 17764, + "native_exits": 17764, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12095488, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29868675, + "runtime_create_ns": 24494, + "jit_attach_ns": 58400, + "context_create_ns": 106200, + "definition_eval_ns": 60542, + "first_eval_ns": 839955, + "threshold_crossing_ns": 27591944, + "compile_ns": 25890550, + "install_ns": 96231, + "osr_ns": 0, + "steady_state_ns": 1057846 + } + }, + "entry_cache": { + "elapsed_ns": 1063326, + "checksum": "number:40bb580000000000", + "native_entries": 20989, + "native_acquisitions": 979, + "native_exits": 20989, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12070912, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30305625, + "runtime_create_ns": 30190, + "jit_attach_ns": 54090, + "context_create_ns": 106683, + "definition_eval_ns": 57228, + "first_eval_ns": 819854, + "threshold_crossing_ns": 28047049, + "compile_ns": 27445429, + "install_ns": 96028, + "osr_ns": 0, + "steady_state_ns": 1063326 + } + } + }, + { + "pair_index": 5, + "candidate": { + "elapsed_ns": 1058374, + "checksum": "number:40bb580000000000", + "native_entries": 21392, + "native_acquisitions": 998, + "native_exits": 21392, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12029952, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29657602, + "runtime_create_ns": 25194, + "jit_attach_ns": 54494, + "context_create_ns": 118684, + "definition_eval_ns": 54875, + "first_eval_ns": 864261, + "threshold_crossing_ns": 27351316, + "compile_ns": 25770247, + "install_ns": 94348, + "osr_ns": 0, + "steady_state_ns": 1058374 + } + }, + "reference": { + "elapsed_ns": 1061609, + "checksum": "number:40bb580000000000", + "native_entries": 16517, + "native_exits": 16517, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12193792, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29428058, + "runtime_create_ns": 25109, + "jit_attach_ns": 56805, + "context_create_ns": 104550, + "definition_eval_ns": 59078, + "first_eval_ns": 853601, + "threshold_crossing_ns": 27138724, + "compile_ns": 24991176, + "install_ns": 96254, + "osr_ns": 0, + "steady_state_ns": 1061609 + } + }, + "entry_cache": { + "elapsed_ns": 1062984, + "checksum": "number:40bb580000000000", + "native_entries": 21329, + "native_acquisitions": 996, + "native_exits": 21329, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12062720, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30445358, + "runtime_create_ns": 28701, + "jit_attach_ns": 52845, + "context_create_ns": 105050, + "definition_eval_ns": 62462, + "first_eval_ns": 813878, + "threshold_crossing_ns": 28186845, + "compile_ns": 27694626, + "install_ns": 103538, + "osr_ns": 0, + "steady_state_ns": 1062984 + } + } + }, + { + "pair_index": 6, + "reference": { + "elapsed_ns": 1061483, + "checksum": "number:40bb580000000000", + "native_entries": 18085, + "native_exits": 18085, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11894784, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30693909, + "runtime_create_ns": 22148, + "jit_attach_ns": 52905, + "context_create_ns": 102619, + "definition_eval_ns": 40423, + "first_eval_ns": 836137, + "threshold_crossing_ns": 28454535, + "compile_ns": 27503215, + "install_ns": 100612, + "osr_ns": 0, + "steady_state_ns": 1061483 + } + }, + "entry_cache": { + "elapsed_ns": 1061769, + "checksum": "number:40bb580000000000", + "native_entries": 21815, + "native_acquisitions": 1017, + "native_exits": 21815, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12120064, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30622784, + "runtime_create_ns": 24091, + "jit_attach_ns": 58421, + "context_create_ns": 118907, + "definition_eval_ns": 53460, + "first_eval_ns": 796996, + "threshold_crossing_ns": 28379406, + "compile_ns": 28066879, + "install_ns": 97864, + "osr_ns": 0, + "steady_state_ns": 1061769 + } + }, + "candidate": { + "elapsed_ns": 1060877, + "checksum": "number:40bb580000000000", + "native_entries": 21026, + "native_acquisitions": 982, + "native_exits": 21026, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12029952, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29553773, + "runtime_create_ns": 25775, + "jit_attach_ns": 57433, + "context_create_ns": 110552, + "definition_eval_ns": 63626, + "first_eval_ns": 869045, + "threshold_crossing_ns": 27236051, + "compile_ns": 25516725, + "install_ns": 96981, + "osr_ns": 0, + "steady_state_ns": 1060877 + } + } + }, + { + "pair_index": 7, + "reference": { + "elapsed_ns": 1054539, + "checksum": "number:40bb580000000000", + "native_entries": 17011, + "native_exits": 17011, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12185600, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29742070, + "runtime_create_ns": 23079, + "jit_attach_ns": 56547, + "context_create_ns": 103483, + "definition_eval_ns": 41871, + "first_eval_ns": 840938, + "threshold_crossing_ns": 27494828, + "compile_ns": 25501778, + "install_ns": 108260, + "osr_ns": 0, + "steady_state_ns": 1054539 + } + }, + "entry_cache": { + "elapsed_ns": 1060298, + "checksum": "number:40bb580000000000", + "native_entries": 20199, + "native_acquisitions": 944, + "native_exits": 20199, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12042240, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30254415, + "runtime_create_ns": 28483, + "jit_attach_ns": 54022, + "context_create_ns": 107150, + "definition_eval_ns": 58084, + "first_eval_ns": 815056, + "threshold_crossing_ns": 28004276, + "compile_ns": 25916600, + "install_ns": 99223, + "osr_ns": 0, + "steady_state_ns": 1060298 + } + }, + "candidate": { + "elapsed_ns": 1057273, + "checksum": "number:40bb580000000000", + "native_entries": 21251, + "native_acquisitions": 994, + "native_exits": 21251, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12062720, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29963617, + "runtime_create_ns": 31704, + "jit_attach_ns": 56469, + "context_create_ns": 113832, + "definition_eval_ns": 62830, + "first_eval_ns": 876443, + "threshold_crossing_ns": 27627744, + "compile_ns": 25961301, + "install_ns": 108644, + "osr_ns": 0, + "steady_state_ns": 1057273 + } + } + }, + { + "pair_index": 8, + "reference": { + "elapsed_ns": 1057970, + "checksum": "number:40bb580000000000", + "native_entries": 20012, + "native_exits": 20012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11673600, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 31943639, + "runtime_create_ns": 22375, + "jit_attach_ns": 51681, + "context_create_ns": 101938, + "definition_eval_ns": 41646, + "first_eval_ns": 829735, + "threshold_crossing_ns": 29707667, + "compile_ns": 28723784, + "install_ns": 104840, + "osr_ns": 0, + "steady_state_ns": 1057970 + } + }, + "entry_cache": { + "elapsed_ns": 1061936, + "checksum": "number:40bb580000000000", + "native_entries": 20012, + "native_acquisitions": 933, + "native_exits": 20012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11677696, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30422659, + "runtime_create_ns": 26143, + "jit_attach_ns": 55411, + "context_create_ns": 109647, + "definition_eval_ns": 57961, + "first_eval_ns": 822619, + "threshold_crossing_ns": 28161291, + "compile_ns": 27192024, + "install_ns": 111449, + "osr_ns": 0, + "steady_state_ns": 1061936 + } + }, + "candidate": { + "elapsed_ns": 1058974, + "checksum": "number:40bb580000000000", + "native_entries": 21182, + "native_acquisitions": 990, + "native_exits": 21182, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12189696, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29930686, + "runtime_create_ns": 31577, + "jit_attach_ns": 61248, + "context_create_ns": 110013, + "definition_eval_ns": 56434, + "first_eval_ns": 870784, + "threshold_crossing_ns": 27610598, + "compile_ns": 25952227, + "install_ns": 93382, + "osr_ns": 0, + "steady_state_ns": 1058974 + } + } + }, + { + "pair_index": 9, + "reference": { + "elapsed_ns": 1053411, + "checksum": "number:40bb580000000000", + "native_entries": 18325, + "native_exits": 18325, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12099584, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30670920, + "runtime_create_ns": 23395, + "jit_attach_ns": 59337, + "context_create_ns": 104880, + "definition_eval_ns": 57131, + "first_eval_ns": 845732, + "threshold_crossing_ns": 28399644, + "compile_ns": 27529623, + "install_ns": 99806, + "osr_ns": 0, + "steady_state_ns": 1053411 + } + }, + "entry_cache": { + "elapsed_ns": 1061240, + "checksum": "number:40bb580000000000", + "native_entries": 21905, + "native_acquisitions": 1024, + "native_exits": 21905, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12050432, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30598908, + "runtime_create_ns": 28836, + "jit_attach_ns": 51503, + "context_create_ns": 116171, + "definition_eval_ns": 58379, + "first_eval_ns": 800957, + "threshold_crossing_ns": 28354589, + "compile_ns": 28050636, + "install_ns": 111242, + "osr_ns": 0, + "steady_state_ns": 1061240 + } + }, + "candidate": { + "elapsed_ns": 1057442, + "checksum": "number:40bb580000000000", + "native_entries": 21330, + "native_acquisitions": 996, + "native_exits": 21330, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11960320, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29731441, + "runtime_create_ns": 29225, + "jit_attach_ns": 57839, + "context_create_ns": 114147, + "definition_eval_ns": 60308, + "first_eval_ns": 871817, + "threshold_crossing_ns": 27408905, + "compile_ns": 25790193, + "install_ns": 102100, + "osr_ns": 0, + "steady_state_ns": 1057442 + } + } + }, + { + "pair_index": 10, + "entry_cache": { + "elapsed_ns": 1064301, + "checksum": "number:40bb580000000000", + "native_entries": 21219, + "native_acquisitions": 992, + "native_exits": 21219, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12132352, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30627099, + "runtime_create_ns": 26059, + "jit_attach_ns": 53697, + "context_create_ns": 103824, + "definition_eval_ns": 50398, + "first_eval_ns": 805826, + "threshold_crossing_ns": 28395705, + "compile_ns": 27839999, + "install_ns": 111714, + "osr_ns": 0, + "steady_state_ns": 1064301 + } + }, + "candidate": { + "elapsed_ns": 1055896, + "checksum": "number:40bb580000000000", + "native_entries": 20954, + "native_acquisitions": 977, + "native_exits": 20954, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12034048, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29689957, + "runtime_create_ns": 32959, + "jit_attach_ns": 59921, + "context_create_ns": 112421, + "definition_eval_ns": 60472, + "first_eval_ns": 860329, + "threshold_crossing_ns": 27366597, + "compile_ns": 25625042, + "install_ns": 93780, + "osr_ns": 0, + "steady_state_ns": 1055896 + } + }, + "reference": { + "elapsed_ns": 1061221, + "checksum": "number:40bb580000000000", + "native_entries": 18012, + "native_exits": 18012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11685888, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30699092, + "runtime_create_ns": 30399, + "jit_attach_ns": 59134, + "context_create_ns": 106413, + "definition_eval_ns": 57661, + "first_eval_ns": 847400, + "threshold_crossing_ns": 28407990, + "compile_ns": 27405186, + "install_ns": 135801, + "osr_ns": 0, + "steady_state_ns": 1061221 + } + } + }, + { + "pair_index": 11, + "entry_cache": { + "elapsed_ns": 1063520, + "checksum": "number:40bb580000000000", + "native_entries": 20530, + "native_acquisitions": 958, + "native_exits": 20530, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12062720, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30383987, + "runtime_create_ns": 25845, + "jit_attach_ns": 56495, + "context_create_ns": 99725, + "definition_eval_ns": 44226, + "first_eval_ns": 802963, + "threshold_crossing_ns": 28165881, + "compile_ns": 26208311, + "install_ns": 102853, + "osr_ns": 0, + "steady_state_ns": 1063520 + } + }, + "candidate": { + "elapsed_ns": 1057841, + "checksum": "number:40bb580000000000", + "native_entries": 22012, + "native_acquisitions": 1025, + "native_exits": 22012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12148736, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29846555, + "runtime_create_ns": 26608, + "jit_attach_ns": 59575, + "context_create_ns": 122841, + "definition_eval_ns": 62052, + "first_eval_ns": 2275141, + "threshold_crossing_ns": 26111375, + "compile_ns": 26176349, + "install_ns": 100904, + "osr_ns": 0, + "steady_state_ns": 1057841 + } + }, + "reference": { + "elapsed_ns": 1055289, + "checksum": "number:40bb580000000000", + "native_entries": 17258, + "native_exits": 17258, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11980800, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29559044, + "runtime_create_ns": 28763, + "jit_attach_ns": 55173, + "context_create_ns": 110340, + "definition_eval_ns": 56177, + "first_eval_ns": 842429, + "threshold_crossing_ns": 27276458, + "compile_ns": 25377052, + "install_ns": 100177, + "osr_ns": 0, + "steady_state_ns": 1055289 + } + } + }, + { + "pair_index": 12, + "entry_cache": { + "elapsed_ns": 1063725, + "checksum": "number:40bb580000000000", + "native_entries": 22012, + "native_acquisitions": 1025, + "native_exits": 22012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11845632, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 31585561, + "runtime_create_ns": 24134, + "jit_attach_ns": 49900, + "context_create_ns": 99654, + "definition_eval_ns": 40514, + "first_eval_ns": 800978, + "threshold_crossing_ns": 29380019, + "compile_ns": 28355301, + "install_ns": 104198, + "osr_ns": 0, + "steady_state_ns": 1063725 + } + }, + "candidate": { + "elapsed_ns": 1056417, + "checksum": "number:40bb580000000000", + "native_entries": 21535, + "native_acquisitions": 1007, + "native_exits": 21535, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12222464, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29880705, + "runtime_create_ns": 31893, + "jit_attach_ns": 59008, + "context_create_ns": 114498, + "definition_eval_ns": 55335, + "first_eval_ns": 861794, + "threshold_crossing_ns": 27570183, + "compile_ns": 26036852, + "install_ns": 104287, + "osr_ns": 0, + "steady_state_ns": 1056417 + } + }, + "reference": { + "elapsed_ns": 1061391, + "checksum": "number:40bb580000000000", + "native_entries": 17346, + "native_exits": 17346, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12021760, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29750597, + "runtime_create_ns": 28605, + "jit_attach_ns": 61094, + "context_create_ns": 106947, + "definition_eval_ns": 62484, + "first_eval_ns": 848717, + "threshold_crossing_ns": 27453548, + "compile_ns": 25580768, + "install_ns": 110182, + "osr_ns": 0, + "steady_state_ns": 1061391 + } + } + }, + { + "pair_index": 13, + "entry_cache": { + "elapsed_ns": 1080354, + "checksum": "number:40bb580000000000", + "native_entries": 21861, + "native_acquisitions": 1022, + "native_exits": 21861, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12058624, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30516838, + "runtime_create_ns": 26389, + "jit_attach_ns": 49385, + "context_create_ns": 110983, + "definition_eval_ns": 53196, + "first_eval_ns": 787985, + "threshold_crossing_ns": 28281578, + "compile_ns": 27982040, + "install_ns": 97184, + "osr_ns": 0, + "steady_state_ns": 1080354 + } + }, + "candidate": { + "elapsed_ns": 1065414, + "checksum": "number:40bb580000000000", + "native_entries": 20847, + "native_acquisitions": 974, + "native_exits": 20847, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12201984, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29639723, + "runtime_create_ns": 31890, + "jit_attach_ns": 58206, + "context_create_ns": 108086, + "definition_eval_ns": 52733, + "first_eval_ns": 871244, + "threshold_crossing_ns": 27322713, + "compile_ns": 25530637, + "install_ns": 102434, + "osr_ns": 0, + "steady_state_ns": 1065414 + } + }, + "reference": { + "elapsed_ns": 1058917, + "checksum": "number:40bb580000000000", + "native_entries": 18027, + "native_exits": 18027, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11427840, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30704802, + "runtime_create_ns": 32887, + "jit_attach_ns": 56981, + "context_create_ns": 101536, + "definition_eval_ns": 60298, + "first_eval_ns": 845161, + "threshold_crossing_ns": 28422014, + "compile_ns": 27453403, + "install_ns": 95323, + "osr_ns": 0, + "steady_state_ns": 1058917 + } + } + }, + { + "pair_index": 14, + "candidate": { + "elapsed_ns": 1060428, + "checksum": "number:40bb580000000000", + "native_entries": 21374, + "native_acquisitions": 1000, + "native_exits": 21374, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12050432, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29765628, + "runtime_create_ns": 21245, + "jit_attach_ns": 52273, + "context_create_ns": 101263, + "definition_eval_ns": 45488, + "first_eval_ns": 850743, + "threshold_crossing_ns": 27508577, + "compile_ns": 25897161, + "install_ns": 101408, + "osr_ns": 0, + "steady_state_ns": 1060428 + } + }, + "reference": { + "elapsed_ns": 1060302, + "checksum": "number:40bb580000000000", + "native_entries": 16758, + "native_exits": 16758, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12046336, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29294061, + "runtime_create_ns": 27167, + "jit_attach_ns": 56700, + "context_create_ns": 103878, + "definition_eval_ns": 59002, + "first_eval_ns": 837841, + "threshold_crossing_ns": 27022342, + "compile_ns": 24968903, + "install_ns": 98363, + "osr_ns": 0, + "steady_state_ns": 1060302 + } + }, + "entry_cache": { + "elapsed_ns": 1060612, + "checksum": "number:40bb580000000000", + "native_entries": 19302, + "native_acquisitions": 902, + "native_exits": 19302, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12189696, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29344062, + "runtime_create_ns": 30223, + "jit_attach_ns": 57714, + "context_create_ns": 109946, + "definition_eval_ns": 56649, + "first_eval_ns": 806356, + "threshold_crossing_ns": 27094009, + "compile_ns": 26599512, + "install_ns": 97423, + "osr_ns": 0, + "steady_state_ns": 1060612 + } + } + }, + { + "pair_index": 15, + "candidate": { + "elapsed_ns": 1056378, + "checksum": "number:40bb580000000000", + "native_entries": 22012, + "native_acquisitions": 1025, + "native_exits": 22012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12091392, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29741131, + "runtime_create_ns": 26190, + "jit_attach_ns": 51215, + "context_create_ns": 115689, + "definition_eval_ns": 55147, + "first_eval_ns": 842838, + "threshold_crossing_ns": 27466287, + "compile_ns": 26119696, + "install_ns": 94581, + "osr_ns": 0, + "steady_state_ns": 1056378 + } + }, + "reference": { + "elapsed_ns": 1060226, + "checksum": "number:40bb580000000000", + "native_entries": 17177, + "native_exits": 17177, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12038144, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29921237, + "runtime_create_ns": 26805, + "jit_attach_ns": 57517, + "context_create_ns": 103130, + "definition_eval_ns": 57315, + "first_eval_ns": 845242, + "threshold_crossing_ns": 27645082, + "compile_ns": 25711406, + "install_ns": 100494, + "osr_ns": 0, + "steady_state_ns": 1060226 + } + }, + "entry_cache": { + "elapsed_ns": 1065521, + "checksum": "number:40bb580000000000", + "native_entries": 20945, + "native_acquisitions": 979, + "native_exits": 20945, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12005376, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30410382, + "runtime_create_ns": 29414, + "jit_attach_ns": 55423, + "context_create_ns": 107467, + "definition_eval_ns": 58466, + "first_eval_ns": 796880, + "threshold_crossing_ns": 28169240, + "compile_ns": 26365108, + "install_ns": 100337, + "osr_ns": 0, + "steady_state_ns": 1065521 + } + } + }, + { + "pair_index": 16, + "candidate": { + "elapsed_ns": 1062616, + "checksum": "number:40bb580000000000", + "native_entries": 22012, + "native_acquisitions": 1025, + "native_exits": 22012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11694080, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 31873523, + "runtime_create_ns": 25440, + "jit_attach_ns": 51644, + "context_create_ns": 107214, + "definition_eval_ns": 51057, + "first_eval_ns": 893586, + "threshold_crossing_ns": 29552756, + "compile_ns": 28511897, + "install_ns": 98386, + "osr_ns": 0, + "steady_state_ns": 1062616 + } + }, + "reference": { + "elapsed_ns": 1059409, + "checksum": "number:40bb580000000000", + "native_entries": 18040, + "native_exits": 18040, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12042240, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29795711, + "runtime_create_ns": 25121, + "jit_attach_ns": 64496, + "context_create_ns": 124661, + "definition_eval_ns": 54195, + "first_eval_ns": 2304065, + "threshold_crossing_ns": 26036897, + "compile_ns": 25908653, + "install_ns": 104784, + "osr_ns": 0, + "steady_state_ns": 1059409 + } + }, + "entry_cache": { + "elapsed_ns": 1064637, + "checksum": "number:40bb580000000000", + "native_entries": 21262, + "native_acquisitions": 991, + "native_exits": 21262, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12136448, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30381932, + "runtime_create_ns": 26189, + "jit_attach_ns": 56493, + "context_create_ns": 109860, + "definition_eval_ns": 55356, + "first_eval_ns": 798436, + "threshold_crossing_ns": 28138914, + "compile_ns": 27629436, + "install_ns": 96613, + "osr_ns": 0, + "steady_state_ns": 1064637 + } + } + }, + { + "pair_index": 17, + "candidate": { + "elapsed_ns": 1058302, + "checksum": "number:40bb580000000000", + "native_entries": 21786, + "native_acquisitions": 1015, + "native_exits": 21786, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11960320, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29824836, + "runtime_create_ns": 27344, + "jit_attach_ns": 53405, + "context_create_ns": 112094, + "definition_eval_ns": 78682, + "first_eval_ns": 842315, + "threshold_crossing_ns": 27522648, + "compile_ns": 26080638, + "install_ns": 93796, + "osr_ns": 0, + "steady_state_ns": 1058302 + } + }, + "reference": { + "elapsed_ns": 1061210, + "checksum": "number:40bb580000000000", + "native_entries": 19178, + "native_exits": 19178, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11980800, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 31006084, + "runtime_create_ns": 28471, + "jit_attach_ns": 54585, + "context_create_ns": 102607, + "definition_eval_ns": 51704, + "first_eval_ns": 850340, + "threshold_crossing_ns": 28730845, + "compile_ns": 28164604, + "install_ns": 100595, + "osr_ns": 0, + "steady_state_ns": 1061210 + } + }, + "entry_cache": { + "elapsed_ns": 1057046, + "checksum": "number:40bb580000000000", + "native_entries": 21040, + "native_acquisitions": 982, + "native_exits": 21040, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12038144, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30360367, + "runtime_create_ns": 29324, + "jit_attach_ns": 57448, + "context_create_ns": 106927, + "definition_eval_ns": 58288, + "first_eval_ns": 811669, + "threshold_crossing_ns": 28112843, + "compile_ns": 27522904, + "install_ns": 101169, + "osr_ns": 0, + "steady_state_ns": 1057046 + } + } + }, + { + "pair_index": 18, + "reference": { + "elapsed_ns": 1057107, + "checksum": "number:40bb580000000000", + "native_entries": 17331, + "native_exits": 17331, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12025856, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29628539, + "runtime_create_ns": 25692, + "jit_attach_ns": 53896, + "context_create_ns": 104043, + "definition_eval_ns": 52019, + "first_eval_ns": 830158, + "threshold_crossing_ns": 27376444, + "compile_ns": 25490847, + "install_ns": 99171, + "osr_ns": 0, + "steady_state_ns": 1057107 + } + }, + "entry_cache": { + "elapsed_ns": 1055588, + "checksum": "number:40bb580000000000", + "native_entries": 22161, + "native_acquisitions": 1034, + "native_exits": 22161, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12120064, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 31400924, + "runtime_create_ns": 27780, + "jit_attach_ns": 57596, + "context_create_ns": 103314, + "definition_eval_ns": 57224, + "first_eval_ns": 809558, + "threshold_crossing_ns": 29162170, + "compile_ns": 27058750, + "install_ns": 120900, + "osr_ns": 0, + "steady_state_ns": 1055588 + } + }, + "candidate": { + "elapsed_ns": 1056864, + "checksum": "number:40bb580000000000", + "native_entries": 21649, + "native_acquisitions": 1012, + "native_exits": 21649, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12079104, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29756357, + "runtime_create_ns": 32084, + "jit_attach_ns": 58415, + "context_create_ns": 107179, + "definition_eval_ns": 60827, + "first_eval_ns": 872996, + "threshold_crossing_ns": 27437750, + "compile_ns": 25948574, + "install_ns": 93756, + "osr_ns": 0, + "steady_state_ns": 1056864 + } + } + }, + { + "pair_index": 19, + "reference": { + "elapsed_ns": 1063275, + "checksum": "number:40bb580000000000", + "native_entries": 16368, + "native_exits": 16368, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11964416, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29335283, + "runtime_create_ns": 24714, + "jit_attach_ns": 54121, + "context_create_ns": 106893, + "definition_eval_ns": 54336, + "first_eval_ns": 837852, + "threshold_crossing_ns": 27064928, + "compile_ns": 24843886, + "install_ns": 91610, + "osr_ns": 0, + "steady_state_ns": 1063275 + } + }, + "entry_cache": { + "elapsed_ns": 1059883, + "checksum": "number:40bb580000000000", + "native_entries": 20960, + "native_acquisitions": 979, + "native_exits": 20960, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12058624, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30273314, + "runtime_create_ns": 23396, + "jit_attach_ns": 55556, + "context_create_ns": 103383, + "definition_eval_ns": 56168, + "first_eval_ns": 806008, + "threshold_crossing_ns": 28041130, + "compile_ns": 27424781, + "install_ns": 96890, + "osr_ns": 0, + "steady_state_ns": 1059883 + } + }, + "candidate": { + "elapsed_ns": 1061065, + "checksum": "number:40bb580000000000", + "native_entries": 21990, + "native_acquisitions": 1026, + "native_exits": 21990, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12214272, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29898410, + "runtime_create_ns": 33193, + "jit_attach_ns": 62845, + "context_create_ns": 119972, + "definition_eval_ns": 55934, + "first_eval_ns": 857384, + "threshold_crossing_ns": 27578337, + "compile_ns": 26220380, + "install_ns": 95760, + "osr_ns": 0, + "steady_state_ns": 1061065 + } + } + }, + { + "pair_index": 20, + "reference": { + "elapsed_ns": 1062985, + "checksum": "number:40bb580000000000", + "native_entries": 18012, + "native_exits": 18012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11694080, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30546140, + "runtime_create_ns": 24060, + "jit_attach_ns": 51460, + "context_create_ns": 99326, + "definition_eval_ns": 39126, + "first_eval_ns": 834802, + "threshold_crossing_ns": 28310712, + "compile_ns": 27333516, + "install_ns": 93438, + "osr_ns": 0, + "steady_state_ns": 1062985 + } + }, + "entry_cache": { + "elapsed_ns": 1059652, + "checksum": "number:40bb580000000000", + "native_entries": 20845, + "native_acquisitions": 974, + "native_exits": 20845, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11993088, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30176373, + "runtime_create_ns": 26933, + "jit_attach_ns": 54322, + "context_create_ns": 103184, + "definition_eval_ns": 52662, + "first_eval_ns": 809683, + "threshold_crossing_ns": 27944633, + "compile_ns": 27290054, + "install_ns": 96739, + "osr_ns": 0, + "steady_state_ns": 1059652 + } + }, + "candidate": { + "elapsed_ns": 1066307, + "checksum": "number:40bb580000000000", + "native_entries": 21451, + "native_acquisitions": 1001, + "native_exits": 21451, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12197888, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29809177, + "runtime_create_ns": 29935, + "jit_attach_ns": 60238, + "context_create_ns": 111850, + "definition_eval_ns": 56410, + "first_eval_ns": 867797, + "threshold_crossing_ns": 27487183, + "compile_ns": 25907099, + "install_ns": 105252, + "osr_ns": 0, + "steady_state_ns": 1066307 + } + } + }, + { + "pair_index": 21, + "reference": { + "elapsed_ns": 1057089, + "checksum": "number:40bb580000000000", + "native_entries": 17648, + "native_exits": 17648, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12124160, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29538639, + "runtime_create_ns": 27974, + "jit_attach_ns": 56670, + "context_create_ns": 105673, + "definition_eval_ns": 60195, + "first_eval_ns": 828805, + "threshold_crossing_ns": 27272987, + "compile_ns": 25542547, + "install_ns": 103073, + "osr_ns": 0, + "steady_state_ns": 1057089 + } + }, + "entry_cache": { + "elapsed_ns": 1063314, + "checksum": "number:40bb580000000000", + "native_entries": 20132, + "native_acquisitions": 940, + "native_exits": 20132, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11632640, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30228713, + "runtime_create_ns": 25491, + "jit_attach_ns": 54649, + "context_create_ns": 108450, + "definition_eval_ns": 51285, + "first_eval_ns": 814190, + "threshold_crossing_ns": 27982154, + "compile_ns": 27059023, + "install_ns": 108924, + "osr_ns": 0, + "steady_state_ns": 1063314 + } + }, + "candidate": { + "elapsed_ns": 1060534, + "checksum": "number:40bb580000000000", + "native_entries": 21218, + "native_acquisitions": 992, + "native_exits": 21218, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12189696, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29854985, + "runtime_create_ns": 31502, + "jit_attach_ns": 58715, + "context_create_ns": 111025, + "definition_eval_ns": 57421, + "first_eval_ns": 864277, + "threshold_crossing_ns": 27538685, + "compile_ns": 25888507, + "install_ns": 95941, + "osr_ns": 0, + "steady_state_ns": 1060534 + } + } + }, + { + "pair_index": 22, + "entry_cache": { + "elapsed_ns": 1062902, + "checksum": "number:40bb580000000000", + "native_entries": 20012, + "native_acquisitions": 933, + "native_exits": 20012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11894784, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30292579, + "runtime_create_ns": 21641, + "jit_attach_ns": 50065, + "context_create_ns": 99031, + "definition_eval_ns": 42676, + "first_eval_ns": 806228, + "threshold_crossing_ns": 28084790, + "compile_ns": 27041858, + "install_ns": 105406, + "osr_ns": 0, + "steady_state_ns": 1062902 + } + }, + "candidate": { + "elapsed_ns": 1055394, + "checksum": "number:40bb580000000000", + "native_entries": 21276, + "native_acquisitions": 994, + "native_exits": 21276, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12124160, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29671966, + "runtime_create_ns": 30170, + "jit_attach_ns": 57501, + "context_create_ns": 112387, + "definition_eval_ns": 58378, + "first_eval_ns": 870606, + "threshold_crossing_ns": 27357467, + "compile_ns": 25718448, + "install_ns": 99563, + "osr_ns": 0, + "steady_state_ns": 1055394 + } + }, + "reference": { + "elapsed_ns": 1054047, + "checksum": "number:40bb580000000000", + "native_entries": 18413, + "native_exits": 18413, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12136448, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30534176, + "runtime_create_ns": 26637, + "jit_attach_ns": 59320, + "context_create_ns": 108110, + "definition_eval_ns": 57842, + "first_eval_ns": 848135, + "threshold_crossing_ns": 28254381, + "compile_ns": 27429436, + "install_ns": 94733, + "osr_ns": 0, + "steady_state_ns": 1054047 + } + } + }, + { + "pair_index": 23, + "entry_cache": { + "elapsed_ns": 1061495, + "checksum": "number:40bb580000000000", + "native_entries": 22012, + "native_acquisitions": 1025, + "native_exits": 22012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11538432, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 31496453, + "runtime_create_ns": 25204, + "jit_attach_ns": 52752, + "context_create_ns": 99349, + "definition_eval_ns": 46992, + "first_eval_ns": 803683, + "threshold_crossing_ns": 29282603, + "compile_ns": 28325643, + "install_ns": 105926, + "osr_ns": 0, + "steady_state_ns": 1061495 + } + }, + "candidate": { + "elapsed_ns": 1055503, + "checksum": "number:40bb580000000000", + "native_entries": 21586, + "native_acquisitions": 1009, + "native_exits": 21586, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12210176, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29964074, + "runtime_create_ns": 24785, + "jit_attach_ns": 57838, + "context_create_ns": 110464, + "definition_eval_ns": 62216, + "first_eval_ns": 868703, + "threshold_crossing_ns": 27655623, + "compile_ns": 26148746, + "install_ns": 95448, + "osr_ns": 0, + "steady_state_ns": 1055503 + } + }, + "reference": { + "elapsed_ns": 1060902, + "checksum": "number:40bb580000000000", + "native_entries": 17228, + "native_exits": 17228, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12115968, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29744778, + "runtime_create_ns": 31068, + "jit_attach_ns": 56178, + "context_create_ns": 103507, + "definition_eval_ns": 62596, + "first_eval_ns": 860645, + "threshold_crossing_ns": 27443093, + "compile_ns": 25551433, + "install_ns": 107401, + "osr_ns": 0, + "steady_state_ns": 1060902 + } + } + }, + { + "pair_index": 24, + "entry_cache": { + "elapsed_ns": 1058120, + "checksum": "number:40bb580000000000", + "native_entries": 21273, + "native_acquisitions": 993, + "native_exits": 21273, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12152832, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30494226, + "runtime_create_ns": 25693, + "jit_attach_ns": 52909, + "context_create_ns": 106202, + "definition_eval_ns": 58853, + "first_eval_ns": 800454, + "threshold_crossing_ns": 28261349, + "compile_ns": 27739502, + "install_ns": 110272, + "osr_ns": 0, + "steady_state_ns": 1058120 + } + }, + "candidate": { + "elapsed_ns": 1054157, + "checksum": "number:40bb580000000000", + "native_entries": 20551, + "native_acquisitions": 960, + "native_exits": 20551, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12058624, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29683178, + "runtime_create_ns": 31479, + "jit_attach_ns": 58559, + "context_create_ns": 110069, + "definition_eval_ns": 60965, + "first_eval_ns": 870062, + "threshold_crossing_ns": 27368141, + "compile_ns": 25455059, + "install_ns": 97968, + "osr_ns": 0, + "steady_state_ns": 1054157 + } + }, + "reference": { + "elapsed_ns": 1057468, + "checksum": "number:40bb580000000000", + "native_entries": 18155, + "native_exits": 18155, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12083200, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29847437, + "runtime_create_ns": 28175, + "jit_attach_ns": 66362, + "context_create_ns": 103984, + "definition_eval_ns": 56325, + "first_eval_ns": 2339324, + "threshold_crossing_ns": 26069291, + "compile_ns": 26012882, + "install_ns": 98193, + "osr_ns": 0, + "steady_state_ns": 1057468 + } + } + }, + { + "pair_index": 25, + "entry_cache": { + "elapsed_ns": 1062212, + "checksum": "number:40bb580000000000", + "native_entries": 20012, + "native_acquisitions": 933, + "native_exits": 20012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11698176, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30264226, + "runtime_create_ns": 27458, + "jit_attach_ns": 50088, + "context_create_ns": 104832, + "definition_eval_ns": 49723, + "first_eval_ns": 808765, + "threshold_crossing_ns": 28033801, + "compile_ns": 25863458, + "install_ns": 98727, + "osr_ns": 0, + "steady_state_ns": 1062212 + } + }, + "candidate": { + "elapsed_ns": 1057587, + "checksum": "number:40bb580000000000", + "native_entries": 21008, + "native_acquisitions": 982, + "native_exits": 21008, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12111872, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29901709, + "runtime_create_ns": 26469, + "jit_attach_ns": 58482, + "context_create_ns": 115437, + "definition_eval_ns": 59061, + "first_eval_ns": 864497, + "threshold_crossing_ns": 27589848, + "compile_ns": 25851327, + "install_ns": 100491, + "osr_ns": 0, + "steady_state_ns": 1057587 + } + }, + "reference": { + "elapsed_ns": 1059940, + "checksum": "number:40bb580000000000", + "native_entries": 16954, + "native_exits": 16954, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12136448, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29746470, + "runtime_create_ns": 30996, + "jit_attach_ns": 58720, + "context_create_ns": 106220, + "definition_eval_ns": 57848, + "first_eval_ns": 849883, + "threshold_crossing_ns": 27452688, + "compile_ns": 25445630, + "install_ns": 103282, + "osr_ns": 0, + "steady_state_ns": 1059940 + } + } + }, + { + "pair_index": 26, + "candidate": { + "elapsed_ns": 1058226, + "checksum": "number:40bb580000000000", + "native_entries": 22012, + "native_acquisitions": 1025, + "native_exits": 22012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11493376, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30732304, + "runtime_create_ns": 22626, + "jit_attach_ns": 52815, + "context_create_ns": 102625, + "definition_eval_ns": 43820, + "first_eval_ns": 851822, + "threshold_crossing_ns": 28473688, + "compile_ns": 27484219, + "install_ns": 96946, + "osr_ns": 0, + "steady_state_ns": 1058226 + } + }, + "reference": { + "elapsed_ns": 1056375, + "checksum": "number:40bb580000000000", + "native_entries": 17780, + "native_exits": 17780, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12021760, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29801307, + "runtime_create_ns": 28045, + "jit_attach_ns": 56171, + "context_create_ns": 103293, + "definition_eval_ns": 69893, + "first_eval_ns": 844118, + "threshold_crossing_ns": 27515039, + "compile_ns": 25818806, + "install_ns": 98935, + "osr_ns": 0, + "steady_state_ns": 1056375 + } + }, + "entry_cache": { + "elapsed_ns": 1061694, + "checksum": "number:40bb580000000000", + "native_entries": 21367, + "native_acquisitions": 996, + "native_exits": 21367, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12091392, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30456488, + "runtime_create_ns": 30930, + "jit_attach_ns": 51938, + "context_create_ns": 103254, + "definition_eval_ns": 58791, + "first_eval_ns": 827414, + "threshold_crossing_ns": 28188624, + "compile_ns": 27719599, + "install_ns": 93180, + "osr_ns": 0, + "steady_state_ns": 1061694 + } + } + }, + { + "pair_index": 27, + "candidate": { + "elapsed_ns": 1059924, + "checksum": "number:40bb580000000000", + "native_entries": 21064, + "native_acquisitions": 985, + "native_exits": 21064, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12177408, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29980745, + "runtime_create_ns": 26216, + "jit_attach_ns": 51633, + "context_create_ns": 104100, + "definition_eval_ns": 49759, + "first_eval_ns": 883689, + "threshold_crossing_ns": 27677503, + "compile_ns": 25949265, + "install_ns": 97469, + "osr_ns": 0, + "steady_state_ns": 1059924 + } + }, + "reference": { + "elapsed_ns": 1052261, + "checksum": "number:40bb580000000000", + "native_entries": 17108, + "native_exits": 17108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12111872, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29581553, + "runtime_create_ns": 28001, + "jit_attach_ns": 58023, + "context_create_ns": 103829, + "definition_eval_ns": 53092, + "first_eval_ns": 850089, + "threshold_crossing_ns": 27288413, + "compile_ns": 25354037, + "install_ns": 97146, + "osr_ns": 0, + "steady_state_ns": 1052261 + } + }, + "entry_cache": { + "elapsed_ns": 1064030, + "checksum": "number:40bb580000000000", + "native_entries": 20012, + "native_acquisitions": 933, + "native_exits": 20012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12111872, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30249677, + "runtime_create_ns": 27901, + "jit_attach_ns": 57752, + "context_create_ns": 107754, + "definition_eval_ns": 61348, + "first_eval_ns": 822754, + "threshold_crossing_ns": 27978848, + "compile_ns": 25826366, + "install_ns": 97958, + "osr_ns": 0, + "steady_state_ns": 1064030 + } + } + }, + { + "pair_index": 28, + "candidate": { + "elapsed_ns": 1067298, + "checksum": "number:40bb580000000000", + "native_entries": 21642, + "native_acquisitions": 1011, + "native_exits": 21642, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12066816, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29843318, + "runtime_create_ns": 24106, + "jit_attach_ns": 55796, + "context_create_ns": 99779, + "definition_eval_ns": 44552, + "first_eval_ns": 850495, + "threshold_crossing_ns": 27568682, + "compile_ns": 26080902, + "install_ns": 99731, + "osr_ns": 0, + "steady_state_ns": 1067298 + } + }, + "reference": { + "elapsed_ns": 1061504, + "checksum": "number:40bb580000000000", + "native_entries": 17305, + "native_exits": 17305, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11988992, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29647056, + "runtime_create_ns": 28992, + "jit_attach_ns": 58319, + "context_create_ns": 112868, + "definition_eval_ns": 53218, + "first_eval_ns": 851324, + "threshold_crossing_ns": 27353634, + "compile_ns": 25494492, + "install_ns": 97564, + "osr_ns": 0, + "steady_state_ns": 1061504 + } + }, + "entry_cache": { + "elapsed_ns": 1061660, + "checksum": "number:40bb580000000000", + "native_entries": 20433, + "native_acquisitions": 954, + "native_exits": 20433, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12148736, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30407516, + "runtime_create_ns": 26285, + "jit_attach_ns": 59547, + "context_create_ns": 111344, + "definition_eval_ns": 61976, + "first_eval_ns": 815955, + "threshold_crossing_ns": 28133981, + "compile_ns": 26127174, + "install_ns": 104188, + "osr_ns": 0, + "steady_state_ns": 1061660 + } + } + }, + { + "pair_index": 29, + "candidate": { + "elapsed_ns": 1062376, + "checksum": "number:40bb580000000000", + "native_entries": 20450, + "native_acquisitions": 956, + "native_exits": 20450, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12115968, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29548948, + "runtime_create_ns": 28196, + "jit_attach_ns": 61145, + "context_create_ns": 119001, + "definition_eval_ns": 60711, + "first_eval_ns": 865407, + "threshold_crossing_ns": 27222934, + "compile_ns": 25297435, + "install_ns": 93428, + "osr_ns": 0, + "steady_state_ns": 1062376 + } + }, + "reference": { + "elapsed_ns": 1058460, + "checksum": "number:40bb580000000000", + "native_entries": 17533, + "native_exits": 17533, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12132352, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29620928, + "runtime_create_ns": 27870, + "jit_attach_ns": 54365, + "context_create_ns": 99425, + "definition_eval_ns": 56741, + "first_eval_ns": 848543, + "threshold_crossing_ns": 27349617, + "compile_ns": 25572818, + "install_ns": 97457, + "osr_ns": 0, + "steady_state_ns": 1058460 + } + }, + "entry_cache": { + "elapsed_ns": 1069509, + "checksum": "number:40bb580000000000", + "native_entries": 20271, + "native_acquisitions": 947, + "native_exits": 20271, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12263424, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30570880, + "runtime_create_ns": 25022, + "jit_attach_ns": 57852, + "context_create_ns": 111844, + "definition_eval_ns": 57728, + "first_eval_ns": 811361, + "threshold_crossing_ns": 28305424, + "compile_ns": 26133108, + "install_ns": 124291, + "osr_ns": 0, + "steady_state_ns": 1069509 + } + } + } + ], + "tier2": [ + { + "pair_index": 0, + "candidate": { + "elapsed_ns": 311284, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14397128, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11079680, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19171092, + "runtime_create_ns": 36677, + "jit_attach_ns": 69361, + "context_create_ns": 117721, + "definition_eval_ns": 82722, + "first_eval_ns": 981085, + "threshold_crossing_ns": 17505986, + "compile_ns": 15684448, + "install_ns": 91624, + "osr_ns": 0, + "steady_state_ns": 311284 + } + }, + "reference": { + "elapsed_ns": 320226, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18347591, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11120640, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19187023, + "runtime_create_ns": 28842, + "jit_attach_ns": 67008, + "context_create_ns": 110750, + "definition_eval_ns": 71414, + "first_eval_ns": 952039, + "threshold_crossing_ns": 17574168, + "compile_ns": 15638499, + "install_ns": 81593, + "osr_ns": 0, + "steady_state_ns": 320226 + } + }, + "entry_cache": { + "elapsed_ns": 315824, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 142, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 19567515, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11190272, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20843919, + "runtime_create_ns": 28066, + "jit_attach_ns": 59909, + "context_create_ns": 110121, + "definition_eval_ns": 82759, + "first_eval_ns": 918241, + "threshold_crossing_ns": 16566596, + "compile_ns": 15185571, + "install_ns": 69006, + "osr_ns": 0, + "steady_state_ns": 315824 + } + } + }, + { + "pair_index": 1, + "candidate": { + "elapsed_ns": 320958, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14459572, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11079680, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18736077, + "runtime_create_ns": 30726, + "jit_attach_ns": 51428, + "context_create_ns": 104882, + "definition_eval_ns": 76453, + "first_eval_ns": 961012, + "threshold_crossing_ns": 17132649, + "compile_ns": 15388352, + "install_ns": 72541, + "osr_ns": 0, + "steady_state_ns": 320958 + } + }, + "reference": { + "elapsed_ns": 316057, + "checksum": "number:40bb580000000000", + "native_entries": 4014, + "native_exits": 4014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 16017456, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10919936, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20631815, + "runtime_create_ns": 25714, + "jit_attach_ns": 52781, + "context_create_ns": 101607, + "definition_eval_ns": 61385, + "first_eval_ns": 958052, + "threshold_crossing_ns": 16218509, + "compile_ns": 13964185, + "install_ns": 65442, + "osr_ns": 0, + "steady_state_ns": 316057 + } + }, + "entry_cache": { + "elapsed_ns": 315621, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 141, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 19556446, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11157504, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20748305, + "runtime_create_ns": 26263, + "jit_attach_ns": 58168, + "context_create_ns": 117015, + "definition_eval_ns": 69692, + "first_eval_ns": 938795, + "threshold_crossing_ns": 16467247, + "compile_ns": 14939678, + "install_ns": 72548, + "osr_ns": 0, + "steady_state_ns": 315621 + } + } + }, + { + "pair_index": 2, + "candidate": { + "elapsed_ns": 331396, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 142, + "native_exits": 4013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 17422173, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11075584, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20546139, + "runtime_create_ns": 25138, + "jit_attach_ns": 52573, + "context_create_ns": 98320, + "definition_eval_ns": 57950, + "first_eval_ns": 971266, + "threshold_crossing_ns": 16165361, + "compile_ns": 14593149, + "install_ns": 67066, + "osr_ns": 0, + "steady_state_ns": 331396 + } + }, + "reference": { + "elapsed_ns": 314042, + "checksum": "number:40bb580000000000", + "native_entries": 124, + "native_exits": 124, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 123, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 33673183, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11087872, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18486154, + "runtime_create_ns": 24788, + "jit_attach_ns": 60018, + "context_create_ns": 111760, + "definition_eval_ns": 71065, + "first_eval_ns": 944446, + "threshold_crossing_ns": 16899111, + "compile_ns": 15960851, + "install_ns": 85670, + "osr_ns": 0, + "steady_state_ns": 314042 + } + }, + "entry_cache": { + "elapsed_ns": 314982, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 141, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 19358181, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11137024, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20488822, + "runtime_create_ns": 29488, + "jit_attach_ns": 56023, + "context_create_ns": 107337, + "definition_eval_ns": 73736, + "first_eval_ns": 931012, + "threshold_crossing_ns": 16262458, + "compile_ns": 14549147, + "install_ns": 63465, + "osr_ns": 0, + "steady_state_ns": 314982 + } + } + }, + { + "pair_index": 3, + "reference": { + "elapsed_ns": 324339, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 15601765, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10944512, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19263964, + "runtime_create_ns": 26503, + "jit_attach_ns": 63373, + "context_create_ns": 100683, + "definition_eval_ns": 70068, + "first_eval_ns": 2361533, + "threshold_crossing_ns": 16260205, + "compile_ns": 16134129, + "install_ns": 83928, + "osr_ns": 0, + "steady_state_ns": 324339 + } + }, + "entry_cache": { + "elapsed_ns": 327099, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 16740538, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11177984, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18828113, + "runtime_create_ns": 25955, + "jit_attach_ns": 61443, + "context_create_ns": 112971, + "definition_eval_ns": 66684, + "first_eval_ns": 2381213, + "threshold_crossing_ns": 15792278, + "compile_ns": 15856919, + "install_ns": 77089, + "osr_ns": 0, + "steady_state_ns": 327099 + } + }, + "candidate": { + "elapsed_ns": 327806, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14415802, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11177984, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18789215, + "runtime_create_ns": 35904, + "jit_attach_ns": 57813, + "context_create_ns": 114411, + "definition_eval_ns": 80202, + "first_eval_ns": 984686, + "threshold_crossing_ns": 17124860, + "compile_ns": 15241437, + "install_ns": 77564, + "osr_ns": 0, + "steady_state_ns": 327806 + } + } + }, + { + "pair_index": 4, + "reference": { + "elapsed_ns": 316443, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18302420, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11120640, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18948190, + "runtime_create_ns": 27665, + "jit_attach_ns": 56808, + "context_create_ns": 115629, + "definition_eval_ns": 72479, + "first_eval_ns": 2367497, + "threshold_crossing_ns": 15931145, + "compile_ns": 15714585, + "install_ns": 88490, + "osr_ns": 0, + "steady_state_ns": 316443 + } + }, + "entry_cache": { + "elapsed_ns": 323285, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 141, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 19416610, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11063296, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20482511, + "runtime_create_ns": 27970, + "jit_attach_ns": 57573, + "context_create_ns": 107134, + "definition_eval_ns": 68003, + "first_eval_ns": 917873, + "threshold_crossing_ns": 16272622, + "compile_ns": 14812212, + "install_ns": 56428, + "osr_ns": 0, + "steady_state_ns": 323285 + } + }, + "candidate": { + "elapsed_ns": 326089, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14467837, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11112448, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18937640, + "runtime_create_ns": 29118, + "jit_attach_ns": 59037, + "context_create_ns": 112016, + "definition_eval_ns": 80769, + "first_eval_ns": 967334, + "threshold_crossing_ns": 17300510, + "compile_ns": 15245767, + "install_ns": 88377, + "osr_ns": 0, + "steady_state_ns": 326089 + } + } + }, + { + "pair_index": 5, + "reference": { + "elapsed_ns": 323355, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18312949, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11091968, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18935673, + "runtime_create_ns": 28186, + "jit_attach_ns": 54890, + "context_create_ns": 104813, + "definition_eval_ns": 74283, + "first_eval_ns": 957311, + "threshold_crossing_ns": 17333456, + "compile_ns": 14976364, + "install_ns": 77089, + "osr_ns": 0, + "steady_state_ns": 323355 + } + }, + "entry_cache": { + "elapsed_ns": 316342, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12922132, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11128832, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19435048, + "runtime_create_ns": 29173, + "jit_attach_ns": 63169, + "context_create_ns": 110189, + "definition_eval_ns": 63984, + "first_eval_ns": 2330788, + "threshold_crossing_ns": 16460437, + "compile_ns": 16631653, + "install_ns": 84397, + "osr_ns": 0, + "steady_state_ns": 316342 + } + }, + "candidate": { + "elapsed_ns": 322311, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14566277, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11096064, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18890859, + "runtime_create_ns": 29392, + "jit_attach_ns": 60237, + "context_create_ns": 113978, + "definition_eval_ns": 81230, + "first_eval_ns": 985862, + "threshold_crossing_ns": 17236400, + "compile_ns": 15464938, + "install_ns": 74277, + "osr_ns": 0, + "steady_state_ns": 322311 + } + } + }, + { + "pair_index": 6, + "reference": { + "elapsed_ns": 325315, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 15517397, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10899456, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19247984, + "runtime_create_ns": 22620, + "jit_attach_ns": 55817, + "context_create_ns": 103016, + "definition_eval_ns": 69450, + "first_eval_ns": 2361974, + "threshold_crossing_ns": 16251107, + "compile_ns": 15976828, + "install_ns": 84626, + "osr_ns": 0, + "steady_state_ns": 325315 + } + }, + "entry_cache": { + "elapsed_ns": 317067, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 141, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 19731978, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11051008, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20630291, + "runtime_create_ns": 28539, + "jit_attach_ns": 57842, + "context_create_ns": 116139, + "definition_eval_ns": 69042, + "first_eval_ns": 2328239, + "threshold_crossing_ns": 14933632, + "compile_ns": 15046046, + "install_ns": 62936, + "osr_ns": 0, + "steady_state_ns": 317067 + } + }, + "candidate": { + "elapsed_ns": 317086, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14536271, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11026432, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18827719, + "runtime_create_ns": 28745, + "jit_attach_ns": 58936, + "context_create_ns": 113363, + "definition_eval_ns": 75472, + "first_eval_ns": 985326, + "threshold_crossing_ns": 17189048, + "compile_ns": 15498039, + "install_ns": 75187, + "osr_ns": 0, + "steady_state_ns": 317086 + } + } + }, + { + "pair_index": 7, + "entry_cache": { + "elapsed_ns": 324567, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 141, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 19540615, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11055104, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20552838, + "runtime_create_ns": 34570, + "jit_attach_ns": 52054, + "context_create_ns": 108510, + "definition_eval_ns": 72932, + "first_eval_ns": 919935, + "threshold_crossing_ns": 16339974, + "compile_ns": 14681950, + "install_ns": 63433, + "osr_ns": 0, + "steady_state_ns": 324567 + } + }, + "candidate": { + "elapsed_ns": 322451, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 143, + "native_exits": 4013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 15861515, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11079680, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20027222, + "runtime_create_ns": 28806, + "jit_attach_ns": 56939, + "context_create_ns": 110189, + "definition_eval_ns": 72371, + "first_eval_ns": 977314, + "threshold_crossing_ns": 15869081, + "compile_ns": 13937721, + "install_ns": 69923, + "osr_ns": 0, + "steady_state_ns": 322451 + } + }, + "reference": { + "elapsed_ns": 314866, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18230878, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11096064, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19128892, + "runtime_create_ns": 27694, + "jit_attach_ns": 56394, + "context_create_ns": 111318, + "definition_eval_ns": 76139, + "first_eval_ns": 2352666, + "threshold_crossing_ns": 16130084, + "compile_ns": 15881568, + "install_ns": 76897, + "osr_ns": 0, + "steady_state_ns": 314866 + } + } + }, + { + "pair_index": 8, + "entry_cache": { + "elapsed_ns": 327788, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 141, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 19544983, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11259904, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20595774, + "runtime_create_ns": 24520, + "jit_attach_ns": 59431, + "context_create_ns": 107437, + "definition_eval_ns": 72738, + "first_eval_ns": 921248, + "threshold_crossing_ns": 16344151, + "compile_ns": 14684430, + "install_ns": 55776, + "osr_ns": 0, + "steady_state_ns": 327788 + } + }, + "candidate": { + "elapsed_ns": 312461, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 142, + "native_exits": 4013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 15908240, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11059200, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19923089, + "runtime_create_ns": 35625, + "jit_attach_ns": 53068, + "context_create_ns": 108388, + "definition_eval_ns": 70205, + "first_eval_ns": 960515, + "threshold_crossing_ns": 15767296, + "compile_ns": 13763288, + "install_ns": 62832, + "osr_ns": 0, + "steady_state_ns": 312461 + } + }, + "reference": { + "elapsed_ns": 315186, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 17977331, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11120640, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18895703, + "runtime_create_ns": 29598, + "jit_attach_ns": 59440, + "context_create_ns": 102369, + "definition_eval_ns": 80117, + "first_eval_ns": 956557, + "threshold_crossing_ns": 17293367, + "compile_ns": 15568980, + "install_ns": 85800, + "osr_ns": 0, + "steady_state_ns": 315186 + } + } + }, + { + "pair_index": 9, + "entry_cache": { + "elapsed_ns": 317540, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12909180, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11227136, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19490289, + "runtime_create_ns": 25641, + "jit_attach_ns": 53332, + "context_create_ns": 111583, + "definition_eval_ns": 72653, + "first_eval_ns": 919413, + "threshold_crossing_ns": 17931340, + "compile_ns": 16123517, + "install_ns": 86851, + "osr_ns": 0, + "steady_state_ns": 317540 + } + }, + "candidate": { + "elapsed_ns": 313191, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 143, + "native_exits": 4013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 16002396, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20060598, + "runtime_create_ns": 26616, + "jit_attach_ns": 52830, + "context_create_ns": 102793, + "definition_eval_ns": 68607, + "first_eval_ns": 982663, + "threshold_crossing_ns": 15876398, + "compile_ns": 14541200, + "install_ns": 71153, + "osr_ns": 0, + "steady_state_ns": 313191 + } + }, + "reference": { + "elapsed_ns": 315648, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18173393, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11177984, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19051529, + "runtime_create_ns": 26351, + "jit_attach_ns": 63816, + "context_create_ns": 118691, + "definition_eval_ns": 73746, + "first_eval_ns": 946904, + "threshold_crossing_ns": 17434108, + "compile_ns": 15661536, + "install_ns": 84138, + "osr_ns": 0, + "steady_state_ns": 315648 + } + } + }, + { + "pair_index": 10, + "entry_cache": { + "elapsed_ns": 315797, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 143, + "native_exits": 4013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 13996629, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11243520, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20857388, + "runtime_create_ns": 21143, + "jit_attach_ns": 50652, + "context_create_ns": 99962, + "definition_eval_ns": 56335, + "first_eval_ns": 929974, + "threshold_crossing_ns": 17423278, + "compile_ns": 15167314, + "install_ns": 197877, + "osr_ns": 0, + "steady_state_ns": 315797 + } + }, + "candidate": { + "elapsed_ns": 321711, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14592042, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11182080, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18796634, + "runtime_create_ns": 26718, + "jit_attach_ns": 60152, + "context_create_ns": 107551, + "definition_eval_ns": 70339, + "first_eval_ns": 984671, + "threshold_crossing_ns": 17164639, + "compile_ns": 15446278, + "install_ns": 75974, + "osr_ns": 0, + "steady_state_ns": 321711 + } + }, + "reference": { + "elapsed_ns": 324312, + "checksum": "number:40bb580000000000", + "native_entries": 4014, + "native_exits": 4014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 16154151, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 21001020, + "runtime_create_ns": 28243, + "jit_attach_ns": 73299, + "context_create_ns": 104041, + "definition_eval_ns": 72605, + "first_eval_ns": 955443, + "threshold_crossing_ns": 16504771, + "compile_ns": 14371754, + "install_ns": 199203, + "osr_ns": 0, + "steady_state_ns": 324312 + } + } + }, + { + "pair_index": 11, + "candidate": { + "elapsed_ns": 320932, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 142, + "native_exits": 4013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 15869485, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11223040, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20089362, + "runtime_create_ns": 24720, + "jit_attach_ns": 56438, + "context_create_ns": 110283, + "definition_eval_ns": 77085, + "first_eval_ns": 970666, + "threshold_crossing_ns": 15917174, + "compile_ns": 14167110, + "install_ns": 66108, + "osr_ns": 0, + "steady_state_ns": 320932 + } + }, + "reference": { + "elapsed_ns": 324476, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18194309, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11083776, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19000198, + "runtime_create_ns": 26753, + "jit_attach_ns": 54744, + "context_create_ns": 102505, + "definition_eval_ns": 66374, + "first_eval_ns": 935616, + "threshold_crossing_ns": 17430705, + "compile_ns": 15175599, + "install_ns": 75359, + "osr_ns": 0, + "steady_state_ns": 324476 + } + }, + "entry_cache": { + "elapsed_ns": 313515, + "checksum": "number:40bb580000000000", + "native_entries": 2012, + "native_acquisitions": 77, + "native_exits": 2012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 29661505, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19386968, + "runtime_create_ns": 29769, + "jit_attach_ns": 60357, + "context_create_ns": 108198, + "definition_eval_ns": 72264, + "first_eval_ns": 938805, + "threshold_crossing_ns": 17802289, + "compile_ns": 15900544, + "install_ns": 79845, + "osr_ns": 0, + "steady_state_ns": 313515 + } + } + }, + { + "pair_index": 12, + "candidate": { + "elapsed_ns": 322835, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14568036, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11026432, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18977869, + "runtime_create_ns": 32354, + "jit_attach_ns": 57245, + "context_create_ns": 105927, + "definition_eval_ns": 79639, + "first_eval_ns": 2446843, + "threshold_crossing_ns": 15867538, + "compile_ns": 16225875, + "install_ns": 76524, + "osr_ns": 0, + "steady_state_ns": 322835 + } + }, + "reference": { + "elapsed_ns": 314090, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18154638, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11169792, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18945706, + "runtime_create_ns": 26579, + "jit_attach_ns": 60663, + "context_create_ns": 110842, + "definition_eval_ns": 68448, + "first_eval_ns": 951579, + "threshold_crossing_ns": 17354448, + "compile_ns": 14891548, + "install_ns": 76621, + "osr_ns": 0, + "steady_state_ns": 314090 + } + }, + "entry_cache": { + "elapsed_ns": 313690, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 142, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 19699789, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11108352, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20591480, + "runtime_create_ns": 31709, + "jit_attach_ns": 57434, + "context_create_ns": 121788, + "definition_eval_ns": 76801, + "first_eval_ns": 2335884, + "threshold_crossing_ns": 14874712, + "compile_ns": 15043484, + "install_ns": 58195, + "osr_ns": 0, + "steady_state_ns": 313690 + } + } + }, + { + "pair_index": 13, + "candidate": { + "elapsed_ns": 313714, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14412185, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11055104, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18924870, + "runtime_create_ns": 29121, + "jit_attach_ns": 54945, + "context_create_ns": 109403, + "definition_eval_ns": 84310, + "first_eval_ns": 2399909, + "threshold_crossing_ns": 15870772, + "compile_ns": 15920663, + "install_ns": 78042, + "osr_ns": 0, + "steady_state_ns": 313714 + } + }, + "reference": { + "elapsed_ns": 316077, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 15538484, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11001856, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19164125, + "runtime_create_ns": 25135, + "jit_attach_ns": 58826, + "context_create_ns": 106218, + "definition_eval_ns": 71001, + "first_eval_ns": 951288, + "threshold_crossing_ns": 17576103, + "compile_ns": 15693196, + "install_ns": 91826, + "osr_ns": 0, + "steady_state_ns": 316077 + } + }, + "entry_cache": { + "elapsed_ns": 323893, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 141, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 19366142, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11182080, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20478027, + "runtime_create_ns": 25328, + "jit_attach_ns": 60545, + "context_create_ns": 111054, + "definition_eval_ns": 71396, + "first_eval_ns": 898739, + "threshold_crossing_ns": 16279100, + "compile_ns": 14807018, + "install_ns": 56390, + "osr_ns": 0, + "steady_state_ns": 323893 + } + } + }, + { + "pair_index": 14, + "candidate": { + "elapsed_ns": 314179, + "checksum": "number:40bb580000000000", + "native_entries": 4014, + "native_acquisitions": 144, + "native_exits": 4014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 14615257, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10936320, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20439827, + "runtime_create_ns": 25813, + "jit_attach_ns": 56269, + "context_create_ns": 107046, + "definition_eval_ns": 66636, + "first_eval_ns": 981827, + "threshold_crossing_ns": 16282746, + "compile_ns": 14354634, + "install_ns": 63615, + "osr_ns": 0, + "steady_state_ns": 314179 + } + }, + "reference": { + "elapsed_ns": 314105, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18446259, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11018240, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19082205, + "runtime_create_ns": 26509, + "jit_attach_ns": 57947, + "context_create_ns": 102205, + "definition_eval_ns": 73680, + "first_eval_ns": 954597, + "threshold_crossing_ns": 17496550, + "compile_ns": 15388493, + "install_ns": 75025, + "osr_ns": 0, + "steady_state_ns": 314105 + } + }, + "entry_cache": { + "elapsed_ns": 313809, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12649323, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11059200, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19466190, + "runtime_create_ns": 29852, + "jit_attach_ns": 54445, + "context_create_ns": 108580, + "definition_eval_ns": 70964, + "first_eval_ns": 924918, + "threshold_crossing_ns": 17901660, + "compile_ns": 16169195, + "install_ns": 89886, + "osr_ns": 0, + "steady_state_ns": 313809 + } + } + }, + { + "pair_index": 15, + "reference": { + "elapsed_ns": 324039, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18161727, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11157504, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19013695, + "runtime_create_ns": 25787, + "jit_attach_ns": 58382, + "context_create_ns": 108913, + "definition_eval_ns": 68839, + "first_eval_ns": 2370552, + "threshold_crossing_ns": 15996079, + "compile_ns": 15936723, + "install_ns": 82479, + "osr_ns": 0, + "steady_state_ns": 324039 + } + }, + "entry_cache": { + "elapsed_ns": 314045, + "checksum": "number:40bb580000000000", + "native_entries": 2012, + "native_acquisitions": 77, + "native_exits": 2012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 29105219, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11091968, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19360616, + "runtime_create_ns": 41185, + "jit_attach_ns": 54931, + "context_create_ns": 106868, + "definition_eval_ns": 74012, + "first_eval_ns": 2309199, + "threshold_crossing_ns": 16390798, + "compile_ns": 16574947, + "install_ns": 74790, + "osr_ns": 0, + "steady_state_ns": 314045 + } + }, + "candidate": { + "elapsed_ns": 314433, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14556851, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11079680, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19131227, + "runtime_create_ns": 31744, + "jit_attach_ns": 57695, + "context_create_ns": 114116, + "definition_eval_ns": 80214, + "first_eval_ns": 978572, + "threshold_crossing_ns": 17491080, + "compile_ns": 15633263, + "install_ns": 76134, + "osr_ns": 0, + "steady_state_ns": 314433 + } + } + }, + { + "pair_index": 16, + "reference": { + "elapsed_ns": 315305, + "checksum": "number:40bb580000000000", + "native_entries": 4014, + "native_exits": 4014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 15995134, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11067392, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20581982, + "runtime_create_ns": 27256, + "jit_attach_ns": 55029, + "context_create_ns": 102445, + "definition_eval_ns": 70490, + "first_eval_ns": 953493, + "threshold_crossing_ns": 16154121, + "compile_ns": 13890261, + "install_ns": 68013, + "osr_ns": 0, + "steady_state_ns": 315305 + } + }, + "entry_cache": { + "elapsed_ns": 323841, + "checksum": "number:40bb580000000000", + "native_entries": 2012, + "native_acquisitions": 77, + "native_exits": 2012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 29030555, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11132928, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19484346, + "runtime_create_ns": 25326, + "jit_attach_ns": 56467, + "context_create_ns": 107762, + "definition_eval_ns": 67362, + "first_eval_ns": 936577, + "threshold_crossing_ns": 17909073, + "compile_ns": 16321064, + "install_ns": 74469, + "osr_ns": 0, + "steady_state_ns": 323841 + } + }, + "candidate": { + "elapsed_ns": 313241, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14433907, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11120640, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18861518, + "runtime_create_ns": 32465, + "jit_attach_ns": 63483, + "context_create_ns": 110478, + "definition_eval_ns": 77321, + "first_eval_ns": 975003, + "threshold_crossing_ns": 17230116, + "compile_ns": 15117903, + "install_ns": 75827, + "osr_ns": 0, + "steady_state_ns": 313241 + } + } + }, + { + "pair_index": 17, + "reference": { + "elapsed_ns": 314353, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18256614, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11079680, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18989458, + "runtime_create_ns": 29332, + "jit_attach_ns": 58631, + "context_create_ns": 113430, + "definition_eval_ns": 67545, + "first_eval_ns": 2375749, + "threshold_crossing_ns": 15963221, + "compile_ns": 15896297, + "install_ns": 76325, + "osr_ns": 0, + "steady_state_ns": 314353 + } + }, + "entry_cache": { + "elapsed_ns": 316514, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 13000902, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11091968, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19655669, + "runtime_create_ns": 35423, + "jit_attach_ns": 60537, + "context_create_ns": 104524, + "definition_eval_ns": 75834, + "first_eval_ns": 2345780, + "threshold_crossing_ns": 16656875, + "compile_ns": 16809163, + "install_ns": 95242, + "osr_ns": 0, + "steady_state_ns": 316514 + } + }, + "candidate": { + "elapsed_ns": 321345, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14489192, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11087872, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18863189, + "runtime_create_ns": 31112, + "jit_attach_ns": 58747, + "context_create_ns": 113241, + "definition_eval_ns": 79285, + "first_eval_ns": 990556, + "threshold_crossing_ns": 17205282, + "compile_ns": 15502065, + "install_ns": 74133, + "osr_ns": 0, + "steady_state_ns": 321345 + } + } + }, + { + "pair_index": 18, + "reference": { + "elapsed_ns": 323384, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 15672994, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11005952, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19149576, + "runtime_create_ns": 22298, + "jit_attach_ns": 52799, + "context_create_ns": 102889, + "definition_eval_ns": 54529, + "first_eval_ns": 943447, + "threshold_crossing_ns": 17593228, + "compile_ns": 15131889, + "install_ns": 85473, + "osr_ns": 0, + "steady_state_ns": 323384 + } + }, + "entry_cache": { + "elapsed_ns": 317847, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12875195, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11046912, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19616959, + "runtime_create_ns": 27962, + "jit_attach_ns": 53947, + "context_create_ns": 104892, + "definition_eval_ns": 70762, + "first_eval_ns": 916798, + "threshold_crossing_ns": 18062065, + "compile_ns": 16028784, + "install_ns": 103257, + "osr_ns": 0, + "steady_state_ns": 317847 + } + }, + "candidate": { + "elapsed_ns": 314332, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 142, + "native_exits": 4013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 15899402, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11096064, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20091896, + "runtime_create_ns": 31897, + "jit_attach_ns": 60672, + "context_create_ns": 117105, + "definition_eval_ns": 86403, + "first_eval_ns": 2405587, + "threshold_crossing_ns": 14469324, + "compile_ns": 14702141, + "install_ns": 67804, + "osr_ns": 0, + "steady_state_ns": 314332 + } + } + }, + { + "pair_index": 19, + "entry_cache": { + "elapsed_ns": 314989, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 15898691, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11087872, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18461837, + "runtime_create_ns": 24205, + "jit_attach_ns": 55836, + "context_create_ns": 107123, + "definition_eval_ns": 63813, + "first_eval_ns": 931770, + "threshold_crossing_ns": 16899349, + "compile_ns": 15288357, + "install_ns": 677770, + "osr_ns": 0, + "steady_state_ns": 314989 + } + }, + "candidate": { + "elapsed_ns": 322070, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 143, + "native_exits": 4013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 16090199, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10915840, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20029859, + "runtime_create_ns": 32494, + "jit_attach_ns": 54816, + "context_create_ns": 110423, + "definition_eval_ns": 74783, + "first_eval_ns": 945533, + "threshold_crossing_ns": 15849097, + "compile_ns": 13907860, + "install_ns": 66161, + "osr_ns": 0, + "steady_state_ns": 322070 + } + }, + "reference": { + "elapsed_ns": 315792, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 15582905, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11014144, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19331252, + "runtime_create_ns": 26362, + "jit_attach_ns": 66474, + "context_create_ns": 106147, + "definition_eval_ns": 73580, + "first_eval_ns": 950297, + "threshold_crossing_ns": 17726222, + "compile_ns": 15258071, + "install_ns": 95555, + "osr_ns": 0, + "steady_state_ns": 315792 + } + } + }, + { + "pair_index": 20, + "entry_cache": { + "elapsed_ns": 316856, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 142, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 19422143, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11108352, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20550499, + "runtime_create_ns": 27875, + "jit_attach_ns": 62201, + "context_create_ns": 112919, + "definition_eval_ns": 70935, + "first_eval_ns": 903102, + "threshold_crossing_ns": 16349519, + "compile_ns": 14646138, + "install_ns": 60324, + "osr_ns": 0, + "steady_state_ns": 316856 + } + }, + "candidate": { + "elapsed_ns": 313816, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14369891, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11182080, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18755900, + "runtime_create_ns": 32915, + "jit_attach_ns": 59671, + "context_create_ns": 113516, + "definition_eval_ns": 78719, + "first_eval_ns": 978991, + "threshold_crossing_ns": 17114750, + "compile_ns": 15050709, + "install_ns": 74086, + "osr_ns": 0, + "steady_state_ns": 313816 + } + }, + "reference": { + "elapsed_ns": 319193, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18119923, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11161600, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19069817, + "runtime_create_ns": 29487, + "jit_attach_ns": 59309, + "context_create_ns": 105085, + "definition_eval_ns": 73869, + "first_eval_ns": 948600, + "threshold_crossing_ns": 17471568, + "compile_ns": 15660234, + "install_ns": 81625, + "osr_ns": 0, + "steady_state_ns": 319193 + } + } + }, + { + "pair_index": 21, + "entry_cache": { + "elapsed_ns": 314701, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12954225, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11137024, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19593222, + "runtime_create_ns": 23506, + "jit_attach_ns": 55255, + "context_create_ns": 106087, + "definition_eval_ns": 65723, + "first_eval_ns": 944722, + "threshold_crossing_ns": 18023371, + "compile_ns": 16229407, + "install_ns": 90697, + "osr_ns": 0, + "steady_state_ns": 314701 + } + }, + "candidate": { + "elapsed_ns": 310925, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14524087, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11079680, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18778319, + "runtime_create_ns": 26979, + "jit_attach_ns": 66508, + "context_create_ns": 110856, + "definition_eval_ns": 72949, + "first_eval_ns": 2384849, + "threshold_crossing_ns": 15745792, + "compile_ns": 15937267, + "install_ns": 74892, + "osr_ns": 0, + "steady_state_ns": 310925 + } + }, + "reference": { + "elapsed_ns": 313669, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 15587576, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10973184, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19162108, + "runtime_create_ns": 28812, + "jit_attach_ns": 58014, + "context_create_ns": 106464, + "definition_eval_ns": 74443, + "first_eval_ns": 955618, + "threshold_crossing_ns": 17565490, + "compile_ns": 15749509, + "install_ns": 87830, + "osr_ns": 0, + "steady_state_ns": 313669 + } + } + }, + { + "pair_index": 22, + "entry_cache": { + "elapsed_ns": 325599, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 142, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 19769637, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11063296, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20632676, + "runtime_create_ns": 29615, + "jit_attach_ns": 68472, + "context_create_ns": 107957, + "definition_eval_ns": 82684, + "first_eval_ns": 921901, + "threshold_crossing_ns": 16340031, + "compile_ns": 14687061, + "install_ns": 56694, + "osr_ns": 0, + "steady_state_ns": 325599 + } + }, + "candidate": { + "elapsed_ns": 2855488, + "checksum": "number:40bb580000000000", + "native_entries": 6014, + "native_acquisitions": 207, + "native_exits": 6014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 6009, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 9, + "measured_benefit_ns": 12574026, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11153408, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 21469371, + "runtime_create_ns": 27610, + "jit_attach_ns": 63059, + "context_create_ns": 117522, + "definition_eval_ns": 82436, + "first_eval_ns": 986243, + "threshold_crossing_ns": 16165880, + "compile_ns": 14312011, + "install_ns": 62809, + "osr_ns": 0, + "steady_state_ns": 2855488 + } + }, + "reference": { + "elapsed_ns": 314737, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18437827, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11173888, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19038377, + "runtime_create_ns": 24801, + "jit_attach_ns": 60404, + "context_create_ns": 108010, + "definition_eval_ns": 72308, + "first_eval_ns": 948799, + "threshold_crossing_ns": 17447897, + "compile_ns": 15455850, + "install_ns": 79648, + "osr_ns": 0, + "steady_state_ns": 314737 + } + } + }, + { + "pair_index": 23, + "candidate": { + "elapsed_ns": 327966, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14537961, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11059200, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18850432, + "runtime_create_ns": 24663, + "jit_attach_ns": 55324, + "context_create_ns": 110476, + "definition_eval_ns": 75722, + "first_eval_ns": 985096, + "threshold_crossing_ns": 17211172, + "compile_ns": 15329401, + "install_ns": 83952, + "osr_ns": 0, + "steady_state_ns": 327966 + } + }, + "reference": { + "elapsed_ns": 324434, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 15756408, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10887168, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19151172, + "runtime_create_ns": 25635, + "jit_attach_ns": 61658, + "context_create_ns": 105733, + "definition_eval_ns": 74142, + "first_eval_ns": 952889, + "threshold_crossing_ns": 17546670, + "compile_ns": 15131425, + "install_ns": 80642, + "osr_ns": 0, + "steady_state_ns": 324434 + } + }, + "entry_cache": { + "elapsed_ns": 316129, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14314003, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11231232, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18779433, + "runtime_create_ns": 26769, + "jit_attach_ns": 56655, + "context_create_ns": 113451, + "definition_eval_ns": 74370, + "first_eval_ns": 927499, + "threshold_crossing_ns": 17204165, + "compile_ns": 15061653, + "install_ns": 84768, + "osr_ns": 0, + "steady_state_ns": 316129 + } + } + }, + { + "pair_index": 24, + "candidate": { + "elapsed_ns": 315029, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 143, + "native_exits": 4013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 15867621, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11210752, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20148276, + "runtime_create_ns": 24808, + "jit_attach_ns": 55061, + "context_create_ns": 254064, + "definition_eval_ns": 77198, + "first_eval_ns": 2390686, + "threshold_crossing_ns": 14438170, + "compile_ns": 14743542, + "install_ns": 65548, + "osr_ns": 0, + "steady_state_ns": 315029 + } + }, + "reference": { + "elapsed_ns": 317641, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18381171, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11231232, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19028839, + "runtime_create_ns": 24132, + "jit_attach_ns": 57502, + "context_create_ns": 105515, + "definition_eval_ns": 77981, + "first_eval_ns": 950912, + "threshold_crossing_ns": 17429536, + "compile_ns": 15670046, + "install_ns": 85437, + "osr_ns": 0, + "steady_state_ns": 317641 + } + }, + "entry_cache": { + "elapsed_ns": 324271, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 141, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 19469263, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11096064, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20447415, + "runtime_create_ns": 33188, + "jit_attach_ns": 54960, + "context_create_ns": 107033, + "definition_eval_ns": 72245, + "first_eval_ns": 905120, + "threshold_crossing_ns": 16251908, + "compile_ns": 14729035, + "install_ns": 57935, + "osr_ns": 0, + "steady_state_ns": 324271 + } + } + }, + { + "pair_index": 25, + "candidate": { + "elapsed_ns": 328271, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14529569, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10981376, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18903806, + "runtime_create_ns": 28274, + "jit_attach_ns": 53056, + "context_create_ns": 111302, + "definition_eval_ns": 74968, + "first_eval_ns": 976073, + "threshold_crossing_ns": 17270766, + "compile_ns": 15364820, + "install_ns": 76278, + "osr_ns": 0, + "steady_state_ns": 328271 + } + }, + "reference": { + "elapsed_ns": 325067, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18155580, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11198464, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18971680, + "runtime_create_ns": 23609, + "jit_attach_ns": 58228, + "context_create_ns": 106647, + "definition_eval_ns": 72830, + "first_eval_ns": 958334, + "threshold_crossing_ns": 17366607, + "compile_ns": 14960802, + "install_ns": 80152, + "osr_ns": 0, + "steady_state_ns": 325067 + } + }, + "entry_cache": { + "elapsed_ns": 311320, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 15646641, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11153408, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18676903, + "runtime_create_ns": 41491, + "jit_attach_ns": 58705, + "context_create_ns": 111550, + "definition_eval_ns": 73849, + "first_eval_ns": 2346716, + "threshold_crossing_ns": 15668808, + "compile_ns": 15787682, + "install_ns": 87149, + "osr_ns": 0, + "steady_state_ns": 311320 + } + } + }, + { + "pair_index": 26, + "candidate": { + "elapsed_ns": 313499, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14470406, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11194368, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18941198, + "runtime_create_ns": 24008, + "jit_attach_ns": 54431, + "context_create_ns": 108403, + "definition_eval_ns": 69986, + "first_eval_ns": 2367215, + "threshold_crossing_ns": 15934756, + "compile_ns": 15934127, + "install_ns": 83582, + "osr_ns": 0, + "steady_state_ns": 313499 + } + }, + "reference": { + "elapsed_ns": 317840, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18337805, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11157504, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19060336, + "runtime_create_ns": 28147, + "jit_attach_ns": 57841, + "context_create_ns": 106650, + "definition_eval_ns": 72182, + "first_eval_ns": 951452, + "threshold_crossing_ns": 17464854, + "compile_ns": 15665545, + "install_ns": 78405, + "osr_ns": 0, + "steady_state_ns": 317840 + } + }, + "entry_cache": { + "elapsed_ns": 323973, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 141, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 19630922, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11161600, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20580824, + "runtime_create_ns": 28995, + "jit_attach_ns": 57925, + "context_create_ns": 113027, + "definition_eval_ns": 69131, + "first_eval_ns": 899712, + "threshold_crossing_ns": 16350926, + "compile_ns": 14766588, + "install_ns": 59476, + "osr_ns": 0, + "steady_state_ns": 323973 + } + } + }, + { + "pair_index": 27, + "reference": { + "elapsed_ns": 316154, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_exits": 4013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 17647927, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11038720, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20465493, + "runtime_create_ns": 25045, + "jit_attach_ns": 57214, + "context_create_ns": 112400, + "definition_eval_ns": 71348, + "first_eval_ns": 2369219, + "threshold_crossing_ns": 14635231, + "compile_ns": 14767824, + "install_ns": 66750, + "osr_ns": 0, + "steady_state_ns": 316154 + } + }, + "entry_cache": { + "elapsed_ns": 342381, + "checksum": "number:40bb580000000000", + "native_entries": 2012, + "native_acquisitions": 77, + "native_exits": 2012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 28947959, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11132928, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19376378, + "runtime_create_ns": 25029, + "jit_attach_ns": 51169, + "context_create_ns": 105468, + "definition_eval_ns": 58942, + "first_eval_ns": 917543, + "threshold_crossing_ns": 17810283, + "compile_ns": 16327972, + "install_ns": 74634, + "osr_ns": 0, + "steady_state_ns": 342381 + } + }, + "candidate": { + "elapsed_ns": 2853707, + "checksum": "number:40bb580000000000", + "native_entries": 6014, + "native_acquisitions": 208, + "native_exits": 6014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 6009, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 9, + "measured_benefit_ns": 12548581, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11169792, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 21449619, + "runtime_create_ns": 26027, + "jit_attach_ns": 61844, + "context_create_ns": 113380, + "definition_eval_ns": 83094, + "first_eval_ns": 983772, + "threshold_crossing_ns": 16149995, + "compile_ns": 14298835, + "install_ns": 63405, + "osr_ns": 0, + "steady_state_ns": 2853707 + } + } + }, + { + "pair_index": 28, + "reference": { + "elapsed_ns": 311636, + "checksum": "number:40bb580000000000", + "native_entries": 2012, + "native_exits": 2012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 31466249, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11145216, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19893994, + "runtime_create_ns": 29118, + "jit_attach_ns": 60541, + "context_create_ns": 122075, + "definition_eval_ns": 79417, + "first_eval_ns": 2387727, + "threshold_crossing_ns": 16843152, + "compile_ns": 16744292, + "install_ns": 77475, + "osr_ns": 0, + "steady_state_ns": 311636 + } + }, + "entry_cache": { + "elapsed_ns": 318442, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12902031, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11038720, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19630300, + "runtime_create_ns": 29715, + "jit_attach_ns": 56413, + "context_create_ns": 107889, + "definition_eval_ns": 74885, + "first_eval_ns": 934847, + "threshold_crossing_ns": 18036413, + "compile_ns": 16606094, + "install_ns": 82710, + "osr_ns": 0, + "steady_state_ns": 318442 + } + }, + "candidate": { + "elapsed_ns": 322674, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14444313, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11169792, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18935821, + "runtime_create_ns": 29806, + "jit_attach_ns": 61470, + "context_create_ns": 112367, + "definition_eval_ns": 79673, + "first_eval_ns": 971916, + "threshold_crossing_ns": 17296989, + "compile_ns": 15507144, + "install_ns": 73354, + "osr_ns": 0, + "steady_state_ns": 322674 + } + } + }, + { + "pair_index": 29, + "reference": { + "elapsed_ns": 327063, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 16004514, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11108352, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19335312, + "runtime_create_ns": 27211, + "jit_attach_ns": 64828, + "context_create_ns": 105290, + "definition_eval_ns": 82080, + "first_eval_ns": 2345110, + "threshold_crossing_ns": 16322221, + "compile_ns": 16147553, + "install_ns": 89285, + "osr_ns": 0, + "steady_state_ns": 327063 + } + }, + "entry_cache": { + "elapsed_ns": 316534, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12887326, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10944512, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19652482, + "runtime_create_ns": 28104, + "jit_attach_ns": 59370, + "context_create_ns": 104963, + "definition_eval_ns": 67504, + "first_eval_ns": 938510, + "threshold_crossing_ns": 18077090, + "compile_ns": 16159530, + "install_ns": 95700, + "osr_ns": 0, + "steady_state_ns": 316534 + } + }, + "candidate": { + "elapsed_ns": 314198, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14421511, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11026432, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18945525, + "runtime_create_ns": 31501, + "jit_attach_ns": 58928, + "context_create_ns": 121443, + "definition_eval_ns": 75989, + "first_eval_ns": 2397334, + "threshold_crossing_ns": 15866024, + "compile_ns": 16049150, + "install_ns": 77076, + "osr_ns": 0, + "steady_state_ns": 314198 + } + } + } + ], + "automatic": [ + { + "pair_index": 0, + "reference": { + "elapsed_ns": 311152, + "checksum": "number:40bb580000000000", + "native_entries": 2101, + "native_exits": 2101, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2001, + "measured_benefit_ns": 21819794, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11087872, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18896136, + "runtime_create_ns": 28459, + "jit_attach_ns": 55176, + "context_create_ns": 103914, + "definition_eval_ns": 58591, + "first_eval_ns": 815807, + "threshold_crossing_ns": 17473322, + "compile_ns": 15409271, + "install_ns": 88192, + "osr_ns": 0, + "steady_state_ns": 311152 + } + }, + "entry_cache": { + "elapsed_ns": 314315, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1991, + "measured_benefit_ns": 18484507, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11087872, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18559365, + "runtime_create_ns": 24968, + "jit_attach_ns": 55824, + "context_create_ns": 105754, + "definition_eval_ns": 57562, + "first_eval_ns": 781160, + "threshold_crossing_ns": 17168619, + "compile_ns": 15095354, + "install_ns": 79944, + "osr_ns": 0, + "steady_state_ns": 314315 + } + }, + "candidate": { + "elapsed_ns": 312948, + "checksum": "number:40bb580000000000", + "native_entries": 2109, + "native_acquisitions": 85, + "native_exits": 2109, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1998, + "measured_benefit_ns": 17093339, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11026432, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18968936, + "runtime_create_ns": 30929, + "jit_attach_ns": 57382, + "context_create_ns": 126077, + "definition_eval_ns": 60022, + "first_eval_ns": 832596, + "threshold_crossing_ns": 17496769, + "compile_ns": 16066786, + "install_ns": 88183, + "osr_ns": 0, + "steady_state_ns": 312948 + } + } + }, + { + "pair_index": 1, + "reference": { + "elapsed_ns": 322410, + "checksum": "number:40bb580000000000", + "native_entries": 2075, + "native_exits": 2075, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1999, + "measured_benefit_ns": 21924606, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11173888, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18942649, + "runtime_create_ns": 22791, + "jit_attach_ns": 57149, + "context_create_ns": 105628, + "definition_eval_ns": 55093, + "first_eval_ns": 812135, + "threshold_crossing_ns": 17515167, + "compile_ns": 15083886, + "install_ns": 87393, + "osr_ns": 0, + "steady_state_ns": 322410 + } + }, + "entry_cache": { + "elapsed_ns": 312886, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2001, + "measured_benefit_ns": 18256546, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11108352, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19323577, + "runtime_create_ns": 24338, + "jit_attach_ns": 52980, + "context_create_ns": 106163, + "definition_eval_ns": 54819, + "first_eval_ns": 772789, + "threshold_crossing_ns": 17947648, + "compile_ns": 15742083, + "install_ns": 90959, + "osr_ns": 0, + "steady_state_ns": 312886 + } + }, + "candidate": { + "elapsed_ns": 314532, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 17090961, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10989568, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18985305, + "runtime_create_ns": 31151, + "jit_attach_ns": 56715, + "context_create_ns": 108834, + "definition_eval_ns": 56180, + "first_eval_ns": 843662, + "threshold_crossing_ns": 17521673, + "compile_ns": 15662326, + "install_ns": 84279, + "osr_ns": 0, + "steady_state_ns": 314532 + } + } + }, + { + "pair_index": 2, + "reference": { + "elapsed_ns": 314811, + "checksum": "number:40bb580000000000", + "native_entries": 79, + "native_exits": 79, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11243520, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18095965, + "runtime_create_ns": 22999, + "jit_attach_ns": 56215, + "context_create_ns": 115760, + "definition_eval_ns": 54517, + "first_eval_ns": 804918, + "threshold_crossing_ns": 16676368, + "compile_ns": 16329671, + "install_ns": 94576, + "osr_ns": 0, + "steady_state_ns": 314811 + } + }, + "entry_cache": { + "elapsed_ns": 322067, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2004, + "measured_benefit_ns": 18320434, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11104256, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18438804, + "runtime_create_ns": 25514, + "jit_attach_ns": 48828, + "context_create_ns": 100621, + "definition_eval_ns": 57213, + "first_eval_ns": 763635, + "threshold_crossing_ns": 17072246, + "compile_ns": 15394129, + "install_ns": 80379, + "osr_ns": 0, + "steady_state_ns": 322067 + } + }, + "candidate": { + "elapsed_ns": 316121, + "checksum": "number:40bb580000000000", + "native_entries": 2094, + "native_acquisitions": 84, + "native_exits": 2094, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2007, + "measured_benefit_ns": 16938696, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11132928, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18852515, + "runtime_create_ns": 27712, + "jit_attach_ns": 57276, + "context_create_ns": 114820, + "definition_eval_ns": 62984, + "first_eval_ns": 840080, + "threshold_crossing_ns": 17381076, + "compile_ns": 15291051, + "install_ns": 82746, + "osr_ns": 0, + "steady_state_ns": 316121 + } + } + }, + { + "pair_index": 3, + "reference": { + "elapsed_ns": 319909, + "checksum": "number:40bb580000000000", + "native_entries": 2101, + "native_exits": 2101, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2004, + "measured_benefit_ns": 22329075, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11198464, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19140633, + "runtime_create_ns": 23117, + "jit_attach_ns": 55538, + "context_create_ns": 114590, + "definition_eval_ns": 58033, + "first_eval_ns": 798965, + "threshold_crossing_ns": 17719901, + "compile_ns": 15909210, + "install_ns": 82339, + "osr_ns": 0, + "steady_state_ns": 319909 + } + }, + "entry_cache": { + "elapsed_ns": 313314, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 18442274, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11042816, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18551849, + "runtime_create_ns": 27416, + "jit_attach_ns": 49516, + "context_create_ns": 114473, + "definition_eval_ns": 56510, + "first_eval_ns": 765045, + "threshold_crossing_ns": 17177554, + "compile_ns": 15584977, + "install_ns": 81059, + "osr_ns": 0, + "steady_state_ns": 313314 + } + }, + "candidate": { + "elapsed_ns": 313220, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2006, + "measured_benefit_ns": 16991072, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11001856, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19051269, + "runtime_create_ns": 30653, + "jit_attach_ns": 55366, + "context_create_ns": 107873, + "definition_eval_ns": 57561, + "first_eval_ns": 846488, + "threshold_crossing_ns": 17586064, + "compile_ns": 15629529, + "install_ns": 91607, + "osr_ns": 0, + "steady_state_ns": 313220 + } + } + }, + { + "pair_index": 4, + "entry_cache": { + "elapsed_ns": 312907, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 18309092, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11120640, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19304555, + "runtime_create_ns": 26452, + "jit_attach_ns": 61599, + "context_create_ns": 110274, + "definition_eval_ns": 63665, + "first_eval_ns": 778483, + "threshold_crossing_ns": 17898337, + "compile_ns": 15709852, + "install_ns": 90850, + "osr_ns": 0, + "steady_state_ns": 312907 + } + }, + "candidate": { + "elapsed_ns": 321659, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2014, + "measured_benefit_ns": 17081283, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11038720, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18922786, + "runtime_create_ns": 25898, + "jit_attach_ns": 52004, + "context_create_ns": 106856, + "definition_eval_ns": 53008, + "first_eval_ns": 842103, + "threshold_crossing_ns": 17471372, + "compile_ns": 15467752, + "install_ns": 90087, + "osr_ns": 0, + "steady_state_ns": 321659 + } + }, + "reference": { + "elapsed_ns": 314812, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2006, + "measured_benefit_ns": 22038314, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11022336, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19081733, + "runtime_create_ns": 25031, + "jit_attach_ns": 61131, + "context_create_ns": 109633, + "definition_eval_ns": 56694, + "first_eval_ns": 821424, + "threshold_crossing_ns": 17633563, + "compile_ns": 15254710, + "install_ns": 90434, + "osr_ns": 0, + "steady_state_ns": 314812 + } + } + }, + { + "pair_index": 5, + "entry_cache": { + "elapsed_ns": 314493, + "checksum": "number:40bb580000000000", + "native_entries": 2083, + "native_acquisitions": 84, + "native_exits": 2083, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2009, + "measured_benefit_ns": 18398846, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11079680, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18591455, + "runtime_create_ns": 25509, + "jit_attach_ns": 56122, + "context_create_ns": 109298, + "definition_eval_ns": 48689, + "first_eval_ns": 2277364, + "threshold_crossing_ns": 15707822, + "compile_ns": 15702983, + "install_ns": 86234, + "osr_ns": 0, + "steady_state_ns": 314493 + } + }, + "candidate": { + "elapsed_ns": 313222, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 16932198, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10952704, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18863324, + "runtime_create_ns": 26643, + "jit_attach_ns": 51246, + "context_create_ns": 107828, + "definition_eval_ns": 51217, + "first_eval_ns": 821735, + "threshold_crossing_ns": 17439631, + "compile_ns": 15824235, + "install_ns": 94904, + "osr_ns": 0, + "steady_state_ns": 313222 + } + }, + "reference": { + "elapsed_ns": 313766, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2007, + "measured_benefit_ns": 22538488, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11132928, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18973488, + "runtime_create_ns": 23681, + "jit_attach_ns": 58319, + "context_create_ns": 107446, + "definition_eval_ns": 57294, + "first_eval_ns": 825569, + "threshold_crossing_ns": 17535300, + "compile_ns": 15435562, + "install_ns": 84128, + "osr_ns": 0, + "steady_state_ns": 313766 + } + } + }, + { + "pair_index": 6, + "entry_cache": { + "elapsed_ns": 310897, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1999, + "measured_benefit_ns": 18227985, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19283626, + "runtime_create_ns": 25118, + "jit_attach_ns": 56832, + "context_create_ns": 106562, + "definition_eval_ns": 50890, + "first_eval_ns": 776360, + "threshold_crossing_ns": 17907439, + "compile_ns": 15721363, + "install_ns": 93656, + "osr_ns": 0, + "steady_state_ns": 310897 + } + }, + "candidate": { + "elapsed_ns": 313192, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2013, + "measured_benefit_ns": 16775014, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11055104, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18961375, + "runtime_create_ns": 28262, + "jit_attach_ns": 51056, + "context_create_ns": 104660, + "definition_eval_ns": 51744, + "first_eval_ns": 825225, + "threshold_crossing_ns": 17534447, + "compile_ns": 15616472, + "install_ns": 74128, + "osr_ns": 0, + "steady_state_ns": 313192 + } + }, + "reference": { + "elapsed_ns": 332357, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1997, + "measured_benefit_ns": 21966180, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11161600, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18958431, + "runtime_create_ns": 26051, + "jit_attach_ns": 59859, + "context_create_ns": 105122, + "definition_eval_ns": 56527, + "first_eval_ns": 832468, + "threshold_crossing_ns": 17496297, + "compile_ns": 15116670, + "install_ns": 89321, + "osr_ns": 0, + "steady_state_ns": 332357 + } + } + }, + { + "pair_index": 7, + "entry_cache": { + "elapsed_ns": 314839, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1999, + "measured_benefit_ns": 18540630, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11182080, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19327637, + "runtime_create_ns": 24311, + "jit_attach_ns": 54433, + "context_create_ns": 112582, + "definition_eval_ns": 51161, + "first_eval_ns": 775788, + "threshold_crossing_ns": 17941930, + "compile_ns": 15750698, + "install_ns": 89323, + "osr_ns": 0, + "steady_state_ns": 314839 + } + }, + "candidate": { + "elapsed_ns": 313267, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2006, + "measured_benefit_ns": 17095472, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11141120, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18914530, + "runtime_create_ns": 30387, + "jit_attach_ns": 53672, + "context_create_ns": 110539, + "definition_eval_ns": 58089, + "first_eval_ns": 841175, + "threshold_crossing_ns": 17451865, + "compile_ns": 15768225, + "install_ns": 83234, + "osr_ns": 0, + "steady_state_ns": 313267 + } + }, + "reference": { + "elapsed_ns": 311779, + "checksum": "number:40bb580000000000", + "native_entries": 2101, + "native_exits": 2101, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2006, + "measured_benefit_ns": 21823508, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11083776, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19025538, + "runtime_create_ns": 27904, + "jit_attach_ns": 56546, + "context_create_ns": 103020, + "definition_eval_ns": 61172, + "first_eval_ns": 818089, + "threshold_crossing_ns": 17598100, + "compile_ns": 15369329, + "install_ns": 98468, + "osr_ns": 0, + "steady_state_ns": 311779 + } + } + }, + { + "pair_index": 8, + "candidate": { + "elapsed_ns": 314038, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2010, + "measured_benefit_ns": 16897980, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11091968, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19022931, + "runtime_create_ns": 28880, + "jit_attach_ns": 53612, + "context_create_ns": 104276, + "definition_eval_ns": 52972, + "first_eval_ns": 830307, + "threshold_crossing_ns": 17587094, + "compile_ns": 15815671, + "install_ns": 94387, + "osr_ns": 0, + "steady_state_ns": 314038 + } + }, + "reference": { + "elapsed_ns": 310994, + "checksum": "number:40bb580000000000", + "native_entries": 2101, + "native_exits": 2101, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1998, + "measured_benefit_ns": 21955049, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11153408, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18874420, + "runtime_create_ns": 27309, + "jit_attach_ns": 52372, + "context_create_ns": 100047, + "definition_eval_ns": 53613, + "first_eval_ns": 806208, + "threshold_crossing_ns": 17475167, + "compile_ns": 15284558, + "install_ns": 80243, + "osr_ns": 0, + "steady_state_ns": 310994 + } + }, + "entry_cache": { + "elapsed_ns": 314661, + "checksum": "number:40bb580000000000", + "native_entries": 2124, + "native_acquisitions": 86, + "native_exits": 2124, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1999, + "measured_benefit_ns": 18388443, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18635561, + "runtime_create_ns": 26049, + "jit_attach_ns": 55915, + "context_create_ns": 109919, + "definition_eval_ns": 56348, + "first_eval_ns": 782013, + "threshold_crossing_ns": 17236772, + "compile_ns": 15057079, + "install_ns": 90872, + "osr_ns": 0, + "steady_state_ns": 314661 + } + } + }, + { + "pair_index": 9, + "candidate": { + "elapsed_ns": 312666, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2003, + "measured_benefit_ns": 18847637, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11231232, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19021411, + "runtime_create_ns": 29254, + "jit_attach_ns": 56034, + "context_create_ns": 111012, + "definition_eval_ns": 59894, + "first_eval_ns": 831620, + "threshold_crossing_ns": 17569402, + "compile_ns": 15840840, + "install_ns": 90540, + "osr_ns": 0, + "steady_state_ns": 312666 + } + }, + "reference": { + "elapsed_ns": 313719, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2011, + "measured_benefit_ns": 21954379, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11083776, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18997193, + "runtime_create_ns": 27803, + "jit_attach_ns": 52807, + "context_create_ns": 111159, + "definition_eval_ns": 51228, + "first_eval_ns": 805001, + "threshold_crossing_ns": 17582812, + "compile_ns": 15579036, + "install_ns": 89797, + "osr_ns": 0, + "steady_state_ns": 313719 + } + }, + "entry_cache": { + "elapsed_ns": 322212, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2002, + "measured_benefit_ns": 18366162, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11096064, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18684040, + "runtime_create_ns": 26080, + "jit_attach_ns": 55185, + "context_create_ns": 110808, + "definition_eval_ns": 57482, + "first_eval_ns": 782851, + "threshold_crossing_ns": 17278811, + "compile_ns": 15350255, + "install_ns": 101926, + "osr_ns": 0, + "steady_state_ns": 322212 + } + } + }, + { + "pair_index": 10, + "candidate": { + "elapsed_ns": 321438, + "checksum": "number:40bb580000000000", + "native_entries": 2582, + "native_acquisitions": 104, + "native_exits": 2582, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2488, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2470, + "measured_benefit_ns": 10506550, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11112448, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19115238, + "runtime_create_ns": 32988, + "jit_attach_ns": 61917, + "context_create_ns": 116491, + "definition_eval_ns": 58861, + "first_eval_ns": 843726, + "threshold_crossing_ns": 17627557, + "compile_ns": 16416864, + "install_ns": 94970, + "osr_ns": 0, + "steady_state_ns": 321438 + } + }, + "reference": { + "elapsed_ns": 321328, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1996, + "measured_benefit_ns": 21962265, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11108352, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18963549, + "runtime_create_ns": 26974, + "jit_attach_ns": 53919, + "context_create_ns": 104225, + "definition_eval_ns": 57857, + "first_eval_ns": 817451, + "threshold_crossing_ns": 17532269, + "compile_ns": 15210195, + "install_ns": 82716, + "osr_ns": 0, + "steady_state_ns": 321328 + } + }, + "entry_cache": { + "elapsed_ns": 313173, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2009, + "measured_benefit_ns": 18420915, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11034624, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19528060, + "runtime_create_ns": 26257, + "jit_attach_ns": 57426, + "context_create_ns": 110384, + "definition_eval_ns": 55642, + "first_eval_ns": 794830, + "threshold_crossing_ns": 18118393, + "compile_ns": 15941894, + "install_ns": 77951, + "osr_ns": 0, + "steady_state_ns": 313173 + } + } + }, + { + "pair_index": 11, + "candidate": { + "elapsed_ns": 322512, + "checksum": "number:40bb580000000000", + "native_entries": 2095, + "native_acquisitions": 85, + "native_exits": 2095, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2002, + "measured_benefit_ns": 17050483, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11137024, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18915933, + "runtime_create_ns": 24997, + "jit_attach_ns": 55509, + "context_create_ns": 113232, + "definition_eval_ns": 59907, + "first_eval_ns": 845093, + "threshold_crossing_ns": 17441151, + "compile_ns": 15304831, + "install_ns": 94405, + "osr_ns": 0, + "steady_state_ns": 322512 + } + }, + "reference": { + "elapsed_ns": 312657, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1998, + "measured_benefit_ns": 22002644, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11165696, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18909816, + "runtime_create_ns": 23297, + "jit_attach_ns": 60487, + "context_create_ns": 106545, + "definition_eval_ns": 50966, + "first_eval_ns": 789784, + "threshold_crossing_ns": 17513484, + "compile_ns": 15755099, + "install_ns": 86689, + "osr_ns": 0, + "steady_state_ns": 312657 + } + }, + "entry_cache": { + "elapsed_ns": 322179, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2001, + "measured_benefit_ns": 18414537, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11112448, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18624829, + "runtime_create_ns": 29293, + "jit_attach_ns": 53405, + "context_create_ns": 109309, + "definition_eval_ns": 54506, + "first_eval_ns": 792665, + "threshold_crossing_ns": 17211505, + "compile_ns": 15454467, + "install_ns": 90343, + "osr_ns": 0, + "steady_state_ns": 322179 + } + } + }, + { + "pair_index": 12, + "reference": { + "elapsed_ns": 313671, + "checksum": "number:40bb580000000000", + "native_entries": 2517, + "native_exits": 2517, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2451, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2441, + "measured_benefit_ns": 13119803, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11075584, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19247232, + "runtime_create_ns": 25798, + "jit_attach_ns": 53154, + "context_create_ns": 105309, + "definition_eval_ns": 54243, + "first_eval_ns": 813156, + "threshold_crossing_ns": 17832143, + "compile_ns": 16857593, + "install_ns": 94800, + "osr_ns": 0, + "steady_state_ns": 313671 + } + }, + "entry_cache": { + "elapsed_ns": 313040, + "checksum": "number:40bb580000000000", + "native_entries": 107, + "native_acquisitions": 21, + "native_exits": 107, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11116544, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 17858200, + "runtime_create_ns": 26202, + "jit_attach_ns": 50308, + "context_create_ns": 105892, + "definition_eval_ns": 54079, + "first_eval_ns": 778339, + "threshold_crossing_ns": 16480880, + "compile_ns": 15954080, + "install_ns": 82896, + "osr_ns": 0, + "steady_state_ns": 313040 + } + }, + "candidate": { + "elapsed_ns": 312148, + "checksum": "number:40bb580000000000", + "native_entries": 109, + "native_acquisitions": 20, + "native_exits": 109, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11177984, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18037187, + "runtime_create_ns": 25438, + "jit_attach_ns": 56684, + "context_create_ns": 111921, + "definition_eval_ns": 62469, + "first_eval_ns": 868988, + "threshold_crossing_ns": 16545340, + "compile_ns": 15907768, + "install_ns": 79543, + "osr_ns": 0, + "steady_state_ns": 312148 + } + } + }, + { + "pair_index": 13, + "reference": { + "elapsed_ns": 311855, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1998, + "measured_benefit_ns": 21918785, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11022336, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18994445, + "runtime_create_ns": 25816, + "jit_attach_ns": 59267, + "context_create_ns": 103536, + "definition_eval_ns": 54316, + "first_eval_ns": 810483, + "threshold_crossing_ns": 17579415, + "compile_ns": 15155015, + "install_ns": 85543, + "osr_ns": 0, + "steady_state_ns": 311855 + } + }, + "entry_cache": { + "elapsed_ns": 314338, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1999, + "measured_benefit_ns": 18281195, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11005952, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18508996, + "runtime_create_ns": 27966, + "jit_attach_ns": 53336, + "context_create_ns": 115706, + "definition_eval_ns": 52844, + "first_eval_ns": 764917, + "threshold_crossing_ns": 17130446, + "compile_ns": 15519552, + "install_ns": 90310, + "osr_ns": 0, + "steady_state_ns": 314338 + } + }, + "candidate": { + "elapsed_ns": 370554, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2007, + "measured_benefit_ns": 16935693, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11091968, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19028285, + "runtime_create_ns": 26224, + "jit_attach_ns": 60850, + "context_create_ns": 119521, + "definition_eval_ns": 64317, + "first_eval_ns": 836458, + "threshold_crossing_ns": 17487705, + "compile_ns": 15573673, + "install_ns": 85979, + "osr_ns": 0, + "steady_state_ns": 370554 + } + } + }, + { + "pair_index": 14, + "reference": { + "elapsed_ns": 311493, + "checksum": "number:40bb580000000000", + "native_entries": 79, + "native_exits": 79, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11051008, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18102100, + "runtime_create_ns": 24787, + "jit_attach_ns": 57104, + "context_create_ns": 104080, + "definition_eval_ns": 58411, + "first_eval_ns": 787812, + "threshold_crossing_ns": 16706871, + "compile_ns": 16260651, + "install_ns": 90420, + "osr_ns": 0, + "steady_state_ns": 311493 + } + }, + "entry_cache": { + "elapsed_ns": 312883, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 18193051, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11075584, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18601316, + "runtime_create_ns": 24877, + "jit_attach_ns": 52112, + "context_create_ns": 108025, + "definition_eval_ns": 48562, + "first_eval_ns": 765412, + "threshold_crossing_ns": 17226358, + "compile_ns": 15487116, + "install_ns": 98818, + "osr_ns": 0, + "steady_state_ns": 312883 + } + }, + "candidate": { + "elapsed_ns": 314005, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2004, + "measured_benefit_ns": 16910499, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11161600, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19096170, + "runtime_create_ns": 28742, + "jit_attach_ns": 58081, + "context_create_ns": 116639, + "definition_eval_ns": 66963, + "first_eval_ns": 837809, + "threshold_crossing_ns": 17621654, + "compile_ns": 15712287, + "install_ns": 102059, + "osr_ns": 0, + "steady_state_ns": 314005 + } + } + }, + { + "pair_index": 15, + "reference": { + "elapsed_ns": 316913, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 21935584, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11067392, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19009180, + "runtime_create_ns": 27837, + "jit_attach_ns": 56629, + "context_create_ns": 102118, + "definition_eval_ns": 56851, + "first_eval_ns": 2325484, + "threshold_crossing_ns": 16074499, + "compile_ns": 16451696, + "install_ns": 89250, + "osr_ns": 0, + "steady_state_ns": 316913 + } + }, + "entry_cache": { + "elapsed_ns": 312229, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1998, + "measured_benefit_ns": 18462393, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11165696, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18486579, + "runtime_create_ns": 27662, + "jit_attach_ns": 51368, + "context_create_ns": 106558, + "definition_eval_ns": 51698, + "first_eval_ns": 765446, + "threshold_crossing_ns": 17119171, + "compile_ns": 15119027, + "install_ns": 84141, + "osr_ns": 0, + "steady_state_ns": 312229 + } + }, + "candidate": { + "elapsed_ns": 314239, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2002, + "measured_benefit_ns": 17100170, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11063296, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18880371, + "runtime_create_ns": 31139, + "jit_attach_ns": 64183, + "context_create_ns": 115154, + "definition_eval_ns": 62300, + "first_eval_ns": 2305161, + "threshold_crossing_ns": 15934520, + "compile_ns": 16040697, + "install_ns": 88010, + "osr_ns": 0, + "steady_state_ns": 314239 + } + } + }, + { + "pair_index": 16, + "entry_cache": { + "elapsed_ns": 313576, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2002, + "measured_benefit_ns": 18287582, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11108352, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18540811, + "runtime_create_ns": 29971, + "jit_attach_ns": 55331, + "context_create_ns": 112251, + "definition_eval_ns": 60680, + "first_eval_ns": 770350, + "threshold_crossing_ns": 17144867, + "compile_ns": 15505674, + "install_ns": 87429, + "osr_ns": 0, + "steady_state_ns": 313576 + } + }, + "candidate": { + "elapsed_ns": 320788, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2014, + "measured_benefit_ns": 17121640, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11014144, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18927126, + "runtime_create_ns": 26522, + "jit_attach_ns": 76703, + "context_create_ns": 105059, + "definition_eval_ns": 50335, + "first_eval_ns": 831944, + "threshold_crossing_ns": 17465659, + "compile_ns": 15420724, + "install_ns": 83895, + "osr_ns": 0, + "steady_state_ns": 320788 + } + }, + "reference": { + "elapsed_ns": 323841, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1995, + "measured_benefit_ns": 21833879, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19080226, + "runtime_create_ns": 39956, + "jit_attach_ns": 64649, + "context_create_ns": 118021, + "definition_eval_ns": 57375, + "first_eval_ns": 2342553, + "threshold_crossing_ns": 16080689, + "compile_ns": 16043252, + "install_ns": 99752, + "osr_ns": 0, + "steady_state_ns": 323841 + } + } + }, + { + "pair_index": 17, + "entry_cache": { + "elapsed_ns": 312833, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2002, + "measured_benefit_ns": 18348920, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11055104, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19245809, + "runtime_create_ns": 25054, + "jit_attach_ns": 57138, + "context_create_ns": 109087, + "definition_eval_ns": 55300, + "first_eval_ns": 766007, + "threshold_crossing_ns": 17869950, + "compile_ns": 15682383, + "install_ns": 93762, + "osr_ns": 0, + "steady_state_ns": 312833 + } + }, + "candidate": { + "elapsed_ns": 311215, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2012, + "measured_benefit_ns": 17040045, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11091968, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19064204, + "runtime_create_ns": 28665, + "jit_attach_ns": 53580, + "context_create_ns": 102548, + "definition_eval_ns": 56615, + "first_eval_ns": 828176, + "threshold_crossing_ns": 17631993, + "compile_ns": 15708255, + "install_ns": 87175, + "osr_ns": 0, + "steady_state_ns": 311215 + } + }, + "reference": { + "elapsed_ns": 314225, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2007, + "measured_benefit_ns": 21812617, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11145216, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19063532, + "runtime_create_ns": 26289, + "jit_attach_ns": 58568, + "context_create_ns": 106585, + "definition_eval_ns": 56283, + "first_eval_ns": 820771, + "threshold_crossing_ns": 17629231, + "compile_ns": 15339312, + "install_ns": 92971, + "osr_ns": 0, + "steady_state_ns": 314225 + } + } + }, + { + "pair_index": 18, + "entry_cache": { + "elapsed_ns": 316667, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1995, + "measured_benefit_ns": 18515376, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11087872, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19502968, + "runtime_create_ns": 28725, + "jit_attach_ns": 53700, + "context_create_ns": 102437, + "definition_eval_ns": 62097, + "first_eval_ns": 769019, + "threshold_crossing_ns": 18119316, + "compile_ns": 16418603, + "install_ns": 82704, + "osr_ns": 0, + "steady_state_ns": 316667 + } + }, + "candidate": { + "elapsed_ns": 321548, + "checksum": "number:40bb580000000000", + "native_entries": 2088, + "native_acquisitions": 85, + "native_exits": 2088, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2012, + "measured_benefit_ns": 16929947, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11046912, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18897563, + "runtime_create_ns": 28603, + "jit_attach_ns": 51305, + "context_create_ns": 106804, + "definition_eval_ns": 53355, + "first_eval_ns": 835302, + "threshold_crossing_ns": 17451539, + "compile_ns": 15329175, + "install_ns": 92556, + "osr_ns": 0, + "steady_state_ns": 321548 + } + }, + "reference": { + "elapsed_ns": 374859, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2002, + "measured_benefit_ns": 21728261, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10895360, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19009804, + "runtime_create_ns": 24888, + "jit_attach_ns": 59506, + "context_create_ns": 109190, + "definition_eval_ns": 59560, + "first_eval_ns": 805829, + "threshold_crossing_ns": 17520718, + "compile_ns": 15072825, + "install_ns": 83420, + "osr_ns": 0, + "steady_state_ns": 374859 + } + } + }, + { + "pair_index": 19, + "entry_cache": { + "elapsed_ns": 312879, + "checksum": "number:40bb580000000000", + "native_entries": 110, + "native_acquisitions": 20, + "native_exits": 110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 13136082, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11100160, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18289818, + "runtime_create_ns": 25323, + "jit_attach_ns": 56558, + "context_create_ns": 109648, + "definition_eval_ns": 54585, + "first_eval_ns": 786973, + "threshold_crossing_ns": 16892796, + "compile_ns": 15977821, + "install_ns": 91218, + "osr_ns": 0, + "steady_state_ns": 312879 + } + }, + "candidate": { + "elapsed_ns": 311422, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2010, + "measured_benefit_ns": 17126426, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11096064, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19012644, + "runtime_create_ns": 27139, + "jit_attach_ns": 53119, + "context_create_ns": 107311, + "definition_eval_ns": 50983, + "first_eval_ns": 831706, + "threshold_crossing_ns": 17580720, + "compile_ns": 15611637, + "install_ns": 93131, + "osr_ns": 0, + "steady_state_ns": 311422 + } + }, + "reference": { + "elapsed_ns": 321705, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1995, + "measured_benefit_ns": 21974972, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10964992, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18892179, + "runtime_create_ns": 25656, + "jit_attach_ns": 59244, + "context_create_ns": 106657, + "definition_eval_ns": 58288, + "first_eval_ns": 815641, + "threshold_crossing_ns": 17455387, + "compile_ns": 15115141, + "install_ns": 82388, + "osr_ns": 0, + "steady_state_ns": 321705 + } + } + }, + { + "pair_index": 20, + "candidate": { + "elapsed_ns": 314198, + "checksum": "number:40bb580000000000", + "native_entries": 2109, + "native_acquisitions": 85, + "native_exits": 2109, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2004, + "measured_benefit_ns": 17015637, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11096064, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18911651, + "runtime_create_ns": 31549, + "jit_attach_ns": 57922, + "context_create_ns": 111491, + "definition_eval_ns": 59766, + "first_eval_ns": 836202, + "threshold_crossing_ns": 17446725, + "compile_ns": 15831894, + "install_ns": 85100, + "osr_ns": 0, + "steady_state_ns": 314198 + } + }, + "reference": { + "elapsed_ns": 310631, + "checksum": "number:40bb580000000000", + "native_entries": 2101, + "native_exits": 2101, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2006, + "measured_benefit_ns": 21955631, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11075584, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18922546, + "runtime_create_ns": 26862, + "jit_attach_ns": 55342, + "context_create_ns": 104545, + "definition_eval_ns": 51505, + "first_eval_ns": 813718, + "threshold_crossing_ns": 17507213, + "compile_ns": 15373489, + "install_ns": 81929, + "osr_ns": 0, + "steady_state_ns": 310631 + } + }, + "entry_cache": { + "elapsed_ns": 319354, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1991, + "measured_benefit_ns": 18419742, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11112448, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18687962, + "runtime_create_ns": 31230, + "jit_attach_ns": 53332, + "context_create_ns": 104041, + "definition_eval_ns": 55867, + "first_eval_ns": 784897, + "threshold_crossing_ns": 17289188, + "compile_ns": 15218371, + "install_ns": 95957, + "osr_ns": 0, + "steady_state_ns": 319354 + } + } + }, + { + "pair_index": 21, + "candidate": { + "elapsed_ns": 313103, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 17031399, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10956800, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18905663, + "runtime_create_ns": 29818, + "jit_attach_ns": 54381, + "context_create_ns": 110253, + "definition_eval_ns": 55260, + "first_eval_ns": 836741, + "threshold_crossing_ns": 17453443, + "compile_ns": 15845702, + "install_ns": 86649, + "osr_ns": 0, + "steady_state_ns": 313103 + } + }, + "reference": { + "elapsed_ns": 317368, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2007, + "measured_benefit_ns": 21993382, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10936320, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19146249, + "runtime_create_ns": 25513, + "jit_attach_ns": 52885, + "context_create_ns": 102706, + "definition_eval_ns": 52171, + "first_eval_ns": 810355, + "threshold_crossing_ns": 17731343, + "compile_ns": 15621236, + "install_ns": 99615, + "osr_ns": 0, + "steady_state_ns": 317368 + } + }, + "entry_cache": { + "elapsed_ns": 315719, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2002, + "measured_benefit_ns": 18461414, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11038720, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18833502, + "runtime_create_ns": 32947, + "jit_attach_ns": 54536, + "context_create_ns": 115496, + "definition_eval_ns": 64195, + "first_eval_ns": 773396, + "threshold_crossing_ns": 17423284, + "compile_ns": 15719640, + "install_ns": 86435, + "osr_ns": 0, + "steady_state_ns": 315719 + } + } + }, + { + "pair_index": 22, + "candidate": { + "elapsed_ns": 312909, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2009, + "measured_benefit_ns": 17083008, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11075584, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18952777, + "runtime_create_ns": 27827, + "jit_attach_ns": 55222, + "context_create_ns": 107074, + "definition_eval_ns": 51202, + "first_eval_ns": 830717, + "threshold_crossing_ns": 17518185, + "compile_ns": 15732011, + "install_ns": 89017, + "osr_ns": 0, + "steady_state_ns": 312909 + } + }, + "reference": { + "elapsed_ns": 311905, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2008, + "measured_benefit_ns": 21894071, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11153408, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19115736, + "runtime_create_ns": 24050, + "jit_attach_ns": 54544, + "context_create_ns": 104245, + "definition_eval_ns": 48937, + "first_eval_ns": 815452, + "threshold_crossing_ns": 17707456, + "compile_ns": 15410787, + "install_ns": 102507, + "osr_ns": 0, + "steady_state_ns": 311905 + } + }, + "entry_cache": { + "elapsed_ns": 316229, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2003, + "measured_benefit_ns": 18385992, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11083776, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18567774, + "runtime_create_ns": 30066, + "jit_attach_ns": 56056, + "context_create_ns": 111117, + "definition_eval_ns": 60230, + "first_eval_ns": 777452, + "threshold_crossing_ns": 17163539, + "compile_ns": 15333289, + "install_ns": 89477, + "osr_ns": 0, + "steady_state_ns": 316229 + } + } + }, + { + "pair_index": 23, + "candidate": { + "elapsed_ns": 312703, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2014, + "measured_benefit_ns": 17175137, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11182080, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19134027, + "runtime_create_ns": 29265, + "jit_attach_ns": 57361, + "context_create_ns": 110162, + "definition_eval_ns": 59114, + "first_eval_ns": 827397, + "threshold_crossing_ns": 17685417, + "compile_ns": 15914279, + "install_ns": 103910, + "osr_ns": 0, + "steady_state_ns": 312703 + } + }, + "reference": { + "elapsed_ns": 314099, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2003, + "measured_benefit_ns": 21949290, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11034624, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19107697, + "runtime_create_ns": 29563, + "jit_attach_ns": 63348, + "context_create_ns": 106272, + "definition_eval_ns": 70908, + "first_eval_ns": 813959, + "threshold_crossing_ns": 17658031, + "compile_ns": 15777023, + "install_ns": 85164, + "osr_ns": 0, + "steady_state_ns": 314099 + } + }, + "entry_cache": { + "elapsed_ns": 322102, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1990, + "measured_benefit_ns": 18531788, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11087872, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19336207, + "runtime_create_ns": 29441, + "jit_attach_ns": 53760, + "context_create_ns": 109943, + "definition_eval_ns": 66209, + "first_eval_ns": 772287, + "threshold_crossing_ns": 17927101, + "compile_ns": 16208657, + "install_ns": 91931, + "osr_ns": 0, + "steady_state_ns": 322102 + } + } + }, + { + "pair_index": 24, + "reference": { + "elapsed_ns": 320363, + "checksum": "number:40bb580000000000", + "native_entries": 2065, + "native_exits": 2065, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2009, + "measured_benefit_ns": 22144595, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11190272, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19039355, + "runtime_create_ns": 24274, + "jit_attach_ns": 60015, + "context_create_ns": 108883, + "definition_eval_ns": 61984, + "first_eval_ns": 814637, + "threshold_crossing_ns": 17597060, + "compile_ns": 15157516, + "install_ns": 85343, + "osr_ns": 0, + "steady_state_ns": 320363 + } + }, + "entry_cache": { + "elapsed_ns": 314317, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2013, + "measured_benefit_ns": 18465403, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11018240, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19419474, + "runtime_create_ns": 28849, + "jit_attach_ns": 52976, + "context_create_ns": 105682, + "definition_eval_ns": 56164, + "first_eval_ns": 782604, + "threshold_crossing_ns": 18027571, + "compile_ns": 15830761, + "install_ns": 93631, + "osr_ns": 0, + "steady_state_ns": 314317 + } + }, + "candidate": { + "elapsed_ns": 312418, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2002, + "measured_benefit_ns": 17001414, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11194368, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18873676, + "runtime_create_ns": 25192, + "jit_attach_ns": 58371, + "context_create_ns": 115419, + "definition_eval_ns": 61850, + "first_eval_ns": 841445, + "threshold_crossing_ns": 17404696, + "compile_ns": 15671565, + "install_ns": 89549, + "osr_ns": 0, + "steady_state_ns": 312418 + } + } + }, + { + "pair_index": 25, + "reference": { + "elapsed_ns": 313343, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2000, + "measured_benefit_ns": 21871080, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11104256, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19223632, + "runtime_create_ns": 23711, + "jit_attach_ns": 54255, + "context_create_ns": 104732, + "definition_eval_ns": 46825, + "first_eval_ns": 800114, + "threshold_crossing_ns": 17832279, + "compile_ns": 15701009, + "install_ns": 81409, + "osr_ns": 0, + "steady_state_ns": 313343 + } + }, + "entry_cache": { + "elapsed_ns": 312546, + "checksum": "number:40bb580000000000", + "native_entries": 139, + "native_acquisitions": 21, + "native_exits": 139, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11075584, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18036282, + "runtime_create_ns": 25795, + "jit_attach_ns": 54814, + "context_create_ns": 109086, + "definition_eval_ns": 52399, + "first_eval_ns": 798291, + "threshold_crossing_ns": 16631984, + "compile_ns": 16154157, + "install_ns": 80449, + "osr_ns": 0, + "steady_state_ns": 312546 + } + }, + "candidate": { + "elapsed_ns": 313668, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2009, + "measured_benefit_ns": 17085408, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11079680, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19098959, + "runtime_create_ns": 29545, + "jit_attach_ns": 56052, + "context_create_ns": 110880, + "definition_eval_ns": 60643, + "first_eval_ns": 846226, + "threshold_crossing_ns": 17629858, + "compile_ns": 15982948, + "install_ns": 84773, + "osr_ns": 0, + "steady_state_ns": 313668 + } + } + }, + { + "pair_index": 26, + "reference": { + "elapsed_ns": 314307, + "checksum": "number:40bb580000000000", + "native_entries": 2069, + "native_exits": 2069, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2014, + "measured_benefit_ns": 21875229, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11075584, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19151091, + "runtime_create_ns": 25197, + "jit_attach_ns": 58761, + "context_create_ns": 108889, + "definition_eval_ns": 51532, + "first_eval_ns": 798764, + "threshold_crossing_ns": 17741134, + "compile_ns": 15303275, + "install_ns": 99584, + "osr_ns": 0, + "steady_state_ns": 314307 + } + }, + "entry_cache": { + "elapsed_ns": 315918, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1996, + "measured_benefit_ns": 18563927, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11055104, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18586959, + "runtime_create_ns": 28498, + "jit_attach_ns": 55369, + "context_create_ns": 111623, + "definition_eval_ns": 52879, + "first_eval_ns": 782964, + "threshold_crossing_ns": 17187886, + "compile_ns": 15103263, + "install_ns": 85911, + "osr_ns": 0, + "steady_state_ns": 315918 + } + }, + "candidate": { + "elapsed_ns": 313439, + "checksum": "number:40bb580000000000", + "native_entries": 2103, + "native_acquisitions": 86, + "native_exits": 2103, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2002, + "measured_benefit_ns": 17370673, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19037007, + "runtime_create_ns": 31086, + "jit_attach_ns": 67049, + "context_create_ns": 112836, + "definition_eval_ns": 56845, + "first_eval_ns": 2290383, + "threshold_crossing_ns": 16111377, + "compile_ns": 16183279, + "install_ns": 78549, + "osr_ns": 0, + "steady_state_ns": 313439 + } + } + }, + { + "pair_index": 27, + "reference": { + "elapsed_ns": 328744, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2002, + "measured_benefit_ns": 21915978, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11243520, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19107836, + "runtime_create_ns": 29066, + "jit_attach_ns": 56781, + "context_create_ns": 104632, + "definition_eval_ns": 51939, + "first_eval_ns": 818413, + "threshold_crossing_ns": 17668225, + "compile_ns": 15213697, + "install_ns": 90931, + "osr_ns": 0, + "steady_state_ns": 328744 + } + }, + "entry_cache": { + "elapsed_ns": 314504, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2003, + "measured_benefit_ns": 18434192, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11202560, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18668630, + "runtime_create_ns": 25004, + "jit_attach_ns": 57634, + "context_create_ns": 108135, + "definition_eval_ns": 58498, + "first_eval_ns": 790728, + "threshold_crossing_ns": 17262815, + "compile_ns": 15070282, + "install_ns": 86363, + "osr_ns": 0, + "steady_state_ns": 314504 + } + }, + "candidate": { + "elapsed_ns": 315707, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2007, + "measured_benefit_ns": 17053087, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11104256, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18942809, + "runtime_create_ns": 32519, + "jit_attach_ns": 54475, + "context_create_ns": 119065, + "definition_eval_ns": 67424, + "first_eval_ns": 835877, + "threshold_crossing_ns": 17462192, + "compile_ns": 15949171, + "install_ns": 84476, + "osr_ns": 0, + "steady_state_ns": 315707 + } + } + }, + { + "pair_index": 28, + "entry_cache": { + "elapsed_ns": 313761, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1996, + "measured_benefit_ns": 18402596, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11177984, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19369017, + "runtime_create_ns": 25495, + "jit_attach_ns": 53747, + "context_create_ns": 112983, + "definition_eval_ns": 60656, + "first_eval_ns": 773735, + "threshold_crossing_ns": 17977499, + "compile_ns": 15788619, + "install_ns": 90210, + "osr_ns": 0, + "steady_state_ns": 313761 + } + }, + "candidate": { + "elapsed_ns": 325084, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2011, + "measured_benefit_ns": 16944235, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11157504, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18715689, + "runtime_create_ns": 26101, + "jit_attach_ns": 56338, + "context_create_ns": 111502, + "definition_eval_ns": 59496, + "first_eval_ns": 865517, + "threshold_crossing_ns": 17220426, + "compile_ns": 15536137, + "install_ns": 92256, + "osr_ns": 0, + "steady_state_ns": 325084 + } + }, + "reference": { + "elapsed_ns": 312193, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2007, + "measured_benefit_ns": 21799611, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11120640, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19106158, + "runtime_create_ns": 23476, + "jit_attach_ns": 58479, + "context_create_ns": 103879, + "definition_eval_ns": 58509, + "first_eval_ns": 824930, + "threshold_crossing_ns": 17664594, + "compile_ns": 15275722, + "install_ns": 89765, + "osr_ns": 0, + "steady_state_ns": 312193 + } + } + }, + { + "pair_index": 29, + "entry_cache": { + "elapsed_ns": 314801, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1995, + "measured_benefit_ns": 18419232, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11161600, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18699349, + "runtime_create_ns": 25767, + "jit_attach_ns": 57044, + "context_create_ns": 105577, + "definition_eval_ns": 62316, + "first_eval_ns": 767617, + "threshold_crossing_ns": 17289106, + "compile_ns": 15618244, + "install_ns": 87539, + "osr_ns": 0, + "steady_state_ns": 314801 + } + }, + "candidate": { + "elapsed_ns": 314717, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2003, + "measured_benefit_ns": 16921564, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11108352, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18979990, + "runtime_create_ns": 28881, + "jit_attach_ns": 52995, + "context_create_ns": 106924, + "definition_eval_ns": 57428, + "first_eval_ns": 841962, + "threshold_crossing_ns": 17524565, + "compile_ns": 15654394, + "install_ns": 88437, + "osr_ns": 0, + "steady_state_ns": 314717 + } + }, + "reference": { + "elapsed_ns": 314079, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 22152368, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11100160, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19134052, + "runtime_create_ns": 25809, + "jit_attach_ns": 59532, + "context_create_ns": 106966, + "definition_eval_ns": 55604, + "first_eval_ns": 818731, + "threshold_crossing_ns": 17698591, + "compile_ns": 15523633, + "install_ns": 90408, + "osr_ns": 0, + "steady_state_ns": 314079 + } + } + } + ] + }, + "throughput": { + "interpreter": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 297, + "elapsed_ns": 1001740540 + }, + { + "window_index": 1, + "fresh_workers": 300, + "elapsed_ns": 1002368788 + }, + { + "window_index": 2, + "fresh_workers": 296, + "elapsed_ns": 1000086466 + }, + { + "window_index": 3, + "fresh_workers": 296, + "elapsed_ns": 1002173101 + }, + { + "window_index": 4, + "fresh_workers": 305, + "elapsed_ns": 1003013692 + }, + { + "window_index": 5, + "fresh_workers": 299, + "elapsed_ns": 1000005842 + }, + { + "window_index": 6, + "fresh_workers": 306, + "elapsed_ns": 1000210190 + }, + { + "window_index": 7, + "fresh_workers": 302, + "elapsed_ns": 1001592266 + }, + { + "window_index": 8, + "fresh_workers": 299, + "elapsed_ns": 1000722376 + }, + { + "window_index": 9, + "fresh_workers": 302, + "elapsed_ns": 1001707405 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 301, + "elapsed_ns": 1001846032 + }, + { + "window_index": 1, + "fresh_workers": 301, + "elapsed_ns": 1003564697 + }, + { + "window_index": 2, + "fresh_workers": 299, + "elapsed_ns": 1003188246 + }, + { + "window_index": 3, + "fresh_workers": 298, + "elapsed_ns": 1002336786 + }, + { + "window_index": 4, + "fresh_workers": 298, + "elapsed_ns": 1002687614 + }, + { + "window_index": 5, + "fresh_workers": 300, + "elapsed_ns": 1003604063 + }, + { + "window_index": 6, + "fresh_workers": 302, + "elapsed_ns": 1001864848 + }, + { + "window_index": 7, + "fresh_workers": 302, + "elapsed_ns": 1000653610 + }, + { + "window_index": 8, + "fresh_workers": 295, + "elapsed_ns": 1001043729 + }, + { + "window_index": 9, + "fresh_workers": 300, + "elapsed_ns": 1003314128 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 305, + "elapsed_ns": 1003571592 + }, + { + "window_index": 1, + "fresh_workers": 301, + "elapsed_ns": 1001874589 + }, + { + "window_index": 2, + "fresh_workers": 301, + "elapsed_ns": 1000918264 + }, + { + "window_index": 3, + "fresh_workers": 302, + "elapsed_ns": 1001480194 + }, + { + "window_index": 4, + "fresh_workers": 297, + "elapsed_ns": 1001803229 + }, + { + "window_index": 5, + "fresh_workers": 305, + "elapsed_ns": 1002195340 + }, + { + "window_index": 6, + "fresh_workers": 305, + "elapsed_ns": 1002312772 + }, + { + "window_index": 7, + "fresh_workers": 300, + "elapsed_ns": 1000900089 + }, + { + "window_index": 8, + "fresh_workers": 287, + "elapsed_ns": 1000263077 + }, + { + "window_index": 9, + "fresh_workers": 310, + "elapsed_ns": 1001214727 + } + ] + }, + "tier1": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 32, + "elapsed_ns": 1020012946 + }, + { + "window_index": 1, + "fresh_workers": 32, + "elapsed_ns": 1023400940 + }, + { + "window_index": 2, + "fresh_workers": 32, + "elapsed_ns": 1024145042 + }, + { + "window_index": 3, + "fresh_workers": 32, + "elapsed_ns": 1025984141 + }, + { + "window_index": 4, + "fresh_workers": 32, + "elapsed_ns": 1023564796 + }, + { + "window_index": 5, + "fresh_workers": 32, + "elapsed_ns": 1024999187 + }, + { + "window_index": 6, + "fresh_workers": 32, + "elapsed_ns": 1021855496 + }, + { + "window_index": 7, + "fresh_workers": 32, + "elapsed_ns": 1020854156 + }, + { + "window_index": 8, + "fresh_workers": 31, + "elapsed_ns": 1017816097 + }, + { + "window_index": 9, + "fresh_workers": 32, + "elapsed_ns": 1019744514 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 32, + "elapsed_ns": 1028705872 + }, + { + "window_index": 1, + "fresh_workers": 31, + "elapsed_ns": 1002538485 + }, + { + "window_index": 2, + "fresh_workers": 32, + "elapsed_ns": 1026443199 + }, + { + "window_index": 3, + "fresh_workers": 32, + "elapsed_ns": 1025629355 + }, + { + "window_index": 4, + "fresh_workers": 32, + "elapsed_ns": 1030785333 + }, + { + "window_index": 5, + "fresh_workers": 32, + "elapsed_ns": 1030066545 + }, + { + "window_index": 6, + "fresh_workers": 32, + "elapsed_ns": 1027850538 + }, + { + "window_index": 7, + "fresh_workers": 31, + "elapsed_ns": 1001210244 + }, + { + "window_index": 8, + "fresh_workers": 31, + "elapsed_ns": 1014454363 + }, + { + "window_index": 9, + "fresh_workers": 32, + "elapsed_ns": 1031549816 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 32, + "elapsed_ns": 1016693141 + }, + { + "window_index": 1, + "fresh_workers": 32, + "elapsed_ns": 1020597740 + }, + { + "window_index": 2, + "fresh_workers": 32, + "elapsed_ns": 1013635643 + }, + { + "window_index": 3, + "fresh_workers": 32, + "elapsed_ns": 1010353216 + }, + { + "window_index": 4, + "fresh_workers": 32, + "elapsed_ns": 1022106688 + }, + { + "window_index": 5, + "fresh_workers": 32, + "elapsed_ns": 1020145332 + }, + { + "window_index": 6, + "fresh_workers": 32, + "elapsed_ns": 1014894797 + }, + { + "window_index": 7, + "fresh_workers": 32, + "elapsed_ns": 1013025577 + }, + { + "window_index": 8, + "fresh_workers": 32, + "elapsed_ns": 1017455491 + }, + { + "window_index": 9, + "fresh_workers": 32, + "elapsed_ns": 1015108508 + } + ] + }, + "tier2": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 48, + "elapsed_ns": 1011215662 + }, + { + "window_index": 1, + "fresh_workers": 48, + "elapsed_ns": 1012851792 + }, + { + "window_index": 2, + "fresh_workers": 48, + "elapsed_ns": 1011815110 + }, + { + "window_index": 3, + "fresh_workers": 47, + "elapsed_ns": 1004595341 + }, + { + "window_index": 4, + "fresh_workers": 48, + "elapsed_ns": 1016441400 + }, + { + "window_index": 5, + "fresh_workers": 48, + "elapsed_ns": 1017304081 + }, + { + "window_index": 6, + "fresh_workers": 48, + "elapsed_ns": 1014549501 + }, + { + "window_index": 7, + "fresh_workers": 47, + "elapsed_ns": 1002156841 + }, + { + "window_index": 8, + "fresh_workers": 48, + "elapsed_ns": 1019412978 + }, + { + "window_index": 9, + "fresh_workers": 48, + "elapsed_ns": 1014308348 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 48, + "elapsed_ns": 1015147362 + }, + { + "window_index": 1, + "fresh_workers": 47, + "elapsed_ns": 1003140220 + }, + { + "window_index": 2, + "fresh_workers": 47, + "elapsed_ns": 1000069151 + }, + { + "window_index": 3, + "fresh_workers": 48, + "elapsed_ns": 1016151711 + }, + { + "window_index": 4, + "fresh_workers": 48, + "elapsed_ns": 1011900845 + }, + { + "window_index": 5, + "fresh_workers": 48, + "elapsed_ns": 1006328411 + }, + { + "window_index": 6, + "fresh_workers": 48, + "elapsed_ns": 1017400177 + }, + { + "window_index": 7, + "fresh_workers": 49, + "elapsed_ns": 1020792342 + }, + { + "window_index": 8, + "fresh_workers": 47, + "elapsed_ns": 1002034754 + }, + { + "window_index": 9, + "fresh_workers": 48, + "elapsed_ns": 1018231001 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 47, + "elapsed_ns": 1003905122 + }, + { + "window_index": 1, + "fresh_workers": 48, + "elapsed_ns": 1016562567 + }, + { + "window_index": 2, + "fresh_workers": 48, + "elapsed_ns": 1018139727 + }, + { + "window_index": 3, + "fresh_workers": 47, + "elapsed_ns": 1002427083 + }, + { + "window_index": 4, + "fresh_workers": 48, + "elapsed_ns": 1017880073 + }, + { + "window_index": 5, + "fresh_workers": 48, + "elapsed_ns": 1018241753 + }, + { + "window_index": 6, + "fresh_workers": 47, + "elapsed_ns": 1002081486 + }, + { + "window_index": 7, + "fresh_workers": 48, + "elapsed_ns": 1020447616 + }, + { + "window_index": 8, + "fresh_workers": 47, + "elapsed_ns": 1003128180 + }, + { + "window_index": 9, + "fresh_workers": 48, + "elapsed_ns": 1021008734 + } + ] + }, + "automatic": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 49, + "elapsed_ns": 1017356372 + }, + { + "window_index": 1, + "fresh_workers": 49, + "elapsed_ns": 1015609467 + }, + { + "window_index": 2, + "fresh_workers": 49, + "elapsed_ns": 1013525853 + }, + { + "window_index": 3, + "fresh_workers": 49, + "elapsed_ns": 1016168507 + }, + { + "window_index": 4, + "fresh_workers": 49, + "elapsed_ns": 1009757160 + }, + { + "window_index": 5, + "fresh_workers": 49, + "elapsed_ns": 1012413712 + }, + { + "window_index": 6, + "fresh_workers": 49, + "elapsed_ns": 1011391479 + }, + { + "window_index": 7, + "fresh_workers": 49, + "elapsed_ns": 1015693514 + }, + { + "window_index": 8, + "fresh_workers": 49, + "elapsed_ns": 1015999099 + }, + { + "window_index": 9, + "fresh_workers": 48, + "elapsed_ns": 1001043494 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 49, + "elapsed_ns": 1006832394 + }, + { + "window_index": 1, + "fresh_workers": 49, + "elapsed_ns": 1012696735 + }, + { + "window_index": 2, + "fresh_workers": 49, + "elapsed_ns": 1008808408 + }, + { + "window_index": 3, + "fresh_workers": 49, + "elapsed_ns": 1002345494 + }, + { + "window_index": 4, + "fresh_workers": 49, + "elapsed_ns": 1007851261 + }, + { + "window_index": 5, + "fresh_workers": 49, + "elapsed_ns": 1008456290 + }, + { + "window_index": 6, + "fresh_workers": 49, + "elapsed_ns": 1002152801 + }, + { + "window_index": 7, + "fresh_workers": 49, + "elapsed_ns": 1005652825 + }, + { + "window_index": 8, + "fresh_workers": 49, + "elapsed_ns": 1010170738 + }, + { + "window_index": 9, + "fresh_workers": 49, + "elapsed_ns": 1018306267 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 49, + "elapsed_ns": 1012040213 + }, + { + "window_index": 1, + "fresh_workers": 49, + "elapsed_ns": 1010551215 + }, + { + "window_index": 2, + "fresh_workers": 49, + "elapsed_ns": 1012369355 + }, + { + "window_index": 3, + "fresh_workers": 49, + "elapsed_ns": 1011525513 + }, + { + "window_index": 4, + "fresh_workers": 49, + "elapsed_ns": 1012120768 + }, + { + "window_index": 5, + "fresh_workers": 49, + "elapsed_ns": 1009212150 + }, + { + "window_index": 6, + "fresh_workers": 49, + "elapsed_ns": 1009231937 + }, + { + "window_index": 7, + "fresh_workers": 49, + "elapsed_ns": 1009984622 + }, + { + "window_index": 8, + "fresh_workers": 49, + "elapsed_ns": 1014231507 + }, + { + "window_index": 9, + "fresh_workers": 49, + "elapsed_ns": 1014257206 + } + ] + } + }, + "summary": { + "interpreter": { + "reference": { + "baseline_median_ns": 1401637.5, + "candidate_median_ns": 1395977.0, + "candidate_speed_relative_to_baseline": 1.0040548662334694, + "paired_bootstrap_speed_ci95": [ + 0.9928457231942683, + 1.0188215658565805 + ], + "statistically_tied": true + }, + "entry_cache": { + "baseline_median_ns": 1393435.5, + "candidate_median_ns": 1395977.0, + "candidate_speed_relative_to_baseline": 0.9981794112653718, + "paired_bootstrap_speed_ci95": [ + 0.9874491869197228, + 1.0110870554589662 + ], + "statistically_tied": true + } + }, + "tier1": { + "reference": { + "baseline_median_ns": 1059674.5, + "candidate_median_ns": 1058292.5, + "candidate_speed_relative_to_baseline": 1.0013058771558903, + "paired_bootstrap_speed_ci95": [ + 0.9989780815958912, + 1.00289362957193 + ], + "statistically_tied": true + }, + "entry_cache": { + "baseline_median_ns": 1062557.0, + "candidate_median_ns": 1058292.5, + "candidate_speed_relative_to_baseline": 1.004029604291819, + "paired_bootstrap_speed_ci95": [ + 1.0019582510317389, + 1.005328059331574 + ], + "statistically_tied": false + } + }, + "tier2": { + "reference": { + "baseline_median_ns": 316298.5, + "candidate_median_ns": 320945.0, + "candidate_speed_relative_to_baseline": 0.9855224415398277, + "paired_bootstrap_speed_ci95": [ + 0.9801706305764286, + 1.0132535022044493 + ], + "statistically_tied": true + }, + "entry_cache": { + "baseline_median_ns": 316695.0, + "candidate_median_ns": 320945.0, + "candidate_speed_relative_to_baseline": 0.9867578557073642, + "paired_bootstrap_speed_ci95": [ + 0.9815536995063185, + 1.01090958267704 + ], + "statistically_tied": true + } + }, + "automatic": { + "reference": { + "baseline_median_ns": 314162.0, + "candidate_median_ns": 313836.5, + "candidate_speed_relative_to_baseline": 1.0010371642559104, + "paired_bootstrap_speed_ci95": [ + 0.9973216986990653, + 1.0113609890443047 + ], + "statistically_tied": true + }, + "entry_cache": { + "baseline_median_ns": 314327.5, + "candidate_median_ns": 313836.5, + "candidate_speed_relative_to_baseline": 1.001564508908301, + "paired_bootstrap_speed_ci95": [ + 0.997157468624291, + 1.0046151586650363 + ], + "statistically_tied": true + } + } + }, + "driver_source": "\"\"\"Diagnostic paired revision comparison using the unchanged jit-bench worker ABI.\"\"\"\nimport hashlib\nimport json\nfrom pathlib import Path\nimport random\nimport statistics\nimport subprocess\nimport time\nimport os\nimport sys\n\nROOT = Path('/home/jason/work/quickjs-jit')\nWORKLOAD = sys.argv[1]\nassert WORKLOAD in ['generic-call-entry', 'call-heavy', 'fibonacci-recursive', 'scalar-loop']\nOUTPUT = Path('/tmp/jit-native-return-' + WORKLOAD + '.json')\nos.sched_setaffinity(0, {0})\nENGINES = {\n 'reference': Path('/tmp/jit-call-reference/jit-bench'),\n 'entry_cache': Path('/tmp/jit-entry-cache-stage1/jit-bench'),\n 'candidate': ROOT / 'target/release/jit-bench',\n}\nSCRIPT = ROOT / 'benchmarks/scripts' / (WORKLOAD + '.js')\nMODES = ['interpreter', 'tier1', 'tier2', 'automatic']\nWARMUPS, PAIRS, WINDOWS = 5, 30, 10\nchecksum = None\n\ndef digest(path):\n return hashlib.sha256(path.read_bytes()).hexdigest()\n\ndef run(engine, mode):\n global checksum\n completed = subprocess.run(\n [str(ENGINES[engine]), 'worker', '--mode', mode, '--script', str(SCRIPT)],\n cwd=ROOT, capture_output=True, text=True, check=True, timeout=120,\n )\n result = json.loads(completed.stdout)\n if checksum is None:\n checksum = result['checksum']\n assert result['checksum'] == checksum, (engine, mode, result)\n assert result['native_entries'] == result['native_exits'], (engine, mode, result)\n if mode == 'interpreter':\n assert result['native_entries'] == 0\n elif WORKLOAD == 'generic-call-entry':\n assert result['native_entries'] > 0, (engine, mode, result)\n return result\n\ndef rotated(items, offset):\n offset %= len(items)\n return items[offset:] + items[:offset]\n\ndef write():\n temporary = OUTPUT.with_suffix('.partial')\n temporary.write_text(json.dumps(evidence, indent=2) + '\\n')\n temporary.replace(OUTPUT)\n\n# Binary hashes bind each measurement to its implementation even though both\n# worker binaries see the current, dirty source tree for the shared script.\nevidence = {\n 'schema': 'jit-native-return-paired-diagnostic-v1',\n 'workload': WORKLOAD,\n 'cpu_affinity': sorted(os.sched_getaffinity(0)),\n 'status': 'running',\n 'started_utc': time.strftime('%Y-%m-%dT%H:%M:%SZ', time.gmtime()),\n 'driver_sha256': digest(Path(__file__)),\n 'script': str(SCRIPT), 'script_sha256': digest(SCRIPT),\n 'executables': {name: {'path': str(path), 'sha256': digest(path)} for name, path in ENGINES.items()},\n 'candidate_revision': subprocess.check_output(['git', 'rev-parse', 'HEAD'], cwd=ROOT, text=True).strip(),\n 'source_dirty': True,\n 'warmup_processes_per_engine_and_mode': WARMUPS,\n 'fresh_process_pairs_per_mode': PAIRS,\n 'throughput_windows_per_engine_and_mode': WINDOWS,\n 'throughput_window_min_ns': 1_000_000_000,\n 'throughput_unit': 'fresh jit-bench worker processes including setup and warmup',\n 'bootstrap_resamples': 10000,\n 'pairs': {mode: [] for mode in MODES},\n 'throughput': {mode: {engine: [] for engine in ENGINES} for mode in MODES},\n}\nwrite()\nfor pair in range(WARMUPS):\n for index, mode in enumerate(rotated(MODES, pair)):\n for engine in rotated(list(ENGINES), pair + index):\n run(engine, mode)\nprint('warmups complete', flush=True)\nfor pair in range(PAIRS):\n for index, mode in enumerate(rotated(MODES, pair)):\n row = {'pair_index': pair}\n for engine in rotated(list(ENGINES), pair + index):\n row[engine] = run(engine, mode)\n evidence['pairs'][mode].append(row)\n write()\n if (pair + 1) % 5 == 0:\n print(f'completed {pair + 1}/{PAIRS} pairs per mode', flush=True)\nfor window in range(WINDOWS):\n for index, mode in enumerate(rotated(MODES, window)):\n for engine in rotated(list(ENGINES), window + index):\n start = time.monotonic_ns()\n count = 0\n while time.monotonic_ns() - start < 1_000_000_000:\n run(engine, mode)\n count += 1\n evidence['throughput'][mode][engine].append({\n 'window_index': window, 'fresh_workers': count,\n 'elapsed_ns': time.monotonic_ns() - start,\n })\n write()\n print(f'completed {window + 1}/{WINDOWS} throughput windows', flush=True)\nsummary = {}\nfor mode, pairs in evidence['pairs'].items():\n summary[mode] = {}\n for baseline in ['reference', 'entry_cache']:\n a = [row[baseline]['elapsed_ns'] for row in pairs]\n b = [row['candidate']['elapsed_ns'] for row in pairs]\n rng = random.Random(20260905)\n bootstrap = []\n for _ in range(10000):\n indices = [rng.randrange(len(pairs)) for _ in pairs]\n bootstrap.append(statistics.median(a[i] for i in indices) / statistics.median(b[i] for i in indices))\n bootstrap.sort()\n summary[mode][baseline] = {\n 'baseline_median_ns': statistics.median(a),\n 'candidate_median_ns': statistics.median(b),\n 'candidate_speed_relative_to_baseline': statistics.median(a) / statistics.median(b),\n 'paired_bootstrap_speed_ci95': [bootstrap[249], bootstrap[9749]],\n 'statistically_tied': bootstrap[249] <= 1 <= bootstrap[9749],\n }\n# Detect replacement during measurement instead of silently mixing binaries.\nfor name, path in ENGINES.items():\n assert digest(path) == evidence['executables'][name]['sha256']\nassert digest(SCRIPT) == evidence['script_sha256']\nevidence['summary'] = summary\nevidence['status'] = 'complete'\nwrite()\nprint(json.dumps(summary, indent=2), flush=True)\n", + "host": { + "target_triple": "x86_64-unknown-linux-gnu", + "os": "linux", + "kernel": "Linux 7.1.9-arch1-2", + "cpu": "model name\t: 13th Gen Intel(R) Core(TM) i7-13700KF", + "power_mode": "powersave", + "rustc": "rustc 1.98.0 (88d9e12ae 2026-08-18)\nbinary: rustc\ncommit-hash: 88d9e12ae178fab0fb5cc050a94da85685d449ea\ncommit-date: 2026-08-18\nhost: x86_64-unknown-linux-gnu\nrelease: 1.98.0\nLLVM version: 22.1.8", + "llvm": "rustc 1.98.0 (88d9e12ae 2026-08-18)\nbinary: rustc\ncommit-hash: 88d9e12ae178fab0fb5cc050a94da85685d449ea\ncommit-date: 2026-08-18\nhost: x86_64-unknown-linux-gnu\nrelease: 1.98.0\nLLVM version: 22.1.8" + }, + "implementations": { + "reference": "M2 2bd518e plus benchmark script, without entry cache", + "entry_cache": "M3 first-stage entry cache, identified by previous report candidate hash", + "candidate": "Entry cache plus inline native-return handoff" + }, + "limitations": [ + "Dirty-tree diagnostic evidence, not the clean-source performance acceptance gate.", + "This is a direct-call control; the generic-call probe measures the intended optimization." + ] +} diff --git a/benchmarks/results/m3-native-return-fibonacci-recursive-paired.json b/benchmarks/results/m3-native-return-fibonacci-recursive-paired.json new file mode 100644 index 000000000..761a92813 --- /dev/null +++ b/benchmarks/results/m3-native-return-fibonacci-recursive-paired.json @@ -0,0 +1,14708 @@ +{ + "schema": "jit-native-return-paired-diagnostic-v1", + "workload": "fibonacci-recursive", + "cpu_affinity": [ + 0 + ], + "status": "complete", + "started_utc": "2026-09-05T08:26:09Z", + "driver_sha256": "6a6ca74986536ee49878d5d88e7f133c3390fe2308fa19552a63084257cdd4d0", + "script": "/home/jason/work/quickjs-jit/benchmarks/scripts/fibonacci-recursive.js", + "script_sha256": "19af48c9602fd18c911d1d19daf48a3608209712f1205e7959680a0bf5fde3a0", + "executables": { + "reference": { + "path": "/tmp/jit-call-reference/jit-bench", + "sha256": "0dabbbd9e86fcbfd9b8a811fc843040fdfaa266f583d9b48ab9e61df3d74fed2" + }, + "entry_cache": { + "path": "/tmp/jit-entry-cache-stage1/jit-bench", + "sha256": "958cf3de6346b7502471f8ec934e08d5e72b672cc96681b0883f366b1187958c" + }, + "candidate": { + "path": "/home/jason/work/quickjs-jit/target/release/jit-bench", + "sha256": "4078a044e6459a24ee9ff63dcdc7d723e0e3e23d275626403bbebe143603eecb" + } + }, + "candidate_revision": "2bd518e3716137fc66461f9d5db8a63c26ca961d", + "source_dirty": true, + "warmup_processes_per_engine_and_mode": 5, + "fresh_process_pairs_per_mode": 30, + "throughput_windows_per_engine_and_mode": 10, + "throughput_window_min_ns": 1000000000, + "throughput_unit": "fresh jit-bench worker processes including setup and warmup", + "bootstrap_resamples": 10000, + "pairs": { + "interpreter": [ + { + "pair_index": 0, + "reference": { + "elapsed_ns": 11902020, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5046272, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15683461, + "runtime_create_ns": 27632, + "jit_attach_ns": 110, + "context_create_ns": 103732, + "definition_eval_ns": 31057, + "first_eval_ns": 1226771, + "threshold_crossing_ns": 1209576, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11902020 + } + }, + "entry_cache": { + "elapsed_ns": 11967498, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5201920, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15802822, + "runtime_create_ns": 30816, + "jit_attach_ns": 42, + "context_create_ns": 109596, + "definition_eval_ns": 31764, + "first_eval_ns": 1229032, + "threshold_crossing_ns": 1218544, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11967498 + } + }, + "candidate": { + "elapsed_ns": 12054742, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5009408, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15855482, + "runtime_create_ns": 26983, + "jit_attach_ns": 37, + "context_create_ns": 113462, + "definition_eval_ns": 35487, + "first_eval_ns": 1191634, + "threshold_crossing_ns": 1206841, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12054742 + } + } + }, + { + "pair_index": 1, + "entry_cache": { + "elapsed_ns": 12060219, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5025792, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15924558, + "runtime_create_ns": 32662, + "jit_attach_ns": 42, + "context_create_ns": 117650, + "definition_eval_ns": 33071, + "first_eval_ns": 1229260, + "threshold_crossing_ns": 1212403, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12060219 + } + }, + "candidate": { + "elapsed_ns": 11942357, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5165056, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15793763, + "runtime_create_ns": 28620, + "jit_attach_ns": 42, + "context_create_ns": 118676, + "definition_eval_ns": 33790, + "first_eval_ns": 1233873, + "threshold_crossing_ns": 1211049, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11942357 + } + }, + "reference": { + "elapsed_ns": 11929237, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5304320, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15752232, + "runtime_create_ns": 26500, + "jit_attach_ns": 80, + "context_create_ns": 109458, + "definition_eval_ns": 29486, + "first_eval_ns": 1236632, + "threshold_crossing_ns": 1223597, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11929237 + } + } + }, + { + "pair_index": 2, + "entry_cache": { + "elapsed_ns": 12076789, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5091328, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15886486, + "runtime_create_ns": 27385, + "jit_attach_ns": 42, + "context_create_ns": 113384, + "definition_eval_ns": 32106, + "first_eval_ns": 1242135, + "threshold_crossing_ns": 1179482, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12076789 + } + }, + "candidate": { + "elapsed_ns": 11956217, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5091328, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15698642, + "runtime_create_ns": 23861, + "jit_attach_ns": 175, + "context_create_ns": 108646, + "definition_eval_ns": 32756, + "first_eval_ns": 1196577, + "threshold_crossing_ns": 1204868, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11956217 + } + }, + "reference": { + "elapsed_ns": 12014895, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4902912, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15810560, + "runtime_create_ns": 28284, + "jit_attach_ns": 96, + "context_create_ns": 102091, + "definition_eval_ns": 29385, + "first_eval_ns": 1194641, + "threshold_crossing_ns": 1205800, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12014895 + } + } + }, + { + "pair_index": 3, + "entry_cache": { + "elapsed_ns": 12068182, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5017600, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15917088, + "runtime_create_ns": 32863, + "jit_attach_ns": 40, + "context_create_ns": 110175, + "definition_eval_ns": 30003, + "first_eval_ns": 1230014, + "threshold_crossing_ns": 1208043, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12068182 + } + }, + "candidate": { + "elapsed_ns": 12030906, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4947968, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15833501, + "runtime_create_ns": 27850, + "jit_attach_ns": 42, + "context_create_ns": 109949, + "definition_eval_ns": 30920, + "first_eval_ns": 1203678, + "threshold_crossing_ns": 1205668, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12030906 + } + }, + "reference": { + "elapsed_ns": 11977128, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4898816, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15734400, + "runtime_create_ns": 28038, + "jit_attach_ns": 92, + "context_create_ns": 101617, + "definition_eval_ns": 29536, + "first_eval_ns": 1193135, + "threshold_crossing_ns": 1180786, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11977128 + } + } + }, + { + "pair_index": 4, + "entry_cache": { + "elapsed_ns": 12008256, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5058560, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15790085, + "runtime_create_ns": 23015, + "jit_attach_ns": 41, + "context_create_ns": 107144, + "definition_eval_ns": 27677, + "first_eval_ns": 1225855, + "threshold_crossing_ns": 1203676, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12008256 + } + }, + "candidate": { + "elapsed_ns": 12128001, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4976640, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15989099, + "runtime_create_ns": 25133, + "jit_attach_ns": 41, + "context_create_ns": 114986, + "definition_eval_ns": 32863, + "first_eval_ns": 1235003, + "threshold_crossing_ns": 1219328, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12128001 + } + }, + "reference": { + "elapsed_ns": 11821155, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5193728, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15639264, + "runtime_create_ns": 24664, + "jit_attach_ns": 82, + "context_create_ns": 109122, + "definition_eval_ns": 30227, + "first_eval_ns": 1220821, + "threshold_crossing_ns": 1218722, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11821155 + } + } + }, + { + "pair_index": 5, + "candidate": { + "elapsed_ns": 12118109, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5079040, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15997452, + "runtime_create_ns": 29853, + "jit_attach_ns": 42, + "context_create_ns": 120910, + "definition_eval_ns": 33091, + "first_eval_ns": 1229434, + "threshold_crossing_ns": 1218914, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12118109 + } + }, + "reference": { + "elapsed_ns": 11900449, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5005312, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15732449, + "runtime_create_ns": 29639, + "jit_attach_ns": 86, + "context_create_ns": 107507, + "definition_eval_ns": 32735, + "first_eval_ns": 1231567, + "threshold_crossing_ns": 1217673, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11900449 + } + }, + "entry_cache": { + "elapsed_ns": 12028998, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5124096, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15789315, + "runtime_create_ns": 29997, + "jit_attach_ns": 62, + "context_create_ns": 115629, + "definition_eval_ns": 31948, + "first_eval_ns": 1185584, + "threshold_crossing_ns": 1169229, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12028998 + } + } + }, + { + "pair_index": 6, + "candidate": { + "elapsed_ns": 12076652, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5156864, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16009929, + "runtime_create_ns": 30547, + "jit_attach_ns": 41, + "context_create_ns": 113767, + "definition_eval_ns": 34183, + "first_eval_ns": 1256088, + "threshold_crossing_ns": 1230624, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12076652 + } + }, + "reference": { + "elapsed_ns": 11970373, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5238784, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15798777, + "runtime_create_ns": 27047, + "jit_attach_ns": 41, + "context_create_ns": 112862, + "definition_eval_ns": 30676, + "first_eval_ns": 1220994, + "threshold_crossing_ns": 1205856, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11970373 + } + }, + "entry_cache": { + "elapsed_ns": 12075600, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5070848, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15886161, + "runtime_create_ns": 27225, + "jit_attach_ns": 42, + "context_create_ns": 112513, + "definition_eval_ns": 30908, + "first_eval_ns": 1240562, + "threshold_crossing_ns": 1194824, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12075600 + } + } + }, + { + "pair_index": 7, + "candidate": { + "elapsed_ns": 12066891, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5173248, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15821684, + "runtime_create_ns": 34861, + "jit_attach_ns": 41, + "context_create_ns": 113908, + "definition_eval_ns": 31981, + "first_eval_ns": 1193806, + "threshold_crossing_ns": 1179078, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12066891 + } + }, + "reference": { + "elapsed_ns": 11971557, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5222400, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15766801, + "runtime_create_ns": 25287, + "jit_attach_ns": 99, + "context_create_ns": 108678, + "definition_eval_ns": 30892, + "first_eval_ns": 1224801, + "threshold_crossing_ns": 1172260, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11971557 + } + }, + "entry_cache": { + "elapsed_ns": 11993076, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5070848, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15850876, + "runtime_create_ns": 27007, + "jit_attach_ns": 41, + "context_create_ns": 116673, + "definition_eval_ns": 31774, + "first_eval_ns": 1227203, + "threshold_crossing_ns": 1219020, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11993076 + } + } + }, + { + "pair_index": 8, + "candidate": { + "elapsed_ns": 11954096, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4947968, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15744911, + "runtime_create_ns": 28414, + "jit_attach_ns": 41, + "context_create_ns": 109008, + "definition_eval_ns": 31874, + "first_eval_ns": 1194884, + "threshold_crossing_ns": 1202915, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11954096 + } + }, + "reference": { + "elapsed_ns": 11970399, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5066752, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15769265, + "runtime_create_ns": 26958, + "jit_attach_ns": 40, + "context_create_ns": 100983, + "definition_eval_ns": 26916, + "first_eval_ns": 1203075, + "threshold_crossing_ns": 1212228, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11970399 + } + }, + "entry_cache": { + "elapsed_ns": 12086503, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5197824, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15888669, + "runtime_create_ns": 28716, + "jit_attach_ns": 42, + "context_create_ns": 108611, + "definition_eval_ns": 31082, + "first_eval_ns": 1187907, + "threshold_crossing_ns": 1212867, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12086503 + } + } + }, + { + "pair_index": 9, + "reference": { + "elapsed_ns": 12294472, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5029888, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16051157, + "runtime_create_ns": 31814, + "jit_attach_ns": 80, + "context_create_ns": 103902, + "definition_eval_ns": 30053, + "first_eval_ns": 1211165, + "threshold_crossing_ns": 1178405, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12294472 + } + }, + "entry_cache": { + "elapsed_ns": 12139721, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5234688, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15979924, + "runtime_create_ns": 33136, + "jit_attach_ns": 41, + "context_create_ns": 109305, + "definition_eval_ns": 29853, + "first_eval_ns": 1239366, + "threshold_crossing_ns": 1192275, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12139721 + } + }, + "candidate": { + "elapsed_ns": 11981447, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5201920, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15781068, + "runtime_create_ns": 28703, + "jit_attach_ns": 41, + "context_create_ns": 115832, + "definition_eval_ns": 31442, + "first_eval_ns": 1200604, + "threshold_crossing_ns": 1191034, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11981447 + } + } + }, + { + "pair_index": 10, + "reference": { + "elapsed_ns": 11858793, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5267456, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15659355, + "runtime_create_ns": 26575, + "jit_attach_ns": 83, + "context_create_ns": 111498, + "definition_eval_ns": 28995, + "first_eval_ns": 1195404, + "threshold_crossing_ns": 1204361, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11858793 + } + }, + "entry_cache": { + "elapsed_ns": 11993831, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5251072, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15825891, + "runtime_create_ns": 30176, + "jit_attach_ns": 42, + "context_create_ns": 111027, + "definition_eval_ns": 31228, + "first_eval_ns": 1224079, + "threshold_crossing_ns": 1211504, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11993831 + } + }, + "candidate": { + "elapsed_ns": 11977070, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4825088, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15813541, + "runtime_create_ns": 31076, + "jit_attach_ns": 42, + "context_create_ns": 109566, + "definition_eval_ns": 32463, + "first_eval_ns": 1220866, + "threshold_crossing_ns": 1215390, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11977070 + } + } + }, + { + "pair_index": 11, + "reference": { + "elapsed_ns": 11919254, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4902912, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15727522, + "runtime_create_ns": 31316, + "jit_attach_ns": 41, + "context_create_ns": 103811, + "definition_eval_ns": 29518, + "first_eval_ns": 1240358, + "threshold_crossing_ns": 1172567, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11919254 + } + }, + "entry_cache": { + "elapsed_ns": 12052143, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15871874, + "runtime_create_ns": 31406, + "jit_attach_ns": 107, + "context_create_ns": 106228, + "definition_eval_ns": 32073, + "first_eval_ns": 1218056, + "threshold_crossing_ns": 1203645, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12052143 + } + }, + "candidate": { + "elapsed_ns": 12040950, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5242880, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15839132, + "runtime_create_ns": 41830, + "jit_attach_ns": 40, + "context_create_ns": 119500, + "definition_eval_ns": 31978, + "first_eval_ns": 1214658, + "threshold_crossing_ns": 1188074, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12040950 + } + } + }, + { + "pair_index": 12, + "reference": { + "elapsed_ns": 12070559, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5279744, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15905540, + "runtime_create_ns": 26449, + "jit_attach_ns": 112, + "context_create_ns": 120236, + "definition_eval_ns": 32726, + "first_eval_ns": 1222367, + "threshold_crossing_ns": 1197779, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12070559 + } + }, + "entry_cache": { + "elapsed_ns": 11975704, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5177344, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15813791, + "runtime_create_ns": 26087, + "jit_attach_ns": 41, + "context_create_ns": 109855, + "definition_eval_ns": 30965, + "first_eval_ns": 1244025, + "threshold_crossing_ns": 1217467, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11975704 + } + }, + "candidate": { + "elapsed_ns": 12056333, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5259264, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15898202, + "runtime_create_ns": 32936, + "jit_attach_ns": 40, + "context_create_ns": 120360, + "definition_eval_ns": 32424, + "first_eval_ns": 1233731, + "threshold_crossing_ns": 1219758, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12056333 + } + } + }, + { + "pair_index": 13, + "entry_cache": { + "elapsed_ns": 12297132, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5238784, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16108309, + "runtime_create_ns": 32209, + "jit_attach_ns": 41, + "context_create_ns": 116020, + "definition_eval_ns": 30213, + "first_eval_ns": 1239419, + "threshold_crossing_ns": 1194424, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12297132 + } + }, + "candidate": { + "elapsed_ns": 12361298, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4960256, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16230312, + "runtime_create_ns": 33776, + "jit_attach_ns": 43, + "context_create_ns": 117066, + "definition_eval_ns": 33096, + "first_eval_ns": 1232595, + "threshold_crossing_ns": 1220545, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12361298 + } + }, + "reference": { + "elapsed_ns": 12369113, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5173248, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16134644, + "runtime_create_ns": 26546, + "jit_attach_ns": 96, + "context_create_ns": 108103, + "definition_eval_ns": 31109, + "first_eval_ns": 1221979, + "threshold_crossing_ns": 1186251, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12369113 + } + } + }, + { + "pair_index": 14, + "entry_cache": { + "elapsed_ns": 12410254, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5201920, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 17025916, + "runtime_create_ns": 60924, + "jit_attach_ns": 43, + "context_create_ns": 788100, + "definition_eval_ns": 59956, + "first_eval_ns": 1244007, + "threshold_crossing_ns": 1220819, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12410254 + } + }, + "candidate": { + "elapsed_ns": 12435144, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4997120, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16235911, + "runtime_create_ns": 28538, + "jit_attach_ns": 42, + "context_create_ns": 114749, + "definition_eval_ns": 35614, + "first_eval_ns": 1223870, + "threshold_crossing_ns": 1176847, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12435144 + } + }, + "reference": { + "elapsed_ns": 12388523, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16168959, + "runtime_create_ns": 29800, + "jit_attach_ns": 86, + "context_create_ns": 105286, + "definition_eval_ns": 29327, + "first_eval_ns": 1227091, + "threshold_crossing_ns": 1179435, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12388523 + } + } + }, + { + "pair_index": 15, + "entry_cache": { + "elapsed_ns": 12170193, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4988928, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15976640, + "runtime_create_ns": 32522, + "jit_attach_ns": 41, + "context_create_ns": 108205, + "definition_eval_ns": 32268, + "first_eval_ns": 1220623, + "threshold_crossing_ns": 1213669, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12170193 + } + }, + "candidate": { + "elapsed_ns": 12131004, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5066752, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15951371, + "runtime_create_ns": 27987, + "jit_attach_ns": 43, + "context_create_ns": 113599, + "definition_eval_ns": 39093, + "first_eval_ns": 1232556, + "threshold_crossing_ns": 1212816, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12131004 + } + }, + "reference": { + "elapsed_ns": 12103605, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5169152, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15944144, + "runtime_create_ns": 26919, + "jit_attach_ns": 80, + "context_create_ns": 112288, + "definition_eval_ns": 30057, + "first_eval_ns": 1213868, + "threshold_crossing_ns": 1215643, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12103605 + } + } + }, + { + "pair_index": 16, + "entry_cache": { + "elapsed_ns": 12176240, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5058560, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15939286, + "runtime_create_ns": 31208, + "jit_attach_ns": 42, + "context_create_ns": 104761, + "definition_eval_ns": 33803, + "first_eval_ns": 1183305, + "threshold_crossing_ns": 1188570, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12176240 + } + }, + "candidate": { + "elapsed_ns": 12027814, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5033984, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16048102, + "runtime_create_ns": 33215, + "jit_attach_ns": 42, + "context_create_ns": 113932, + "definition_eval_ns": 41303, + "first_eval_ns": 1230370, + "threshold_crossing_ns": 1381891, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12027814 + } + }, + "reference": { + "elapsed_ns": 12186235, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5222400, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15991314, + "runtime_create_ns": 25982, + "jit_attach_ns": 223, + "context_create_ns": 109517, + "definition_eval_ns": 30179, + "first_eval_ns": 1227627, + "threshold_crossing_ns": 1201134, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12186235 + } + } + }, + { + "pair_index": 17, + "candidate": { + "elapsed_ns": 12154798, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5140480, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15993743, + "runtime_create_ns": 28885, + "jit_attach_ns": 41, + "context_create_ns": 117103, + "definition_eval_ns": 34486, + "first_eval_ns": 1211567, + "threshold_crossing_ns": 1216538, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12154798 + } + }, + "reference": { + "elapsed_ns": 11910300, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5206016, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15762008, + "runtime_create_ns": 29860, + "jit_attach_ns": 80, + "context_create_ns": 126027, + "definition_eval_ns": 30410, + "first_eval_ns": 1226206, + "threshold_crossing_ns": 1216396, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11910300 + } + }, + "entry_cache": { + "elapsed_ns": 12526849, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5189632, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16344403, + "runtime_create_ns": 30646, + "jit_attach_ns": 88, + "context_create_ns": 113394, + "definition_eval_ns": 31586, + "first_eval_ns": 1229252, + "threshold_crossing_ns": 1218026, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12526849 + } + } + }, + { + "pair_index": 18, + "candidate": { + "elapsed_ns": 12085576, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5046272, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15903744, + "runtime_create_ns": 28923, + "jit_attach_ns": 40, + "context_create_ns": 118722, + "definition_eval_ns": 36617, + "first_eval_ns": 1231822, + "threshold_crossing_ns": 1193790, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12085576 + } + }, + "reference": { + "elapsed_ns": 12001394, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5160960, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15788502, + "runtime_create_ns": 26557, + "jit_attach_ns": 105, + "context_create_ns": 109393, + "definition_eval_ns": 28935, + "first_eval_ns": 1216224, + "threshold_crossing_ns": 1208446, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12001394 + } + }, + "entry_cache": { + "elapsed_ns": 11915135, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5128192, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15650612, + "runtime_create_ns": 26607, + "jit_attach_ns": 43, + "context_create_ns": 109861, + "definition_eval_ns": 33300, + "first_eval_ns": 1201171, + "threshold_crossing_ns": 1178106, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11915135 + } + } + }, + { + "pair_index": 19, + "candidate": { + "elapsed_ns": 12066285, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5038080, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15881462, + "runtime_create_ns": 30800, + "jit_attach_ns": 42, + "context_create_ns": 119585, + "definition_eval_ns": 37115, + "first_eval_ns": 1205067, + "threshold_crossing_ns": 1189193, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12066285 + } + }, + "reference": { + "elapsed_ns": 12319433, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5222400, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16124551, + "runtime_create_ns": 27948, + "jit_attach_ns": 43, + "context_create_ns": 107808, + "definition_eval_ns": 27742, + "first_eval_ns": 1211246, + "threshold_crossing_ns": 1210176, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12319433 + } + }, + "entry_cache": { + "elapsed_ns": 12541983, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5013504, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16367596, + "runtime_create_ns": 30037, + "jit_attach_ns": 42, + "context_create_ns": 108390, + "definition_eval_ns": 31092, + "first_eval_ns": 1213834, + "threshold_crossing_ns": 1213000, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12541983 + } + } + }, + { + "pair_index": 20, + "candidate": { + "elapsed_ns": 12227200, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16014125, + "runtime_create_ns": 31947, + "jit_attach_ns": 43, + "context_create_ns": 112298, + "definition_eval_ns": 33297, + "first_eval_ns": 1232706, + "threshold_crossing_ns": 1166368, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12227200 + } + }, + "reference": { + "elapsed_ns": 12099222, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4993024, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16298348, + "runtime_create_ns": 24548, + "jit_attach_ns": 205, + "context_create_ns": 108197, + "definition_eval_ns": 31393, + "first_eval_ns": 1226376, + "threshold_crossing_ns": 1580294, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12099222 + } + }, + "entry_cache": { + "elapsed_ns": 12315045, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5242880, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16081830, + "runtime_create_ns": 29813, + "jit_attach_ns": 85, + "context_create_ns": 112332, + "definition_eval_ns": 30541, + "first_eval_ns": 1186699, + "threshold_crossing_ns": 1174642, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12315045 + } + } + }, + { + "pair_index": 21, + "reference": { + "elapsed_ns": 11973642, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4976640, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15742866, + "runtime_create_ns": 30039, + "jit_attach_ns": 81, + "context_create_ns": 110227, + "definition_eval_ns": 30916, + "first_eval_ns": 1179555, + "threshold_crossing_ns": 1193067, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11973642 + } + }, + "entry_cache": { + "elapsed_ns": 12083651, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5128192, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15956247, + "runtime_create_ns": 31064, + "jit_attach_ns": 42, + "context_create_ns": 109892, + "definition_eval_ns": 31353, + "first_eval_ns": 1252174, + "threshold_crossing_ns": 1211767, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12083651 + } + }, + "candidate": { + "elapsed_ns": 12019141, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4976640, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15869291, + "runtime_create_ns": 32767, + "jit_attach_ns": 43, + "context_create_ns": 112380, + "definition_eval_ns": 32131, + "first_eval_ns": 1234204, + "threshold_crossing_ns": 1214800, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12019141 + } + } + }, + { + "pair_index": 22, + "reference": { + "elapsed_ns": 12430890, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5046272, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16549615, + "runtime_create_ns": 132459, + "jit_attach_ns": 109, + "context_create_ns": 225776, + "definition_eval_ns": 61530, + "first_eval_ns": 1229444, + "threshold_crossing_ns": 1208743, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12430890 + } + }, + "entry_cache": { + "elapsed_ns": 11955637, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5050368, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15778416, + "runtime_create_ns": 32628, + "jit_attach_ns": 45, + "context_create_ns": 105893, + "definition_eval_ns": 33111, + "first_eval_ns": 1187239, + "threshold_crossing_ns": 1224681, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11955637 + } + }, + "candidate": { + "elapsed_ns": 12033986, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5148672, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15826176, + "runtime_create_ns": 28454, + "jit_attach_ns": 43, + "context_create_ns": 128227, + "definition_eval_ns": 37168, + "first_eval_ns": 1174363, + "threshold_crossing_ns": 1185660, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12033986 + } + } + }, + { + "pair_index": 23, + "reference": { + "elapsed_ns": 12041583, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4943872, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15901424, + "runtime_create_ns": 32061, + "jit_attach_ns": 94, + "context_create_ns": 106195, + "definition_eval_ns": 44938, + "first_eval_ns": 1189538, + "threshold_crossing_ns": 1283357, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12041583 + } + }, + "entry_cache": { + "elapsed_ns": 12092577, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4927488, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15917565, + "runtime_create_ns": 33464, + "jit_attach_ns": 41, + "context_create_ns": 108127, + "definition_eval_ns": 31891, + "first_eval_ns": 1217480, + "threshold_crossing_ns": 1193589, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12092577 + } + }, + "candidate": { + "elapsed_ns": 11959079, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4923392, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15815671, + "runtime_create_ns": 33054, + "jit_attach_ns": 40, + "context_create_ns": 111416, + "definition_eval_ns": 32989, + "first_eval_ns": 1228863, + "threshold_crossing_ns": 1221574, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11959079 + } + } + }, + { + "pair_index": 24, + "reference": { + "elapsed_ns": 11973005, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5033984, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15775844, + "runtime_create_ns": 26660, + "jit_attach_ns": 189, + "context_create_ns": 109769, + "definition_eval_ns": 32258, + "first_eval_ns": 1222794, + "threshold_crossing_ns": 1208179, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11973005 + } + }, + "entry_cache": { + "elapsed_ns": 12069530, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4960256, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15930181, + "runtime_create_ns": 29393, + "jit_attach_ns": 41, + "context_create_ns": 108542, + "definition_eval_ns": 30620, + "first_eval_ns": 1242551, + "threshold_crossing_ns": 1226484, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12069530 + } + }, + "candidate": { + "elapsed_ns": 11970111, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4927488, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15765822, + "runtime_create_ns": 33366, + "jit_attach_ns": 41, + "context_create_ns": 126337, + "definition_eval_ns": 55455, + "first_eval_ns": 1180320, + "threshold_crossing_ns": 1176601, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11970111 + } + } + }, + { + "pair_index": 25, + "entry_cache": { + "elapsed_ns": 12090828, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5124096, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15922101, + "runtime_create_ns": 28418, + "jit_attach_ns": 41, + "context_create_ns": 110221, + "definition_eval_ns": 35317, + "first_eval_ns": 1199687, + "threshold_crossing_ns": 1219201, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12090828 + } + }, + "candidate": { + "elapsed_ns": 12023337, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4931584, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15820052, + "runtime_create_ns": 30376, + "jit_attach_ns": 41, + "context_create_ns": 116708, + "definition_eval_ns": 34642, + "first_eval_ns": 1192778, + "threshold_crossing_ns": 1189849, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12023337 + } + }, + "reference": { + "elapsed_ns": 11944484, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5029888, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15712817, + "runtime_create_ns": 30095, + "jit_attach_ns": 41, + "context_create_ns": 111777, + "definition_eval_ns": 29504, + "first_eval_ns": 1181427, + "threshold_crossing_ns": 1226515, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11944484 + } + } + }, + { + "pair_index": 26, + "entry_cache": { + "elapsed_ns": 12082447, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4972544, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15878946, + "runtime_create_ns": 31728, + "jit_attach_ns": 41, + "context_create_ns": 120997, + "definition_eval_ns": 39271, + "first_eval_ns": 1202061, + "threshold_crossing_ns": 1191098, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12082447 + } + }, + "candidate": { + "elapsed_ns": 12070560, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5124096, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15960169, + "runtime_create_ns": 30959, + "jit_attach_ns": 43, + "context_create_ns": 113063, + "definition_eval_ns": 32404, + "first_eval_ns": 1243584, + "threshold_crossing_ns": 1224631, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12070560 + } + }, + "reference": { + "elapsed_ns": 11939683, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5259264, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15776280, + "runtime_create_ns": 27411, + "jit_attach_ns": 107, + "context_create_ns": 108483, + "definition_eval_ns": 29304, + "first_eval_ns": 1223929, + "threshold_crossing_ns": 1212230, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11939683 + } + } + }, + { + "pair_index": 27, + "entry_cache": { + "elapsed_ns": 12343055, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5222400, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16410906, + "runtime_create_ns": 28922, + "jit_attach_ns": 43, + "context_create_ns": 115159, + "definition_eval_ns": 31736, + "first_eval_ns": 1467454, + "threshold_crossing_ns": 1203266, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12343055 + } + }, + "candidate": { + "elapsed_ns": 12006087, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5025792, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15879262, + "runtime_create_ns": 32588, + "jit_attach_ns": 109, + "context_create_ns": 116063, + "definition_eval_ns": 35152, + "first_eval_ns": 1226251, + "threshold_crossing_ns": 1220542, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12006087 + } + }, + "reference": { + "elapsed_ns": 12093782, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5001216, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15937076, + "runtime_create_ns": 30024, + "jit_attach_ns": 41, + "context_create_ns": 109733, + "definition_eval_ns": 30448, + "first_eval_ns": 1223697, + "threshold_crossing_ns": 1213981, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12093782 + } + } + }, + { + "pair_index": 28, + "entry_cache": { + "elapsed_ns": 12492004, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5033984, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16628662, + "runtime_create_ns": 31561, + "jit_attach_ns": 43, + "context_create_ns": 114863, + "definition_eval_ns": 30234, + "first_eval_ns": 1446138, + "threshold_crossing_ns": 1247873, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12492004 + } + }, + "candidate": { + "elapsed_ns": 12160340, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4907008, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15914187, + "runtime_create_ns": 30979, + "jit_attach_ns": 42, + "context_create_ns": 114237, + "definition_eval_ns": 32999, + "first_eval_ns": 1195242, + "threshold_crossing_ns": 1179735, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12160340 + } + }, + "reference": { + "elapsed_ns": 12211865, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5271552, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16031007, + "runtime_create_ns": 26932, + "jit_attach_ns": 93, + "context_create_ns": 108581, + "definition_eval_ns": 29483, + "first_eval_ns": 1236253, + "threshold_crossing_ns": 1214742, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12211865 + } + } + }, + { + "pair_index": 29, + "candidate": { + "elapsed_ns": 12007763, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5132288, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15852423, + "runtime_create_ns": 30585, + "jit_attach_ns": 42, + "context_create_ns": 116845, + "definition_eval_ns": 31297, + "first_eval_ns": 1227542, + "threshold_crossing_ns": 1214291, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12007763 + } + }, + "reference": { + "elapsed_ns": 11937902, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5042176, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15776361, + "runtime_create_ns": 30704, + "jit_attach_ns": 91, + "context_create_ns": 103232, + "definition_eval_ns": 29616, + "first_eval_ns": 1223732, + "threshold_crossing_ns": 1214293, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11937902 + } + }, + "entry_cache": { + "elapsed_ns": 11975957, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5087232, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15779920, + "runtime_create_ns": 27343, + "jit_attach_ns": 42, + "context_create_ns": 108633, + "definition_eval_ns": 33339, + "first_eval_ns": 1224602, + "threshold_crossing_ns": 1194370, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11975957 + } + } + } + ], + "tier1": [ + { + "pair_index": 0, + "entry_cache": { + "elapsed_ns": 143793571, + "checksum": "number:40ba6d0000000000", + "native_entries": 272661, + "native_acquisitions": 142988, + "native_exits": 272661, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9195520, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 185845515, + "runtime_create_ns": 29389, + "jit_attach_ns": 56003, + "context_create_ns": 108738, + "definition_eval_ns": 45311, + "first_eval_ns": 12326466, + "threshold_crossing_ns": 15121098, + "compile_ns": 5414929, + "install_ns": 35722, + "osr_ns": 0, + "steady_state_ns": 143793571 + } + }, + "candidate": { + "elapsed_ns": 133455059, + "checksum": "number:40ba6d0000000000", + "native_entries": 273016, + "native_acquisitions": 143168, + "native_exits": 273016, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9424896, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 173279755, + "runtime_create_ns": 30165, + "jit_attach_ns": 68130, + "context_create_ns": 118313, + "definition_eval_ns": 49232, + "first_eval_ns": 12089878, + "threshold_crossing_ns": 14095323, + "compile_ns": 5437998, + "install_ns": 35063, + "osr_ns": 0, + "steady_state_ns": 133455059 + } + }, + "reference": { + "elapsed_ns": 147982228, + "checksum": "number:40ba6d0000000000", + "native_entries": 273310, + "native_exits": 273310, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9342976, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 191373941, + "runtime_create_ns": 38470, + "jit_attach_ns": 64123, + "context_create_ns": 108423, + "definition_eval_ns": 42772, + "first_eval_ns": 12674013, + "threshold_crossing_ns": 15583965, + "compile_ns": 5389932, + "install_ns": 32009, + "osr_ns": 0, + "steady_state_ns": 147982228 + } + } + }, + { + "pair_index": 1, + "entry_cache": { + "elapsed_ns": 141311048, + "checksum": "number:40ba6d0000000000", + "native_entries": 272098, + "native_acquisitions": 142684, + "native_exits": 272098, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9338880, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 182556536, + "runtime_create_ns": 27364, + "jit_attach_ns": 64546, + "context_create_ns": 113273, + "definition_eval_ns": 44831, + "first_eval_ns": 11988534, + "threshold_crossing_ns": 14862897, + "compile_ns": 5400088, + "install_ns": 41036, + "osr_ns": 0, + "steady_state_ns": 141311048 + } + }, + "candidate": { + "elapsed_ns": 134016991, + "checksum": "number:40ba6d0000000000", + "native_entries": 280123, + "native_acquisitions": 146862, + "native_exits": 280123, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9199616, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 176062398, + "runtime_create_ns": 35402, + "jit_attach_ns": 62504, + "context_create_ns": 116447, + "definition_eval_ns": 52207, + "first_eval_ns": 14204172, + "threshold_crossing_ns": 14245217, + "compile_ns": 2707897, + "install_ns": 34572, + "osr_ns": 0, + "steady_state_ns": 134016991 + } + }, + "reference": { + "elapsed_ns": 148117864, + "checksum": "number:40ba6d0000000000", + "native_entries": 271207, + "native_exits": 271207, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9277440, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 190691952, + "runtime_create_ns": 29968, + "jit_attach_ns": 61999, + "context_create_ns": 107846, + "definition_eval_ns": 45760, + "first_eval_ns": 11883152, + "threshold_crossing_ns": 15590886, + "compile_ns": 5442743, + "install_ns": 44413, + "osr_ns": 0, + "steady_state_ns": 148117864 + } + } + }, + { + "pair_index": 2, + "candidate": { + "elapsed_ns": 133280853, + "checksum": "number:40ba6d0000000000", + "native_entries": 279500, + "native_acquisitions": 146596, + "native_exits": 279500, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9297920, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 174864163, + "runtime_create_ns": 33402, + "jit_attach_ns": 59947, + "context_create_ns": 101696, + "definition_eval_ns": 35104, + "first_eval_ns": 14054597, + "threshold_crossing_ns": 14070451, + "compile_ns": 2663753, + "install_ns": 39548, + "osr_ns": 0, + "steady_state_ns": 133280853 + } + }, + "reference": { + "elapsed_ns": 148861308, + "checksum": "number:40ba6d0000000000", + "native_entries": 272899, + "native_exits": 272899, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9297920, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 192209860, + "runtime_create_ns": 28443, + "jit_attach_ns": 60747, + "context_create_ns": 116970, + "definition_eval_ns": 40913, + "first_eval_ns": 12575522, + "threshold_crossing_ns": 15651072, + "compile_ns": 5458804, + "install_ns": 39957, + "osr_ns": 0, + "steady_state_ns": 148861308 + } + }, + "entry_cache": { + "elapsed_ns": 141108097, + "checksum": "number:40ba6d0000000000", + "native_entries": 279783, + "native_acquisitions": 146711, + "native_exits": 279783, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9244672, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 184707630, + "runtime_create_ns": 31451, + "jit_attach_ns": 60893, + "context_create_ns": 109165, + "definition_eval_ns": 45793, + "first_eval_ns": 14539257, + "threshold_crossing_ns": 14831793, + "compile_ns": 2610991, + "install_ns": 30654, + "osr_ns": 0, + "steady_state_ns": 141108097 + } + } + }, + { + "pair_index": 3, + "candidate": { + "elapsed_ns": 133549021, + "checksum": "number:40ba6d0000000000", + "native_entries": 273364, + "native_acquisitions": 143356, + "native_exits": 273364, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9330688, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 173331713, + "runtime_create_ns": 22636, + "jit_attach_ns": 56262, + "context_create_ns": 115929, + "definition_eval_ns": 34400, + "first_eval_ns": 12117823, + "threshold_crossing_ns": 14090183, + "compile_ns": 5399212, + "install_ns": 34551, + "osr_ns": 0, + "steady_state_ns": 133549021 + } + }, + "reference": { + "elapsed_ns": 148610459, + "checksum": "number:40ba6d0000000000", + "native_entries": 271109, + "native_exits": 271109, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9240576, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 191397326, + "runtime_create_ns": 29909, + "jit_attach_ns": 66117, + "context_create_ns": 105600, + "definition_eval_ns": 48696, + "first_eval_ns": 11950398, + "threshold_crossing_ns": 15619537, + "compile_ns": 5457750, + "install_ns": 41123, + "osr_ns": 0, + "steady_state_ns": 148610459 + } + }, + "entry_cache": { + "elapsed_ns": 141633870, + "checksum": "number:40ba6d0000000000", + "native_entries": 272980, + "native_acquisitions": 143156, + "native_exits": 272980, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9338880, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 183125937, + "runtime_create_ns": 33215, + "jit_attach_ns": 59615, + "context_create_ns": 125230, + "definition_eval_ns": 44811, + "first_eval_ns": 12267845, + "threshold_crossing_ns": 14837651, + "compile_ns": 5430510, + "install_ns": 39147, + "osr_ns": 0, + "steady_state_ns": 141633870 + } + } + }, + { + "pair_index": 4, + "candidate": { + "elapsed_ns": 132953936, + "checksum": "number:40ba6d0000000000", + "native_entries": 273310, + "native_acquisitions": 143332, + "native_exits": 273310, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9359360, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 172653948, + "runtime_create_ns": 22893, + "jit_attach_ns": 54208, + "context_create_ns": 112712, + "definition_eval_ns": 40089, + "first_eval_ns": 12116489, + "threshold_crossing_ns": 14013628, + "compile_ns": 5370769, + "install_ns": 32477, + "osr_ns": 0, + "steady_state_ns": 132953936 + } + }, + "reference": { + "elapsed_ns": 147973495, + "checksum": "number:40ba6d0000000000", + "native_entries": 279386, + "native_exits": 279386, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9428992, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 193615387, + "runtime_create_ns": 26533, + "jit_attach_ns": 62982, + "context_create_ns": 106756, + "definition_eval_ns": 44695, + "first_eval_ns": 15081610, + "threshold_crossing_ns": 15501966, + "compile_ns": 3678548, + "install_ns": 34987, + "osr_ns": 0, + "steady_state_ns": 147973495 + } + }, + "entry_cache": { + "elapsed_ns": 140952732, + "checksum": "number:40ba6d0000000000", + "native_entries": 279876, + "native_acquisitions": 146720, + "native_exits": 279876, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9359360, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 184700971, + "runtime_create_ns": 27056, + "jit_attach_ns": 57876, + "context_create_ns": 112669, + "definition_eval_ns": 47700, + "first_eval_ns": 14624559, + "threshold_crossing_ns": 14897906, + "compile_ns": 2758887, + "install_ns": 35113, + "osr_ns": 0, + "steady_state_ns": 140952732 + } + } + }, + { + "pair_index": 5, + "candidate": { + "elapsed_ns": 133241382, + "checksum": "number:40ba6d0000000000", + "native_entries": 272624, + "native_acquisitions": 142976, + "native_exits": 272624, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9347072, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 173007403, + "runtime_create_ns": 28230, + "jit_attach_ns": 66147, + "context_create_ns": 119647, + "definition_eval_ns": 48720, + "first_eval_ns": 12020317, + "threshold_crossing_ns": 14094871, + "compile_ns": 5445830, + "install_ns": 43915, + "osr_ns": 0, + "steady_state_ns": 133241382 + } + }, + "reference": { + "elapsed_ns": 148419937, + "checksum": "number:40ba6d0000000000", + "native_entries": 272091, + "native_exits": 272091, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9441280, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 191545896, + "runtime_create_ns": 26930, + "jit_attach_ns": 64737, + "context_create_ns": 109396, + "definition_eval_ns": 42217, + "first_eval_ns": 12412316, + "threshold_crossing_ns": 15612798, + "compile_ns": 5504934, + "install_ns": 53605, + "osr_ns": 0, + "steady_state_ns": 148419937 + } + }, + "entry_cache": { + "elapsed_ns": 140998965, + "checksum": "number:40ba6d0000000000", + "native_entries": 279587, + "native_acquisitions": 146569, + "native_exits": 279587, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9392128, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 184510297, + "runtime_create_ns": 31212, + "jit_attach_ns": 57811, + "context_create_ns": 111177, + "definition_eval_ns": 48836, + "first_eval_ns": 14444770, + "threshold_crossing_ns": 14842609, + "compile_ns": 2590321, + "install_ns": 34016, + "osr_ns": 0, + "steady_state_ns": 140998965 + } + } + }, + { + "pair_index": 6, + "reference": { + "elapsed_ns": 148907267, + "checksum": "number:40ba6d0000000000", + "native_entries": 279608, + "native_exits": 279608, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9412608, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 194649207, + "runtime_create_ns": 36211, + "jit_attach_ns": 61656, + "context_create_ns": 119870, + "definition_eval_ns": 34617, + "first_eval_ns": 15083462, + "threshold_crossing_ns": 15633453, + "compile_ns": 2615039, + "install_ns": 37258, + "osr_ns": 0, + "steady_state_ns": 148907267 + } + }, + "entry_cache": { + "elapsed_ns": 141024230, + "checksum": "number:40ba6d0000000000", + "native_entries": 273064, + "native_acquisitions": 143200, + "native_exits": 273064, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9379840, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 182609187, + "runtime_create_ns": 27182, + "jit_attach_ns": 62352, + "context_create_ns": 124508, + "definition_eval_ns": 51322, + "first_eval_ns": 12290385, + "threshold_crossing_ns": 14877422, + "compile_ns": 5404638, + "install_ns": 41496, + "osr_ns": 0, + "steady_state_ns": 141024230 + } + }, + "candidate": { + "elapsed_ns": 132618253, + "checksum": "number:40ba6d0000000000", + "native_entries": 272686, + "native_acquisitions": 143000, + "native_exits": 272686, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9269248, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 172218998, + "runtime_create_ns": 28812, + "jit_attach_ns": 62003, + "context_create_ns": 118669, + "definition_eval_ns": 48267, + "first_eval_ns": 11969151, + "threshold_crossing_ns": 14034180, + "compile_ns": 5422858, + "install_ns": 34985, + "osr_ns": 0, + "steady_state_ns": 132618253 + } + } + }, + { + "pair_index": 7, + "reference": { + "elapsed_ns": 151111438, + "checksum": "number:40ba6d0000000000", + "native_entries": 272133, + "native_exits": 272133, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9338880, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 194848429, + "runtime_create_ns": 25269, + "jit_attach_ns": 56788, + "context_create_ns": 102163, + "definition_eval_ns": 39178, + "first_eval_ns": 12403485, + "threshold_crossing_ns": 15866847, + "compile_ns": 5495233, + "install_ns": 34639, + "osr_ns": 0, + "steady_state_ns": 151111438 + } + }, + "entry_cache": { + "elapsed_ns": 140930456, + "checksum": "number:40ba6d0000000000", + "native_entries": 272385, + "native_acquisitions": 142832, + "native_exits": 272385, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9371648, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 182315594, + "runtime_create_ns": 26177, + "jit_attach_ns": 61075, + "context_create_ns": 111328, + "definition_eval_ns": 43045, + "first_eval_ns": 12178037, + "threshold_crossing_ns": 14819480, + "compile_ns": 5497200, + "install_ns": 39066, + "osr_ns": 0, + "steady_state_ns": 140930456 + } + }, + "candidate": { + "elapsed_ns": 132993629, + "checksum": "number:40ba6d0000000000", + "native_entries": 274287, + "native_acquisitions": 143826, + "native_exits": 274287, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9379840, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 173167360, + "runtime_create_ns": 31969, + "jit_attach_ns": 72713, + "context_create_ns": 120639, + "definition_eval_ns": 48879, + "first_eval_ns": 12581412, + "threshold_crossing_ns": 13979958, + "compile_ns": 5402163, + "install_ns": 40490, + "osr_ns": 0, + "steady_state_ns": 132993629 + } + } + }, + { + "pair_index": 8, + "reference": { + "elapsed_ns": 150376259, + "checksum": "number:40ba6d0000000000", + "native_entries": 279649, + "native_exits": 279649, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9347072, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 196590738, + "runtime_create_ns": 23568, + "jit_attach_ns": 50227, + "context_create_ns": 101323, + "definition_eval_ns": 35656, + "first_eval_ns": 15225629, + "threshold_crossing_ns": 15813408, + "compile_ns": 2598946, + "install_ns": 31039, + "osr_ns": 0, + "steady_state_ns": 150376259 + } + }, + "entry_cache": { + "elapsed_ns": 140966244, + "checksum": "number:40ba6d0000000000", + "native_entries": 279760, + "native_acquisitions": 146679, + "native_exits": 279760, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9256960, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 184567297, + "runtime_create_ns": 33058, + "jit_attach_ns": 62700, + "context_create_ns": 107830, + "definition_eval_ns": 46692, + "first_eval_ns": 14547464, + "threshold_crossing_ns": 14833444, + "compile_ns": 3209793, + "install_ns": 32275, + "osr_ns": 0, + "steady_state_ns": 140966244 + } + }, + "candidate": { + "elapsed_ns": 133043732, + "checksum": "number:40ba6d0000000000", + "native_entries": 272173, + "native_acquisitions": 142722, + "native_exits": 272173, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9244672, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 172621242, + "runtime_create_ns": 33206, + "jit_attach_ns": 63698, + "context_create_ns": 118623, + "definition_eval_ns": 49610, + "first_eval_ns": 11841069, + "threshold_crossing_ns": 14134021, + "compile_ns": 5455247, + "install_ns": 41270, + "osr_ns": 0, + "steady_state_ns": 133043732 + } + } + }, + { + "pair_index": 9, + "reference": { + "elapsed_ns": 150795787, + "checksum": "number:40ba6d0000000000", + "native_entries": 272238, + "native_exits": 272238, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9269248, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 194355063, + "runtime_create_ns": 25145, + "jit_attach_ns": 64781, + "context_create_ns": 110119, + "definition_eval_ns": 45924, + "first_eval_ns": 12439935, + "threshold_crossing_ns": 15781008, + "compile_ns": 5415556, + "install_ns": 39122, + "osr_ns": 0, + "steady_state_ns": 150795787 + } + }, + "entry_cache": { + "elapsed_ns": 143522257, + "checksum": "number:40ba6d0000000000", + "native_entries": 273379, + "native_acquisitions": 143361, + "native_exits": 273379, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9334784, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 185700159, + "runtime_create_ns": 34559, + "jit_attach_ns": 65190, + "context_create_ns": 110798, + "definition_eval_ns": 45987, + "first_eval_ns": 12496956, + "threshold_crossing_ns": 15054157, + "compile_ns": 5418549, + "install_ns": 33327, + "osr_ns": 0, + "steady_state_ns": 143522257 + } + }, + "candidate": { + "elapsed_ns": 135460657, + "checksum": "number:40ba6d0000000000", + "native_entries": 273126, + "native_acquisitions": 143227, + "native_exits": 273126, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9355264, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 175751804, + "runtime_create_ns": 32548, + "jit_attach_ns": 67156, + "context_create_ns": 114205, + "definition_eval_ns": 54699, + "first_eval_ns": 12182403, + "threshold_crossing_ns": 14264727, + "compile_ns": 5389770, + "install_ns": 32701, + "osr_ns": 0, + "steady_state_ns": 135460657 + } + } + }, + { + "pair_index": 10, + "entry_cache": { + "elapsed_ns": 141887719, + "checksum": "number:40ba6d0000000000", + "native_entries": 279537, + "native_acquisitions": 146564, + "native_exits": 279537, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9256960, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 185455965, + "runtime_create_ns": 26470, + "jit_attach_ns": 51291, + "context_create_ns": 102023, + "definition_eval_ns": 35761, + "first_eval_ns": 14491986, + "threshold_crossing_ns": 14853646, + "compile_ns": 2650993, + "install_ns": 35751, + "osr_ns": 0, + "steady_state_ns": 141887719 + } + }, + "candidate": { + "elapsed_ns": 135679607, + "checksum": "number:40ba6d0000000000", + "native_entries": 272863, + "native_acquisitions": 143092, + "native_exits": 272863, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9179136, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 176072913, + "runtime_create_ns": 32453, + "jit_attach_ns": 65942, + "context_create_ns": 119711, + "definition_eval_ns": 47145, + "first_eval_ns": 12125139, + "threshold_crossing_ns": 14359382, + "compile_ns": 5439042, + "install_ns": 42514, + "osr_ns": 0, + "steady_state_ns": 135679607 + } + }, + "reference": { + "elapsed_ns": 148346417, + "checksum": "number:40ba6d0000000000", + "native_entries": 272815, + "native_exits": 272815, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9297920, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 191472714, + "runtime_create_ns": 31324, + "jit_attach_ns": 67603, + "context_create_ns": 116153, + "definition_eval_ns": 44877, + "first_eval_ns": 12523132, + "threshold_crossing_ns": 15535557, + "compile_ns": 5428227, + "install_ns": 33630, + "osr_ns": 0, + "steady_state_ns": 148346417 + } + } + }, + { + "pair_index": 11, + "entry_cache": { + "elapsed_ns": 143556693, + "checksum": "number:40ba6d0000000000", + "native_entries": 281011, + "native_acquisitions": 147319, + "native_exits": 281011, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9297920, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 188538969, + "runtime_create_ns": 25708, + "jit_attach_ns": 54105, + "context_create_ns": 100932, + "definition_eval_ns": 37932, + "first_eval_ns": 15284598, + "threshold_crossing_ns": 15171965, + "compile_ns": 3108544, + "install_ns": 43236, + "osr_ns": 0, + "steady_state_ns": 143556693 + } + }, + "candidate": { + "elapsed_ns": 144961190, + "checksum": "number:40ba6d0000000000", + "native_entries": 272977, + "native_acquisitions": 143143, + "native_exits": 272977, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9404416, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 188891809, + "runtime_create_ns": 30744, + "jit_attach_ns": 62847, + "context_create_ns": 122759, + "definition_eval_ns": 46932, + "first_eval_ns": 12078056, + "threshold_crossing_ns": 14006090, + "compile_ns": 5431562, + "install_ns": 33923, + "osr_ns": 0, + "steady_state_ns": 144961190 + } + }, + "reference": { + "elapsed_ns": 148173152, + "checksum": "number:40ba6d0000000000", + "native_entries": 272257, + "native_exits": 272257, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9306112, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 191246775, + "runtime_create_ns": 30330, + "jit_attach_ns": 64995, + "context_create_ns": 105620, + "definition_eval_ns": 44226, + "first_eval_ns": 12416198, + "threshold_crossing_ns": 15580200, + "compile_ns": 5467562, + "install_ns": 43780, + "osr_ns": 0, + "steady_state_ns": 148173152 + } + } + }, + { + "pair_index": 12, + "entry_cache": { + "elapsed_ns": 141121489, + "checksum": "number:40ba6d0000000000", + "native_entries": 273214, + "native_acquisitions": 143280, + "native_exits": 273214, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9207808, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 182793600, + "runtime_create_ns": 28075, + "jit_attach_ns": 56552, + "context_create_ns": 119572, + "definition_eval_ns": 45043, + "first_eval_ns": 12420253, + "threshold_crossing_ns": 14865776, + "compile_ns": 5419354, + "install_ns": 38646, + "osr_ns": 0, + "steady_state_ns": 141121489 + } + }, + "candidate": { + "elapsed_ns": 133248233, + "checksum": "number:40ba6d0000000000", + "native_entries": 273709, + "native_acquisitions": 143533, + "native_exits": 273709, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9342976, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 173286784, + "runtime_create_ns": 34913, + "jit_attach_ns": 64843, + "context_create_ns": 131305, + "definition_eval_ns": 46064, + "first_eval_ns": 12397375, + "threshold_crossing_ns": 14025521, + "compile_ns": 5492603, + "install_ns": 36647, + "osr_ns": 0, + "steady_state_ns": 133248233 + } + }, + "reference": { + "elapsed_ns": 148536906, + "checksum": "number:40ba6d0000000000", + "native_entries": 271093, + "native_exits": 271093, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9355264, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 191188381, + "runtime_create_ns": 30460, + "jit_attach_ns": 65266, + "context_create_ns": 105528, + "definition_eval_ns": 42832, + "first_eval_ns": 11916455, + "threshold_crossing_ns": 15619224, + "compile_ns": 5420903, + "install_ns": 39820, + "osr_ns": 0, + "steady_state_ns": 148536906 + } + } + }, + { + "pair_index": 13, + "entry_cache": { + "elapsed_ns": 143604127, + "checksum": "number:40ba6d0000000000", + "native_entries": 271332, + "native_acquisitions": 142292, + "native_exits": 271332, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9293824, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 185191647, + "runtime_create_ns": 30356, + "jit_attach_ns": 61182, + "context_create_ns": 114986, + "definition_eval_ns": 48166, + "first_eval_ns": 11806487, + "threshold_crossing_ns": 15124920, + "compile_ns": 5409361, + "install_ns": 42268, + "osr_ns": 0, + "steady_state_ns": 143604127 + } + }, + "candidate": { + "elapsed_ns": 133770192, + "checksum": "number:40ba6d0000000000", + "native_entries": 272747, + "native_acquisitions": 143043, + "native_exits": 272747, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9338880, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 173518260, + "runtime_create_ns": 37478, + "jit_attach_ns": 63079, + "context_create_ns": 111403, + "definition_eval_ns": 44864, + "first_eval_ns": 12010578, + "threshold_crossing_ns": 14094911, + "compile_ns": 5431060, + "install_ns": 39104, + "osr_ns": 0, + "steady_state_ns": 133770192 + } + }, + "reference": { + "elapsed_ns": 148925219, + "checksum": "number:40ba6d0000000000", + "native_entries": 279750, + "native_exits": 279750, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9318400, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 194891959, + "runtime_create_ns": 27856, + "jit_attach_ns": 67407, + "context_create_ns": 112529, + "definition_eval_ns": 44148, + "first_eval_ns": 15153290, + "threshold_crossing_ns": 15754253, + "compile_ns": 2642203, + "install_ns": 40541, + "osr_ns": 0, + "steady_state_ns": 148925219 + } + } + }, + { + "pair_index": 14, + "candidate": { + "elapsed_ns": 141334959, + "checksum": "number:40ba6d0000000000", + "native_entries": 272793, + "native_acquisitions": 143061, + "native_exits": 272793, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9392128, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 182916645, + "runtime_create_ns": 28504, + "jit_attach_ns": 64831, + "context_create_ns": 125366, + "definition_eval_ns": 48082, + "first_eval_ns": 12872022, + "threshold_crossing_ns": 14165587, + "compile_ns": 5476768, + "install_ns": 38445, + "osr_ns": 0, + "steady_state_ns": 141334959 + } + }, + "reference": { + "elapsed_ns": 163767072, + "checksum": "number:40ba6d0000000000", + "native_entries": 272223, + "native_exits": 272223, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9310208, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 209448132, + "runtime_create_ns": 25477, + "jit_attach_ns": 64742, + "context_create_ns": 109054, + "definition_eval_ns": 45105, + "first_eval_ns": 13225967, + "threshold_crossing_ns": 16482687, + "compile_ns": 5451220, + "install_ns": 37650, + "osr_ns": 0, + "steady_state_ns": 163767072 + } + }, + "entry_cache": { + "elapsed_ns": 148471772, + "checksum": "number:40ba6d0000000000", + "native_entries": 271256, + "native_acquisitions": 142260, + "native_exits": 271256, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9273344, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 191221984, + "runtime_create_ns": 45615, + "jit_attach_ns": 66172, + "context_create_ns": 113877, + "definition_eval_ns": 46494, + "first_eval_ns": 11718307, + "threshold_crossing_ns": 15714674, + "compile_ns": 5419015, + "install_ns": 46256, + "osr_ns": 0, + "steady_state_ns": 148471772 + } + } + }, + { + "pair_index": 15, + "candidate": { + "elapsed_ns": 138757111, + "checksum": "number:40ba6d0000000000", + "native_entries": 280573, + "native_acquisitions": 147107, + "native_exits": 280573, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9371648, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 182394575, + "runtime_create_ns": 29928, + "jit_attach_ns": 66755, + "context_create_ns": 117390, + "definition_eval_ns": 47812, + "first_eval_ns": 14762596, + "threshold_crossing_ns": 14724263, + "compile_ns": 2660117, + "install_ns": 40966, + "osr_ns": 0, + "steady_state_ns": 138757111 + } + }, + "reference": { + "elapsed_ns": 151816243, + "checksum": "number:40ba6d0000000000", + "native_entries": 272894, + "native_exits": 272894, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9232384, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 196252384, + "runtime_create_ns": 30908, + "jit_attach_ns": 63279, + "context_create_ns": 105721, + "definition_eval_ns": 41898, + "first_eval_ns": 12843660, + "threshold_crossing_ns": 16018351, + "compile_ns": 5436783, + "install_ns": 37689, + "osr_ns": 0, + "steady_state_ns": 151816243 + } + }, + "entry_cache": { + "elapsed_ns": 143796378, + "checksum": "number:40ba6d0000000000", + "native_entries": 273336, + "native_acquisitions": 143340, + "native_exits": 273336, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9306112, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 186636945, + "runtime_create_ns": 32180, + "jit_attach_ns": 69235, + "context_create_ns": 114877, + "definition_eval_ns": 47822, + "first_eval_ns": 12751276, + "threshold_crossing_ns": 15285323, + "compile_ns": 5432023, + "install_ns": 44987, + "osr_ns": 0, + "steady_state_ns": 143796378 + } + } + }, + { + "pair_index": 16, + "candidate": { + "elapsed_ns": 140332853, + "checksum": "number:40ba6d0000000000", + "native_entries": 273150, + "native_acquisitions": 143243, + "native_exits": 273150, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9261056, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 182486257, + "runtime_create_ns": 32813, + "jit_attach_ns": 63290, + "context_create_ns": 115691, + "definition_eval_ns": 48900, + "first_eval_ns": 12672659, + "threshold_crossing_ns": 14936343, + "compile_ns": 5807930, + "install_ns": 42097, + "osr_ns": 0, + "steady_state_ns": 140332853 + } + }, + "reference": { + "elapsed_ns": 157116954, + "checksum": "number:40ba6d0000000000", + "native_entries": 279965, + "native_exits": 279965, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9236480, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 205724714, + "runtime_create_ns": 31765, + "jit_attach_ns": 67168, + "context_create_ns": 107813, + "definition_eval_ns": 45332, + "first_eval_ns": 16071558, + "threshold_crossing_ns": 17415823, + "compile_ns": 2647568, + "install_ns": 38366, + "osr_ns": 0, + "steady_state_ns": 157116954 + } + }, + "entry_cache": { + "elapsed_ns": 148389965, + "checksum": "number:40ba6d0000000000", + "native_entries": 273581, + "native_acquisitions": 143471, + "native_exits": 273581, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9297920, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 191845368, + "runtime_create_ns": 42959, + "jit_attach_ns": 62084, + "context_create_ns": 107751, + "definition_eval_ns": 42569, + "first_eval_ns": 13311466, + "threshold_crossing_ns": 15711657, + "compile_ns": 5463856, + "install_ns": 42909, + "osr_ns": 0, + "steady_state_ns": 148389965 + } + } + }, + { + "pair_index": 17, + "candidate": { + "elapsed_ns": 135779460, + "checksum": "number:40ba6d0000000000", + "native_entries": 279896, + "native_acquisitions": 146744, + "native_exits": 279896, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9261056, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 178170411, + "runtime_create_ns": 30959, + "jit_attach_ns": 65451, + "context_create_ns": 113937, + "definition_eval_ns": 44748, + "first_eval_ns": 14231778, + "threshold_crossing_ns": 14369304, + "compile_ns": 2644967, + "install_ns": 37274, + "osr_ns": 0, + "steady_state_ns": 135779460 + } + }, + "reference": { + "elapsed_ns": 151532414, + "checksum": "number:40ba6d0000000000", + "native_entries": 271272, + "native_exits": 271272, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9211904, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 194909737, + "runtime_create_ns": 30567, + "jit_attach_ns": 62106, + "context_create_ns": 107588, + "definition_eval_ns": 45858, + "first_eval_ns": 12069425, + "threshold_crossing_ns": 15878862, + "compile_ns": 5440939, + "install_ns": 37000, + "osr_ns": 0, + "steady_state_ns": 151532414 + } + }, + "entry_cache": { + "elapsed_ns": 144003171, + "checksum": "number:40ba6d0000000000", + "native_entries": 271348, + "native_acquisitions": 142292, + "native_exits": 271348, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9420800, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 185713757, + "runtime_create_ns": 30701, + "jit_attach_ns": 64497, + "context_create_ns": 112939, + "definition_eval_ns": 41808, + "first_eval_ns": 11823343, + "threshold_crossing_ns": 15207278, + "compile_ns": 5487757, + "install_ns": 40337, + "osr_ns": 0, + "steady_state_ns": 144003171 + } + } + }, + { + "pair_index": 18, + "reference": { + "elapsed_ns": 149321986, + "checksum": "number:40ba6d0000000000", + "native_entries": 272069, + "native_exits": 272069, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9265152, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 192477230, + "runtime_create_ns": 27558, + "jit_attach_ns": 66335, + "context_create_ns": 109418, + "definition_eval_ns": 48588, + "first_eval_ns": 12312990, + "threshold_crossing_ns": 15605920, + "compile_ns": 5451444, + "install_ns": 37343, + "osr_ns": 0, + "steady_state_ns": 149321986 + } + }, + "entry_cache": { + "elapsed_ns": 142645895, + "checksum": "number:40ba6d0000000000", + "native_entries": 270969, + "native_acquisitions": 142102, + "native_exits": 270969, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9334784, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 184225621, + "runtime_create_ns": 29421, + "jit_attach_ns": 64503, + "context_create_ns": 116792, + "definition_eval_ns": 41056, + "first_eval_ns": 12151021, + "threshold_crossing_ns": 14919251, + "compile_ns": 5721116, + "install_ns": 38361, + "osr_ns": 0, + "steady_state_ns": 142645895 + } + }, + "candidate": { + "elapsed_ns": 133982002, + "checksum": "number:40ba6d0000000000", + "native_entries": 272855, + "native_acquisitions": 143100, + "native_exits": 272855, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9297920, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 173934171, + "runtime_create_ns": 27553, + "jit_attach_ns": 64649, + "context_create_ns": 116191, + "definition_eval_ns": 52596, + "first_eval_ns": 12020832, + "threshold_crossing_ns": 14191292, + "compile_ns": 5433476, + "install_ns": 37780, + "osr_ns": 0, + "steady_state_ns": 133982002 + } + } + }, + { + "pair_index": 19, + "reference": { + "elapsed_ns": 156288110, + "checksum": "number:40ba6d0000000000", + "native_entries": 273518, + "native_exits": 273518, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9363456, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 202337649, + "runtime_create_ns": 26329, + "jit_attach_ns": 65368, + "context_create_ns": 110071, + "definition_eval_ns": 43681, + "first_eval_ns": 13576197, + "threshold_crossing_ns": 16481881, + "compile_ns": 5759050, + "install_ns": 40340, + "osr_ns": 0, + "steady_state_ns": 156288110 + } + }, + "entry_cache": { + "elapsed_ns": 148394595, + "checksum": "number:40ba6d0000000000", + "native_entries": 274983, + "native_acquisitions": 144206, + "native_exits": 274983, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9207808, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 192368107, + "runtime_create_ns": 37561, + "jit_attach_ns": 63090, + "context_create_ns": 114372, + "definition_eval_ns": 45216, + "first_eval_ns": 13763727, + "threshold_crossing_ns": 14986395, + "compile_ns": 5794502, + "install_ns": 38223, + "osr_ns": 0, + "steady_state_ns": 148394595 + } + }, + "candidate": { + "elapsed_ns": 140071772, + "checksum": "number:40ba6d0000000000", + "native_entries": 274117, + "native_acquisitions": 143741, + "native_exits": 274117, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9146368, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 186987114, + "runtime_create_ns": 34189, + "jit_attach_ns": 64606, + "context_create_ns": 119706, + "definition_eval_ns": 51589, + "first_eval_ns": 17638089, + "threshold_crossing_ns": 14997231, + "compile_ns": 5871323, + "install_ns": 46478, + "osr_ns": 0, + "steady_state_ns": 140071772 + } + } + }, + { + "pair_index": 20, + "reference": { + "elapsed_ns": 148128096, + "checksum": "number:40ba6d0000000000", + "native_entries": 273179, + "native_exits": 273179, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9367552, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 191757374, + "runtime_create_ns": 24446, + "jit_attach_ns": 67675, + "context_create_ns": 113101, + "definition_eval_ns": 48519, + "first_eval_ns": 12968833, + "threshold_crossing_ns": 15591966, + "compile_ns": 5457947, + "install_ns": 40097, + "osr_ns": 0, + "steady_state_ns": 148128096 + } + }, + "entry_cache": { + "elapsed_ns": 141058587, + "checksum": "number:40ba6d0000000000", + "native_entries": 271763, + "native_acquisitions": 142520, + "native_exits": 271763, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9269248, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 182227741, + "runtime_create_ns": 26864, + "jit_attach_ns": 63545, + "context_create_ns": 113986, + "definition_eval_ns": 46953, + "first_eval_ns": 11874543, + "threshold_crossing_ns": 14887690, + "compile_ns": 5423641, + "install_ns": 40550, + "osr_ns": 0, + "steady_state_ns": 141058587 + } + }, + "candidate": { + "elapsed_ns": 133607394, + "checksum": "number:40ba6d0000000000", + "native_entries": 273209, + "native_acquisitions": 143280, + "native_exits": 273209, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9338880, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 173622569, + "runtime_create_ns": 32089, + "jit_attach_ns": 61107, + "context_create_ns": 115636, + "definition_eval_ns": 46606, + "first_eval_ns": 12186723, + "threshold_crossing_ns": 14158129, + "compile_ns": 5422266, + "install_ns": 54316, + "osr_ns": 0, + "steady_state_ns": 133607394 + } + } + }, + { + "pair_index": 21, + "reference": { + "elapsed_ns": 151892325, + "checksum": "number:40ba6d0000000000", + "native_entries": 272634, + "native_exits": 272634, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9166848, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 195949382, + "runtime_create_ns": 32094, + "jit_attach_ns": 71379, + "context_create_ns": 107324, + "definition_eval_ns": 58517, + "first_eval_ns": 12615173, + "threshold_crossing_ns": 15905687, + "compile_ns": 5447165, + "install_ns": 42285, + "osr_ns": 0, + "steady_state_ns": 151892325 + } + }, + "entry_cache": { + "elapsed_ns": 141910192, + "checksum": "number:40ba6d0000000000", + "native_entries": 273799, + "native_acquisitions": 143572, + "native_exits": 273799, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9277440, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 183989375, + "runtime_create_ns": 31922, + "jit_attach_ns": 58956, + "context_create_ns": 110214, + "definition_eval_ns": 45202, + "first_eval_ns": 12722368, + "threshold_crossing_ns": 14898496, + "compile_ns": 5472630, + "install_ns": 36530, + "osr_ns": 0, + "steady_state_ns": 141910192 + } + }, + "candidate": { + "elapsed_ns": 135722007, + "checksum": "number:40ba6d0000000000", + "native_entries": 279881, + "native_acquisitions": 146778, + "native_exits": 279881, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9330688, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 178012792, + "runtime_create_ns": 31943, + "jit_attach_ns": 64864, + "context_create_ns": 117086, + "definition_eval_ns": 47028, + "first_eval_ns": 14248103, + "threshold_crossing_ns": 14318247, + "compile_ns": 2656462, + "install_ns": 39739, + "osr_ns": 0, + "steady_state_ns": 135722007 + } + } + }, + { + "pair_index": 22, + "entry_cache": { + "elapsed_ns": 141953987, + "checksum": "number:40ba6d0000000000", + "native_entries": 272606, + "native_acquisitions": 142964, + "native_exits": 272606, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9326592, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 183665814, + "runtime_create_ns": 30478, + "jit_attach_ns": 64779, + "context_create_ns": 114760, + "definition_eval_ns": 44848, + "first_eval_ns": 12174388, + "threshold_crossing_ns": 14929818, + "compile_ns": 5422955, + "install_ns": 503738, + "osr_ns": 0, + "steady_state_ns": 141953987 + } + }, + "candidate": { + "elapsed_ns": 134178785, + "checksum": "number:40ba6d0000000000", + "native_entries": 272456, + "native_acquisitions": 142888, + "native_exits": 272456, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9371648, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 173986200, + "runtime_create_ns": 29869, + "jit_attach_ns": 63544, + "context_create_ns": 120083, + "definition_eval_ns": 46811, + "first_eval_ns": 11984098, + "threshold_crossing_ns": 14214495, + "compile_ns": 5448226, + "install_ns": 39159, + "osr_ns": 0, + "steady_state_ns": 134178785 + } + }, + "reference": { + "elapsed_ns": 150650139, + "checksum": "number:40ba6d0000000000", + "native_entries": 277083, + "native_exits": 277083, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9326592, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 197554747, + "runtime_create_ns": 26022, + "jit_attach_ns": 294490, + "context_create_ns": 627061, + "definition_eval_ns": 267460, + "first_eval_ns": 14793684, + "threshold_crossing_ns": 15800300, + "compile_ns": 4452664, + "install_ns": 39396, + "osr_ns": 0, + "steady_state_ns": 150650139 + } + } + }, + { + "pair_index": 23, + "entry_cache": { + "elapsed_ns": 141736673, + "checksum": "number:40ba6d0000000000", + "native_entries": 278713, + "native_acquisitions": 146176, + "native_exits": 278713, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9383936, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 185553653, + "runtime_create_ns": 26098, + "jit_attach_ns": 64885, + "context_create_ns": 114463, + "definition_eval_ns": 45491, + "first_eval_ns": 14358414, + "threshold_crossing_ns": 14944726, + "compile_ns": 3965684, + "install_ns": 39795, + "osr_ns": 0, + "steady_state_ns": 141736673 + } + }, + "candidate": { + "elapsed_ns": 133365468, + "checksum": "number:40ba6d0000000000", + "native_entries": 274092, + "native_acquisitions": 143727, + "native_exits": 274092, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9265152, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 173903230, + "runtime_create_ns": 36038, + "jit_attach_ns": 66343, + "context_create_ns": 119563, + "definition_eval_ns": 48336, + "first_eval_ns": 12457417, + "threshold_crossing_ns": 14489258, + "compile_ns": 5724631, + "install_ns": 36520, + "osr_ns": 0, + "steady_state_ns": 133365468 + } + }, + "reference": { + "elapsed_ns": 148229326, + "checksum": "number:40ba6d0000000000", + "native_entries": 273174, + "native_exits": 273174, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9265152, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 191513850, + "runtime_create_ns": 27035, + "jit_attach_ns": 80052, + "context_create_ns": 108376, + "definition_eval_ns": 45196, + "first_eval_ns": 12667232, + "threshold_crossing_ns": 15534837, + "compile_ns": 5437197, + "install_ns": 34924, + "osr_ns": 0, + "steady_state_ns": 148229326 + } + } + }, + { + "pair_index": 24, + "entry_cache": { + "elapsed_ns": 141058596, + "checksum": "number:40ba6d0000000000", + "native_entries": 280105, + "native_acquisitions": 146855, + "native_exits": 280105, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9326592, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 185289549, + "runtime_create_ns": 31947, + "jit_attach_ns": 61856, + "context_create_ns": 109387, + "definition_eval_ns": 45959, + "first_eval_ns": 14742281, + "threshold_crossing_ns": 15218199, + "compile_ns": 2933060, + "install_ns": 45780, + "osr_ns": 0, + "steady_state_ns": 141058596 + } + }, + "candidate": { + "elapsed_ns": 133475400, + "checksum": "number:40ba6d0000000000", + "native_entries": 272965, + "native_acquisitions": 143142, + "native_exits": 272965, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9363456, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 173340669, + "runtime_create_ns": 31408, + "jit_attach_ns": 67167, + "context_create_ns": 121573, + "definition_eval_ns": 53019, + "first_eval_ns": 12074035, + "threshold_crossing_ns": 14086538, + "compile_ns": 5419358, + "install_ns": 37436, + "osr_ns": 0, + "steady_state_ns": 133475400 + } + }, + "reference": { + "elapsed_ns": 148332864, + "checksum": "number:40ba6d0000000000", + "native_entries": 275489, + "native_exits": 275489, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9289728, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 192990223, + "runtime_create_ns": 26928, + "jit_attach_ns": 70646, + "context_create_ns": 152053, + "definition_eval_ns": 50608, + "first_eval_ns": 13668537, + "threshold_crossing_ns": 15609937, + "compile_ns": 4801370, + "install_ns": 35524, + "osr_ns": 0, + "steady_state_ns": 148332864 + } + } + }, + { + "pair_index": 25, + "entry_cache": { + "elapsed_ns": 147311778, + "checksum": "number:40ba6d0000000000", + "native_entries": 273437, + "native_acquisitions": 143394, + "native_exits": 273437, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9187328, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 190514106, + "runtime_create_ns": 31803, + "jit_attach_ns": 82354, + "context_create_ns": 111383, + "definition_eval_ns": 47933, + "first_eval_ns": 12585448, + "threshold_crossing_ns": 15486031, + "compile_ns": 5455212, + "install_ns": 38999, + "osr_ns": 0, + "steady_state_ns": 147311778 + } + }, + "candidate": { + "elapsed_ns": 137773173, + "checksum": "number:40ba6d0000000000", + "native_entries": 272954, + "native_acquisitions": 143144, + "native_exits": 272954, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9248768, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 178921693, + "runtime_create_ns": 30047, + "jit_attach_ns": 65993, + "context_create_ns": 133653, + "definition_eval_ns": 49233, + "first_eval_ns": 12454741, + "threshold_crossing_ns": 14559590, + "compile_ns": 5836947, + "install_ns": 44813, + "osr_ns": 0, + "steady_state_ns": 137773173 + } + }, + "reference": { + "elapsed_ns": 149106888, + "checksum": "number:40ba6d0000000000", + "native_entries": 272171, + "native_exits": 272171, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9433088, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 192464548, + "runtime_create_ns": 26911, + "jit_attach_ns": 65205, + "context_create_ns": 109736, + "definition_eval_ns": 42100, + "first_eval_ns": 12456573, + "threshold_crossing_ns": 15714198, + "compile_ns": 5514236, + "install_ns": 33823, + "osr_ns": 0, + "steady_state_ns": 149106888 + } + } + }, + { + "pair_index": 26, + "candidate": { + "elapsed_ns": 133505917, + "checksum": "number:40ba6d0000000000", + "native_entries": 271823, + "native_acquisitions": 142546, + "native_exits": 271823, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9326592, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 173579110, + "runtime_create_ns": 30742, + "jit_attach_ns": 66495, + "context_create_ns": 111611, + "definition_eval_ns": 43271, + "first_eval_ns": 12262529, + "threshold_crossing_ns": 14108473, + "compile_ns": 5937698, + "install_ns": 39011, + "osr_ns": 0, + "steady_state_ns": 133505917 + } + }, + "reference": { + "elapsed_ns": 148789161, + "checksum": "number:40ba6d0000000000", + "native_entries": 273414, + "native_exits": 273414, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9228288, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 192523684, + "runtime_create_ns": 42223, + "jit_attach_ns": 67418, + "context_create_ns": 110640, + "definition_eval_ns": 49341, + "first_eval_ns": 12819380, + "threshold_crossing_ns": 15693208, + "compile_ns": 5441506, + "install_ns": 41596, + "osr_ns": 0, + "steady_state_ns": 148789161 + } + }, + "entry_cache": { + "elapsed_ns": 141901767, + "checksum": "number:40ba6d0000000000", + "native_entries": 272338, + "native_acquisitions": 142823, + "native_exits": 272338, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9207808, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 183412684, + "runtime_create_ns": 30859, + "jit_attach_ns": 59354, + "context_create_ns": 111230, + "definition_eval_ns": 45353, + "first_eval_ns": 12010293, + "threshold_crossing_ns": 14997718, + "compile_ns": 5404575, + "install_ns": 40818, + "osr_ns": 0, + "steady_state_ns": 141901767 + } + } + }, + { + "pair_index": 27, + "candidate": { + "elapsed_ns": 137005962, + "checksum": "number:40ba6d0000000000", + "native_entries": 272559, + "native_acquisitions": 142930, + "native_exits": 272559, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9355264, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 177557525, + "runtime_create_ns": 30474, + "jit_attach_ns": 67691, + "context_create_ns": 117865, + "definition_eval_ns": 49892, + "first_eval_ns": 12378628, + "threshold_crossing_ns": 14118074, + "compile_ns": 5463124, + "install_ns": 43334, + "osr_ns": 0, + "steady_state_ns": 137005962 + } + }, + "reference": { + "elapsed_ns": 152659323, + "checksum": "number:40ba6d0000000000", + "native_entries": 279837, + "native_exits": 279837, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9297920, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 199285474, + "runtime_create_ns": 26051, + "jit_attach_ns": 65771, + "context_create_ns": 108828, + "definition_eval_ns": 47186, + "first_eval_ns": 15168799, + "threshold_crossing_ns": 16462154, + "compile_ns": 2618746, + "install_ns": 35994, + "osr_ns": 0, + "steady_state_ns": 152659323 + } + }, + "entry_cache": { + "elapsed_ns": 145506078, + "checksum": "number:40ba6d0000000000", + "native_entries": 272153, + "native_acquisitions": 142724, + "native_exits": 272153, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9310208, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 187803310, + "runtime_create_ns": 31200, + "jit_attach_ns": 61131, + "context_create_ns": 108795, + "definition_eval_ns": 45709, + "first_eval_ns": 11969835, + "threshold_crossing_ns": 15412074, + "compile_ns": 5426269, + "install_ns": 44218, + "osr_ns": 0, + "steady_state_ns": 145506078 + } + } + }, + { + "pair_index": 28, + "candidate": { + "elapsed_ns": 137346868, + "checksum": "number:40ba6d0000000000", + "native_entries": 280166, + "native_acquisitions": 146911, + "native_exits": 280166, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9375744, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 179985758, + "runtime_create_ns": 26413, + "jit_attach_ns": 62341, + "context_create_ns": 117949, + "definition_eval_ns": 49059, + "first_eval_ns": 14574495, + "threshold_crossing_ns": 14171709, + "compile_ns": 2658939, + "install_ns": 44420, + "osr_ns": 0, + "steady_state_ns": 137346868 + } + }, + "reference": { + "elapsed_ns": 155017150, + "checksum": "number:40ba6d0000000000", + "native_entries": 271322, + "native_exits": 271322, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9351168, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 199062724, + "runtime_create_ns": 31649, + "jit_attach_ns": 67101, + "context_create_ns": 103207, + "definition_eval_ns": 53348, + "first_eval_ns": 12019354, + "threshold_crossing_ns": 16426233, + "compile_ns": 5407721, + "install_ns": 38677, + "osr_ns": 0, + "steady_state_ns": 155017150 + } + }, + "entry_cache": { + "elapsed_ns": 147758165, + "checksum": "number:40ba6d0000000000", + "native_entries": 272078, + "native_acquisitions": 142676, + "native_exits": 272078, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9355264, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 191547021, + "runtime_create_ns": 32250, + "jit_attach_ns": 60962, + "context_create_ns": 110292, + "definition_eval_ns": 42075, + "first_eval_ns": 12808871, + "threshold_crossing_ns": 14879194, + "compile_ns": 5434237, + "install_ns": 40250, + "osr_ns": 0, + "steady_state_ns": 147758165 + } + } + }, + { + "pair_index": 29, + "candidate": { + "elapsed_ns": 135738204, + "checksum": "number:40ba6d0000000000", + "native_entries": 272428, + "native_acquisitions": 142872, + "native_exits": 272428, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9310208, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 175959283, + "runtime_create_ns": 29276, + "jit_attach_ns": 69276, + "context_create_ns": 120839, + "definition_eval_ns": 48274, + "first_eval_ns": 12010693, + "threshold_crossing_ns": 14359137, + "compile_ns": 5440547, + "install_ns": 41500, + "osr_ns": 0, + "steady_state_ns": 135738204 + } + }, + "reference": { + "elapsed_ns": 148970742, + "checksum": "number:40ba6d0000000000", + "native_entries": 279682, + "native_exits": 279682, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9195520, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 194879631, + "runtime_create_ns": 30876, + "jit_attach_ns": 66069, + "context_create_ns": 107612, + "definition_eval_ns": 42903, + "first_eval_ns": 15212237, + "threshold_crossing_ns": 15658933, + "compile_ns": 2661518, + "install_ns": 41964, + "osr_ns": 0, + "steady_state_ns": 148970742 + } + }, + "entry_cache": { + "elapsed_ns": 141715118, + "checksum": "number:40ba6d0000000000", + "native_entries": 270579, + "native_acquisitions": 141897, + "native_exits": 270579, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9363456, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 182952950, + "runtime_create_ns": 27869, + "jit_attach_ns": 66481, + "context_create_ns": 114442, + "definition_eval_ns": 51394, + "first_eval_ns": 11831902, + "threshold_crossing_ns": 14920089, + "compile_ns": 5752946, + "install_ns": 43207, + "osr_ns": 0, + "steady_state_ns": 141715118 + } + } + } + ], + "tier2": [ + { + "pair_index": 0, + "candidate": { + "elapsed_ns": 12236627, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9359360, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23051427, + "runtime_create_ns": 28868, + "jit_attach_ns": 62108, + "context_create_ns": 118733, + "definition_eval_ns": 62144, + "first_eval_ns": 7651368, + "threshold_crossing_ns": 1629924, + "compile_ns": 5979602, + "install_ns": 45450, + "osr_ns": 0, + "steady_state_ns": 12236627 + } + }, + "reference": { + "elapsed_ns": 12168013, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9412608, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22925842, + "runtime_create_ns": 24695, + "jit_attach_ns": 56249, + "context_create_ns": 107878, + "definition_eval_ns": 53116, + "first_eval_ns": 7648675, + "threshold_crossing_ns": 1651216, + "compile_ns": 5932025, + "install_ns": 42652, + "osr_ns": 0, + "steady_state_ns": 12168013 + } + }, + "entry_cache": { + "elapsed_ns": 12212975, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9392128, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23183621, + "runtime_create_ns": 28495, + "jit_attach_ns": 57418, + "context_create_ns": 108804, + "definition_eval_ns": 56202, + "first_eval_ns": 7852374, + "threshold_crossing_ns": 1620074, + "compile_ns": 5932184, + "install_ns": 47967, + "osr_ns": 0, + "steady_state_ns": 12212975 + } + } + }, + { + "pair_index": 1, + "candidate": { + "elapsed_ns": 12141550, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9486336, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23344565, + "runtime_create_ns": 31086, + "jit_attach_ns": 65193, + "context_create_ns": 122375, + "definition_eval_ns": 64228, + "first_eval_ns": 8022163, + "threshold_crossing_ns": 1642024, + "compile_ns": 5974987, + "install_ns": 52723, + "osr_ns": 0, + "steady_state_ns": 12141550 + } + }, + "reference": { + "elapsed_ns": 12240082, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9359360, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23226221, + "runtime_create_ns": 27284, + "jit_attach_ns": 56774, + "context_create_ns": 103042, + "definition_eval_ns": 52732, + "first_eval_ns": 7831011, + "threshold_crossing_ns": 1667312, + "compile_ns": 5989903, + "install_ns": 42365, + "osr_ns": 0, + "steady_state_ns": 12240082 + } + }, + "entry_cache": { + "elapsed_ns": 12161011, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9367552, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22935608, + "runtime_create_ns": 34197, + "jit_attach_ns": 58054, + "context_create_ns": 110558, + "definition_eval_ns": 55331, + "first_eval_ns": 7605070, + "threshold_crossing_ns": 1664094, + "compile_ns": 5956071, + "install_ns": 47042, + "osr_ns": 0, + "steady_state_ns": 12161011 + } + } + }, + { + "pair_index": 2, + "candidate": { + "elapsed_ns": 12577510, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9465856, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 24628986, + "runtime_create_ns": 32637, + "jit_attach_ns": 64107, + "context_create_ns": 116609, + "definition_eval_ns": 62974, + "first_eval_ns": 8495211, + "threshold_crossing_ns": 1906653, + "compile_ns": 6509220, + "install_ns": 54213, + "osr_ns": 0, + "steady_state_ns": 12577510 + } + }, + "reference": { + "elapsed_ns": 12216482, + "checksum": "number:40ba6d0000000000", + "native_entries": 18, + "native_exits": 18, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9281536, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22595722, + "runtime_create_ns": 30352, + "jit_attach_ns": 72581, + "context_create_ns": 110517, + "definition_eval_ns": 61488, + "first_eval_ns": 7178924, + "threshold_crossing_ns": 1668160, + "compile_ns": 5976503, + "install_ns": 43762, + "osr_ns": 0, + "steady_state_ns": 12216482 + } + }, + "entry_cache": { + "elapsed_ns": 12133493, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9363456, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22771776, + "runtime_create_ns": 29457, + "jit_attach_ns": 58557, + "context_create_ns": 112380, + "definition_eval_ns": 55217, + "first_eval_ns": 7490303, + "threshold_crossing_ns": 1677611, + "compile_ns": 5972214, + "install_ns": 45773, + "osr_ns": 0, + "steady_state_ns": 12133493 + } + } + }, + { + "pair_index": 3, + "reference": { + "elapsed_ns": 12192952, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9285632, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22668168, + "runtime_create_ns": 29774, + "jit_attach_ns": 65666, + "context_create_ns": 106253, + "definition_eval_ns": 55858, + "first_eval_ns": 7311298, + "threshold_crossing_ns": 1658569, + "compile_ns": 5977445, + "install_ns": 44206, + "osr_ns": 0, + "steady_state_ns": 12192952 + } + }, + "entry_cache": { + "elapsed_ns": 12173309, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9363456, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22834224, + "runtime_create_ns": 29402, + "jit_attach_ns": 58601, + "context_create_ns": 104719, + "definition_eval_ns": 55171, + "first_eval_ns": 7579748, + "threshold_crossing_ns": 1616068, + "compile_ns": 5913524, + "install_ns": 40986, + "osr_ns": 0, + "steady_state_ns": 12173309 + } + }, + "candidate": { + "elapsed_ns": 12106131, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9355264, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23168692, + "runtime_create_ns": 33155, + "jit_attach_ns": 58205, + "context_create_ns": 108190, + "definition_eval_ns": 56668, + "first_eval_ns": 7889502, + "threshold_crossing_ns": 1665935, + "compile_ns": 5977665, + "install_ns": 45429, + "osr_ns": 0, + "steady_state_ns": 12106131 + } + } + }, + { + "pair_index": 4, + "reference": { + "elapsed_ns": 12092872, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9457664, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22474065, + "runtime_create_ns": 24556, + "jit_attach_ns": 71506, + "context_create_ns": 107437, + "definition_eval_ns": 57272, + "first_eval_ns": 7190013, + "threshold_crossing_ns": 1657917, + "compile_ns": 5934980, + "install_ns": 44771, + "osr_ns": 0, + "steady_state_ns": 12092872 + } + }, + "entry_cache": { + "elapsed_ns": 12178462, + "checksum": "number:40ba6d0000000000", + "native_entries": 2508, + "native_acquisitions": 1312, + "native_exits": 2508, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9441280, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22545395, + "runtime_create_ns": 28187, + "jit_attach_ns": 57375, + "context_create_ns": 146327, + "definition_eval_ns": 57107, + "first_eval_ns": 7146709, + "threshold_crossing_ns": 1693033, + "compile_ns": 4406057, + "install_ns": 50172, + "osr_ns": 0, + "steady_state_ns": 12178462 + } + }, + "candidate": { + "elapsed_ns": 12215908, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9371648, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22778290, + "runtime_create_ns": 34861, + "jit_attach_ns": 57085, + "context_create_ns": 151207, + "definition_eval_ns": 67087, + "first_eval_ns": 7315774, + "threshold_crossing_ns": 1672958, + "compile_ns": 5999473, + "install_ns": 42004, + "osr_ns": 0, + "steady_state_ns": 12215908 + } + } + }, + { + "pair_index": 5, + "reference": { + "elapsed_ns": 12209461, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9359360, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22887423, + "runtime_create_ns": 30393, + "jit_attach_ns": 64848, + "context_create_ns": 105707, + "definition_eval_ns": 56559, + "first_eval_ns": 7541815, + "threshold_crossing_ns": 1655962, + "compile_ns": 5987895, + "install_ns": 43258, + "osr_ns": 0, + "steady_state_ns": 12209461 + } + }, + "entry_cache": { + "elapsed_ns": 12237629, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9297920, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22996662, + "runtime_create_ns": 28336, + "jit_attach_ns": 56362, + "context_create_ns": 105463, + "definition_eval_ns": 54992, + "first_eval_ns": 7629482, + "threshold_crossing_ns": 1658758, + "compile_ns": 5909715, + "install_ns": 42217, + "osr_ns": 0, + "steady_state_ns": 12237629 + } + }, + "candidate": { + "elapsed_ns": 12258665, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9420800, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23154483, + "runtime_create_ns": 28233, + "jit_attach_ns": 58102, + "context_create_ns": 115962, + "definition_eval_ns": 62696, + "first_eval_ns": 7747918, + "threshold_crossing_ns": 1627928, + "compile_ns": 5947022, + "install_ns": 47118, + "osr_ns": 0, + "steady_state_ns": 12258665 + } + } + }, + { + "pair_index": 6, + "reference": { + "elapsed_ns": 12203296, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9396224, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22871181, + "runtime_create_ns": 23306, + "jit_attach_ns": 59004, + "context_create_ns": 107019, + "definition_eval_ns": 51627, + "first_eval_ns": 7536746, + "threshold_crossing_ns": 1644060, + "compile_ns": 5980111, + "install_ns": 46196, + "osr_ns": 0, + "steady_state_ns": 12203296 + } + }, + "entry_cache": { + "elapsed_ns": 12141567, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9363456, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23070998, + "runtime_create_ns": 26652, + "jit_attach_ns": 51125, + "context_create_ns": 101452, + "definition_eval_ns": 48108, + "first_eval_ns": 7802598, + "threshold_crossing_ns": 1686802, + "compile_ns": 6002029, + "install_ns": 55777, + "osr_ns": 0, + "steady_state_ns": 12141567 + } + }, + "candidate": { + "elapsed_ns": 12235409, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9314304, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23330826, + "runtime_create_ns": 28826, + "jit_attach_ns": 53698, + "context_create_ns": 106950, + "definition_eval_ns": 58779, + "first_eval_ns": 7943156, + "threshold_crossing_ns": 1682114, + "compile_ns": 6032841, + "install_ns": 45509, + "osr_ns": 0, + "steady_state_ns": 12235409 + } + } + }, + { + "pair_index": 7, + "entry_cache": { + "elapsed_ns": 12220885, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9375744, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23404267, + "runtime_create_ns": 32577, + "jit_attach_ns": 65670, + "context_create_ns": 110369, + "definition_eval_ns": 58678, + "first_eval_ns": 8005095, + "threshold_crossing_ns": 1652092, + "compile_ns": 6055605, + "install_ns": 45602, + "osr_ns": 0, + "steady_state_ns": 12220885 + } + }, + "candidate": { + "elapsed_ns": 12234316, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9396224, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23185906, + "runtime_create_ns": 29709, + "jit_attach_ns": 54186, + "context_create_ns": 110635, + "definition_eval_ns": 58106, + "first_eval_ns": 7775623, + "threshold_crossing_ns": 1687530, + "compile_ns": 6053713, + "install_ns": 43105, + "osr_ns": 0, + "steady_state_ns": 12234316 + } + }, + "reference": { + "elapsed_ns": 12250674, + "checksum": "number:40ba6d0000000000", + "native_entries": 18, + "native_exits": 18, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9355264, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22979361, + "runtime_create_ns": 27132, + "jit_attach_ns": 60551, + "context_create_ns": 108403, + "definition_eval_ns": 56569, + "first_eval_ns": 7589373, + "threshold_crossing_ns": 1639801, + "compile_ns": 6021598, + "install_ns": 42875, + "osr_ns": 0, + "steady_state_ns": 12250674 + } + } + }, + { + "pair_index": 8, + "entry_cache": { + "elapsed_ns": 12221678, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9478144, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23466727, + "runtime_create_ns": 30206, + "jit_attach_ns": 62778, + "context_create_ns": 112482, + "definition_eval_ns": 59552, + "first_eval_ns": 8066930, + "threshold_crossing_ns": 1683269, + "compile_ns": 6068140, + "install_ns": 70177, + "osr_ns": 0, + "steady_state_ns": 12221678 + } + }, + "candidate": { + "elapsed_ns": 12195325, + "checksum": "number:40ba6d0000000000", + "native_entries": 2805, + "native_acquisitions": 1468, + "native_exits": 2805, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9383936, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22649824, + "runtime_create_ns": 30693, + "jit_attach_ns": 55919, + "context_create_ns": 107057, + "definition_eval_ns": 57584, + "first_eval_ns": 7315681, + "threshold_crossing_ns": 1669497, + "compile_ns": 4796980, + "install_ns": 45811, + "osr_ns": 0, + "steady_state_ns": 12195325 + } + }, + "reference": { + "elapsed_ns": 12124819, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9306112, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23310308, + "runtime_create_ns": 32417, + "jit_attach_ns": 61479, + "context_create_ns": 106551, + "definition_eval_ns": 59219, + "first_eval_ns": 8057442, + "threshold_crossing_ns": 1652962, + "compile_ns": 6026935, + "install_ns": 51920, + "osr_ns": 0, + "steady_state_ns": 12124819 + } + } + }, + { + "pair_index": 9, + "entry_cache": { + "elapsed_ns": 12237981, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9375744, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22942387, + "runtime_create_ns": 28286, + "jit_attach_ns": 69675, + "context_create_ns": 111768, + "definition_eval_ns": 59046, + "first_eval_ns": 7514148, + "threshold_crossing_ns": 1662258, + "compile_ns": 5948834, + "install_ns": 47903, + "osr_ns": 0, + "steady_state_ns": 12237981 + } + }, + "candidate": { + "elapsed_ns": 12241714, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9367552, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23043510, + "runtime_create_ns": 23572, + "jit_attach_ns": 53803, + "context_create_ns": 106327, + "definition_eval_ns": 58263, + "first_eval_ns": 7678493, + "threshold_crossing_ns": 1622332, + "compile_ns": 5913372, + "install_ns": 40967, + "osr_ns": 0, + "steady_state_ns": 12241714 + } + }, + "reference": { + "elapsed_ns": 12127746, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9293824, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23090072, + "runtime_create_ns": 27961, + "jit_attach_ns": 57514, + "context_create_ns": 102487, + "definition_eval_ns": 58285, + "first_eval_ns": 7876329, + "threshold_crossing_ns": 1619447, + "compile_ns": 5954252, + "install_ns": 50431, + "osr_ns": 0, + "steady_state_ns": 12127746 + } + } + }, + { + "pair_index": 10, + "entry_cache": { + "elapsed_ns": 12217471, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9355264, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23195410, + "runtime_create_ns": 29828, + "jit_attach_ns": 66455, + "context_create_ns": 111419, + "definition_eval_ns": 56233, + "first_eval_ns": 7781829, + "threshold_crossing_ns": 1667665, + "compile_ns": 6033678, + "install_ns": 45563, + "osr_ns": 0, + "steady_state_ns": 12217471 + } + }, + "candidate": { + "elapsed_ns": 12113676, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9371648, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22870632, + "runtime_create_ns": 32637, + "jit_attach_ns": 61565, + "context_create_ns": 113194, + "definition_eval_ns": 57056, + "first_eval_ns": 7547693, + "threshold_crossing_ns": 1662550, + "compile_ns": 5974192, + "install_ns": 44109, + "osr_ns": 0, + "steady_state_ns": 12113676 + } + }, + "reference": { + "elapsed_ns": 12158430, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9449472, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22955049, + "runtime_create_ns": 28068, + "jit_attach_ns": 67783, + "context_create_ns": 108945, + "definition_eval_ns": 58836, + "first_eval_ns": 7648768, + "threshold_crossing_ns": 1655075, + "compile_ns": 6032866, + "install_ns": 46297, + "osr_ns": 0, + "steady_state_ns": 12158430 + } + } + }, + { + "pair_index": 11, + "candidate": { + "elapsed_ns": 12264710, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9498624, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22729612, + "runtime_create_ns": 31078, + "jit_attach_ns": 70494, + "context_create_ns": 120213, + "definition_eval_ns": 62949, + "first_eval_ns": 7257310, + "threshold_crossing_ns": 1677973, + "compile_ns": 5991344, + "install_ns": 46609, + "osr_ns": 0, + "steady_state_ns": 12264710 + } + }, + "reference": { + "elapsed_ns": 12105506, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9424896, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22729076, + "runtime_create_ns": 27154, + "jit_attach_ns": 65558, + "context_create_ns": 110886, + "definition_eval_ns": 79053, + "first_eval_ns": 7415619, + "threshold_crossing_ns": 1667128, + "compile_ns": 5984683, + "install_ns": 44917, + "osr_ns": 0, + "steady_state_ns": 12105506 + } + }, + "entry_cache": { + "elapsed_ns": 12168411, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9457664, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22964950, + "runtime_create_ns": 31374, + "jit_attach_ns": 61107, + "context_create_ns": 108438, + "definition_eval_ns": 55735, + "first_eval_ns": 7612312, + "threshold_crossing_ns": 1679464, + "compile_ns": 5989679, + "install_ns": 44605, + "osr_ns": 0, + "steady_state_ns": 12168411 + } + } + }, + { + "pair_index": 12, + "candidate": { + "elapsed_ns": 12145863, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9310208, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23016690, + "runtime_create_ns": 29251, + "jit_attach_ns": 57551, + "context_create_ns": 112469, + "definition_eval_ns": 60720, + "first_eval_ns": 7708102, + "threshold_crossing_ns": 1656484, + "compile_ns": 5977785, + "install_ns": 49488, + "osr_ns": 0, + "steady_state_ns": 12145863 + } + }, + "reference": { + "elapsed_ns": 12113516, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9359360, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22850652, + "runtime_create_ns": 25625, + "jit_attach_ns": 53404, + "context_create_ns": 105271, + "definition_eval_ns": 48750, + "first_eval_ns": 7583576, + "threshold_crossing_ns": 1674794, + "compile_ns": 5758219, + "install_ns": 42537, + "osr_ns": 0, + "steady_state_ns": 12113516 + } + }, + "entry_cache": { + "elapsed_ns": 12335175, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9433088, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22779544, + "runtime_create_ns": 28266, + "jit_attach_ns": 53930, + "context_create_ns": 117401, + "definition_eval_ns": 57800, + "first_eval_ns": 7230509, + "threshold_crossing_ns": 1687468, + "compile_ns": 5923816, + "install_ns": 43578, + "osr_ns": 0, + "steady_state_ns": 12335175 + } + } + }, + { + "pair_index": 13, + "candidate": { + "elapsed_ns": 12144612, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9363456, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23365082, + "runtime_create_ns": 35258, + "jit_attach_ns": 67630, + "context_create_ns": 118050, + "definition_eval_ns": 65090, + "first_eval_ns": 7996443, + "threshold_crossing_ns": 1681317, + "compile_ns": 6046316, + "install_ns": 50727, + "osr_ns": 0, + "steady_state_ns": 12144612 + } + }, + "reference": { + "elapsed_ns": 12135937, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9277440, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22889265, + "runtime_create_ns": 26237, + "jit_attach_ns": 60888, + "context_create_ns": 107631, + "definition_eval_ns": 60485, + "first_eval_ns": 7657941, + "threshold_crossing_ns": 1626955, + "compile_ns": 5996247, + "install_ns": 46313, + "osr_ns": 0, + "steady_state_ns": 12135937 + } + }, + "entry_cache": { + "elapsed_ns": 12199309, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9347072, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23082079, + "runtime_create_ns": 26027, + "jit_attach_ns": 60642, + "context_create_ns": 112879, + "definition_eval_ns": 55827, + "first_eval_ns": 7688818, + "threshold_crossing_ns": 1681059, + "compile_ns": 6006994, + "install_ns": 50310, + "osr_ns": 0, + "steady_state_ns": 12199309 + } + } + }, + { + "pair_index": 14, + "candidate": { + "elapsed_ns": 12261160, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9359360, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22862301, + "runtime_create_ns": 30598, + "jit_attach_ns": 62839, + "context_create_ns": 126395, + "definition_eval_ns": 70523, + "first_eval_ns": 7419311, + "threshold_crossing_ns": 1653466, + "compile_ns": 6043603, + "install_ns": 53969, + "osr_ns": 0, + "steady_state_ns": 12261160 + } + }, + "reference": { + "elapsed_ns": 12543377, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9502720, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23103981, + "runtime_create_ns": 26877, + "jit_attach_ns": 67676, + "context_create_ns": 126245, + "definition_eval_ns": 67847, + "first_eval_ns": 7353433, + "threshold_crossing_ns": 1663295, + "compile_ns": 6008018, + "install_ns": 51910, + "osr_ns": 0, + "steady_state_ns": 12543377 + } + }, + "entry_cache": { + "elapsed_ns": 12397838, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9355264, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23120879, + "runtime_create_ns": 40545, + "jit_attach_ns": 65555, + "context_create_ns": 118261, + "definition_eval_ns": 55013, + "first_eval_ns": 7348554, + "threshold_crossing_ns": 1673893, + "compile_ns": 6063062, + "install_ns": 57134, + "osr_ns": 0, + "steady_state_ns": 12397838 + } + } + }, + { + "pair_index": 15, + "reference": { + "elapsed_ns": 12409473, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9392128, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22893321, + "runtime_create_ns": 36617, + "jit_attach_ns": 68867, + "context_create_ns": 110100, + "definition_eval_ns": 56831, + "first_eval_ns": 7268933, + "threshold_crossing_ns": 1677697, + "compile_ns": 6044744, + "install_ns": 57235, + "osr_ns": 0, + "steady_state_ns": 12409473 + } + }, + "entry_cache": { + "elapsed_ns": 12426162, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9457664, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23059249, + "runtime_create_ns": 27697, + "jit_attach_ns": 74407, + "context_create_ns": 113871, + "definition_eval_ns": 57103, + "first_eval_ns": 7239088, + "threshold_crossing_ns": 1846575, + "compile_ns": 6019174, + "install_ns": 50817, + "osr_ns": 0, + "steady_state_ns": 12426162 + } + }, + "candidate": { + "elapsed_ns": 12193397, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9465856, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23269563, + "runtime_create_ns": 28413, + "jit_attach_ns": 64231, + "context_create_ns": 114789, + "definition_eval_ns": 65343, + "first_eval_ns": 7950122, + "threshold_crossing_ns": 1629312, + "compile_ns": 5966235, + "install_ns": 51620, + "osr_ns": 0, + "steady_state_ns": 12193397 + } + } + }, + { + "pair_index": 16, + "reference": { + "elapsed_ns": 12491046, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9400320, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22997174, + "runtime_create_ns": 31222, + "jit_attach_ns": 78246, + "context_create_ns": 109296, + "definition_eval_ns": 57580, + "first_eval_ns": 7283202, + "threshold_crossing_ns": 1685437, + "compile_ns": 6023881, + "install_ns": 51221, + "osr_ns": 0, + "steady_state_ns": 12491046 + } + }, + "entry_cache": { + "elapsed_ns": 12478100, + "checksum": "number:40ba6d0000000000", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9285632, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23285908, + "runtime_create_ns": 40115, + "jit_attach_ns": 61543, + "context_create_ns": 108082, + "definition_eval_ns": 61156, + "first_eval_ns": 7273519, + "threshold_crossing_ns": 1994059, + "compile_ns": 6034485, + "install_ns": 52712, + "osr_ns": 0, + "steady_state_ns": 12478100 + } + }, + "candidate": { + "elapsed_ns": 12601521, + "checksum": "number:40ba6d0000000000", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9461760, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23619734, + "runtime_create_ns": 29315, + "jit_attach_ns": 62785, + "context_create_ns": 117976, + "definition_eval_ns": 61055, + "first_eval_ns": 7789717, + "threshold_crossing_ns": 1693848, + "compile_ns": 6003750, + "install_ns": 55120, + "osr_ns": 0, + "steady_state_ns": 12601521 + } + } + }, + { + "pair_index": 17, + "reference": { + "elapsed_ns": 12235791, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9347072, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23418547, + "runtime_create_ns": 29643, + "jit_attach_ns": 64182, + "context_create_ns": 107851, + "definition_eval_ns": 56737, + "first_eval_ns": 8007039, + "threshold_crossing_ns": 1669209, + "compile_ns": 6029634, + "install_ns": 50739, + "osr_ns": 0, + "steady_state_ns": 12235791 + } + }, + "entry_cache": { + "elapsed_ns": 12192290, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9371648, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23047132, + "runtime_create_ns": 30565, + "jit_attach_ns": 60768, + "context_create_ns": 108950, + "definition_eval_ns": 62188, + "first_eval_ns": 7671149, + "threshold_crossing_ns": 1691099, + "compile_ns": 6034992, + "install_ns": 49263, + "osr_ns": 0, + "steady_state_ns": 12192290 + } + }, + "candidate": { + "elapsed_ns": 12145678, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9461760, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22963112, + "runtime_create_ns": 28823, + "jit_attach_ns": 61997, + "context_create_ns": 117130, + "definition_eval_ns": 63077, + "first_eval_ns": 7640183, + "threshold_crossing_ns": 1644191, + "compile_ns": 6026308, + "install_ns": 46036, + "osr_ns": 0, + "steady_state_ns": 12145678 + } + } + }, + { + "pair_index": 18, + "reference": { + "elapsed_ns": 12149640, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9412608, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22675935, + "runtime_create_ns": 27691, + "jit_attach_ns": 78959, + "context_create_ns": 130079, + "definition_eval_ns": 65000, + "first_eval_ns": 7355793, + "threshold_crossing_ns": 1648838, + "compile_ns": 6025717, + "install_ns": 55303, + "osr_ns": 0, + "steady_state_ns": 12149640 + } + }, + "entry_cache": { + "elapsed_ns": 12185337, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9461760, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22954349, + "runtime_create_ns": 26879, + "jit_attach_ns": 65068, + "context_create_ns": 118136, + "definition_eval_ns": 58744, + "first_eval_ns": 7543293, + "threshold_crossing_ns": 1696260, + "compile_ns": 6011113, + "install_ns": 46085, + "osr_ns": 0, + "steady_state_ns": 12185337 + } + }, + "candidate": { + "elapsed_ns": 12178584, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9404416, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22905832, + "runtime_create_ns": 33353, + "jit_attach_ns": 64795, + "context_create_ns": 116451, + "definition_eval_ns": 63826, + "first_eval_ns": 7550808, + "threshold_crossing_ns": 1660796, + "compile_ns": 6023204, + "install_ns": 47876, + "osr_ns": 0, + "steady_state_ns": 12178584 + } + } + }, + { + "pair_index": 19, + "entry_cache": { + "elapsed_ns": 12573048, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9453568, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23325879, + "runtime_create_ns": 28905, + "jit_attach_ns": 66690, + "context_create_ns": 119003, + "definition_eval_ns": 58686, + "first_eval_ns": 7557629, + "threshold_crossing_ns": 1667452, + "compile_ns": 5992360, + "install_ns": 52880, + "osr_ns": 0, + "steady_state_ns": 12573048 + } + }, + "candidate": { + "elapsed_ns": 12670492, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9408512, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 24305084, + "runtime_create_ns": 32101, + "jit_attach_ns": 64284, + "context_create_ns": 117687, + "definition_eval_ns": 61765, + "first_eval_ns": 8020904, + "threshold_crossing_ns": 1975758, + "compile_ns": 5996892, + "install_ns": 47300, + "osr_ns": 0, + "steady_state_ns": 12670492 + } + }, + "reference": { + "elapsed_ns": 12564946, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9355264, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23292051, + "runtime_create_ns": 25106, + "jit_attach_ns": 67033, + "context_create_ns": 111076, + "definition_eval_ns": 58831, + "first_eval_ns": 7538513, + "threshold_crossing_ns": 1669565, + "compile_ns": 6025003, + "install_ns": 47380, + "osr_ns": 0, + "steady_state_ns": 12564946 + } + } + }, + { + "pair_index": 20, + "entry_cache": { + "elapsed_ns": 12153587, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9461760, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22836994, + "runtime_create_ns": 29371, + "jit_attach_ns": 60317, + "context_create_ns": 114202, + "definition_eval_ns": 57179, + "first_eval_ns": 7516960, + "threshold_crossing_ns": 1664163, + "compile_ns": 5973438, + "install_ns": 49329, + "osr_ns": 0, + "steady_state_ns": 12153587 + } + }, + "candidate": { + "elapsed_ns": 12191845, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9281536, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23043268, + "runtime_create_ns": 30843, + "jit_attach_ns": 63168, + "context_create_ns": 117216, + "definition_eval_ns": 64591, + "first_eval_ns": 7624395, + "threshold_crossing_ns": 1692001, + "compile_ns": 6041938, + "install_ns": 47793, + "osr_ns": 0, + "steady_state_ns": 12191845 + } + }, + "reference": { + "elapsed_ns": 12112784, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9351168, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22868077, + "runtime_create_ns": 28852, + "jit_attach_ns": 63670, + "context_create_ns": 108080, + "definition_eval_ns": 58077, + "first_eval_ns": 7556000, + "threshold_crossing_ns": 1693227, + "compile_ns": 6000983, + "install_ns": 47825, + "osr_ns": 0, + "steady_state_ns": 12112784 + } + } + }, + { + "pair_index": 21, + "entry_cache": { + "elapsed_ns": 12252011, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9363456, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22420047, + "runtime_create_ns": 33510, + "jit_attach_ns": 67679, + "context_create_ns": 114460, + "definition_eval_ns": 58070, + "first_eval_ns": 6981380, + "threshold_crossing_ns": 1677481, + "compile_ns": 6032786, + "install_ns": 55471, + "osr_ns": 0, + "steady_state_ns": 12252011 + } + }, + "candidate": { + "elapsed_ns": 12208095, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9388032, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23523787, + "runtime_create_ns": 28172, + "jit_attach_ns": 65832, + "context_create_ns": 119534, + "definition_eval_ns": 65425, + "first_eval_ns": 8086119, + "threshold_crossing_ns": 1688736, + "compile_ns": 6087702, + "install_ns": 56904, + "osr_ns": 0, + "steady_state_ns": 12208095 + } + }, + "reference": { + "elapsed_ns": 12094402, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9248768, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22686423, + "runtime_create_ns": 27344, + "jit_attach_ns": 71126, + "context_create_ns": 139638, + "definition_eval_ns": 62489, + "first_eval_ns": 7363607, + "threshold_crossing_ns": 1675263, + "compile_ns": 6050583, + "install_ns": 46278, + "osr_ns": 0, + "steady_state_ns": 12094402 + } + } + }, + { + "pair_index": 22, + "entry_cache": { + "elapsed_ns": 12319914, + "checksum": "number:40ba6d0000000000", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9347072, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 27790858, + "runtime_create_ns": 43106, + "jit_attach_ns": 81586, + "context_create_ns": 158801, + "definition_eval_ns": 76964, + "first_eval_ns": 12190867, + "threshold_crossing_ns": 1653970, + "compile_ns": 10575682, + "install_ns": 53463, + "osr_ns": 0, + "steady_state_ns": 12319914 + } + }, + "candidate": { + "elapsed_ns": 12218112, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9371648, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22543117, + "runtime_create_ns": 28213, + "jit_attach_ns": 66743, + "context_create_ns": 115582, + "definition_eval_ns": 67738, + "first_eval_ns": 7162721, + "threshold_crossing_ns": 1648454, + "compile_ns": 6032409, + "install_ns": 45655, + "osr_ns": 0, + "steady_state_ns": 12218112 + } + }, + "reference": { + "elapsed_ns": 12226804, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9363456, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22703675, + "runtime_create_ns": 27651, + "jit_attach_ns": 69601, + "context_create_ns": 114376, + "definition_eval_ns": 58514, + "first_eval_ns": 7303994, + "threshold_crossing_ns": 1661238, + "compile_ns": 5999502, + "install_ns": 43769, + "osr_ns": 0, + "steady_state_ns": 12226804 + } + } + }, + { + "pair_index": 23, + "candidate": { + "elapsed_ns": 12141082, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9330688, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22927198, + "runtime_create_ns": 32715, + "jit_attach_ns": 65962, + "context_create_ns": 115241, + "definition_eval_ns": 63214, + "first_eval_ns": 7627526, + "threshold_crossing_ns": 1657635, + "compile_ns": 5979035, + "install_ns": 49286, + "osr_ns": 0, + "steady_state_ns": 12141082 + } + }, + "reference": { + "elapsed_ns": 12144968, + "checksum": "number:40ba6d0000000000", + "native_entries": 18, + "native_exits": 18, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9486336, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23240132, + "runtime_create_ns": 30567, + "jit_attach_ns": 59057, + "context_create_ns": 110515, + "definition_eval_ns": 59516, + "first_eval_ns": 7936467, + "threshold_crossing_ns": 1648115, + "compile_ns": 6086905, + "install_ns": 51920, + "osr_ns": 0, + "steady_state_ns": 12144968 + } + }, + "entry_cache": { + "elapsed_ns": 12256583, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9347072, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22993237, + "runtime_create_ns": 30666, + "jit_attach_ns": 59477, + "context_create_ns": 109497, + "definition_eval_ns": 57796, + "first_eval_ns": 7536036, + "threshold_crossing_ns": 1680976, + "compile_ns": 6007134, + "install_ns": 48422, + "osr_ns": 0, + "steady_state_ns": 12256583 + } + } + }, + { + "pair_index": 24, + "candidate": { + "elapsed_ns": 12211255, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9371648, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23012341, + "runtime_create_ns": 33217, + "jit_attach_ns": 61361, + "context_create_ns": 123924, + "definition_eval_ns": 68091, + "first_eval_ns": 7587240, + "threshold_crossing_ns": 1668759, + "compile_ns": 6293609, + "install_ns": 45355, + "osr_ns": 0, + "steady_state_ns": 12211255 + } + }, + "reference": { + "elapsed_ns": 12210308, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9428992, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22710330, + "runtime_create_ns": 25661, + "jit_attach_ns": 82999, + "context_create_ns": 108002, + "definition_eval_ns": 58767, + "first_eval_ns": 7315174, + "threshold_crossing_ns": 1671066, + "compile_ns": 6029737, + "install_ns": 49469, + "osr_ns": 0, + "steady_state_ns": 12210308 + } + }, + "entry_cache": { + "elapsed_ns": 12186607, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9412608, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22847028, + "runtime_create_ns": 29344, + "jit_attach_ns": 64075, + "context_create_ns": 117495, + "definition_eval_ns": 57925, + "first_eval_ns": 7494607, + "threshold_crossing_ns": 1637683, + "compile_ns": 5971918, + "install_ns": 46526, + "osr_ns": 0, + "steady_state_ns": 12186607 + } + } + }, + { + "pair_index": 25, + "candidate": { + "elapsed_ns": 12237106, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9461760, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22877251, + "runtime_create_ns": 34107, + "jit_attach_ns": 82479, + "context_create_ns": 128332, + "definition_eval_ns": 65797, + "first_eval_ns": 7386556, + "threshold_crossing_ns": 1677918, + "compile_ns": 5994874, + "install_ns": 48475, + "osr_ns": 0, + "steady_state_ns": 12237106 + } + }, + "reference": { + "elapsed_ns": 12182881, + "checksum": "number:40ba6d0000000000", + "native_entries": 18, + "native_exits": 18, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9502720, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23098849, + "runtime_create_ns": 25466, + "jit_attach_ns": 70047, + "context_create_ns": 109728, + "definition_eval_ns": 56926, + "first_eval_ns": 7536121, + "threshold_crossing_ns": 1864362, + "compile_ns": 6067586, + "install_ns": 168198, + "osr_ns": 0, + "steady_state_ns": 12182881 + } + }, + "entry_cache": { + "elapsed_ns": 12197506, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9338880, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22808655, + "runtime_create_ns": 26320, + "jit_attach_ns": 61910, + "context_create_ns": 112422, + "definition_eval_ns": 65807, + "first_eval_ns": 7395612, + "threshold_crossing_ns": 1692579, + "compile_ns": 6004344, + "install_ns": 53724, + "osr_ns": 0, + "steady_state_ns": 12197506 + } + } + }, + { + "pair_index": 26, + "candidate": { + "elapsed_ns": 12174403, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9478144, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23356570, + "runtime_create_ns": 30131, + "jit_attach_ns": 64998, + "context_create_ns": 113891, + "definition_eval_ns": 57531, + "first_eval_ns": 7521338, + "threshold_crossing_ns": 2132517, + "compile_ns": 6364269, + "install_ns": 143747, + "osr_ns": 0, + "steady_state_ns": 12174403 + } + }, + "reference": { + "elapsed_ns": 12250437, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9453568, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23429488, + "runtime_create_ns": 30724, + "jit_attach_ns": 61056, + "context_create_ns": 104298, + "definition_eval_ns": 61487, + "first_eval_ns": 8049136, + "threshold_crossing_ns": 1654157, + "compile_ns": 5995945, + "install_ns": 45580, + "osr_ns": 0, + "steady_state_ns": 12250437 + } + }, + "entry_cache": { + "elapsed_ns": 12151938, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9375744, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23484579, + "runtime_create_ns": 29079, + "jit_attach_ns": 62297, + "context_create_ns": 114639, + "definition_eval_ns": 54172, + "first_eval_ns": 8150218, + "threshold_crossing_ns": 1667404, + "compile_ns": 6491009, + "install_ns": 49356, + "osr_ns": 0, + "steady_state_ns": 12151938 + } + } + }, + { + "pair_index": 27, + "reference": { + "elapsed_ns": 12353219, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9342976, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23319516, + "runtime_create_ns": 30530, + "jit_attach_ns": 65367, + "context_create_ns": 113675, + "definition_eval_ns": 55715, + "first_eval_ns": 7796524, + "threshold_crossing_ns": 1674502, + "compile_ns": 6036645, + "install_ns": 59387, + "osr_ns": 0, + "steady_state_ns": 12353219 + } + }, + "entry_cache": { + "elapsed_ns": 12428709, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9400320, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22927203, + "runtime_create_ns": 31401, + "jit_attach_ns": 64359, + "context_create_ns": 118261, + "definition_eval_ns": 57464, + "first_eval_ns": 7292374, + "threshold_crossing_ns": 1671072, + "compile_ns": 5965410, + "install_ns": 49336, + "osr_ns": 0, + "steady_state_ns": 12428709 + } + }, + "candidate": { + "elapsed_ns": 12196153, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9379840, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23146411, + "runtime_create_ns": 30917, + "jit_attach_ns": 61977, + "context_create_ns": 131522, + "definition_eval_ns": 60890, + "first_eval_ns": 7736296, + "threshold_crossing_ns": 1693832, + "compile_ns": 6355926, + "install_ns": 54957, + "osr_ns": 0, + "steady_state_ns": 12196153 + } + } + }, + { + "pair_index": 28, + "reference": { + "elapsed_ns": 12613493, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9232384, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23969997, + "runtime_create_ns": 26656, + "jit_attach_ns": 65042, + "context_create_ns": 110695, + "definition_eval_ns": 60247, + "first_eval_ns": 8144610, + "threshold_crossing_ns": 1703848, + "compile_ns": 6029792, + "install_ns": 56186, + "osr_ns": 0, + "steady_state_ns": 12613493 + } + }, + "entry_cache": { + "elapsed_ns": 12611369, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9428992, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 24192893, + "runtime_create_ns": 32634, + "jit_attach_ns": 55113, + "context_create_ns": 111284, + "definition_eval_ns": 60876, + "first_eval_ns": 7812873, + "threshold_crossing_ns": 1859288, + "compile_ns": 5962352, + "install_ns": 51545, + "osr_ns": 0, + "steady_state_ns": 12611369 + } + }, + "candidate": { + "elapsed_ns": 12697054, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9363456, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23347411, + "runtime_create_ns": 29227, + "jit_attach_ns": 62722, + "context_create_ns": 117921, + "definition_eval_ns": 71740, + "first_eval_ns": 7434173, + "threshold_crossing_ns": 1678838, + "compile_ns": 6002330, + "install_ns": 49324, + "osr_ns": 0, + "steady_state_ns": 12697054 + } + } + }, + { + "pair_index": 29, + "reference": { + "elapsed_ns": 12189614, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9306112, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23391507, + "runtime_create_ns": 33119, + "jit_attach_ns": 68717, + "context_create_ns": 109372, + "definition_eval_ns": 64385, + "first_eval_ns": 7993987, + "threshold_crossing_ns": 1680843, + "compile_ns": 6054035, + "install_ns": 53644, + "osr_ns": 0, + "steady_state_ns": 12189614 + } + }, + "entry_cache": { + "elapsed_ns": 12235773, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9363456, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23455669, + "runtime_create_ns": 27768, + "jit_attach_ns": 69582, + "context_create_ns": 109984, + "definition_eval_ns": 59610, + "first_eval_ns": 7617723, + "threshold_crossing_ns": 2101656, + "compile_ns": 6380031, + "install_ns": 52068, + "osr_ns": 0, + "steady_state_ns": 12235773 + } + }, + "candidate": { + "elapsed_ns": 12156730, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9265152, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22554196, + "runtime_create_ns": 33755, + "jit_attach_ns": 61709, + "context_create_ns": 109437, + "definition_eval_ns": 64389, + "first_eval_ns": 7234521, + "threshold_crossing_ns": 1634552, + "compile_ns": 6013194, + "install_ns": 50901, + "osr_ns": 0, + "steady_state_ns": 12156730 + } + } + } + ], + "automatic": [ + { + "pair_index": 0, + "reference": { + "elapsed_ns": 12231234, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9224192, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2022296421, + "runtime_create_ns": 24011, + "jit_attach_ns": 54733, + "context_create_ns": 101563, + "definition_eval_ns": 37575, + "first_eval_ns": 4303290, + "threshold_crossing_ns": 2004312571, + "compile_ns": 2609611, + "install_ns": 34398, + "osr_ns": 0, + "steady_state_ns": 12231234 + } + }, + "entry_cache": { + "elapsed_ns": 12186342, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9232384, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024152728, + "runtime_create_ns": 31658, + "jit_attach_ns": 62713, + "context_create_ns": 116720, + "definition_eval_ns": 48143, + "first_eval_ns": 6370841, + "threshold_crossing_ns": 2004085903, + "compile_ns": 5504967, + "install_ns": 38899, + "osr_ns": 0, + "steady_state_ns": 12186342 + } + }, + "candidate": { + "elapsed_ns": 12137852, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9261056, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023487768, + "runtime_create_ns": 29146, + "jit_attach_ns": 64739, + "context_create_ns": 130383, + "definition_eval_ns": 51769, + "first_eval_ns": 6184578, + "threshold_crossing_ns": 2003642541, + "compile_ns": 5467412, + "install_ns": 35523, + "osr_ns": 0, + "steady_state_ns": 12137852 + } + } + }, + { + "pair_index": 1, + "reference": { + "elapsed_ns": 12235707, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9232384, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024969374, + "runtime_create_ns": 25572, + "jit_attach_ns": 53295, + "context_create_ns": 99968, + "definition_eval_ns": 39865, + "first_eval_ns": 6535548, + "threshold_crossing_ns": 2004722984, + "compile_ns": 5391270, + "install_ns": 30267, + "osr_ns": 0, + "steady_state_ns": 12235707 + } + }, + "entry_cache": { + "elapsed_ns": 12136071, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9388032, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2022209892, + "runtime_create_ns": 27788, + "jit_attach_ns": 64722, + "context_create_ns": 115249, + "definition_eval_ns": 44767, + "first_eval_ns": 4700851, + "threshold_crossing_ns": 2003875527, + "compile_ns": 3907652, + "install_ns": 42667, + "osr_ns": 0, + "steady_state_ns": 12136071 + } + }, + "candidate": { + "elapsed_ns": 12189580, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9265152, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024119068, + "runtime_create_ns": 34024, + "jit_attach_ns": 62528, + "context_create_ns": 107739, + "definition_eval_ns": 49276, + "first_eval_ns": 6346583, + "threshold_crossing_ns": 2004078376, + "compile_ns": 5538240, + "install_ns": 35541, + "osr_ns": 0, + "steady_state_ns": 12189580 + } + } + }, + { + "pair_index": 2, + "reference": { + "elapsed_ns": 12112952, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9428992, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2021787107, + "runtime_create_ns": 25883, + "jit_attach_ns": 55304, + "context_create_ns": 106106, + "definition_eval_ns": 38661, + "first_eval_ns": 4356663, + "threshold_crossing_ns": 2003840421, + "compile_ns": 2658129, + "install_ns": 36178, + "osr_ns": 0, + "steady_state_ns": 12112952 + } + }, + "entry_cache": { + "elapsed_ns": 12159564, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9191424, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2022911851, + "runtime_create_ns": 31152, + "jit_attach_ns": 60837, + "context_create_ns": 115870, + "definition_eval_ns": 45887, + "first_eval_ns": 4473529, + "threshold_crossing_ns": 2004775910, + "compile_ns": 2584333, + "install_ns": 33930, + "osr_ns": 0, + "steady_state_ns": 12159564 + } + }, + "candidate": { + "elapsed_ns": 12116753, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9375744, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2022322575, + "runtime_create_ns": 34596, + "jit_attach_ns": 66384, + "context_create_ns": 117179, + "definition_eval_ns": 45622, + "first_eval_ns": 4496985, + "threshold_crossing_ns": 2004227423, + "compile_ns": 2653399, + "install_ns": 40165, + "osr_ns": 0, + "steady_state_ns": 12116753 + } + } + }, + { + "pair_index": 3, + "reference": { + "elapsed_ns": 12133019, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9383936, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2021830302, + "runtime_create_ns": 30145, + "jit_attach_ns": 63996, + "context_create_ns": 108310, + "definition_eval_ns": 42627, + "first_eval_ns": 4577919, + "threshold_crossing_ns": 2003644958, + "compile_ns": 2695639, + "install_ns": 40190, + "osr_ns": 0, + "steady_state_ns": 12133019 + } + }, + "entry_cache": { + "elapsed_ns": 12255085, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9228288, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023956498, + "runtime_create_ns": 28989, + "jit_attach_ns": 62192, + "context_create_ns": 110374, + "definition_eval_ns": 47390, + "first_eval_ns": 6069555, + "threshold_crossing_ns": 2004159079, + "compile_ns": 5467313, + "install_ns": 36399, + "osr_ns": 0, + "steady_state_ns": 12255085 + } + }, + "candidate": { + "elapsed_ns": 12160507, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9326592, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024155484, + "runtime_create_ns": 30433, + "jit_attach_ns": 64357, + "context_create_ns": 116231, + "definition_eval_ns": 74436, + "first_eval_ns": 6016836, + "threshold_crossing_ns": 2004444580, + "compile_ns": 5461172, + "install_ns": 40756, + "osr_ns": 0, + "steady_state_ns": 12160507 + } + } + }, + { + "pair_index": 4, + "entry_cache": { + "elapsed_ns": 12164577, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9265152, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024313999, + "runtime_create_ns": 27570, + "jit_attach_ns": 47972, + "context_create_ns": 102289, + "definition_eval_ns": 38124, + "first_eval_ns": 6409228, + "threshold_crossing_ns": 2004275899, + "compile_ns": 5376642, + "install_ns": 33692, + "osr_ns": 0, + "steady_state_ns": 12164577 + } + }, + "candidate": { + "elapsed_ns": 12150150, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9306112, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023519784, + "runtime_create_ns": 36442, + "jit_attach_ns": 65070, + "context_create_ns": 125114, + "definition_eval_ns": 45192, + "first_eval_ns": 6150674, + "threshold_crossing_ns": 2003704704, + "compile_ns": 5451647, + "install_ns": 39409, + "osr_ns": 0, + "steady_state_ns": 12150150 + } + }, + "reference": { + "elapsed_ns": 12300654, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9252864, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024765578, + "runtime_create_ns": 25830, + "jit_attach_ns": 67110, + "context_create_ns": 111287, + "definition_eval_ns": 45767, + "first_eval_ns": 6518134, + "threshold_crossing_ns": 2004451805, + "compile_ns": 5502980, + "install_ns": 40532, + "osr_ns": 0, + "steady_state_ns": 12300654 + } + } + }, + { + "pair_index": 5, + "entry_cache": { + "elapsed_ns": 12155815, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9179136, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2022827391, + "runtime_create_ns": 50081, + "jit_attach_ns": 46768, + "context_create_ns": 98614, + "definition_eval_ns": 32749, + "first_eval_ns": 4525549, + "threshold_crossing_ns": 2004682109, + "compile_ns": 4121256, + "install_ns": 33173, + "osr_ns": 0, + "steady_state_ns": 12155815 + } + }, + "candidate": { + "elapsed_ns": 12131723, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9236480, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2025123121, + "runtime_create_ns": 58054, + "jit_attach_ns": 74005, + "context_create_ns": 118751, + "definition_eval_ns": 48084, + "first_eval_ns": 6558395, + "threshold_crossing_ns": 2004880048, + "compile_ns": 5504697, + "install_ns": 39496, + "osr_ns": 0, + "steady_state_ns": 12131723 + } + }, + "reference": { + "elapsed_ns": 12086136, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9285632, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023897869, + "runtime_create_ns": 28037, + "jit_attach_ns": 67295, + "context_create_ns": 110003, + "definition_eval_ns": 48139, + "first_eval_ns": 6365050, + "threshold_crossing_ns": 2003941667, + "compile_ns": 5566185, + "install_ns": 53952, + "osr_ns": 0, + "steady_state_ns": 12086136 + } + } + }, + { + "pair_index": 6, + "entry_cache": { + "elapsed_ns": 12202771, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9146368, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024605705, + "runtime_create_ns": 29905, + "jit_attach_ns": 53482, + "context_create_ns": 105938, + "definition_eval_ns": 40557, + "first_eval_ns": 6394315, + "threshold_crossing_ns": 2004565832, + "compile_ns": 5455933, + "install_ns": 39767, + "osr_ns": 0, + "steady_state_ns": 12202771 + } + }, + "candidate": { + "elapsed_ns": 12126571, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9347072, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024428616, + "runtime_create_ns": 33196, + "jit_attach_ns": 67663, + "context_create_ns": 113070, + "definition_eval_ns": 44041, + "first_eval_ns": 6707706, + "threshold_crossing_ns": 2004112445, + "compile_ns": 5437666, + "install_ns": 32931, + "osr_ns": 0, + "steady_state_ns": 12126571 + } + }, + "reference": { + "elapsed_ns": 12179030, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9170944, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024470634, + "runtime_create_ns": 28375, + "jit_attach_ns": 65949, + "context_create_ns": 111209, + "definition_eval_ns": 51329, + "first_eval_ns": 6234772, + "threshold_crossing_ns": 2004549936, + "compile_ns": 5497834, + "install_ns": 54127, + "osr_ns": 0, + "steady_state_ns": 12179030 + } + } + }, + { + "pair_index": 7, + "entry_cache": { + "elapsed_ns": 12097125, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9322496, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2022191394, + "runtime_create_ns": 27525, + "jit_attach_ns": 60171, + "context_create_ns": 114270, + "definition_eval_ns": 40417, + "first_eval_ns": 4452219, + "threshold_crossing_ns": 2004159570, + "compile_ns": 2633216, + "install_ns": 35174, + "osr_ns": 0, + "steady_state_ns": 12097125 + } + }, + "candidate": { + "elapsed_ns": 12131102, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9191424, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024009111, + "runtime_create_ns": 31319, + "jit_attach_ns": 64753, + "context_create_ns": 118017, + "definition_eval_ns": 49230, + "first_eval_ns": 6502858, + "threshold_crossing_ns": 2003868078, + "compile_ns": 5433211, + "install_ns": 38255, + "osr_ns": 0, + "steady_state_ns": 12131102 + } + }, + "reference": { + "elapsed_ns": 12167639, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9322496, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024634043, + "runtime_create_ns": 27717, + "jit_attach_ns": 66662, + "context_create_ns": 110048, + "definition_eval_ns": 43192, + "first_eval_ns": 6433165, + "threshold_crossing_ns": 2004570744, + "compile_ns": 5501521, + "install_ns": 35910, + "osr_ns": 0, + "steady_state_ns": 12167639 + } + } + }, + { + "pair_index": 8, + "candidate": { + "elapsed_ns": 12108757, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9256960, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2022800411, + "runtime_create_ns": 30493, + "jit_attach_ns": 55649, + "context_create_ns": 110860, + "definition_eval_ns": 41790, + "first_eval_ns": 4474582, + "threshold_crossing_ns": 2004726229, + "compile_ns": 2656011, + "install_ns": 36262, + "osr_ns": 0, + "steady_state_ns": 12108757 + } + }, + "reference": { + "elapsed_ns": 12594355, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9383936, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024366905, + "runtime_create_ns": 27012, + "jit_attach_ns": 76388, + "context_create_ns": 108608, + "definition_eval_ns": 43689, + "first_eval_ns": 6074133, + "threshold_crossing_ns": 2004187810, + "compile_ns": 5469274, + "install_ns": 38863, + "osr_ns": 0, + "steady_state_ns": 12594355 + } + }, + "entry_cache": { + "elapsed_ns": 12123706, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9310208, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024770197, + "runtime_create_ns": 34739, + "jit_attach_ns": 65739, + "context_create_ns": 114119, + "definition_eval_ns": 47113, + "first_eval_ns": 6532062, + "threshold_crossing_ns": 2004598030, + "compile_ns": 5530462, + "install_ns": 39819, + "osr_ns": 0, + "steady_state_ns": 12123706 + } + } + }, + { + "pair_index": 9, + "candidate": { + "elapsed_ns": 12142264, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9302016, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2021876475, + "runtime_create_ns": 26975, + "jit_attach_ns": 48321, + "context_create_ns": 102407, + "definition_eval_ns": 32976, + "first_eval_ns": 4514509, + "threshold_crossing_ns": 2003770291, + "compile_ns": 2607180, + "install_ns": 39664, + "osr_ns": 0, + "steady_state_ns": 12142264 + } + }, + "reference": { + "elapsed_ns": 12059613, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9220096, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024442883, + "runtime_create_ns": 31040, + "jit_attach_ns": 74765, + "context_create_ns": 105918, + "definition_eval_ns": 48028, + "first_eval_ns": 6100620, + "threshold_crossing_ns": 2004808875, + "compile_ns": 5477791, + "install_ns": 40917, + "osr_ns": 0, + "steady_state_ns": 12059613 + } + }, + "entry_cache": { + "elapsed_ns": 12156378, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9232384, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024564071, + "runtime_create_ns": 27768, + "jit_attach_ns": 64058, + "context_create_ns": 112365, + "definition_eval_ns": 47238, + "first_eval_ns": 6346964, + "threshold_crossing_ns": 2004592590, + "compile_ns": 5314103, + "install_ns": 42999, + "osr_ns": 0, + "steady_state_ns": 12156378 + } + } + }, + { + "pair_index": 10, + "candidate": { + "elapsed_ns": 12099526, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9351168, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023914399, + "runtime_create_ns": 32259, + "jit_attach_ns": 62017, + "context_create_ns": 115522, + "definition_eval_ns": 51828, + "first_eval_ns": 6423174, + "threshold_crossing_ns": 2003881293, + "compile_ns": 5506272, + "install_ns": 38639, + "osr_ns": 0, + "steady_state_ns": 12099526 + } + }, + "reference": { + "elapsed_ns": 12221953, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9166848, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024970456, + "runtime_create_ns": 30831, + "jit_attach_ns": 70657, + "context_create_ns": 109507, + "definition_eval_ns": 46544, + "first_eval_ns": 6407606, + "threshold_crossing_ns": 2004838318, + "compile_ns": 5486774, + "install_ns": 43213, + "osr_ns": 0, + "steady_state_ns": 12221953 + } + }, + "entry_cache": { + "elapsed_ns": 12186473, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9244672, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2022034239, + "runtime_create_ns": 33507, + "jit_attach_ns": 60837, + "context_create_ns": 110467, + "definition_eval_ns": 47813, + "first_eval_ns": 4562315, + "threshold_crossing_ns": 2003782097, + "compile_ns": 3288973, + "install_ns": 39984, + "osr_ns": 0, + "steady_state_ns": 12186473 + } + } + }, + { + "pair_index": 11, + "candidate": { + "elapsed_ns": 12251514, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9236480, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024497374, + "runtime_create_ns": 29484, + "jit_attach_ns": 62949, + "context_create_ns": 128709, + "definition_eval_ns": 47253, + "first_eval_ns": 6160908, + "threshold_crossing_ns": 2004562958, + "compile_ns": 5439560, + "install_ns": 36752, + "osr_ns": 0, + "steady_state_ns": 12251514 + } + }, + "reference": { + "elapsed_ns": 12130187, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9224192, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024221285, + "runtime_create_ns": 31444, + "jit_attach_ns": 68972, + "context_create_ns": 106721, + "definition_eval_ns": 48547, + "first_eval_ns": 6506299, + "threshold_crossing_ns": 2004089210, + "compile_ns": 5495165, + "install_ns": 39292, + "osr_ns": 0, + "steady_state_ns": 12130187 + } + }, + "entry_cache": { + "elapsed_ns": 12182853, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9273344, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023772728, + "runtime_create_ns": 44183, + "jit_attach_ns": 59749, + "context_create_ns": 116400, + "definition_eval_ns": 56031, + "first_eval_ns": 6203966, + "threshold_crossing_ns": 2003864993, + "compile_ns": 5439037, + "install_ns": 40636, + "osr_ns": 0, + "steady_state_ns": 12182853 + } + } + }, + { + "pair_index": 12, + "reference": { + "elapsed_ns": 12206210, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9216000, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024182815, + "runtime_create_ns": 26311, + "jit_attach_ns": 46483, + "context_create_ns": 97387, + "definition_eval_ns": 27696, + "first_eval_ns": 6481622, + "threshold_crossing_ns": 2004065053, + "compile_ns": 5311796, + "install_ns": 34141, + "osr_ns": 0, + "steady_state_ns": 12206210 + } + }, + "entry_cache": { + "elapsed_ns": 12247070, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9187328, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2025094494, + "runtime_create_ns": 33217, + "jit_attach_ns": 65312, + "context_create_ns": 115389, + "definition_eval_ns": 44682, + "first_eval_ns": 6410915, + "threshold_crossing_ns": 2004921110, + "compile_ns": 5515734, + "install_ns": 39643, + "osr_ns": 0, + "steady_state_ns": 12247070 + } + }, + "candidate": { + "elapsed_ns": 12111627, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9256960, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024029098, + "runtime_create_ns": 28033, + "jit_attach_ns": 66002, + "context_create_ns": 114669, + "definition_eval_ns": 50516, + "first_eval_ns": 6285764, + "threshold_crossing_ns": 2004135757, + "compile_ns": 5483121, + "install_ns": 40404, + "osr_ns": 0, + "steady_state_ns": 12111627 + } + } + }, + { + "pair_index": 13, + "reference": { + "elapsed_ns": 12164884, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9408512, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023926536, + "runtime_create_ns": 26082, + "jit_attach_ns": 62795, + "context_create_ns": 107255, + "definition_eval_ns": 49597, + "first_eval_ns": 6383200, + "threshold_crossing_ns": 2003927863, + "compile_ns": 5466970, + "install_ns": 40229, + "osr_ns": 0, + "steady_state_ns": 12164884 + } + }, + "entry_cache": { + "elapsed_ns": 12543353, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9293824, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2025452596, + "runtime_create_ns": 28192, + "jit_attach_ns": 67119, + "context_create_ns": 116368, + "definition_eval_ns": 45800, + "first_eval_ns": 6393741, + "threshold_crossing_ns": 2004995128, + "compile_ns": 5474273, + "install_ns": 36548, + "osr_ns": 0, + "steady_state_ns": 12543353 + } + }, + "candidate": { + "elapsed_ns": 12377924, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9244672, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2025009246, + "runtime_create_ns": 32380, + "jit_attach_ns": 66596, + "context_create_ns": 121623, + "definition_eval_ns": 54525, + "first_eval_ns": 7050692, + "threshold_crossing_ns": 2004072096, + "compile_ns": 5711963, + "install_ns": 46553, + "osr_ns": 0, + "steady_state_ns": 12377924 + } + } + }, + { + "pair_index": 14, + "reference": { + "elapsed_ns": 12127295, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9216000, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024840606, + "runtime_create_ns": 27571, + "jit_attach_ns": 68116, + "context_create_ns": 110928, + "definition_eval_ns": 47883, + "first_eval_ns": 6325221, + "threshold_crossing_ns": 2004879112, + "compile_ns": 5674537, + "install_ns": 41630, + "osr_ns": 0, + "steady_state_ns": 12127295 + } + }, + "entry_cache": { + "elapsed_ns": 12484862, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9244672, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2025185445, + "runtime_create_ns": 30371, + "jit_attach_ns": 65548, + "context_create_ns": 118707, + "definition_eval_ns": 46557, + "first_eval_ns": 6286504, + "threshold_crossing_ns": 2004921887, + "compile_ns": 5490057, + "install_ns": 39876, + "osr_ns": 0, + "steady_state_ns": 12484862 + } + }, + "candidate": { + "elapsed_ns": 12241241, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9261056, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024608996, + "runtime_create_ns": 41458, + "jit_attach_ns": 71002, + "context_create_ns": 114700, + "definition_eval_ns": 47058, + "first_eval_ns": 6532735, + "threshold_crossing_ns": 2004354854, + "compile_ns": 5527891, + "install_ns": 42965, + "osr_ns": 0, + "steady_state_ns": 12241241 + } + } + }, + { + "pair_index": 15, + "reference": { + "elapsed_ns": 12497612, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9293824, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2022317691, + "runtime_create_ns": 27347, + "jit_attach_ns": 66399, + "context_create_ns": 111762, + "definition_eval_ns": 42042, + "first_eval_ns": 4615774, + "threshold_crossing_ns": 2003744411, + "compile_ns": 2707607, + "install_ns": 41646, + "osr_ns": 0, + "steady_state_ns": 12497612 + } + }, + "entry_cache": { + "elapsed_ns": 12473258, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9314304, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2025387593, + "runtime_create_ns": 28987, + "jit_attach_ns": 67377, + "context_create_ns": 114665, + "definition_eval_ns": 42111, + "first_eval_ns": 6385787, + "threshold_crossing_ns": 2004960682, + "compile_ns": 5495653, + "install_ns": 39287, + "osr_ns": 0, + "steady_state_ns": 12473258 + } + }, + "candidate": { + "elapsed_ns": 12349852, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9424896, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023004380, + "runtime_create_ns": 34982, + "jit_attach_ns": 69963, + "context_create_ns": 119149, + "definition_eval_ns": 47010, + "first_eval_ns": 4847536, + "threshold_crossing_ns": 2004296114, + "compile_ns": 4071053, + "install_ns": 41978, + "osr_ns": 0, + "steady_state_ns": 12349852 + } + } + }, + { + "pair_index": 16, + "entry_cache": { + "elapsed_ns": 12243399, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9404416, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024598809, + "runtime_create_ns": 27855, + "jit_attach_ns": 63427, + "context_create_ns": 113161, + "definition_eval_ns": 39373, + "first_eval_ns": 6853727, + "threshold_crossing_ns": 2004015609, + "compile_ns": 6224425, + "install_ns": 100726, + "osr_ns": 0, + "steady_state_ns": 12243399 + } + }, + "candidate": { + "elapsed_ns": 12633779, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9297920, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024875659, + "runtime_create_ns": 32069, + "jit_attach_ns": 71010, + "context_create_ns": 121522, + "definition_eval_ns": 52261, + "first_eval_ns": 5626643, + "threshold_crossing_ns": 2005090938, + "compile_ns": 5460867, + "install_ns": 41719, + "osr_ns": 0, + "steady_state_ns": 12633779 + } + }, + "reference": { + "elapsed_ns": 12240192, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9269248, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023737971, + "runtime_create_ns": 41859, + "jit_attach_ns": 90730, + "context_create_ns": 160257, + "definition_eval_ns": 67800, + "first_eval_ns": 6094585, + "threshold_crossing_ns": 2003799123, + "compile_ns": 5503786, + "install_ns": 39431, + "osr_ns": 0, + "steady_state_ns": 12240192 + } + } + }, + { + "pair_index": 17, + "entry_cache": { + "elapsed_ns": 12163854, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9236480, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023701193, + "runtime_create_ns": 30345, + "jit_attach_ns": 57342, + "context_create_ns": 108973, + "definition_eval_ns": 43929, + "first_eval_ns": 6333243, + "threshold_crossing_ns": 2003714714, + "compile_ns": 5447750, + "install_ns": 37019, + "osr_ns": 0, + "steady_state_ns": 12163854 + } + }, + "candidate": { + "elapsed_ns": 12153542, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9142272, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024645508, + "runtime_create_ns": 32662, + "jit_attach_ns": 66190, + "context_create_ns": 122713, + "definition_eval_ns": 46999, + "first_eval_ns": 6536913, + "threshold_crossing_ns": 2004468251, + "compile_ns": 5477080, + "install_ns": 36233, + "osr_ns": 0, + "steady_state_ns": 12153542 + } + }, + "reference": { + "elapsed_ns": 12133608, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9105408, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2022843122, + "runtime_create_ns": 32760, + "jit_attach_ns": 66483, + "context_create_ns": 110731, + "definition_eval_ns": 45314, + "first_eval_ns": 4487568, + "threshold_crossing_ns": 2004713489, + "compile_ns": 2695755, + "install_ns": 39203, + "osr_ns": 0, + "steady_state_ns": 12133608 + } + } + }, + { + "pair_index": 18, + "entry_cache": { + "elapsed_ns": 12277733, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9388032, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024427319, + "runtime_create_ns": 30771, + "jit_attach_ns": 64638, + "context_create_ns": 112337, + "definition_eval_ns": 40848, + "first_eval_ns": 6320455, + "threshold_crossing_ns": 2004343628, + "compile_ns": 5486908, + "install_ns": 40046, + "osr_ns": 0, + "steady_state_ns": 12277733 + } + }, + "candidate": { + "elapsed_ns": 12289324, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9314304, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2025912997, + "runtime_create_ns": 34239, + "jit_attach_ns": 65841, + "context_create_ns": 114609, + "definition_eval_ns": 46171, + "first_eval_ns": 7222281, + "threshold_crossing_ns": 2004925477, + "compile_ns": 5956072, + "install_ns": 52202, + "osr_ns": 0, + "steady_state_ns": 12289324 + } + }, + "reference": { + "elapsed_ns": 12161269, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9248768, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2022150631, + "runtime_create_ns": 26826, + "jit_attach_ns": 68816, + "context_create_ns": 114160, + "definition_eval_ns": 44480, + "first_eval_ns": 4444954, + "threshold_crossing_ns": 2004022351, + "compile_ns": 2670536, + "install_ns": 40234, + "osr_ns": 0, + "steady_state_ns": 12161269 + } + } + }, + { + "pair_index": 19, + "entry_cache": { + "elapsed_ns": 12235498, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9281536, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024775508, + "runtime_create_ns": 29087, + "jit_attach_ns": 60565, + "context_create_ns": 112901, + "definition_eval_ns": 45742, + "first_eval_ns": 6578010, + "threshold_crossing_ns": 2004477226, + "compile_ns": 5479015, + "install_ns": 42187, + "osr_ns": 0, + "steady_state_ns": 12235498 + } + }, + "candidate": { + "elapsed_ns": 12608919, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9261056, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024550804, + "runtime_create_ns": 27700, + "jit_attach_ns": 69382, + "context_create_ns": 123534, + "definition_eval_ns": 55756, + "first_eval_ns": 6694590, + "threshold_crossing_ns": 2003725104, + "compile_ns": 5532192, + "install_ns": 48410, + "osr_ns": 0, + "steady_state_ns": 12608919 + } + }, + "reference": { + "elapsed_ns": 12568010, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9310208, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024728319, + "runtime_create_ns": 28669, + "jit_attach_ns": 81664, + "context_create_ns": 111126, + "definition_eval_ns": 46495, + "first_eval_ns": 6832469, + "threshold_crossing_ns": 2003802252, + "compile_ns": 6233298, + "install_ns": 48263, + "osr_ns": 0, + "steady_state_ns": 12568010 + } + } + }, + { + "pair_index": 20, + "candidate": { + "elapsed_ns": 12153338, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9330688, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023843608, + "runtime_create_ns": 27327, + "jit_attach_ns": 64827, + "context_create_ns": 117174, + "definition_eval_ns": 47957, + "first_eval_ns": 6439840, + "threshold_crossing_ns": 2003740580, + "compile_ns": 5502121, + "install_ns": 42887, + "osr_ns": 0, + "steady_state_ns": 12153338 + } + }, + "reference": { + "elapsed_ns": 12171924, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9236480, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2022529245, + "runtime_create_ns": 29193, + "jit_attach_ns": 69959, + "context_create_ns": 111640, + "definition_eval_ns": 43744, + "first_eval_ns": 4890081, + "threshold_crossing_ns": 2003986872, + "compile_ns": 3308602, + "install_ns": 45389, + "osr_ns": 0, + "steady_state_ns": 12171924 + } + }, + "entry_cache": { + "elapsed_ns": 12184762, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9256960, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024099347, + "runtime_create_ns": 34186, + "jit_attach_ns": 61630, + "context_create_ns": 121219, + "definition_eval_ns": 47447, + "first_eval_ns": 6184367, + "threshold_crossing_ns": 2004211825, + "compile_ns": 5502246, + "install_ns": 47643, + "osr_ns": 0, + "steady_state_ns": 12184762 + } + } + }, + { + "pair_index": 21, + "candidate": { + "elapsed_ns": 12318912, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9326592, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024103491, + "runtime_create_ns": 32907, + "jit_attach_ns": 63614, + "context_create_ns": 115609, + "definition_eval_ns": 48304, + "first_eval_ns": 6365402, + "threshold_crossing_ns": 2003938797, + "compile_ns": 5485050, + "install_ns": 44236, + "osr_ns": 0, + "steady_state_ns": 12318912 + } + }, + "reference": { + "elapsed_ns": 12142763, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9265152, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023591332, + "runtime_create_ns": 32409, + "jit_attach_ns": 70057, + "context_create_ns": 119576, + "definition_eval_ns": 46074, + "first_eval_ns": 6212038, + "threshold_crossing_ns": 2003715519, + "compile_ns": 5522421, + "install_ns": 46236, + "osr_ns": 0, + "steady_state_ns": 12142763 + } + }, + "entry_cache": { + "elapsed_ns": 12138830, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9154560, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024963807, + "runtime_create_ns": 31562, + "jit_attach_ns": 59065, + "context_create_ns": 110285, + "definition_eval_ns": 48052, + "first_eval_ns": 6490881, + "threshold_crossing_ns": 2004856456, + "compile_ns": 5486773, + "install_ns": 44013, + "osr_ns": 0, + "steady_state_ns": 12138830 + } + } + }, + { + "pair_index": 22, + "candidate": { + "elapsed_ns": 12203624, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9228288, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023946578, + "runtime_create_ns": 34753, + "jit_attach_ns": 64612, + "context_create_ns": 109492, + "definition_eval_ns": 59326, + "first_eval_ns": 6268013, + "threshold_crossing_ns": 2003966337, + "compile_ns": 5504796, + "install_ns": 42468, + "osr_ns": 0, + "steady_state_ns": 12203624 + } + }, + "reference": { + "elapsed_ns": 12197055, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9113600, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024592080, + "runtime_create_ns": 30592, + "jit_attach_ns": 64768, + "context_create_ns": 109927, + "definition_eval_ns": 49414, + "first_eval_ns": 6339786, + "threshold_crossing_ns": 2004550321, + "compile_ns": 5563094, + "install_ns": 45810, + "osr_ns": 0, + "steady_state_ns": 12197055 + } + }, + "entry_cache": { + "elapsed_ns": 12445643, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9281536, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024530221, + "runtime_create_ns": 30486, + "jit_attach_ns": 62298, + "context_create_ns": 108998, + "definition_eval_ns": 43030, + "first_eval_ns": 6535738, + "threshold_crossing_ns": 2004067153, + "compile_ns": 5470896, + "install_ns": 43800, + "osr_ns": 0, + "steady_state_ns": 12445643 + } + } + }, + { + "pair_index": 23, + "candidate": { + "elapsed_ns": 12533594, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9342976, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2026256038, + "runtime_create_ns": 29690, + "jit_attach_ns": 67984, + "context_create_ns": 120303, + "definition_eval_ns": 50393, + "first_eval_ns": 7760672, + "threshold_crossing_ns": 2004016257, + "compile_ns": 6182376, + "install_ns": 54065, + "osr_ns": 0, + "steady_state_ns": 12533594 + } + }, + "reference": { + "elapsed_ns": 12199922, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9195520, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023901677, + "runtime_create_ns": 32007, + "jit_attach_ns": 67240, + "context_create_ns": 110072, + "definition_eval_ns": 48312, + "first_eval_ns": 6436504, + "threshold_crossing_ns": 2003767210, + "compile_ns": 5516985, + "install_ns": 43194, + "osr_ns": 0, + "steady_state_ns": 12199922 + } + }, + "entry_cache": { + "elapsed_ns": 12238437, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9154560, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024267666, + "runtime_create_ns": 31831, + "jit_attach_ns": 59528, + "context_create_ns": 108125, + "definition_eval_ns": 51616, + "first_eval_ns": 6442955, + "threshold_crossing_ns": 2004081499, + "compile_ns": 5489489, + "install_ns": 41981, + "osr_ns": 0, + "steady_state_ns": 12238437 + } + } + }, + { + "pair_index": 24, + "reference": { + "elapsed_ns": 12210163, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9187328, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024074867, + "runtime_create_ns": 46436, + "jit_attach_ns": 64579, + "context_create_ns": 111854, + "definition_eval_ns": 47347, + "first_eval_ns": 5524980, + "threshold_crossing_ns": 2004809645, + "compile_ns": 5046069, + "install_ns": 42269, + "osr_ns": 0, + "steady_state_ns": 12210163 + } + }, + "entry_cache": { + "elapsed_ns": 12400479, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9347072, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024754985, + "runtime_create_ns": 30317, + "jit_attach_ns": 65379, + "context_create_ns": 115252, + "definition_eval_ns": 46857, + "first_eval_ns": 6561714, + "threshold_crossing_ns": 2004289096, + "compile_ns": 5511840, + "install_ns": 45967, + "osr_ns": 0, + "steady_state_ns": 12400479 + } + }, + "candidate": { + "elapsed_ns": 12125525, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9285632, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2022513455, + "runtime_create_ns": 32086, + "jit_attach_ns": 64675, + "context_create_ns": 119265, + "definition_eval_ns": 44760, + "first_eval_ns": 4493324, + "threshold_crossing_ns": 2004353997, + "compile_ns": 2684459, + "install_ns": 38562, + "osr_ns": 0, + "steady_state_ns": 12125525 + } + } + }, + { + "pair_index": 25, + "reference": { + "elapsed_ns": 12147726, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9306112, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024748546, + "runtime_create_ns": 27066, + "jit_attach_ns": 63865, + "context_create_ns": 112735, + "definition_eval_ns": 44025, + "first_eval_ns": 6305222, + "threshold_crossing_ns": 2004823595, + "compile_ns": 5459502, + "install_ns": 41653, + "osr_ns": 0, + "steady_state_ns": 12147726 + } + }, + "entry_cache": { + "elapsed_ns": 12256357, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9322496, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024473785, + "runtime_create_ns": 28924, + "jit_attach_ns": 66236, + "context_create_ns": 118570, + "definition_eval_ns": 43492, + "first_eval_ns": 6495992, + "threshold_crossing_ns": 2004215072, + "compile_ns": 5507272, + "install_ns": 38478, + "osr_ns": 0, + "steady_state_ns": 12256357 + } + }, + "candidate": { + "elapsed_ns": 12120407, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9187328, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023992190, + "runtime_create_ns": 33451, + "jit_attach_ns": 68044, + "context_create_ns": 116800, + "definition_eval_ns": 45413, + "first_eval_ns": 6080379, + "threshold_crossing_ns": 2004277737, + "compile_ns": 5536813, + "install_ns": 47374, + "osr_ns": 0, + "steady_state_ns": 12120407 + } + } + }, + { + "pair_index": 26, + "reference": { + "elapsed_ns": 12614815, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9392128, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024971257, + "runtime_create_ns": 26384, + "jit_attach_ns": 67231, + "context_create_ns": 108403, + "definition_eval_ns": 41038, + "first_eval_ns": 6510279, + "threshold_crossing_ns": 2004355384, + "compile_ns": 5799572, + "install_ns": 44515, + "osr_ns": 0, + "steady_state_ns": 12614815 + } + }, + "entry_cache": { + "elapsed_ns": 12116360, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9293824, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2025069150, + "runtime_create_ns": 33527, + "jit_attach_ns": 69612, + "context_create_ns": 108613, + "definition_eval_ns": 43860, + "first_eval_ns": 6825186, + "threshold_crossing_ns": 2004657396, + "compile_ns": 6181211, + "install_ns": 44727, + "osr_ns": 0, + "steady_state_ns": 12116360 + } + }, + "candidate": { + "elapsed_ns": 12234975, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9220096, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2022490294, + "runtime_create_ns": 34099, + "jit_attach_ns": 68622, + "context_create_ns": 112901, + "definition_eval_ns": 44437, + "first_eval_ns": 4541193, + "threshold_crossing_ns": 2004191054, + "compile_ns": 2695400, + "install_ns": 45709, + "osr_ns": 0, + "steady_state_ns": 12234975 + } + } + }, + { + "pair_index": 27, + "reference": { + "elapsed_ns": 12115875, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9273344, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2022143074, + "runtime_create_ns": 28966, + "jit_attach_ns": 63290, + "context_create_ns": 110320, + "definition_eval_ns": 50354, + "first_eval_ns": 4468066, + "threshold_crossing_ns": 2004058726, + "compile_ns": 2682333, + "install_ns": 44398, + "osr_ns": 0, + "steady_state_ns": 12115875 + } + }, + "entry_cache": { + "elapsed_ns": 12272501, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9244672, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2022943225, + "runtime_create_ns": 32786, + "jit_attach_ns": 59218, + "context_create_ns": 111567, + "definition_eval_ns": 51174, + "first_eval_ns": 5058646, + "threshold_crossing_ns": 2004107685, + "compile_ns": 3882423, + "install_ns": 232359, + "osr_ns": 0, + "steady_state_ns": 12272501 + } + }, + "candidate": { + "elapsed_ns": 12177870, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9248768, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024985799, + "runtime_create_ns": 29551, + "jit_attach_ns": 69184, + "context_create_ns": 119473, + "definition_eval_ns": 48708, + "first_eval_ns": 6604770, + "threshold_crossing_ns": 2004683392, + "compile_ns": 5535047, + "install_ns": 46498, + "osr_ns": 0, + "steady_state_ns": 12177870 + } + } + }, + { + "pair_index": 28, + "entry_cache": { + "elapsed_ns": 12552881, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9252864, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023365490, + "runtime_create_ns": 31029, + "jit_attach_ns": 60799, + "context_create_ns": 105673, + "definition_eval_ns": 45162, + "first_eval_ns": 4450545, + "threshold_crossing_ns": 2004907242, + "compile_ns": 2662215, + "install_ns": 47166, + "osr_ns": 0, + "steady_state_ns": 12552881 + } + }, + "candidate": { + "elapsed_ns": 12341155, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9183232, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024991340, + "runtime_create_ns": 34510, + "jit_attach_ns": 62983, + "context_create_ns": 117250, + "definition_eval_ns": 46765, + "first_eval_ns": 6419605, + "threshold_crossing_ns": 2004714557, + "compile_ns": 5519668, + "install_ns": 50116, + "osr_ns": 0, + "steady_state_ns": 12341155 + } + }, + "reference": { + "elapsed_ns": 12181553, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9306112, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023736647, + "runtime_create_ns": 29989, + "jit_attach_ns": 68930, + "context_create_ns": 114887, + "definition_eval_ns": 49296, + "first_eval_ns": 6331659, + "threshold_crossing_ns": 2003712995, + "compile_ns": 5516395, + "install_ns": 43801, + "osr_ns": 0, + "steady_state_ns": 12181553 + } + } + }, + { + "pair_index": 29, + "entry_cache": { + "elapsed_ns": 12332696, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9170944, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024734126, + "runtime_create_ns": 31241, + "jit_attach_ns": 58122, + "context_create_ns": 112907, + "definition_eval_ns": 44299, + "first_eval_ns": 6341112, + "threshold_crossing_ns": 2004601230, + "compile_ns": 5482829, + "install_ns": 41951, + "osr_ns": 0, + "steady_state_ns": 12332696 + } + }, + "candidate": { + "elapsed_ns": 12427401, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9359360, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024292087, + "runtime_create_ns": 35291, + "jit_attach_ns": 66899, + "context_create_ns": 110700, + "definition_eval_ns": 56838, + "first_eval_ns": 6472837, + "threshold_crossing_ns": 2003871269, + "compile_ns": 5495904, + "install_ns": 41704, + "osr_ns": 0, + "steady_state_ns": 12427401 + } + }, + "reference": { + "elapsed_ns": 12173801, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9375744, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023065430, + "runtime_create_ns": 29901, + "jit_attach_ns": 67943, + "context_create_ns": 108628, + "definition_eval_ns": 43245, + "first_eval_ns": 5105405, + "threshold_crossing_ns": 2004277978, + "compile_ns": 4238741, + "install_ns": 46038, + "osr_ns": 0, + "steady_state_ns": 12173801 + } + } + } + ] + }, + "throughput": { + "interpreter": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 58, + "elapsed_ns": 1017295286 + }, + { + "window_index": 1, + "fresh_workers": 57, + "elapsed_ns": 1001660059 + }, + { + "window_index": 2, + "fresh_workers": 59, + "elapsed_ns": 1003945221 + }, + { + "window_index": 3, + "fresh_workers": 58, + "elapsed_ns": 1000085607 + }, + { + "window_index": 4, + "fresh_workers": 59, + "elapsed_ns": 1013327770 + }, + { + "window_index": 5, + "fresh_workers": 58, + "elapsed_ns": 1008236176 + }, + { + "window_index": 6, + "fresh_workers": 58, + "elapsed_ns": 1015884190 + }, + { + "window_index": 7, + "fresh_workers": 59, + "elapsed_ns": 1010893440 + }, + { + "window_index": 8, + "fresh_workers": 59, + "elapsed_ns": 1006571068 + }, + { + "window_index": 9, + "fresh_workers": 59, + "elapsed_ns": 1013826707 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 57, + "elapsed_ns": 1005211238 + }, + { + "window_index": 1, + "fresh_workers": 57, + "elapsed_ns": 1007057254 + }, + { + "window_index": 2, + "fresh_workers": 59, + "elapsed_ns": 1011168362 + }, + { + "window_index": 3, + "fresh_workers": 59, + "elapsed_ns": 1010228111 + }, + { + "window_index": 4, + "fresh_workers": 59, + "elapsed_ns": 1004386614 + }, + { + "window_index": 5, + "fresh_workers": 58, + "elapsed_ns": 1012596162 + }, + { + "window_index": 6, + "fresh_workers": 58, + "elapsed_ns": 1006673759 + }, + { + "window_index": 7, + "fresh_workers": 59, + "elapsed_ns": 1009339268 + }, + { + "window_index": 8, + "fresh_workers": 59, + "elapsed_ns": 1015356381 + }, + { + "window_index": 9, + "fresh_workers": 58, + "elapsed_ns": 1002432565 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 57, + "elapsed_ns": 1002986379 + }, + { + "window_index": 1, + "fresh_workers": 57, + "elapsed_ns": 1009420123 + }, + { + "window_index": 2, + "fresh_workers": 58, + "elapsed_ns": 1004017381 + }, + { + "window_index": 3, + "fresh_workers": 59, + "elapsed_ns": 1012325408 + }, + { + "window_index": 4, + "fresh_workers": 58, + "elapsed_ns": 1002355835 + }, + { + "window_index": 5, + "fresh_workers": 57, + "elapsed_ns": 1000528251 + }, + { + "window_index": 6, + "fresh_workers": 58, + "elapsed_ns": 1015759351 + }, + { + "window_index": 7, + "fresh_workers": 59, + "elapsed_ns": 1006855905 + }, + { + "window_index": 8, + "fresh_workers": 59, + "elapsed_ns": 1015226962 + }, + { + "window_index": 9, + "fresh_workers": 58, + "elapsed_ns": 1001259739 + } + ] + }, + "tier1": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 6, + "elapsed_ns": 1166542395 + }, + { + "window_index": 1, + "fresh_workers": 6, + "elapsed_ns": 1206689584 + }, + { + "window_index": 2, + "fresh_workers": 6, + "elapsed_ns": 1168710515 + }, + { + "window_index": 3, + "fresh_workers": 6, + "elapsed_ns": 1169635372 + }, + { + "window_index": 4, + "fresh_workers": 6, + "elapsed_ns": 1170943718 + }, + { + "window_index": 5, + "fresh_workers": 5, + "elapsed_ns": 1006928958 + }, + { + "window_index": 6, + "fresh_workers": 6, + "elapsed_ns": 1172614197 + }, + { + "window_index": 7, + "fresh_workers": 6, + "elapsed_ns": 1163466971 + }, + { + "window_index": 8, + "fresh_workers": 6, + "elapsed_ns": 1161000797 + }, + { + "window_index": 9, + "fresh_workers": 6, + "elapsed_ns": 1195047250 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 6, + "elapsed_ns": 1114653452 + }, + { + "window_index": 1, + "fresh_workers": 6, + "elapsed_ns": 1125377843 + }, + { + "window_index": 2, + "fresh_workers": 6, + "elapsed_ns": 1129230863 + }, + { + "window_index": 3, + "fresh_workers": 6, + "elapsed_ns": 1111390399 + }, + { + "window_index": 4, + "fresh_workers": 6, + "elapsed_ns": 1106962604 + }, + { + "window_index": 5, + "fresh_workers": 6, + "elapsed_ns": 1115052229 + }, + { + "window_index": 6, + "fresh_workers": 6, + "elapsed_ns": 1111443056 + }, + { + "window_index": 7, + "fresh_workers": 6, + "elapsed_ns": 1109469345 + }, + { + "window_index": 8, + "fresh_workers": 6, + "elapsed_ns": 1103912296 + }, + { + "window_index": 9, + "fresh_workers": 6, + "elapsed_ns": 1120954101 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 6, + "elapsed_ns": 1051710755 + }, + { + "window_index": 1, + "fresh_workers": 6, + "elapsed_ns": 1059568345 + }, + { + "window_index": 2, + "fresh_workers": 6, + "elapsed_ns": 1049388140 + }, + { + "window_index": 3, + "fresh_workers": 6, + "elapsed_ns": 1049458487 + }, + { + "window_index": 4, + "fresh_workers": 6, + "elapsed_ns": 1054071095 + }, + { + "window_index": 5, + "fresh_workers": 6, + "elapsed_ns": 1059569518 + }, + { + "window_index": 6, + "fresh_workers": 6, + "elapsed_ns": 1051622565 + }, + { + "window_index": 7, + "fresh_workers": 6, + "elapsed_ns": 1053742858 + }, + { + "window_index": 8, + "fresh_workers": 6, + "elapsed_ns": 1057018485 + }, + { + "window_index": 9, + "fresh_workers": 6, + "elapsed_ns": 1058095528 + } + ] + }, + "tier2": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 41, + "elapsed_ns": 1023839645 + }, + { + "window_index": 1, + "fresh_workers": 41, + "elapsed_ns": 1022867691 + }, + { + "window_index": 2, + "fresh_workers": 40, + "elapsed_ns": 1007865771 + }, + { + "window_index": 3, + "fresh_workers": 42, + "elapsed_ns": 1019502805 + }, + { + "window_index": 4, + "fresh_workers": 41, + "elapsed_ns": 1018213011 + }, + { + "window_index": 5, + "fresh_workers": 40, + "elapsed_ns": 1002180892 + }, + { + "window_index": 6, + "fresh_workers": 41, + "elapsed_ns": 1016348971 + }, + { + "window_index": 7, + "fresh_workers": 42, + "elapsed_ns": 1020201414 + }, + { + "window_index": 8, + "fresh_workers": 42, + "elapsed_ns": 1022953286 + }, + { + "window_index": 9, + "fresh_workers": 41, + "elapsed_ns": 1017687312 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 40, + "elapsed_ns": 1000613797 + }, + { + "window_index": 1, + "fresh_workers": 40, + "elapsed_ns": 1007282692 + }, + { + "window_index": 2, + "fresh_workers": 40, + "elapsed_ns": 1007722587 + }, + { + "window_index": 3, + "fresh_workers": 41, + "elapsed_ns": 1009067981 + }, + { + "window_index": 4, + "fresh_workers": 41, + "elapsed_ns": 1023743390 + }, + { + "window_index": 5, + "fresh_workers": 41, + "elapsed_ns": 1019144495 + }, + { + "window_index": 6, + "fresh_workers": 41, + "elapsed_ns": 1015764341 + }, + { + "window_index": 7, + "fresh_workers": 41, + "elapsed_ns": 1009037431 + }, + { + "window_index": 8, + "fresh_workers": 41, + "elapsed_ns": 1010707301 + }, + { + "window_index": 9, + "fresh_workers": 41, + "elapsed_ns": 1014419675 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 41, + "elapsed_ns": 1025052621 + }, + { + "window_index": 1, + "fresh_workers": 41, + "elapsed_ns": 1024218665 + }, + { + "window_index": 2, + "fresh_workers": 40, + "elapsed_ns": 1000461187 + }, + { + "window_index": 3, + "fresh_workers": 41, + "elapsed_ns": 1007776829 + }, + { + "window_index": 4, + "fresh_workers": 41, + "elapsed_ns": 1009786139 + }, + { + "window_index": 5, + "fresh_workers": 41, + "elapsed_ns": 1015981859 + }, + { + "window_index": 6, + "fresh_workers": 41, + "elapsed_ns": 1015507925 + }, + { + "window_index": 7, + "fresh_workers": 41, + "elapsed_ns": 1001853480 + }, + { + "window_index": 8, + "fresh_workers": 41, + "elapsed_ns": 1012794292 + }, + { + "window_index": 9, + "fresh_workers": 41, + "elapsed_ns": 1023204031 + } + ] + }, + "automatic": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 1, + "elapsed_ns": 2026712260 + }, + { + "window_index": 1, + "fresh_workers": 1, + "elapsed_ns": 2026420694 + }, + { + "window_index": 2, + "fresh_workers": 1, + "elapsed_ns": 2024575154 + }, + { + "window_index": 3, + "fresh_workers": 1, + "elapsed_ns": 2024426997 + }, + { + "window_index": 4, + "fresh_workers": 1, + "elapsed_ns": 2026867402 + }, + { + "window_index": 5, + "fresh_workers": 1, + "elapsed_ns": 2027071906 + }, + { + "window_index": 6, + "fresh_workers": 1, + "elapsed_ns": 2023927682 + }, + { + "window_index": 7, + "fresh_workers": 1, + "elapsed_ns": 2025568390 + }, + { + "window_index": 8, + "fresh_workers": 1, + "elapsed_ns": 2025042225 + }, + { + "window_index": 9, + "fresh_workers": 1, + "elapsed_ns": 2024282362 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 1, + "elapsed_ns": 2024346117 + }, + { + "window_index": 1, + "fresh_workers": 1, + "elapsed_ns": 2024150743 + }, + { + "window_index": 2, + "fresh_workers": 1, + "elapsed_ns": 2026443095 + }, + { + "window_index": 3, + "fresh_workers": 1, + "elapsed_ns": 2026204085 + }, + { + "window_index": 4, + "fresh_workers": 1, + "elapsed_ns": 2024865453 + }, + { + "window_index": 5, + "fresh_workers": 1, + "elapsed_ns": 2025400299 + }, + { + "window_index": 6, + "fresh_workers": 1, + "elapsed_ns": 2026424950 + }, + { + "window_index": 7, + "fresh_workers": 1, + "elapsed_ns": 2024851352 + }, + { + "window_index": 8, + "fresh_workers": 1, + "elapsed_ns": 2024622243 + }, + { + "window_index": 9, + "fresh_workers": 1, + "elapsed_ns": 2026420657 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 1, + "elapsed_ns": 2027214606 + }, + { + "window_index": 1, + "fresh_workers": 1, + "elapsed_ns": 2026702981 + }, + { + "window_index": 2, + "fresh_workers": 1, + "elapsed_ns": 2026332585 + }, + { + "window_index": 3, + "fresh_workers": 1, + "elapsed_ns": 2027015838 + }, + { + "window_index": 4, + "fresh_workers": 1, + "elapsed_ns": 2025773839 + }, + { + "window_index": 5, + "fresh_workers": 1, + "elapsed_ns": 2026723052 + }, + { + "window_index": 6, + "fresh_workers": 1, + "elapsed_ns": 2024102148 + }, + { + "window_index": 7, + "fresh_workers": 1, + "elapsed_ns": 2026862532 + }, + { + "window_index": 8, + "fresh_workers": 1, + "elapsed_ns": 2026251635 + }, + { + "window_index": 9, + "fresh_workers": 1, + "elapsed_ns": 2024829389 + } + ] + } + }, + "summary": { + "interpreter": { + "reference": { + "baseline_median_ns": 11975385.0, + "candidate_median_ns": 12047846.0, + "candidate_speed_relative_to_baseline": 0.9939855638924999, + "paired_bootstrap_speed_ci95": [ + 0.9915597709582373, + 1.0024539046553085 + ], + "statistically_tied": true + }, + "entry_cache": { + "baseline_median_ns": 12079618.0, + "candidate_median_ns": 12047846.0, + "candidate_speed_relative_to_baseline": 1.0026371519025061, + "paired_bootstrap_speed_ci95": [ + 0.9995568270804801, + 1.0061043939226737 + ], + "statistically_tied": true + } + }, + "tier1": { + "reference": { + "baseline_median_ns": 148947980.5, + "candidate_median_ns": 133999496.5, + "candidate_speed_relative_to_baseline": 1.1115562699147903, + "paired_bootstrap_speed_ci95": [ + 1.0977919511515095, + 1.1222151047410838 + ], + "statistically_tied": false + }, + "entry_cache": { + "baseline_median_ns": 141905979.5, + "candidate_median_ns": 133999496.5, + "candidate_speed_relative_to_baseline": 1.0590038261822872, + "paired_bootstrap_speed_ci95": [ + 1.045919273715152, + 1.068908469896609 + ], + "statistically_tied": false + } + }, + "tier2": { + "reference": { + "baseline_median_ns": 12198124.0, + "candidate_median_ns": 12209675.0, + "candidate_speed_relative_to_baseline": 0.9990539469723805, + "paired_bootstrap_speed_ci95": [ + 0.995568805238755, + 1.0023908542479982 + ], + "statistically_tied": true + }, + "entry_cache": { + "baseline_median_ns": 12219178.0, + "candidate_median_ns": 12209675.0, + "candidate_speed_relative_to_baseline": 1.0007783171951752, + "paired_bootstrap_speed_ci95": [ + 0.997697261051419, + 1.0035972852439303 + ], + "statistically_tied": true + } + }, + "automatic": { + "reference": { + "baseline_median_ns": 12176415.5, + "candidate_median_ns": 12169188.5, + "candidate_speed_relative_to_baseline": 1.0005938769047746, + "paired_bootstrap_speed_ci95": [ + 0.9938690277941655, + 1.004496178973998 + ], + "statistically_tied": true + }, + "entry_cache": { + "baseline_median_ns": 12219134.5, + "candidate_median_ns": 12169188.5, + "candidate_speed_relative_to_baseline": 1.004104299970372, + "paired_bootstrap_speed_ci95": [ + 0.99724354084291, + 1.0077365148026147 + ], + "statistically_tied": true + } + } + }, + "driver_source": "\"\"\"Diagnostic paired revision comparison using the unchanged jit-bench worker ABI.\"\"\"\nimport hashlib\nimport json\nfrom pathlib import Path\nimport random\nimport statistics\nimport subprocess\nimport time\nimport os\nimport sys\n\nROOT = Path('/home/jason/work/quickjs-jit')\nWORKLOAD = sys.argv[1]\nassert WORKLOAD in ['generic-call-entry', 'call-heavy', 'fibonacci-recursive', 'scalar-loop']\nOUTPUT = Path('/tmp/jit-native-return-' + WORKLOAD + '.json')\nos.sched_setaffinity(0, {0})\nENGINES = {\n 'reference': Path('/tmp/jit-call-reference/jit-bench'),\n 'entry_cache': Path('/tmp/jit-entry-cache-stage1/jit-bench'),\n 'candidate': ROOT / 'target/release/jit-bench',\n}\nSCRIPT = ROOT / 'benchmarks/scripts' / (WORKLOAD + '.js')\nMODES = ['interpreter', 'tier1', 'tier2', 'automatic']\nWARMUPS, PAIRS, WINDOWS = 5, 30, 10\nchecksum = None\n\ndef digest(path):\n return hashlib.sha256(path.read_bytes()).hexdigest()\n\ndef run(engine, mode):\n global checksum\n completed = subprocess.run(\n [str(ENGINES[engine]), 'worker', '--mode', mode, '--script', str(SCRIPT)],\n cwd=ROOT, capture_output=True, text=True, check=True, timeout=120,\n )\n result = json.loads(completed.stdout)\n if checksum is None:\n checksum = result['checksum']\n assert result['checksum'] == checksum, (engine, mode, result)\n assert result['native_entries'] == result['native_exits'], (engine, mode, result)\n if mode == 'interpreter':\n assert result['native_entries'] == 0\n elif WORKLOAD == 'generic-call-entry':\n assert result['native_entries'] > 0, (engine, mode, result)\n return result\n\ndef rotated(items, offset):\n offset %= len(items)\n return items[offset:] + items[:offset]\n\ndef write():\n temporary = OUTPUT.with_suffix('.partial')\n temporary.write_text(json.dumps(evidence, indent=2) + '\\n')\n temporary.replace(OUTPUT)\n\n# Binary hashes bind each measurement to its implementation even though both\n# worker binaries see the current, dirty source tree for the shared script.\nevidence = {\n 'schema': 'jit-native-return-paired-diagnostic-v1',\n 'workload': WORKLOAD,\n 'cpu_affinity': sorted(os.sched_getaffinity(0)),\n 'status': 'running',\n 'started_utc': time.strftime('%Y-%m-%dT%H:%M:%SZ', time.gmtime()),\n 'driver_sha256': digest(Path(__file__)),\n 'script': str(SCRIPT), 'script_sha256': digest(SCRIPT),\n 'executables': {name: {'path': str(path), 'sha256': digest(path)} for name, path in ENGINES.items()},\n 'candidate_revision': subprocess.check_output(['git', 'rev-parse', 'HEAD'], cwd=ROOT, text=True).strip(),\n 'source_dirty': True,\n 'warmup_processes_per_engine_and_mode': WARMUPS,\n 'fresh_process_pairs_per_mode': PAIRS,\n 'throughput_windows_per_engine_and_mode': WINDOWS,\n 'throughput_window_min_ns': 1_000_000_000,\n 'throughput_unit': 'fresh jit-bench worker processes including setup and warmup',\n 'bootstrap_resamples': 10000,\n 'pairs': {mode: [] for mode in MODES},\n 'throughput': {mode: {engine: [] for engine in ENGINES} for mode in MODES},\n}\nwrite()\nfor pair in range(WARMUPS):\n for index, mode in enumerate(rotated(MODES, pair)):\n for engine in rotated(list(ENGINES), pair + index):\n run(engine, mode)\nprint('warmups complete', flush=True)\nfor pair in range(PAIRS):\n for index, mode in enumerate(rotated(MODES, pair)):\n row = {'pair_index': pair}\n for engine in rotated(list(ENGINES), pair + index):\n row[engine] = run(engine, mode)\n evidence['pairs'][mode].append(row)\n write()\n if (pair + 1) % 5 == 0:\n print(f'completed {pair + 1}/{PAIRS} pairs per mode', flush=True)\nfor window in range(WINDOWS):\n for index, mode in enumerate(rotated(MODES, window)):\n for engine in rotated(list(ENGINES), window + index):\n start = time.monotonic_ns()\n count = 0\n while time.monotonic_ns() - start < 1_000_000_000:\n run(engine, mode)\n count += 1\n evidence['throughput'][mode][engine].append({\n 'window_index': window, 'fresh_workers': count,\n 'elapsed_ns': time.monotonic_ns() - start,\n })\n write()\n print(f'completed {window + 1}/{WINDOWS} throughput windows', flush=True)\nsummary = {}\nfor mode, pairs in evidence['pairs'].items():\n summary[mode] = {}\n for baseline in ['reference', 'entry_cache']:\n a = [row[baseline]['elapsed_ns'] for row in pairs]\n b = [row['candidate']['elapsed_ns'] for row in pairs]\n rng = random.Random(20260905)\n bootstrap = []\n for _ in range(10000):\n indices = [rng.randrange(len(pairs)) for _ in pairs]\n bootstrap.append(statistics.median(a[i] for i in indices) / statistics.median(b[i] for i in indices))\n bootstrap.sort()\n summary[mode][baseline] = {\n 'baseline_median_ns': statistics.median(a),\n 'candidate_median_ns': statistics.median(b),\n 'candidate_speed_relative_to_baseline': statistics.median(a) / statistics.median(b),\n 'paired_bootstrap_speed_ci95': [bootstrap[249], bootstrap[9749]],\n 'statistically_tied': bootstrap[249] <= 1 <= bootstrap[9749],\n }\n# Detect replacement during measurement instead of silently mixing binaries.\nfor name, path in ENGINES.items():\n assert digest(path) == evidence['executables'][name]['sha256']\nassert digest(SCRIPT) == evidence['script_sha256']\nevidence['summary'] = summary\nevidence['status'] = 'complete'\nwrite()\nprint(json.dumps(summary, indent=2), flush=True)\n", + "host": { + "target_triple": "x86_64-unknown-linux-gnu", + "os": "linux", + "kernel": "Linux 7.1.9-arch1-2", + "cpu": "model name\t: 13th Gen Intel(R) Core(TM) i7-13700KF", + "power_mode": "powersave", + "rustc": "rustc 1.98.0 (88d9e12ae 2026-08-18)\nbinary: rustc\ncommit-hash: 88d9e12ae178fab0fb5cc050a94da85685d449ea\ncommit-date: 2026-08-18\nhost: x86_64-unknown-linux-gnu\nrelease: 1.98.0\nLLVM version: 22.1.8", + "llvm": "rustc 1.98.0 (88d9e12ae 2026-08-18)\nbinary: rustc\ncommit-hash: 88d9e12ae178fab0fb5cc050a94da85685d449ea\ncommit-date: 2026-08-18\nhost: x86_64-unknown-linux-gnu\nrelease: 1.98.0\nLLVM version: 22.1.8" + }, + "implementations": { + "reference": "M2 2bd518e plus benchmark script, without entry cache", + "entry_cache": "M3 first-stage entry cache, identified by previous report candidate hash", + "candidate": "Entry cache plus inline native-return handoff" + }, + "limitations": [ + "Dirty-tree diagnostic evidence, not the clean-source performance acceptance gate.", + "This is a recursive-call control; the generic-call probe measures the intended optimization.", + "Automatic mode records zero native entries in all 30 fresh-process samples for all three binaries; its timing is an interpreter-path control, not native recursion evidence." + ] +} diff --git a/benchmarks/results/m3-native-return-generic-paired.json b/benchmarks/results/m3-native-return-generic-paired.json new file mode 100644 index 000000000..41d683048 --- /dev/null +++ b/benchmarks/results/m3-native-return-generic-paired.json @@ -0,0 +1,14708 @@ +{ + "schema": "jit-native-return-paired-diagnostic-v1", + "workload": "generic-call-entry", + "cpu_affinity": [ + 0 + ], + "status": "complete", + "started_utc": "2026-09-05T08:17:48Z", + "driver_sha256": "6a6ca74986536ee49878d5d88e7f133c3390fe2308fa19552a63084257cdd4d0", + "script": "/home/jason/work/quickjs-jit/benchmarks/scripts/generic-call-entry.js", + "script_sha256": "1eb475e3de0557bda01a5166e4d782d826f227370c6d4f72e1cb92e330a2cc40", + "executables": { + "reference": { + "path": "/tmp/jit-call-reference/jit-bench", + "sha256": "0dabbbd9e86fcbfd9b8a811fc843040fdfaa266f583d9b48ab9e61df3d74fed2" + }, + "entry_cache": { + "path": "/tmp/jit-entry-cache-stage1/jit-bench", + "sha256": "958cf3de6346b7502471f8ec934e08d5e72b672cc96681b0883f366b1187958c" + }, + "candidate": { + "path": "/home/jason/work/quickjs-jit/target/release/jit-bench", + "sha256": "4078a044e6459a24ee9ff63dcdc7d723e0e3e23d275626403bbebe143603eecb" + } + }, + "candidate_revision": "2bd518e3716137fc66461f9d5db8a63c26ca961d", + "source_dirty": true, + "warmup_processes_per_engine_and_mode": 5, + "fresh_process_pairs_per_mode": 30, + "throughput_windows_per_engine_and_mode": 10, + "throughput_window_min_ns": 1000000000, + "throughput_unit": "fresh jit-bench worker processes including setup and warmup", + "bootstrap_resamples": 10000, + "pairs": { + "interpreter": [ + { + "pair_index": 0, + "reference": { + "elapsed_ns": 1083228, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5017600, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1612834, + "runtime_create_ns": 27633, + "jit_attach_ns": 82, + "context_create_ns": 103053, + "definition_eval_ns": 41958, + "first_eval_ns": 110740, + "threshold_crossing_ns": 122045, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1083228 + } + }, + "entry_cache": { + "elapsed_ns": 1071328, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5206016, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1608223, + "runtime_create_ns": 36216, + "jit_attach_ns": 56, + "context_create_ns": 114085, + "definition_eval_ns": 41350, + "first_eval_ns": 113116, + "threshold_crossing_ns": 104967, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1071328 + } + }, + "candidate": { + "elapsed_ns": 1053305, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5005312, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1589334, + "runtime_create_ns": 31472, + "jit_attach_ns": 42, + "context_create_ns": 108613, + "definition_eval_ns": 57214, + "first_eval_ns": 112236, + "threshold_crossing_ns": 104593, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1053305 + } + } + }, + { + "pair_index": 1, + "entry_cache": { + "elapsed_ns": 1090753, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5095424, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1625817, + "runtime_create_ns": 29545, + "jit_attach_ns": 41, + "context_create_ns": 110950, + "definition_eval_ns": 39515, + "first_eval_ns": 111896, + "threshold_crossing_ns": 108727, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1090753 + } + }, + "candidate": { + "elapsed_ns": 1101872, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5177344, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1618044, + "runtime_create_ns": 24868, + "jit_attach_ns": 127, + "context_create_ns": 114604, + "definition_eval_ns": 41144, + "first_eval_ns": 107528, + "threshold_crossing_ns": 104705, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1101872 + } + }, + "reference": { + "elapsed_ns": 1065973, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5152768, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1593822, + "runtime_create_ns": 28805, + "jit_attach_ns": 145, + "context_create_ns": 101197, + "definition_eval_ns": 42877, + "first_eval_ns": 117778, + "threshold_crossing_ns": 110836, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1065973 + } + } + }, + { + "pair_index": 2, + "entry_cache": { + "elapsed_ns": 1047887, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4956160, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1582761, + "runtime_create_ns": 32331, + "jit_attach_ns": 41, + "context_create_ns": 107308, + "definition_eval_ns": 43709, + "first_eval_ns": 113910, + "threshold_crossing_ns": 116200, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1047887 + } + }, + "candidate": { + "elapsed_ns": 1066235, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5193728, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1586344, + "runtime_create_ns": 28034, + "jit_attach_ns": 41, + "context_create_ns": 116751, + "definition_eval_ns": 41474, + "first_eval_ns": 107737, + "threshold_crossing_ns": 104155, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1066235 + } + }, + "reference": { + "elapsed_ns": 1101184, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4886528, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1621736, + "runtime_create_ns": 28834, + "jit_attach_ns": 80, + "context_create_ns": 103291, + "definition_eval_ns": 40470, + "first_eval_ns": 111105, + "threshold_crossing_ns": 111895, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1101184 + } + } + }, + { + "pair_index": 3, + "entry_cache": { + "elapsed_ns": 1070970, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5013504, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1604061, + "runtime_create_ns": 31670, + "jit_attach_ns": 41, + "context_create_ns": 114359, + "definition_eval_ns": 43724, + "first_eval_ns": 107564, + "threshold_crossing_ns": 104280, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1070970 + } + }, + "candidate": { + "elapsed_ns": 1079988, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5103616, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1616287, + "runtime_create_ns": 24748, + "jit_attach_ns": 44, + "context_create_ns": 119631, + "definition_eval_ns": 41118, + "first_eval_ns": 112770, + "threshold_crossing_ns": 109399, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1079988 + } + }, + "reference": { + "elapsed_ns": 1099132, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5087232, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1626142, + "runtime_create_ns": 25840, + "jit_attach_ns": 118, + "context_create_ns": 104657, + "definition_eval_ns": 41476, + "first_eval_ns": 112256, + "threshold_crossing_ns": 113131, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1099132 + } + } + }, + { + "pair_index": 4, + "entry_cache": { + "elapsed_ns": 1083805, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5091328, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1611312, + "runtime_create_ns": 26483, + "jit_attach_ns": 40, + "context_create_ns": 113097, + "definition_eval_ns": 43330, + "first_eval_ns": 108410, + "threshold_crossing_ns": 109334, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1083805 + } + }, + "candidate": { + "elapsed_ns": 1064769, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5074944, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1601892, + "runtime_create_ns": 31575, + "jit_attach_ns": 119, + "context_create_ns": 112052, + "definition_eval_ns": 46347, + "first_eval_ns": 119823, + "threshold_crossing_ns": 104773, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1064769 + } + }, + "reference": { + "elapsed_ns": 1074994, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4939776, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1600828, + "runtime_create_ns": 28249, + "jit_attach_ns": 79, + "context_create_ns": 112310, + "definition_eval_ns": 42937, + "first_eval_ns": 109386, + "threshold_crossing_ns": 105507, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1074994 + } + } + }, + { + "pair_index": 5, + "candidate": { + "elapsed_ns": 1072779, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4988928, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1600811, + "runtime_create_ns": 31208, + "jit_attach_ns": 43, + "context_create_ns": 115405, + "definition_eval_ns": 45437, + "first_eval_ns": 109030, + "threshold_crossing_ns": 105503, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1072779 + } + }, + "reference": { + "elapsed_ns": 1058032, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5091328, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1591378, + "runtime_create_ns": 29625, + "jit_attach_ns": 79, + "context_create_ns": 104226, + "definition_eval_ns": 39918, + "first_eval_ns": 112008, + "threshold_crossing_ns": 109546, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1058032 + } + }, + "entry_cache": { + "elapsed_ns": 1067138, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5115904, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1595819, + "runtime_create_ns": 27800, + "jit_attach_ns": 42, + "context_create_ns": 112127, + "definition_eval_ns": 49659, + "first_eval_ns": 109369, + "threshold_crossing_ns": 105775, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1067138 + } + } + }, + { + "pair_index": 6, + "candidate": { + "elapsed_ns": 1086610, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4939776, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1627894, + "runtime_create_ns": 31372, + "jit_attach_ns": 41, + "context_create_ns": 116957, + "definition_eval_ns": 44292, + "first_eval_ns": 108946, + "threshold_crossing_ns": 105458, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1086610 + } + }, + "reference": { + "elapsed_ns": 1097563, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5181440, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1642720, + "runtime_create_ns": 27136, + "jit_attach_ns": 79, + "context_create_ns": 122268, + "definition_eval_ns": 40511, + "first_eval_ns": 111980, + "threshold_crossing_ns": 109621, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1097563 + } + }, + "entry_cache": { + "elapsed_ns": 1054735, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1570772, + "runtime_create_ns": 28474, + "jit_attach_ns": 43, + "context_create_ns": 104988, + "definition_eval_ns": 41764, + "first_eval_ns": 114316, + "threshold_crossing_ns": 105427, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1054735 + } + } + }, + { + "pair_index": 7, + "candidate": { + "elapsed_ns": 1094939, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5095424, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1656737, + "runtime_create_ns": 43120, + "jit_attach_ns": 43, + "context_create_ns": 115503, + "definition_eval_ns": 45804, + "first_eval_ns": 112753, + "threshold_crossing_ns": 109336, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1094939 + } + }, + "reference": { + "elapsed_ns": 1094566, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4894720, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1606072, + "runtime_create_ns": 27003, + "jit_attach_ns": 79, + "context_create_ns": 108409, + "definition_eval_ns": 39660, + "first_eval_ns": 109076, + "threshold_crossing_ns": 105430, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1094566 + } + }, + "entry_cache": { + "elapsed_ns": 1081773, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5218304, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1614741, + "runtime_create_ns": 30149, + "jit_attach_ns": 41, + "context_create_ns": 105931, + "definition_eval_ns": 40799, + "first_eval_ns": 107979, + "threshold_crossing_ns": 119272, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1081773 + } + } + }, + { + "pair_index": 8, + "candidate": { + "elapsed_ns": 1088681, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5074944, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1622822, + "runtime_create_ns": 28038, + "jit_attach_ns": 40, + "context_create_ns": 113171, + "definition_eval_ns": 44051, + "first_eval_ns": 111840, + "threshold_crossing_ns": 108962, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1088681 + } + }, + "reference": { + "elapsed_ns": 1093010, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5136384, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1624951, + "runtime_create_ns": 27289, + "jit_attach_ns": 92, + "context_create_ns": 101799, + "definition_eval_ns": 39158, + "first_eval_ns": 112072, + "threshold_crossing_ns": 110205, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1093010 + } + }, + "entry_cache": { + "elapsed_ns": 1080223, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5038080, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1610090, + "runtime_create_ns": 29903, + "jit_attach_ns": 106, + "context_create_ns": 108007, + "definition_eval_ns": 47196, + "first_eval_ns": 115021, + "threshold_crossing_ns": 106659, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1080223 + } + } + }, + { + "pair_index": 9, + "reference": { + "elapsed_ns": 1070376, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5054464, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1600166, + "runtime_create_ns": 31912, + "jit_attach_ns": 79, + "context_create_ns": 107828, + "definition_eval_ns": 45423, + "first_eval_ns": 111080, + "threshold_crossing_ns": 108207, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1070376 + } + }, + "entry_cache": { + "elapsed_ns": 1051126, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5062656, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1571232, + "runtime_create_ns": 29917, + "jit_attach_ns": 46, + "context_create_ns": 103562, + "definition_eval_ns": 40989, + "first_eval_ns": 121050, + "threshold_crossing_ns": 104503, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1051126 + } + }, + "candidate": { + "elapsed_ns": 1078823, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4947968, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1647351, + "runtime_create_ns": 30149, + "jit_attach_ns": 41, + "context_create_ns": 108815, + "definition_eval_ns": 51068, + "first_eval_ns": 141497, + "threshold_crossing_ns": 112186, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1078823 + } + } + }, + { + "pair_index": 10, + "reference": { + "elapsed_ns": 1095391, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5001216, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1617185, + "runtime_create_ns": 30729, + "jit_attach_ns": 79, + "context_create_ns": 108007, + "definition_eval_ns": 40704, + "first_eval_ns": 112234, + "threshold_crossing_ns": 104046, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1095391 + } + }, + "entry_cache": { + "elapsed_ns": 1046796, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4956160, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1615704, + "runtime_create_ns": 29551, + "jit_attach_ns": 42, + "context_create_ns": 125133, + "definition_eval_ns": 44597, + "first_eval_ns": 126160, + "threshold_crossing_ns": 123348, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1046796 + } + }, + "candidate": { + "elapsed_ns": 1060019, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4898816, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1582972, + "runtime_create_ns": 30951, + "jit_attach_ns": 45, + "context_create_ns": 107731, + "definition_eval_ns": 44188, + "first_eval_ns": 113563, + "threshold_crossing_ns": 105804, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1060019 + } + } + }, + { + "pair_index": 11, + "reference": { + "elapsed_ns": 1096623, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4988928, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1619409, + "runtime_create_ns": 34730, + "jit_attach_ns": 81, + "context_create_ns": 106374, + "definition_eval_ns": 39419, + "first_eval_ns": 109545, + "threshold_crossing_ns": 105530, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1096623 + } + }, + "entry_cache": { + "elapsed_ns": 1079491, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4988928, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1611666, + "runtime_create_ns": 29020, + "jit_attach_ns": 44, + "context_create_ns": 113735, + "definition_eval_ns": 41847, + "first_eval_ns": 111586, + "threshold_crossing_ns": 108261, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1079491 + } + }, + "candidate": { + "elapsed_ns": 1071993, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5144576, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1610740, + "runtime_create_ns": 30274, + "jit_attach_ns": 41, + "context_create_ns": 115574, + "definition_eval_ns": 42560, + "first_eval_ns": 111356, + "threshold_crossing_ns": 108262, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1071993 + } + } + }, + { + "pair_index": 12, + "reference": { + "elapsed_ns": 1093086, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5050368, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1608234, + "runtime_create_ns": 27917, + "jit_attach_ns": 80, + "context_create_ns": 102895, + "definition_eval_ns": 38308, + "first_eval_ns": 109693, + "threshold_crossing_ns": 107611, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1093086 + } + }, + "entry_cache": { + "elapsed_ns": 1086908, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5246976, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1608985, + "runtime_create_ns": 25603, + "jit_attach_ns": 37, + "context_create_ns": 101979, + "definition_eval_ns": 34396, + "first_eval_ns": 114202, + "threshold_crossing_ns": 119808, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1086908 + } + }, + "candidate": { + "elapsed_ns": 1047419, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5074944, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1581348, + "runtime_create_ns": 25929, + "jit_attach_ns": 44, + "context_create_ns": 121226, + "definition_eval_ns": 48547, + "first_eval_ns": 107745, + "threshold_crossing_ns": 103902, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1047419 + } + } + }, + { + "pair_index": 13, + "entry_cache": { + "elapsed_ns": 1067311, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5234688, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1615067, + "runtime_create_ns": 31952, + "jit_attach_ns": 42, + "context_create_ns": 124343, + "definition_eval_ns": 45237, + "first_eval_ns": 110434, + "threshold_crossing_ns": 106808, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1067311 + } + }, + "candidate": { + "elapsed_ns": 1089246, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5025792, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1624189, + "runtime_create_ns": 30625, + "jit_attach_ns": 42, + "context_create_ns": 113768, + "definition_eval_ns": 43276, + "first_eval_ns": 110546, + "threshold_crossing_ns": 107207, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1089246 + } + }, + "reference": { + "elapsed_ns": 1118613, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5189632, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1646617, + "runtime_create_ns": 28887, + "jit_attach_ns": 80, + "context_create_ns": 104840, + "definition_eval_ns": 39283, + "first_eval_ns": 110603, + "threshold_crossing_ns": 107512, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1118613 + } + } + }, + { + "pair_index": 14, + "entry_cache": { + "elapsed_ns": 1054581, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5218304, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1596214, + "runtime_create_ns": 32883, + "jit_attach_ns": 42, + "context_create_ns": 110605, + "definition_eval_ns": 42755, + "first_eval_ns": 121440, + "threshold_crossing_ns": 109703, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1054581 + } + }, + "candidate": { + "elapsed_ns": 1054094, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5103616, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1576976, + "runtime_create_ns": 24936, + "jit_attach_ns": 38, + "context_create_ns": 115012, + "definition_eval_ns": 46182, + "first_eval_ns": 106001, + "threshold_crossing_ns": 104679, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1054094 + } + }, + "reference": { + "elapsed_ns": 1086689, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4947968, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1601822, + "runtime_create_ns": 27690, + "jit_attach_ns": 107, + "context_create_ns": 98218, + "definition_eval_ns": 43335, + "first_eval_ns": 109474, + "threshold_crossing_ns": 105817, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1086689 + } + } + }, + { + "pair_index": 15, + "entry_cache": { + "elapsed_ns": 1063026, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5054464, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1585895, + "runtime_create_ns": 28294, + "jit_attach_ns": 42, + "context_create_ns": 109312, + "definition_eval_ns": 44111, + "first_eval_ns": 108849, + "threshold_crossing_ns": 107624, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1063026 + } + }, + "candidate": { + "elapsed_ns": 1078901, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5128192, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1602292, + "runtime_create_ns": 27483, + "jit_attach_ns": 92, + "context_create_ns": 114593, + "definition_eval_ns": 44062, + "first_eval_ns": 107458, + "threshold_crossing_ns": 105181, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1078901 + } + }, + "reference": { + "elapsed_ns": 1081459, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5083136, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1616315, + "runtime_create_ns": 29435, + "jit_attach_ns": 41, + "context_create_ns": 101158, + "definition_eval_ns": 44363, + "first_eval_ns": 112822, + "threshold_crossing_ns": 120381, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1081459 + } + } + }, + { + "pair_index": 16, + "entry_cache": { + "elapsed_ns": 1099729, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5054464, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1621173, + "runtime_create_ns": 27750, + "jit_attach_ns": 42, + "context_create_ns": 104391, + "definition_eval_ns": 43926, + "first_eval_ns": 111829, + "threshold_crossing_ns": 109430, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1099729 + } + }, + "candidate": { + "elapsed_ns": 1073096, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5099520, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1588643, + "runtime_create_ns": 23888, + "jit_attach_ns": 41, + "context_create_ns": 105060, + "definition_eval_ns": 33344, + "first_eval_ns": 109134, + "threshold_crossing_ns": 107269, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1073096 + } + }, + "reference": { + "elapsed_ns": 1082034, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5197824, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1612699, + "runtime_create_ns": 24700, + "jit_attach_ns": 112, + "context_create_ns": 113188, + "definition_eval_ns": 42280, + "first_eval_ns": 112552, + "threshold_crossing_ns": 109050, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1082034 + } + } + }, + { + "pair_index": 17, + "candidate": { + "elapsed_ns": 1066669, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5136384, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1619612, + "runtime_create_ns": 30805, + "jit_attach_ns": 42, + "context_create_ns": 124009, + "definition_eval_ns": 44769, + "first_eval_ns": 110259, + "threshold_crossing_ns": 110626, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1066669 + } + }, + "reference": { + "elapsed_ns": 1097726, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5099520, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1617967, + "runtime_create_ns": 26087, + "jit_attach_ns": 78, + "context_create_ns": 107058, + "definition_eval_ns": 38828, + "first_eval_ns": 111918, + "threshold_crossing_ns": 108926, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1097726 + } + }, + "entry_cache": { + "elapsed_ns": 1045291, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5046272, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1580026, + "runtime_create_ns": 30475, + "jit_attach_ns": 41, + "context_create_ns": 103147, + "definition_eval_ns": 42470, + "first_eval_ns": 117557, + "threshold_crossing_ns": 108514, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1045291 + } + } + }, + { + "pair_index": 18, + "candidate": { + "elapsed_ns": 1069347, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5070848, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1603461, + "runtime_create_ns": 27922, + "jit_attach_ns": 41, + "context_create_ns": 116084, + "definition_eval_ns": 46071, + "first_eval_ns": 107833, + "threshold_crossing_ns": 108855, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1069347 + } + }, + "reference": { + "elapsed_ns": 1256301, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5201920, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1811948, + "runtime_create_ns": 25863, + "jit_attach_ns": 140, + "context_create_ns": 109008, + "definition_eval_ns": 40619, + "first_eval_ns": 126126, + "threshold_crossing_ns": 119329, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1256301 + } + }, + "entry_cache": { + "elapsed_ns": 1077869, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5001216, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1608359, + "runtime_create_ns": 25113, + "jit_attach_ns": 42, + "context_create_ns": 107441, + "definition_eval_ns": 49128, + "first_eval_ns": 115043, + "threshold_crossing_ns": 106822, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1077869 + } + } + }, + { + "pair_index": 19, + "candidate": { + "elapsed_ns": 1053976, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4993024, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1597392, + "runtime_create_ns": 33845, + "jit_attach_ns": 41, + "context_create_ns": 113896, + "definition_eval_ns": 45215, + "first_eval_ns": 115855, + "threshold_crossing_ns": 108156, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1053976 + } + }, + "reference": { + "elapsed_ns": 1059706, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5185536, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1588830, + "runtime_create_ns": 28844, + "jit_attach_ns": 79, + "context_create_ns": 104072, + "definition_eval_ns": 39496, + "first_eval_ns": 122561, + "threshold_crossing_ns": 105197, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1059706 + } + }, + "entry_cache": { + "elapsed_ns": 1065705, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4943872, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1586087, + "runtime_create_ns": 29810, + "jit_attach_ns": 42, + "context_create_ns": 107306, + "definition_eval_ns": 45397, + "first_eval_ns": 108340, + "threshold_crossing_ns": 104303, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1065705 + } + } + }, + { + "pair_index": 20, + "candidate": { + "elapsed_ns": 1065640, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5152768, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1592975, + "runtime_create_ns": 27245, + "jit_attach_ns": 42, + "context_create_ns": 119592, + "definition_eval_ns": 40424, + "first_eval_ns": 108954, + "threshold_crossing_ns": 104630, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1065640 + } + }, + "reference": { + "elapsed_ns": 1070304, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5050368, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1569756, + "runtime_create_ns": 26444, + "jit_attach_ns": 41, + "context_create_ns": 100029, + "definition_eval_ns": 35055, + "first_eval_ns": 108025, + "threshold_crossing_ns": 105059, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1070304 + } + }, + "entry_cache": { + "elapsed_ns": 1092392, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5230592, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1627442, + "runtime_create_ns": 26007, + "jit_attach_ns": 41, + "context_create_ns": 111474, + "definition_eval_ns": 41059, + "first_eval_ns": 111590, + "threshold_crossing_ns": 108477, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1092392 + } + } + }, + { + "pair_index": 21, + "reference": { + "elapsed_ns": 1107800, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5070848, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1653512, + "runtime_create_ns": 29987, + "jit_attach_ns": 79, + "context_create_ns": 109432, + "definition_eval_ns": 41406, + "first_eval_ns": 112606, + "threshold_crossing_ns": 109199, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1107800 + } + }, + "entry_cache": { + "elapsed_ns": 1094829, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5128192, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1635864, + "runtime_create_ns": 24092, + "jit_attach_ns": 44, + "context_create_ns": 118787, + "definition_eval_ns": 43107, + "first_eval_ns": 113154, + "threshold_crossing_ns": 114570, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1094829 + } + }, + "candidate": { + "elapsed_ns": 1074564, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4968448, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1607592, + "runtime_create_ns": 27784, + "jit_attach_ns": 88, + "context_create_ns": 115019, + "definition_eval_ns": 44158, + "first_eval_ns": 111738, + "threshold_crossing_ns": 111634, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1074564 + } + } + }, + { + "pair_index": 22, + "reference": { + "elapsed_ns": 1063694, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5062656, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1595576, + "runtime_create_ns": 26473, + "jit_attach_ns": 80, + "context_create_ns": 107643, + "definition_eval_ns": 48055, + "first_eval_ns": 112196, + "threshold_crossing_ns": 108812, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1063694 + } + }, + "entry_cache": { + "elapsed_ns": 1089069, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5201920, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1636180, + "runtime_create_ns": 26413, + "jit_attach_ns": 45, + "context_create_ns": 118176, + "definition_eval_ns": 43236, + "first_eval_ns": 127706, + "threshold_crossing_ns": 106446, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1089069 + } + }, + "candidate": { + "elapsed_ns": 1086369, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4952064, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1628417, + "runtime_create_ns": 40314, + "jit_attach_ns": 41, + "context_create_ns": 106920, + "definition_eval_ns": 45362, + "first_eval_ns": 111705, + "threshold_crossing_ns": 112596, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1086369 + } + } + }, + { + "pair_index": 23, + "reference": { + "elapsed_ns": 1061205, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5017600, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1594060, + "runtime_create_ns": 27804, + "jit_attach_ns": 80, + "context_create_ns": 117243, + "definition_eval_ns": 42657, + "first_eval_ns": 109911, + "threshold_crossing_ns": 110258, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1061205 + } + }, + "entry_cache": { + "elapsed_ns": 1074996, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4984832, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1592952, + "runtime_create_ns": 28705, + "jit_attach_ns": 40, + "context_create_ns": 104452, + "definition_eval_ns": 38979, + "first_eval_ns": 112624, + "threshold_crossing_ns": 109499, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1074996 + } + }, + "candidate": { + "elapsed_ns": 1072813, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5111808, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1611507, + "runtime_create_ns": 26406, + "jit_attach_ns": 41, + "context_create_ns": 112788, + "definition_eval_ns": 44051, + "first_eval_ns": 110146, + "threshold_crossing_ns": 110847, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1072813 + } + } + }, + { + "pair_index": 24, + "reference": { + "elapsed_ns": 1089650, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4956160, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1615324, + "runtime_create_ns": 29195, + "jit_attach_ns": 122, + "context_create_ns": 107860, + "definition_eval_ns": 39334, + "first_eval_ns": 116322, + "threshold_crossing_ns": 108027, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1089650 + } + }, + "entry_cache": { + "elapsed_ns": 1060325, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5033984, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1578190, + "runtime_create_ns": 24139, + "jit_attach_ns": 46, + "context_create_ns": 106999, + "definition_eval_ns": 41739, + "first_eval_ns": 111506, + "threshold_crossing_ns": 108208, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1060325 + } + }, + "candidate": { + "elapsed_ns": 1085595, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5009408, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1629679, + "runtime_create_ns": 31572, + "jit_attach_ns": 42, + "context_create_ns": 105160, + "definition_eval_ns": 46062, + "first_eval_ns": 125890, + "threshold_crossing_ns": 109272, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1085595 + } + } + }, + { + "pair_index": 25, + "entry_cache": { + "elapsed_ns": 1062139, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4997120, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1599619, + "runtime_create_ns": 41330, + "jit_attach_ns": 45, + "context_create_ns": 108581, + "definition_eval_ns": 43439, + "first_eval_ns": 114122, + "threshold_crossing_ns": 106265, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1062139 + } + }, + "candidate": { + "elapsed_ns": 1070026, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4952064, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1592406, + "runtime_create_ns": 28094, + "jit_attach_ns": 42, + "context_create_ns": 104789, + "definition_eval_ns": 40988, + "first_eval_ns": 116371, + "threshold_crossing_ns": 108748, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1070026 + } + }, + "reference": { + "elapsed_ns": 1077947, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4980736, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1607587, + "runtime_create_ns": 29758, + "jit_attach_ns": 143, + "context_create_ns": 100994, + "definition_eval_ns": 39807, + "first_eval_ns": 116230, + "threshold_crossing_ns": 107969, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1077947 + } + } + }, + { + "pair_index": 26, + "entry_cache": { + "elapsed_ns": 1085548, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4960256, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1622408, + "runtime_create_ns": 29892, + "jit_attach_ns": 41, + "context_create_ns": 110566, + "definition_eval_ns": 42818, + "first_eval_ns": 112483, + "threshold_crossing_ns": 113385, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1085548 + } + }, + "candidate": { + "elapsed_ns": 1088974, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5189632, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1641764, + "runtime_create_ns": 28229, + "jit_attach_ns": 43, + "context_create_ns": 111661, + "definition_eval_ns": 44373, + "first_eval_ns": 116453, + "threshold_crossing_ns": 109087, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1088974 + } + }, + "reference": { + "elapsed_ns": 1077828, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4993024, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1605004, + "runtime_create_ns": 26827, + "jit_attach_ns": 102, + "context_create_ns": 102271, + "definition_eval_ns": 39569, + "first_eval_ns": 120456, + "threshold_crossing_ns": 109101, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1077828 + } + } + }, + { + "pair_index": 27, + "entry_cache": { + "elapsed_ns": 1071215, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5066752, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1613902, + "runtime_create_ns": 27949, + "jit_attach_ns": 42, + "context_create_ns": 113856, + "definition_eval_ns": 42222, + "first_eval_ns": 121842, + "threshold_crossing_ns": 109868, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1071215 + } + }, + "candidate": { + "elapsed_ns": 1070476, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4956160, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1590782, + "runtime_create_ns": 30886, + "jit_attach_ns": 41, + "context_create_ns": 109729, + "definition_eval_ns": 44024, + "first_eval_ns": 106920, + "threshold_crossing_ns": 105024, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1070476 + } + }, + "reference": { + "elapsed_ns": 1088657, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4935680, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1600138, + "runtime_create_ns": 27802, + "jit_attach_ns": 80, + "context_create_ns": 102283, + "definition_eval_ns": 42769, + "first_eval_ns": 112861, + "threshold_crossing_ns": 104840, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1088657 + } + } + }, + { + "pair_index": 28, + "entry_cache": { + "elapsed_ns": 1101908, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5103616, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1635610, + "runtime_create_ns": 29925, + "jit_attach_ns": 41, + "context_create_ns": 109220, + "definition_eval_ns": 40684, + "first_eval_ns": 107880, + "threshold_crossing_ns": 119910, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1101908 + } + }, + "candidate": { + "elapsed_ns": 1085639, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4997120, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1607031, + "runtime_create_ns": 30497, + "jit_attach_ns": 53, + "context_create_ns": 105594, + "definition_eval_ns": 40171, + "first_eval_ns": 114941, + "threshold_crossing_ns": 107943, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1085639 + } + }, + "reference": { + "elapsed_ns": 1094099, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5050368, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1613328, + "runtime_create_ns": 27614, + "jit_attach_ns": 136, + "context_create_ns": 101857, + "definition_eval_ns": 39884, + "first_eval_ns": 111250, + "threshold_crossing_ns": 111613, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1094099 + } + } + }, + { + "pair_index": 29, + "candidate": { + "elapsed_ns": 1067160, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5070848, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1614726, + "runtime_create_ns": 28857, + "jit_attach_ns": 41, + "context_create_ns": 114109, + "definition_eval_ns": 53613, + "first_eval_ns": 112887, + "threshold_crossing_ns": 107778, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1067160 + } + }, + "reference": { + "elapsed_ns": 1081180, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5103616, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1611901, + "runtime_create_ns": 24674, + "jit_attach_ns": 102, + "context_create_ns": 104345, + "definition_eval_ns": 40815, + "first_eval_ns": 125000, + "threshold_crossing_ns": 111922, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1081180 + } + }, + "entry_cache": { + "elapsed_ns": 1070361, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4956160, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1604467, + "runtime_create_ns": 50304, + "jit_attach_ns": 42, + "context_create_ns": 104455, + "definition_eval_ns": 46047, + "first_eval_ns": 106699, + "threshold_crossing_ns": 107176, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1070361 + } + } + } + ], + "tier1": [ + { + "pair_index": 0, + "entry_cache": { + "elapsed_ns": 12894824, + "checksum": "number:409f400000000000", + "native_entries": 28524, + "native_acquisitions": 1016, + "native_exits": 28524, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10178560, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25144590, + "runtime_create_ns": 23664, + "jit_attach_ns": 58994, + "context_create_ns": 104507, + "definition_eval_ns": 44492, + "first_eval_ns": 757569, + "threshold_crossing_ns": 9980093, + "compile_ns": 9332697, + "install_ns": 52479, + "osr_ns": 0, + "steady_state_ns": 12894824 + } + }, + "candidate": { + "elapsed_ns": 11887277, + "checksum": "number:409f400000000000", + "native_entries": 31034, + "native_acquisitions": 1106, + "native_exits": 31034, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25024671, + "runtime_create_ns": 31064, + "jit_attach_ns": 62474, + "context_create_ns": 111640, + "definition_eval_ns": 57113, + "first_eval_ns": 806535, + "threshold_crossing_ns": 10856282, + "compile_ns": 9262307, + "install_ns": 50570, + "osr_ns": 0, + "steady_state_ns": 11887277 + } + }, + "reference": { + "elapsed_ns": 14361464, + "checksum": "number:409f400000000000", + "native_entries": 31003, + "native_exits": 31003, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10047488, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28742299, + "runtime_create_ns": 30745, + "jit_attach_ns": 61590, + "context_create_ns": 103010, + "definition_eval_ns": 59351, + "first_eval_ns": 774353, + "threshold_crossing_ns": 11904941, + "compile_ns": 10049212, + "install_ns": 50675, + "osr_ns": 0, + "steady_state_ns": 14361464 + } + } + }, + { + "pair_index": 1, + "entry_cache": { + "elapsed_ns": 12927350, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_acquisitions": 1056, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26253802, + "runtime_create_ns": 32466, + "jit_attach_ns": 66004, + "context_create_ns": 110812, + "definition_eval_ns": 57240, + "first_eval_ns": 754672, + "threshold_crossing_ns": 11019694, + "compile_ns": 9029701, + "install_ns": 70604, + "osr_ns": 0, + "steady_state_ns": 12927350 + } + }, + "candidate": { + "elapsed_ns": 12140574, + "checksum": "number:409f400000000000", + "native_entries": 30355, + "native_acquisitions": 1076, + "native_exits": 30355, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25002506, + "runtime_create_ns": 34029, + "jit_attach_ns": 64146, + "context_create_ns": 114039, + "definition_eval_ns": 58484, + "first_eval_ns": 2376284, + "threshold_crossing_ns": 9005075, + "compile_ns": 9275666, + "install_ns": 57910, + "osr_ns": 0, + "steady_state_ns": 12140574 + } + }, + "reference": { + "elapsed_ns": 14493976, + "checksum": "number:409f400000000000", + "native_entries": 29122, + "native_exits": 29122, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9986048, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28066682, + "runtime_create_ns": 31255, + "jit_attach_ns": 64654, + "context_create_ns": 106415, + "definition_eval_ns": 53881, + "first_eval_ns": 787291, + "threshold_crossing_ns": 11058189, + "compile_ns": 9068466, + "install_ns": 83102, + "osr_ns": 0, + "steady_state_ns": 14493976 + } + } + }, + { + "pair_index": 2, + "candidate": { + "elapsed_ns": 11927474, + "checksum": "number:409f400000000000", + "native_entries": 31096, + "native_acquisitions": 1109, + "native_exits": 31096, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25208262, + "runtime_create_ns": 27034, + "jit_attach_ns": 60649, + "context_create_ns": 115805, + "definition_eval_ns": 64896, + "first_eval_ns": 804826, + "threshold_crossing_ns": 10907998, + "compile_ns": 9332747, + "install_ns": 67274, + "osr_ns": 0, + "steady_state_ns": 11927474 + } + }, + "reference": { + "elapsed_ns": 14377564, + "checksum": "number:409f400000000000", + "native_entries": 29574, + "native_exits": 29574, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10022912, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27899312, + "runtime_create_ns": 26370, + "jit_attach_ns": 64826, + "context_create_ns": 120694, + "definition_eval_ns": 54497, + "first_eval_ns": 759313, + "threshold_crossing_ns": 11027232, + "compile_ns": 9359525, + "install_ns": 52043, + "osr_ns": 0, + "steady_state_ns": 14377564 + } + }, + "entry_cache": { + "elapsed_ns": 12833165, + "checksum": "number:409f400000000000", + "native_entries": 31651, + "native_acquisitions": 1133, + "native_exits": 31651, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10035200, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26529965, + "runtime_create_ns": 34612, + "jit_attach_ns": 60794, + "context_create_ns": 122289, + "definition_eval_ns": 58419, + "first_eval_ns": 755697, + "threshold_crossing_ns": 11383199, + "compile_ns": 9935251, + "install_ns": 58246, + "osr_ns": 0, + "steady_state_ns": 12833165 + } + } + }, + { + "pair_index": 3, + "candidate": { + "elapsed_ns": 11975430, + "checksum": "number:409f400000000000", + "native_entries": 30763, + "native_acquisitions": 1093, + "native_exits": 30763, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9912320, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25289840, + "runtime_create_ns": 24379, + "jit_attach_ns": 58318, + "context_create_ns": 106749, + "definition_eval_ns": 45934, + "first_eval_ns": 794316, + "threshold_crossing_ns": 11067939, + "compile_ns": 9370542, + "install_ns": 67382, + "osr_ns": 0, + "steady_state_ns": 11975430 + } + }, + "reference": { + "elapsed_ns": 14289678, + "checksum": "number:409f400000000000", + "native_entries": 29342, + "native_exits": 29342, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10166272, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27493973, + "runtime_create_ns": 25650, + "jit_attach_ns": 60750, + "context_create_ns": 104742, + "definition_eval_ns": 57894, + "first_eval_ns": 779177, + "threshold_crossing_ns": 10719824, + "compile_ns": 8997237, + "install_ns": 49127, + "osr_ns": 0, + "steady_state_ns": 14289678 + } + }, + "entry_cache": { + "elapsed_ns": 12611624, + "checksum": "number:409f400000000000", + "native_entries": 32012, + "native_acquisitions": 1148, + "native_exits": 32012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10035200, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27054189, + "runtime_create_ns": 30944, + "jit_attach_ns": 59241, + "context_create_ns": 111451, + "definition_eval_ns": 52025, + "first_eval_ns": 765474, + "threshold_crossing_ns": 12125971, + "compile_ns": 10129925, + "install_ns": 50160, + "osr_ns": 0, + "steady_state_ns": 12611624 + } + } + }, + { + "pair_index": 4, + "candidate": { + "elapsed_ns": 11929973, + "checksum": "number:409f400000000000", + "native_entries": 30083, + "native_acquisitions": 1061, + "native_exits": 30083, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10067968, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24961478, + "runtime_create_ns": 23487, + "jit_attach_ns": 61098, + "context_create_ns": 108089, + "definition_eval_ns": 51711, + "first_eval_ns": 805608, + "threshold_crossing_ns": 10743495, + "compile_ns": 8809378, + "install_ns": 50580, + "osr_ns": 0, + "steady_state_ns": 11929973 + } + }, + "reference": { + "elapsed_ns": 14313313, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10063872, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28357376, + "runtime_create_ns": 25991, + "jit_attach_ns": 58502, + "context_create_ns": 103609, + "definition_eval_ns": 48299, + "first_eval_ns": 782794, + "threshold_crossing_ns": 11562999, + "compile_ns": 9395338, + "install_ns": 59103, + "osr_ns": 0, + "steady_state_ns": 14313313 + } + }, + "entry_cache": { + "elapsed_ns": 12633205, + "checksum": "number:409f400000000000", + "native_entries": 30055, + "native_acquisitions": 1060, + "native_exits": 30055, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10022912, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25974361, + "runtime_create_ns": 29864, + "jit_attach_ns": 54247, + "context_create_ns": 108602, + "definition_eval_ns": 56417, + "first_eval_ns": 749568, + "threshold_crossing_ns": 11052304, + "compile_ns": 9082500, + "install_ns": 46296, + "osr_ns": 0, + "steady_state_ns": 12633205 + } + } + }, + { + "pair_index": 5, + "candidate": { + "elapsed_ns": 11981935, + "checksum": "number:409f400000000000", + "native_entries": 32249, + "native_acquisitions": 1161, + "native_exits": 32249, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25521536, + "runtime_create_ns": 43071, + "jit_attach_ns": 69439, + "context_create_ns": 114663, + "definition_eval_ns": 55877, + "first_eval_ns": 2286864, + "threshold_crossing_ns": 9748450, + "compile_ns": 10051373, + "install_ns": 55017, + "osr_ns": 0, + "steady_state_ns": 11981935 + } + }, + "reference": { + "elapsed_ns": 14346981, + "checksum": "number:409f400000000000", + "native_entries": 30959, + "native_exits": 30959, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9924608, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28818389, + "runtime_create_ns": 29529, + "jit_attach_ns": 59717, + "context_create_ns": 106639, + "definition_eval_ns": 54342, + "first_eval_ns": 780664, + "threshold_crossing_ns": 11975741, + "compile_ns": 10106491, + "install_ns": 59562, + "osr_ns": 0, + "steady_state_ns": 14346981 + } + }, + "entry_cache": { + "elapsed_ns": 12561149, + "checksum": "number:409f400000000000", + "native_entries": 30547, + "native_acquisitions": 1084, + "native_exits": 30547, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10022912, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25992457, + "runtime_create_ns": 30331, + "jit_attach_ns": 56067, + "context_create_ns": 108719, + "definition_eval_ns": 58443, + "first_eval_ns": 762623, + "threshold_crossing_ns": 11133795, + "compile_ns": 9314045, + "install_ns": 53302, + "osr_ns": 0, + "steady_state_ns": 12561149 + } + } + }, + { + "pair_index": 6, + "reference": { + "elapsed_ns": 14324053, + "checksum": "number:409f400000000000", + "native_entries": 30520, + "native_exits": 30520, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10018816, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28613327, + "runtime_create_ns": 25468, + "jit_attach_ns": 58576, + "context_create_ns": 100773, + "definition_eval_ns": 41745, + "first_eval_ns": 771004, + "threshold_crossing_ns": 11839033, + "compile_ns": 9828078, + "install_ns": 52212, + "osr_ns": 0, + "steady_state_ns": 14324053 + } + }, + "entry_cache": { + "elapsed_ns": 12589245, + "checksum": "number:409f400000000000", + "native_entries": 28012, + "native_acquisitions": 984, + "native_exits": 28012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9994240, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24667296, + "runtime_create_ns": 28264, + "jit_attach_ns": 58629, + "context_create_ns": 114706, + "definition_eval_ns": 56425, + "first_eval_ns": 753917, + "threshold_crossing_ns": 9783041, + "compile_ns": 8620436, + "install_ns": 53453, + "osr_ns": 0, + "steady_state_ns": 12589245 + } + }, + "candidate": { + "elapsed_ns": 11924381, + "checksum": "number:409f400000000000", + "native_entries": 31325, + "native_acquisitions": 1119, + "native_exits": 31325, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10035200, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25076010, + "runtime_create_ns": 29215, + "jit_attach_ns": 59078, + "context_create_ns": 122783, + "definition_eval_ns": 59492, + "first_eval_ns": 798585, + "threshold_crossing_ns": 10866411, + "compile_ns": 9381861, + "install_ns": 45667, + "osr_ns": 0, + "steady_state_ns": 11924381 + } + } + }, + { + "pair_index": 7, + "reference": { + "elapsed_ns": 14280025, + "checksum": "number:409f400000000000", + "native_entries": 29835, + "native_exits": 29835, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10072064, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27704773, + "runtime_create_ns": 21910, + "jit_attach_ns": 65199, + "context_create_ns": 104598, + "definition_eval_ns": 45646, + "first_eval_ns": 762836, + "threshold_crossing_ns": 10957839, + "compile_ns": 9370376, + "install_ns": 64604, + "osr_ns": 0, + "steady_state_ns": 14280025 + } + }, + "entry_cache": { + "elapsed_ns": 12612069, + "checksum": "number:409f400000000000", + "native_entries": 30975, + "native_acquisitions": 1103, + "native_exits": 30975, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10170368, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26177147, + "runtime_create_ns": 28354, + "jit_attach_ns": 58554, + "context_create_ns": 111362, + "definition_eval_ns": 56079, + "first_eval_ns": 758441, + "threshold_crossing_ns": 11250008, + "compile_ns": 9572489, + "install_ns": 47210, + "osr_ns": 0, + "steady_state_ns": 12612069 + } + }, + "candidate": { + "elapsed_ns": 11911364, + "checksum": "number:409f400000000000", + "native_entries": 31509, + "native_acquisitions": 1128, + "native_exits": 31509, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25166444, + "runtime_create_ns": 29414, + "jit_attach_ns": 61630, + "context_create_ns": 114831, + "definition_eval_ns": 71434, + "first_eval_ns": 785381, + "threshold_crossing_ns": 10965644, + "compile_ns": 9537006, + "install_ns": 50194, + "osr_ns": 0, + "steady_state_ns": 11911364 + } + } + }, + { + "pair_index": 8, + "reference": { + "elapsed_ns": 14318596, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10141696, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28381964, + "runtime_create_ns": 23247, + "jit_attach_ns": 54802, + "context_create_ns": 105286, + "definition_eval_ns": 53736, + "first_eval_ns": 760711, + "threshold_crossing_ns": 11605040, + "compile_ns": 9446130, + "install_ns": 58086, + "osr_ns": 0, + "steady_state_ns": 14318596 + } + }, + "entry_cache": { + "elapsed_ns": 12625666, + "checksum": "number:409f400000000000", + "native_entries": 30601, + "native_acquisitions": 1085, + "native_exits": 30601, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9875456, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25998844, + "runtime_create_ns": 29509, + "jit_attach_ns": 55484, + "context_create_ns": 106215, + "definition_eval_ns": 59016, + "first_eval_ns": 743705, + "threshold_crossing_ns": 11095502, + "compile_ns": 9315499, + "install_ns": 48519, + "osr_ns": 0, + "steady_state_ns": 12625666 + } + }, + "candidate": { + "elapsed_ns": 11931409, + "checksum": "number:409f400000000000", + "native_entries": 30826, + "native_acquisitions": 1096, + "native_exits": 30826, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10100736, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25025602, + "runtime_create_ns": 30213, + "jit_attach_ns": 57384, + "context_create_ns": 113909, + "definition_eval_ns": 57875, + "first_eval_ns": 814503, + "threshold_crossing_ns": 10786418, + "compile_ns": 9107037, + "install_ns": 48644, + "osr_ns": 0, + "steady_state_ns": 11931409 + } + } + }, + { + "pair_index": 9, + "reference": { + "elapsed_ns": 14316145, + "checksum": "number:409f400000000000", + "native_entries": 30503, + "native_exits": 30503, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9981952, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28972349, + "runtime_create_ns": 30723, + "jit_attach_ns": 66438, + "context_create_ns": 111014, + "definition_eval_ns": 56982, + "first_eval_ns": 800127, + "threshold_crossing_ns": 12130589, + "compile_ns": 10106337, + "install_ns": 72645, + "osr_ns": 0, + "steady_state_ns": 14316145 + } + }, + "entry_cache": { + "elapsed_ns": 12612949, + "checksum": "number:409f400000000000", + "native_entries": 30526, + "native_acquisitions": 1081, + "native_exits": 30526, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9977856, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26035439, + "runtime_create_ns": 29859, + "jit_attach_ns": 62556, + "context_create_ns": 108596, + "definition_eval_ns": 52326, + "first_eval_ns": 762315, + "threshold_crossing_ns": 11119441, + "compile_ns": 9295533, + "install_ns": 48143, + "osr_ns": 0, + "steady_state_ns": 12612949 + } + }, + "candidate": { + "elapsed_ns": 11903832, + "checksum": "number:409f400000000000", + "native_entries": 28833, + "native_acquisitions": 1031, + "native_exits": 28833, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10002432, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23889091, + "runtime_create_ns": 34186, + "jit_attach_ns": 58156, + "context_create_ns": 115050, + "definition_eval_ns": 59169, + "first_eval_ns": 796723, + "threshold_crossing_ns": 9694517, + "compile_ns": 9159034, + "install_ns": 55425, + "osr_ns": 0, + "steady_state_ns": 11903832 + } + } + }, + { + "pair_index": 10, + "entry_cache": { + "elapsed_ns": 12668312, + "checksum": "number:409f400000000000", + "native_entries": 30324, + "native_acquisitions": 1073, + "native_exits": 30324, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10100736, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26019554, + "runtime_create_ns": 22373, + "jit_attach_ns": 56834, + "context_create_ns": 102917, + "definition_eval_ns": 41915, + "first_eval_ns": 758328, + "threshold_crossing_ns": 11073998, + "compile_ns": 9165760, + "install_ns": 51402, + "osr_ns": 0, + "steady_state_ns": 12668312 + } + }, + "candidate": { + "elapsed_ns": 11913781, + "checksum": "number:409f400000000000", + "native_entries": 30736, + "native_acquisitions": 1092, + "native_exits": 30736, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10006528, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24979847, + "runtime_create_ns": 30903, + "jit_attach_ns": 59804, + "context_create_ns": 106858, + "definition_eval_ns": 51306, + "first_eval_ns": 806924, + "threshold_crossing_ns": 10794897, + "compile_ns": 9092346, + "install_ns": 46222, + "osr_ns": 0, + "steady_state_ns": 11913781 + } + }, + "reference": { + "elapsed_ns": 14455125, + "checksum": "number:409f400000000000", + "native_entries": 30194, + "native_exits": 30194, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10059776, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27947583, + "runtime_create_ns": 25174, + "jit_attach_ns": 58400, + "context_create_ns": 108072, + "definition_eval_ns": 64139, + "first_eval_ns": 2275592, + "threshold_crossing_ns": 9504951, + "compile_ns": 9529899, + "install_ns": 50482, + "osr_ns": 0, + "steady_state_ns": 14455125 + } + } + }, + { + "pair_index": 11, + "entry_cache": { + "elapsed_ns": 12657862, + "checksum": "number:409f400000000000", + "native_entries": 30556, + "native_acquisitions": 1083, + "native_exits": 30556, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9969664, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25999369, + "runtime_create_ns": 25081, + "jit_attach_ns": 52988, + "context_create_ns": 99669, + "definition_eval_ns": 43332, + "first_eval_ns": 755468, + "threshold_crossing_ns": 11081134, + "compile_ns": 9251175, + "install_ns": 44936, + "osr_ns": 0, + "steady_state_ns": 12657862 + } + }, + "candidate": { + "elapsed_ns": 11962627, + "checksum": "number:409f400000000000", + "native_entries": 31158, + "native_acquisitions": 1111, + "native_exits": 31158, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10006528, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25149065, + "runtime_create_ns": 30547, + "jit_attach_ns": 61363, + "context_create_ns": 117427, + "definition_eval_ns": 57138, + "first_eval_ns": 800405, + "threshold_crossing_ns": 10903236, + "compile_ns": 9360223, + "install_ns": 64073, + "osr_ns": 0, + "steady_state_ns": 11962627 + } + }, + "reference": { + "elapsed_ns": 14267776, + "checksum": "number:409f400000000000", + "native_entries": 31109, + "native_exits": 31109, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10018816, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28747375, + "runtime_create_ns": 28959, + "jit_attach_ns": 59295, + "context_create_ns": 104865, + "definition_eval_ns": 58240, + "first_eval_ns": 778166, + "threshold_crossing_ns": 12005007, + "compile_ns": 10209566, + "install_ns": 45147, + "osr_ns": 0, + "steady_state_ns": 14267776 + } + } + }, + { + "pair_index": 12, + "entry_cache": { + "elapsed_ns": 12596922, + "checksum": "number:409f400000000000", + "native_entries": 28012, + "native_acquisitions": 982, + "native_exits": 28012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10043392, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24640426, + "runtime_create_ns": 23103, + "jit_attach_ns": 52666, + "context_create_ns": 100966, + "definition_eval_ns": 39171, + "first_eval_ns": 741467, + "threshold_crossing_ns": 9726650, + "compile_ns": 8456785, + "install_ns": 42946, + "osr_ns": 0, + "steady_state_ns": 12596922 + } + }, + "candidate": { + "elapsed_ns": 11952233, + "checksum": "number:409f400000000000", + "native_entries": 31175, + "native_acquisitions": 1110, + "native_exits": 31175, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9924608, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25039678, + "runtime_create_ns": 28194, + "jit_attach_ns": 55544, + "context_create_ns": 97979, + "definition_eval_ns": 49836, + "first_eval_ns": 802282, + "threshold_crossing_ns": 10833485, + "compile_ns": 9273098, + "install_ns": 43990, + "osr_ns": 0, + "steady_state_ns": 11952233 + } + }, + "reference": { + "elapsed_ns": 14273835, + "checksum": "number:409f400000000000", + "native_entries": 30828, + "native_exits": 30828, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28555750, + "runtime_create_ns": 25560, + "jit_attach_ns": 60656, + "context_create_ns": 108070, + "definition_eval_ns": 55939, + "first_eval_ns": 776167, + "threshold_crossing_ns": 11802301, + "compile_ns": 9894677, + "install_ns": 49622, + "osr_ns": 0, + "steady_state_ns": 14273835 + } + } + }, + { + "pair_index": 13, + "entry_cache": { + "elapsed_ns": 12706499, + "checksum": "number:409f400000000000", + "native_entries": 30341, + "native_acquisitions": 1071, + "native_exits": 30341, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9936896, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26087872, + "runtime_create_ns": 31133, + "jit_attach_ns": 62247, + "context_create_ns": 109017, + "definition_eval_ns": 54133, + "first_eval_ns": 756985, + "threshold_crossing_ns": 11084201, + "compile_ns": 9210528, + "install_ns": 44415, + "osr_ns": 0, + "steady_state_ns": 12706499 + } + }, + "candidate": { + "elapsed_ns": 11898521, + "checksum": "number:409f400000000000", + "native_entries": 31004, + "native_acquisitions": 1105, + "native_exits": 31004, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10043392, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25054735, + "runtime_create_ns": 31662, + "jit_attach_ns": 60224, + "context_create_ns": 105851, + "definition_eval_ns": 61371, + "first_eval_ns": 812063, + "threshold_crossing_ns": 10870140, + "compile_ns": 9250604, + "install_ns": 62520, + "osr_ns": 0, + "steady_state_ns": 11898521 + } + }, + "reference": { + "elapsed_ns": 14277677, + "checksum": "number:409f400000000000", + "native_entries": 30849, + "native_exits": 30849, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10002432, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28659570, + "runtime_create_ns": 29042, + "jit_attach_ns": 59907, + "context_create_ns": 111541, + "definition_eval_ns": 52979, + "first_eval_ns": 773995, + "threshold_crossing_ns": 11896691, + "compile_ns": 10010714, + "install_ns": 46998, + "osr_ns": 0, + "steady_state_ns": 14277677 + } + } + }, + { + "pair_index": 14, + "candidate": { + "elapsed_ns": 11920270, + "checksum": "number:409f400000000000", + "native_entries": 31234, + "native_acquisitions": 1113, + "native_exits": 31234, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10100736, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25158080, + "runtime_create_ns": 25184, + "jit_attach_ns": 57764, + "context_create_ns": 102128, + "definition_eval_ns": 42818, + "first_eval_ns": 787215, + "threshold_crossing_ns": 11011793, + "compile_ns": 9472496, + "install_ns": 65446, + "osr_ns": 0, + "steady_state_ns": 11920270 + } + }, + "reference": { + "elapsed_ns": 14312304, + "checksum": "number:409f400000000000", + "native_entries": 29234, + "native_exits": 29234, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9854976, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27602386, + "runtime_create_ns": 25756, + "jit_attach_ns": 64099, + "context_create_ns": 105139, + "definition_eval_ns": 50888, + "first_eval_ns": 761485, + "threshold_crossing_ns": 10832797, + "compile_ns": 9059485, + "install_ns": 64893, + "osr_ns": 0, + "steady_state_ns": 14312304 + } + }, + "entry_cache": { + "elapsed_ns": 12601099, + "checksum": "number:409f400000000000", + "native_entries": 32012, + "native_acquisitions": 1148, + "native_exits": 32012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10006528, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27045164, + "runtime_create_ns": 30846, + "jit_attach_ns": 51197, + "context_create_ns": 106304, + "definition_eval_ns": 52506, + "first_eval_ns": 754545, + "threshold_crossing_ns": 12154926, + "compile_ns": 10173724, + "install_ns": 46831, + "osr_ns": 0, + "steady_state_ns": 12601099 + } + } + }, + { + "pair_index": 15, + "candidate": { + "elapsed_ns": 11951487, + "checksum": "number:409f400000000000", + "native_entries": 32012, + "native_acquisitions": 1148, + "native_exits": 32012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10104832, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26154242, + "runtime_create_ns": 21858, + "jit_attach_ns": 62988, + "context_create_ns": 131582, + "definition_eval_ns": 47527, + "first_eval_ns": 799246, + "threshold_crossing_ns": 11917298, + "compile_ns": 9910055, + "install_ns": 56699, + "osr_ns": 0, + "steady_state_ns": 11951487 + } + }, + "reference": { + "elapsed_ns": 14304902, + "checksum": "number:409f400000000000", + "native_entries": 29891, + "native_exits": 29891, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9928704, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28315717, + "runtime_create_ns": 49846, + "jit_attach_ns": 62316, + "context_create_ns": 104958, + "definition_eval_ns": 47914, + "first_eval_ns": 768382, + "threshold_crossing_ns": 11285932, + "compile_ns": 9741006, + "install_ns": 46604, + "osr_ns": 0, + "steady_state_ns": 14304902 + } + }, + "entry_cache": { + "elapsed_ns": 12679093, + "checksum": "number:409f400000000000", + "native_entries": 29980, + "native_acquisitions": 1056, + "native_exits": 29980, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9961472, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25261157, + "runtime_create_ns": 29832, + "jit_attach_ns": 58173, + "context_create_ns": 108711, + "definition_eval_ns": 53547, + "first_eval_ns": 748305, + "threshold_crossing_ns": 10298910, + "compile_ns": 8961286, + "install_ns": 47176, + "osr_ns": 0, + "steady_state_ns": 12679093 + } + } + }, + { + "pair_index": 16, + "candidate": { + "elapsed_ns": 12030344, + "checksum": "number:409f400000000000", + "native_entries": 32012, + "native_acquisitions": 1148, + "native_exits": 32012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10010624, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25798684, + "runtime_create_ns": 21275, + "jit_attach_ns": 51822, + "context_create_ns": 100720, + "definition_eval_ns": 39273, + "first_eval_ns": 781368, + "threshold_crossing_ns": 11563433, + "compile_ns": 9626511, + "install_ns": 48966, + "osr_ns": 0, + "steady_state_ns": 12030344 + } + }, + "reference": { + "elapsed_ns": 14292406, + "checksum": "number:409f400000000000", + "native_entries": 29987, + "native_exits": 29987, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9965568, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27703399, + "runtime_create_ns": 28588, + "jit_attach_ns": 65767, + "context_create_ns": 103111, + "definition_eval_ns": 54192, + "first_eval_ns": 767580, + "threshold_crossing_ns": 10936544, + "compile_ns": 9395248, + "install_ns": 52684, + "osr_ns": 0, + "steady_state_ns": 14292406 + } + }, + "entry_cache": { + "elapsed_ns": 12672741, + "checksum": "number:409f400000000000", + "native_entries": 30732, + "native_acquisitions": 1091, + "native_exits": 30732, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10010624, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26102691, + "runtime_create_ns": 29668, + "jit_attach_ns": 54032, + "context_create_ns": 107932, + "definition_eval_ns": 53614, + "first_eval_ns": 763928, + "threshold_crossing_ns": 11135854, + "compile_ns": 9381292, + "install_ns": 46363, + "osr_ns": 0, + "steady_state_ns": 12672741 + } + } + }, + { + "pair_index": 17, + "candidate": { + "elapsed_ns": 12913899, + "checksum": "number:409f400000000000", + "native_entries": 31815, + "native_acquisitions": 1140, + "native_exits": 31815, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26284370, + "runtime_create_ns": 26548, + "jit_attach_ns": 66391, + "context_create_ns": 125396, + "definition_eval_ns": 65025, + "first_eval_ns": 785104, + "threshold_crossing_ns": 11066743, + "compile_ns": 9731115, + "install_ns": 59610, + "osr_ns": 0, + "steady_state_ns": 12913899 + } + }, + "reference": { + "elapsed_ns": 15241531, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10141696, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29380840, + "runtime_create_ns": 26049, + "jit_attach_ns": 64390, + "context_create_ns": 109963, + "definition_eval_ns": 57548, + "first_eval_ns": 777422, + "threshold_crossing_ns": 11637908, + "compile_ns": 9458424, + "install_ns": 67296, + "osr_ns": 0, + "steady_state_ns": 15241531 + } + }, + "entry_cache": { + "elapsed_ns": 13622012, + "checksum": "number:409f400000000000", + "native_entries": 30976, + "native_acquisitions": 1102, + "native_exits": 30976, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10010624, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27178641, + "runtime_create_ns": 26416, + "jit_attach_ns": 62907, + "context_create_ns": 110343, + "definition_eval_ns": 57049, + "first_eval_ns": 745954, + "threshold_crossing_ns": 11237355, + "compile_ns": 9563589, + "install_ns": 51342, + "osr_ns": 0, + "steady_state_ns": 13622012 + } + } + }, + { + "pair_index": 18, + "reference": { + "elapsed_ns": 14379968, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9940992, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28578566, + "runtime_create_ns": 24987, + "jit_attach_ns": 59632, + "context_create_ns": 101767, + "definition_eval_ns": 47557, + "first_eval_ns": 774649, + "threshold_crossing_ns": 11714526, + "compile_ns": 9530881, + "install_ns": 868262, + "osr_ns": 0, + "steady_state_ns": 14379968 + } + }, + "entry_cache": { + "elapsed_ns": 12563553, + "checksum": "number:409f400000000000", + "native_entries": 31331, + "native_acquisitions": 1117, + "native_exits": 31331, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10006528, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26202121, + "runtime_create_ns": 27443, + "jit_attach_ns": 62992, + "context_create_ns": 113671, + "definition_eval_ns": 60959, + "first_eval_ns": 739240, + "threshold_crossing_ns": 11345165, + "compile_ns": 9786668, + "install_ns": 46069, + "osr_ns": 0, + "steady_state_ns": 12563553 + } + }, + "candidate": { + "elapsed_ns": 11920598, + "checksum": "number:409f400000000000", + "native_entries": 31941, + "native_acquisitions": 1144, + "native_exits": 31941, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10092544, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25293647, + "runtime_create_ns": 28352, + "jit_attach_ns": 57444, + "context_create_ns": 130464, + "definition_eval_ns": 65149, + "first_eval_ns": 798417, + "threshold_crossing_ns": 11069688, + "compile_ns": 9785125, + "install_ns": 47059, + "osr_ns": 0, + "steady_state_ns": 11920598 + } + } + }, + { + "pair_index": 19, + "reference": { + "elapsed_ns": 14312744, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9920512, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28392991, + "runtime_create_ns": 26383, + "jit_attach_ns": 58512, + "context_create_ns": 99922, + "definition_eval_ns": 39621, + "first_eval_ns": 777626, + "threshold_crossing_ns": 11615327, + "compile_ns": 9441665, + "install_ns": 63505, + "osr_ns": 0, + "steady_state_ns": 14312744 + } + }, + "entry_cache": { + "elapsed_ns": 12605518, + "checksum": "number:409f400000000000", + "native_entries": 30456, + "native_acquisitions": 1079, + "native_exits": 30456, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9981952, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26021591, + "runtime_create_ns": 28003, + "jit_attach_ns": 57923, + "context_create_ns": 105283, + "definition_eval_ns": 54893, + "first_eval_ns": 756189, + "threshold_crossing_ns": 11134855, + "compile_ns": 9278563, + "install_ns": 49821, + "osr_ns": 0, + "steady_state_ns": 12605518 + } + }, + "candidate": { + "elapsed_ns": 11922883, + "checksum": "number:409f400000000000", + "native_entries": 30478, + "native_acquisitions": 1081, + "native_exits": 30478, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9871360, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24945543, + "runtime_create_ns": 29111, + "jit_attach_ns": 57575, + "context_create_ns": 112981, + "definition_eval_ns": 60144, + "first_eval_ns": 806629, + "threshold_crossing_ns": 10740793, + "compile_ns": 8937023, + "install_ns": 45358, + "osr_ns": 0, + "steady_state_ns": 11922883 + } + } + }, + { + "pair_index": 20, + "reference": { + "elapsed_ns": 14276528, + "checksum": "number:409f400000000000", + "native_entries": 29304, + "native_exits": 29304, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10022912, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27362997, + "runtime_create_ns": 22821, + "jit_attach_ns": 51699, + "context_create_ns": 102960, + "definition_eval_ns": 38490, + "first_eval_ns": 747937, + "threshold_crossing_ns": 10670808, + "compile_ns": 8938294, + "install_ns": 52815, + "osr_ns": 0, + "steady_state_ns": 14276528 + } + }, + "entry_cache": { + "elapsed_ns": 12539422, + "checksum": "number:409f400000000000", + "native_entries": 28012, + "native_acquisitions": 984, + "native_exits": 28012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9994240, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24853921, + "runtime_create_ns": 27209, + "jit_attach_ns": 59018, + "context_create_ns": 110799, + "definition_eval_ns": 48325, + "first_eval_ns": 743657, + "threshold_crossing_ns": 10045536, + "compile_ns": 8862751, + "install_ns": 51049, + "osr_ns": 0, + "steady_state_ns": 12539422 + } + }, + "candidate": { + "elapsed_ns": 11946612, + "checksum": "number:409f400000000000", + "native_entries": 32086, + "native_acquisitions": 1154, + "native_exits": 32086, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10039296, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25456826, + "runtime_create_ns": 30890, + "jit_attach_ns": 71095, + "context_create_ns": 116458, + "definition_eval_ns": 59565, + "first_eval_ns": 2260251, + "threshold_crossing_ns": 9751784, + "compile_ns": 9968161, + "install_ns": 55015, + "osr_ns": 0, + "steady_state_ns": 11946612 + } + } + }, + { + "pair_index": 21, + "reference": { + "elapsed_ns": 21276060, + "checksum": "number:409f400000000000", + "native_entries": 30110, + "native_exits": 30110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 35066916, + "runtime_create_ns": 30396, + "jit_attach_ns": 74709, + "context_create_ns": 110929, + "definition_eval_ns": 54619, + "first_eval_ns": 2317699, + "threshold_crossing_ns": 9708535, + "compile_ns": 9644413, + "install_ns": 70633, + "osr_ns": 0, + "steady_state_ns": 21276060 + } + }, + "entry_cache": { + "elapsed_ns": 12622815, + "checksum": "number:409f400000000000", + "native_entries": 29990, + "native_acquisitions": 1057, + "native_exits": 29990, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10055680, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26132311, + "runtime_create_ns": 45365, + "jit_attach_ns": 84501, + "context_create_ns": 157334, + "definition_eval_ns": 85271, + "first_eval_ns": 1389956, + "threshold_crossing_ns": 10451546, + "compile_ns": 9085993, + "install_ns": 55377, + "osr_ns": 0, + "steady_state_ns": 12622815 + } + }, + "candidate": { + "elapsed_ns": 11851015, + "checksum": "number:409f400000000000", + "native_entries": 30351, + "native_acquisitions": 1075, + "native_exits": 30351, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24887256, + "runtime_create_ns": 31668, + "jit_attach_ns": 59871, + "context_create_ns": 112139, + "definition_eval_ns": 56305, + "first_eval_ns": 799691, + "threshold_crossing_ns": 10769872, + "compile_ns": 8947823, + "install_ns": 49031, + "osr_ns": 0, + "steady_state_ns": 11851015 + } + } + }, + { + "pair_index": 22, + "entry_cache": { + "elapsed_ns": 12631127, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_acquisitions": 1056, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9957376, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25945733, + "runtime_create_ns": 25972, + "jit_attach_ns": 52841, + "context_create_ns": 99181, + "definition_eval_ns": 43444, + "first_eval_ns": 751130, + "threshold_crossing_ns": 11058249, + "compile_ns": 9056528, + "install_ns": 64818, + "osr_ns": 0, + "steady_state_ns": 12631127 + } + }, + "candidate": { + "elapsed_ns": 11954050, + "checksum": "number:409f400000000000", + "native_entries": 32012, + "native_acquisitions": 1148, + "native_exits": 32012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10137600, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26035063, + "runtime_create_ns": 29532, + "jit_attach_ns": 62161, + "context_create_ns": 111876, + "definition_eval_ns": 56190, + "first_eval_ns": 810137, + "threshold_crossing_ns": 11781566, + "compile_ns": 9821929, + "install_ns": 52455, + "osr_ns": 0, + "steady_state_ns": 11954050 + } + }, + "reference": { + "elapsed_ns": 14327129, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10076160, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28468644, + "runtime_create_ns": 25762, + "jit_attach_ns": 62111, + "context_create_ns": 108585, + "definition_eval_ns": 57092, + "first_eval_ns": 785849, + "threshold_crossing_ns": 11629953, + "compile_ns": 9449534, + "install_ns": 57639, + "osr_ns": 0, + "steady_state_ns": 14327129 + } + } + }, + { + "pair_index": 23, + "entry_cache": { + "elapsed_ns": 12598230, + "checksum": "number:409f400000000000", + "native_entries": 31251, + "native_acquisitions": 1117, + "native_exits": 31251, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26253409, + "runtime_create_ns": 26810, + "jit_attach_ns": 57437, + "context_create_ns": 109159, + "definition_eval_ns": 51437, + "first_eval_ns": 760984, + "threshold_crossing_ns": 11357174, + "compile_ns": 9759277, + "install_ns": 61945, + "osr_ns": 0, + "steady_state_ns": 12598230 + } + }, + "candidate": { + "elapsed_ns": 11906273, + "checksum": "number:409f400000000000", + "native_entries": 32226, + "native_acquisitions": 1161, + "native_exits": 32226, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10084352, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25366775, + "runtime_create_ns": 29490, + "jit_attach_ns": 64213, + "context_create_ns": 114812, + "definition_eval_ns": 60494, + "first_eval_ns": 2273824, + "threshold_crossing_ns": 9692444, + "compile_ns": 9987963, + "install_ns": 50894, + "osr_ns": 0, + "steady_state_ns": 11906273 + } + }, + "reference": { + "elapsed_ns": 14351175, + "checksum": "number:409f400000000000", + "native_entries": 28012, + "native_exits": 28012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10043392, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27103572, + "runtime_create_ns": 29023, + "jit_attach_ns": 57505, + "context_create_ns": 105593, + "definition_eval_ns": 57855, + "first_eval_ns": 770438, + "threshold_crossing_ns": 10273680, + "compile_ns": 9438214, + "install_ns": 49518, + "osr_ns": 0, + "steady_state_ns": 14351175 + } + } + }, + { + "pair_index": 24, + "entry_cache": { + "elapsed_ns": 12622478, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_acquisitions": 1056, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10072064, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26001375, + "runtime_create_ns": 24817, + "jit_attach_ns": 56053, + "context_create_ns": 108100, + "definition_eval_ns": 51064, + "first_eval_ns": 759848, + "threshold_crossing_ns": 11090419, + "compile_ns": 9052493, + "install_ns": 50255, + "osr_ns": 0, + "steady_state_ns": 12622478 + } + }, + "candidate": { + "elapsed_ns": 11980215, + "checksum": "number:409f400000000000", + "native_entries": 32012, + "native_acquisitions": 1148, + "native_exits": 32012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10227712, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26103299, + "runtime_create_ns": 32061, + "jit_attach_ns": 60153, + "context_create_ns": 112280, + "definition_eval_ns": 55660, + "first_eval_ns": 802710, + "threshold_crossing_ns": 11815785, + "compile_ns": 9833940, + "install_ns": 51796, + "osr_ns": 0, + "steady_state_ns": 11980215 + } + }, + "reference": { + "elapsed_ns": 14365645, + "checksum": "number:409f400000000000", + "native_entries": 28012, + "native_exits": 28012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10027008, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27214724, + "runtime_create_ns": 29774, + "jit_attach_ns": 61656, + "context_create_ns": 103770, + "definition_eval_ns": 52968, + "first_eval_ns": 784408, + "threshold_crossing_ns": 10359607, + "compile_ns": 8462734, + "install_ns": 51815, + "osr_ns": 0, + "steady_state_ns": 14365645 + } + } + }, + { + "pair_index": 25, + "entry_cache": { + "elapsed_ns": 12593607, + "checksum": "number:409f400000000000", + "native_entries": 32012, + "native_acquisitions": 1148, + "native_exits": 32012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27006974, + "runtime_create_ns": 32569, + "jit_attach_ns": 59576, + "context_create_ns": 109395, + "definition_eval_ns": 57432, + "first_eval_ns": 759002, + "threshold_crossing_ns": 12118239, + "compile_ns": 10123596, + "install_ns": 50370, + "osr_ns": 0, + "steady_state_ns": 12593607 + } + }, + "candidate": { + "elapsed_ns": 11858708, + "checksum": "number:409f400000000000", + "native_entries": 31930, + "native_acquisitions": 1148, + "native_exits": 31930, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10031104, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25251758, + "runtime_create_ns": 29634, + "jit_attach_ns": 54337, + "context_create_ns": 113454, + "definition_eval_ns": 54340, + "first_eval_ns": 797323, + "threshold_crossing_ns": 11127839, + "compile_ns": 9692805, + "install_ns": 60619, + "osr_ns": 0, + "steady_state_ns": 11858708 + } + }, + "reference": { + "elapsed_ns": 14248243, + "checksum": "number:409f400000000000", + "native_entries": 32012, + "native_exits": 32012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29702083, + "runtime_create_ns": 29947, + "jit_attach_ns": 62269, + "context_create_ns": 106428, + "definition_eval_ns": 51957, + "first_eval_ns": 775907, + "threshold_crossing_ns": 12979441, + "compile_ns": 10791442, + "install_ns": 49705, + "osr_ns": 0, + "steady_state_ns": 14248243 + } + } + }, + { + "pair_index": 26, + "candidate": { + "elapsed_ns": 11935838, + "checksum": "number:409f400000000000", + "native_entries": 32012, + "native_acquisitions": 1148, + "native_exits": 32012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10092544, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26115025, + "runtime_create_ns": 26845, + "jit_attach_ns": 60188, + "context_create_ns": 103669, + "definition_eval_ns": 44489, + "first_eval_ns": 789934, + "threshold_crossing_ns": 11919410, + "compile_ns": 9967188, + "install_ns": 52878, + "osr_ns": 0, + "steady_state_ns": 11935838 + } + }, + "reference": { + "elapsed_ns": 14270936, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10092544, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28338876, + "runtime_create_ns": 25465, + "jit_attach_ns": 59107, + "context_create_ns": 106874, + "definition_eval_ns": 50664, + "first_eval_ns": 768812, + "threshold_crossing_ns": 11603050, + "compile_ns": 9426812, + "install_ns": 53403, + "osr_ns": 0, + "steady_state_ns": 14270936 + } + }, + "entry_cache": { + "elapsed_ns": 12639231, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_acquisitions": 1056, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10072064, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26008599, + "runtime_create_ns": 28893, + "jit_attach_ns": 61206, + "context_create_ns": 110487, + "definition_eval_ns": 51557, + "first_eval_ns": 750604, + "threshold_crossing_ns": 11057175, + "compile_ns": 9049667, + "install_ns": 1449573, + "osr_ns": 0, + "steady_state_ns": 12639231 + } + } + }, + { + "pair_index": 27, + "candidate": { + "elapsed_ns": 11913630, + "checksum": "number:409f400000000000", + "native_entries": 30863, + "native_acquisitions": 1097, + "native_exits": 30863, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9945088, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25007653, + "runtime_create_ns": 24725, + "jit_attach_ns": 57764, + "context_create_ns": 101675, + "definition_eval_ns": 41281, + "first_eval_ns": 803509, + "threshold_crossing_ns": 10853998, + "compile_ns": 9208715, + "install_ns": 46944, + "osr_ns": 0, + "steady_state_ns": 11913630 + } + }, + "reference": { + "elapsed_ns": 14316284, + "checksum": "number:409f400000000000", + "native_entries": 30364, + "native_exits": 30364, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10092544, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28502642, + "runtime_create_ns": 25657, + "jit_attach_ns": 56496, + "context_create_ns": 100158, + "definition_eval_ns": 45764, + "first_eval_ns": 779545, + "threshold_crossing_ns": 11722183, + "compile_ns": 9651691, + "install_ns": 45727, + "osr_ns": 0, + "steady_state_ns": 14316284 + } + }, + "entry_cache": { + "elapsed_ns": 13074075, + "checksum": "number:409f400000000000", + "native_entries": 31341, + "native_acquisitions": 1121, + "native_exits": 31341, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10022912, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26924960, + "runtime_create_ns": 30045, + "jit_attach_ns": 54470, + "context_create_ns": 108085, + "definition_eval_ns": 67295, + "first_eval_ns": 743714, + "threshold_crossing_ns": 11506625, + "compile_ns": 9888963, + "install_ns": 61398, + "osr_ns": 0, + "steady_state_ns": 13074075 + } + } + }, + { + "pair_index": 28, + "candidate": { + "elapsed_ns": 11937899, + "checksum": "number:409f400000000000", + "native_entries": 31084, + "native_acquisitions": 1107, + "native_exits": 31084, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10043392, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24979360, + "runtime_create_ns": 24372, + "jit_attach_ns": 51163, + "context_create_ns": 99113, + "definition_eval_ns": 37705, + "first_eval_ns": 791311, + "threshold_crossing_ns": 10815684, + "compile_ns": 9242886, + "install_ns": 44981, + "osr_ns": 0, + "steady_state_ns": 11937899 + } + }, + "reference": { + "elapsed_ns": 14337163, + "checksum": "number:409f400000000000", + "native_entries": 29179, + "native_exits": 29179, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9936896, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27691751, + "runtime_create_ns": 30470, + "jit_attach_ns": 59323, + "context_create_ns": 107354, + "definition_eval_ns": 58641, + "first_eval_ns": 795703, + "threshold_crossing_ns": 10840258, + "compile_ns": 9072419, + "install_ns": 47844, + "osr_ns": 0, + "steady_state_ns": 14337163 + } + }, + "entry_cache": { + "elapsed_ns": 12568566, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_acquisitions": 1056, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10100736, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25868170, + "runtime_create_ns": 27781, + "jit_attach_ns": 56794, + "context_create_ns": 107508, + "definition_eval_ns": 55108, + "first_eval_ns": 756565, + "threshold_crossing_ns": 11017777, + "compile_ns": 9030382, + "install_ns": 44855, + "osr_ns": 0, + "steady_state_ns": 12568566 + } + } + }, + { + "pair_index": 29, + "candidate": { + "elapsed_ns": 11868228, + "checksum": "number:409f400000000000", + "native_entries": 30196, + "native_acquisitions": 1066, + "native_exits": 30196, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9945088, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24996296, + "runtime_create_ns": 31601, + "jit_attach_ns": 66191, + "context_create_ns": 117734, + "definition_eval_ns": 58110, + "first_eval_ns": 814749, + "threshold_crossing_ns": 10825452, + "compile_ns": 8936285, + "install_ns": 50266, + "osr_ns": 0, + "steady_state_ns": 11868228 + } + }, + "reference": { + "elapsed_ns": 14326333, + "checksum": "number:409f400000000000", + "native_entries": 28012, + "native_exits": 28012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10018816, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27096872, + "runtime_create_ns": 27786, + "jit_attach_ns": 61760, + "context_create_ns": 106617, + "definition_eval_ns": 57785, + "first_eval_ns": 778307, + "threshold_crossing_ns": 10270203, + "compile_ns": 9398408, + "install_ns": 48357, + "osr_ns": 0, + "steady_state_ns": 14326333 + } + }, + "entry_cache": { + "elapsed_ns": 12650722, + "checksum": "number:409f400000000000", + "native_entries": 30060, + "native_acquisitions": 1059, + "native_exits": 30060, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10047488, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25881372, + "runtime_create_ns": 30966, + "jit_attach_ns": 54150, + "context_create_ns": 107271, + "definition_eval_ns": 52400, + "first_eval_ns": 755110, + "threshold_crossing_ns": 10940591, + "compile_ns": 8969970, + "install_ns": 51880, + "osr_ns": 0, + "steady_state_ns": 12650722 + } + } + } + ], + "tier2": [ + { + "pair_index": 0, + "candidate": { + "elapsed_ns": 10292604, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10076160, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24447055, + "runtime_create_ns": 31038, + "jit_attach_ns": 63060, + "context_create_ns": 119821, + "definition_eval_ns": 76845, + "first_eval_ns": 2320905, + "threshold_crossing_ns": 10182652, + "compile_ns": 9233157, + "install_ns": 43263, + "osr_ns": 0, + "steady_state_ns": 10292604 + } + }, + "reference": { + "elapsed_ns": 13293520, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10141696, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28895194, + "runtime_create_ns": 29276, + "jit_attach_ns": 59997, + "context_create_ns": 117353, + "definition_eval_ns": 69116, + "first_eval_ns": 2262828, + "threshold_crossing_ns": 11402841, + "compile_ns": 9657842, + "install_ns": 48276, + "osr_ns": 0, + "steady_state_ns": 13293520 + } + }, + "entry_cache": { + "elapsed_ns": 11185131, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10215424, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26317387, + "runtime_create_ns": 27304, + "jit_attach_ns": 63563, + "context_create_ns": 123235, + "definition_eval_ns": 77710, + "first_eval_ns": 851792, + "threshold_crossing_ns": 12513010, + "compile_ns": 9641040, + "install_ns": 44561, + "osr_ns": 0, + "steady_state_ns": 11185131 + } + } + }, + { + "pair_index": 1, + "candidate": { + "elapsed_ns": 10471234, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10235904, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25529293, + "runtime_create_ns": 28149, + "jit_attach_ns": 67642, + "context_create_ns": 134164, + "definition_eval_ns": 85595, + "first_eval_ns": 2293953, + "threshold_crossing_ns": 11078832, + "compile_ns": 9968390, + "install_ns": 44456, + "osr_ns": 0, + "steady_state_ns": 10471234 + } + }, + "reference": { + "elapsed_ns": 13210272, + "checksum": "number:409f400000000000", + "native_entries": 24004, + "native_exits": 24004, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10121216, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27945807, + "runtime_create_ns": 27621, + "jit_attach_ns": 66628, + "context_create_ns": 112820, + "definition_eval_ns": 82818, + "first_eval_ns": 892980, + "threshold_crossing_ns": 11908630, + "compile_ns": 9865320, + "install_ns": 43991, + "osr_ns": 0, + "steady_state_ns": 13210272 + } + }, + "entry_cache": { + "elapsed_ns": 11057538, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10153984, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26086391, + "runtime_create_ns": 28265, + "jit_attach_ns": 67762, + "context_create_ns": 116606, + "definition_eval_ns": 70474, + "first_eval_ns": 834390, + "threshold_crossing_ns": 12468537, + "compile_ns": 9366096, + "install_ns": 46020, + "osr_ns": 0, + "steady_state_ns": 11057538 + } + } + }, + { + "pair_index": 2, + "candidate": { + "elapsed_ns": 10413476, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10121216, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25344310, + "runtime_create_ns": 29355, + "jit_attach_ns": 57590, + "context_create_ns": 102220, + "definition_eval_ns": 57868, + "first_eval_ns": 893148, + "threshold_crossing_ns": 12426121, + "compile_ns": 9080539, + "install_ns": 37140, + "osr_ns": 0, + "steady_state_ns": 10413476 + } + }, + "reference": { + "elapsed_ns": 13223630, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10149888, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28850008, + "runtime_create_ns": 25778, + "jit_attach_ns": 55138, + "context_create_ns": 98442, + "definition_eval_ns": 62065, + "first_eval_ns": 859388, + "threshold_crossing_ns": 12880425, + "compile_ns": 9097801, + "install_ns": 43162, + "osr_ns": 0, + "steady_state_ns": 13223630 + } + }, + "entry_cache": { + "elapsed_ns": 11026314, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10194944, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25993239, + "runtime_create_ns": 29855, + "jit_attach_ns": 63711, + "context_create_ns": 110438, + "definition_eval_ns": 68618, + "first_eval_ns": 2277468, + "threshold_crossing_ns": 10984965, + "compile_ns": 9744210, + "install_ns": 42510, + "osr_ns": 0, + "steady_state_ns": 11026314 + } + } + }, + { + "pair_index": 3, + "reference": { + "elapsed_ns": 13245301, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10235904, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28878016, + "runtime_create_ns": 26633, + "jit_attach_ns": 60114, + "context_create_ns": 103968, + "definition_eval_ns": 65462, + "first_eval_ns": 871058, + "threshold_crossing_ns": 12866128, + "compile_ns": 8900650, + "install_ns": 42542, + "osr_ns": 0, + "steady_state_ns": 13245301 + } + }, + "entry_cache": { + "elapsed_ns": 11021701, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10141696, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25876895, + "runtime_create_ns": 38006, + "jit_attach_ns": 58305, + "context_create_ns": 105624, + "definition_eval_ns": 68672, + "first_eval_ns": 2246703, + "threshold_crossing_ns": 10915237, + "compile_ns": 9678876, + "install_ns": 45066, + "osr_ns": 0, + "steady_state_ns": 11021701 + } + }, + "candidate": { + "elapsed_ns": 10284400, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10174464, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25269248, + "runtime_create_ns": 30075, + "jit_attach_ns": 60949, + "context_create_ns": 121048, + "definition_eval_ns": 76921, + "first_eval_ns": 2324666, + "threshold_crossing_ns": 11006864, + "compile_ns": 9849730, + "install_ns": 45089, + "osr_ns": 0, + "steady_state_ns": 10284400 + } + } + }, + { + "pair_index": 4, + "reference": { + "elapsed_ns": 13215492, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10190848, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28795309, + "runtime_create_ns": 25704, + "jit_attach_ns": 67435, + "context_create_ns": 103945, + "definition_eval_ns": 68149, + "first_eval_ns": 871998, + "threshold_crossing_ns": 12805969, + "compile_ns": 9062850, + "install_ns": 40347, + "osr_ns": 0, + "steady_state_ns": 13215492 + } + }, + "entry_cache": { + "elapsed_ns": 11047007, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25824393, + "runtime_create_ns": 25061, + "jit_attach_ns": 53267, + "context_create_ns": 115336, + "definition_eval_ns": 67981, + "first_eval_ns": 2265065, + "threshold_crossing_ns": 10811536, + "compile_ns": 9515931, + "install_ns": 35681, + "osr_ns": 0, + "steady_state_ns": 11047007 + } + }, + "candidate": { + "elapsed_ns": 10291444, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10215424, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25257171, + "runtime_create_ns": 26200, + "jit_attach_ns": 58332, + "context_create_ns": 111611, + "definition_eval_ns": 80141, + "first_eval_ns": 2335141, + "threshold_crossing_ns": 10998195, + "compile_ns": 10558017, + "install_ns": 38605, + "osr_ns": 0, + "steady_state_ns": 10291444 + } + } + }, + { + "pair_index": 5, + "reference": { + "elapsed_ns": 13260050, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10199040, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28948395, + "runtime_create_ns": 29849, + "jit_attach_ns": 60698, + "context_create_ns": 106630, + "definition_eval_ns": 70607, + "first_eval_ns": 877548, + "threshold_crossing_ns": 12882764, + "compile_ns": 9434183, + "install_ns": 41741, + "osr_ns": 0, + "steady_state_ns": 13260050 + } + }, + "entry_cache": { + "elapsed_ns": 11074776, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10231808, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26169610, + "runtime_create_ns": 31199, + "jit_attach_ns": 57613, + "context_create_ns": 111880, + "definition_eval_ns": 70334, + "first_eval_ns": 873189, + "threshold_crossing_ns": 12502819, + "compile_ns": 9470769, + "install_ns": 43908, + "osr_ns": 0, + "steady_state_ns": 11074776 + } + }, + "candidate": { + "elapsed_ns": 10422496, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10125312, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25466758, + "runtime_create_ns": 33025, + "jit_attach_ns": 62100, + "context_create_ns": 123794, + "definition_eval_ns": 71859, + "first_eval_ns": 891176, + "threshold_crossing_ns": 12495103, + "compile_ns": 9859274, + "install_ns": 45292, + "osr_ns": 0, + "steady_state_ns": 10422496 + } + } + }, + { + "pair_index": 6, + "reference": { + "elapsed_ns": 13246515, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9965568, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29057835, + "runtime_create_ns": 25306, + "jit_attach_ns": 65846, + "context_create_ns": 108311, + "definition_eval_ns": 68234, + "first_eval_ns": 870176, + "threshold_crossing_ns": 13017394, + "compile_ns": 9428856, + "install_ns": 49127, + "osr_ns": 0, + "steady_state_ns": 13246515 + } + }, + "entry_cache": { + "elapsed_ns": 11034490, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10256384, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25941973, + "runtime_create_ns": 27084, + "jit_attach_ns": 61596, + "context_create_ns": 112318, + "definition_eval_ns": 74037, + "first_eval_ns": 853433, + "threshold_crossing_ns": 12354357, + "compile_ns": 9364108, + "install_ns": 47184, + "osr_ns": 0, + "steady_state_ns": 11034490 + } + }, + "candidate": { + "elapsed_ns": 10339185, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10235904, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25458580, + "runtime_create_ns": 32728, + "jit_attach_ns": 62231, + "context_create_ns": 115339, + "definition_eval_ns": 74344, + "first_eval_ns": 918855, + "threshold_crossing_ns": 12538158, + "compile_ns": 9771481, + "install_ns": 49679, + "osr_ns": 0, + "steady_state_ns": 10339185 + } + } + }, + { + "pair_index": 7, + "entry_cache": { + "elapsed_ns": 11034943, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10178560, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25955693, + "runtime_create_ns": 25137, + "jit_attach_ns": 57543, + "context_create_ns": 117214, + "definition_eval_ns": 68090, + "first_eval_ns": 2266529, + "threshold_crossing_ns": 10949499, + "compile_ns": 9648509, + "install_ns": 37111, + "osr_ns": 0, + "steady_state_ns": 11034943 + } + }, + "candidate": { + "elapsed_ns": 10352260, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10141696, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25177071, + "runtime_create_ns": 25182, + "jit_attach_ns": 58799, + "context_create_ns": 111821, + "definition_eval_ns": 96943, + "first_eval_ns": 893406, + "threshold_crossing_ns": 12284675, + "compile_ns": 9674200, + "install_ns": 40339, + "osr_ns": 0, + "steady_state_ns": 10352260 + } + }, + "reference": { + "elapsed_ns": 13219989, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28954116, + "runtime_create_ns": 26537, + "jit_attach_ns": 68832, + "context_create_ns": 109527, + "definition_eval_ns": 73489, + "first_eval_ns": 2273558, + "threshold_crossing_ns": 11539009, + "compile_ns": 9791271, + "install_ns": 43587, + "osr_ns": 0, + "steady_state_ns": 13219989 + } + } + }, + { + "pair_index": 8, + "entry_cache": { + "elapsed_ns": 11058890, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25822371, + "runtime_create_ns": 27136, + "jit_attach_ns": 49611, + "context_create_ns": 99699, + "definition_eval_ns": 61539, + "first_eval_ns": 836677, + "threshold_crossing_ns": 12254374, + "compile_ns": 9017813, + "install_ns": 45613, + "osr_ns": 0, + "steady_state_ns": 11058890 + } + }, + "candidate": { + "elapsed_ns": 10300768, + "checksum": "number:409f400000000000", + "native_entries": 24004, + "native_acquisitions": 774, + "native_exits": 24004, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10215424, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23968387, + "runtime_create_ns": 30947, + "jit_attach_ns": 56480, + "context_create_ns": 109388, + "definition_eval_ns": 66843, + "first_eval_ns": 891624, + "threshold_crossing_ns": 11161406, + "compile_ns": 9092979, + "install_ns": 41009, + "osr_ns": 0, + "steady_state_ns": 10300768 + } + }, + "reference": { + "elapsed_ns": 13288044, + "checksum": "number:409f400000000000", + "native_entries": 24007, + "native_exits": 24007, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10190848, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27985765, + "runtime_create_ns": 42200, + "jit_attach_ns": 61208, + "context_create_ns": 103852, + "definition_eval_ns": 70770, + "first_eval_ns": 876360, + "threshold_crossing_ns": 11889206, + "compile_ns": 9475285, + "install_ns": 58956, + "osr_ns": 0, + "steady_state_ns": 13288044 + } + } + }, + { + "pair_index": 9, + "entry_cache": { + "elapsed_ns": 11035848, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26034374, + "runtime_create_ns": 31529, + "jit_attach_ns": 52393, + "context_create_ns": 103786, + "definition_eval_ns": 63308, + "first_eval_ns": 852934, + "threshold_crossing_ns": 12454551, + "compile_ns": 9163582, + "install_ns": 39509, + "osr_ns": 0, + "steady_state_ns": 11035848 + } + }, + "candidate": { + "elapsed_ns": 10272979, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10137600, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25144290, + "runtime_create_ns": 28117, + "jit_attach_ns": 51613, + "context_create_ns": 107621, + "definition_eval_ns": 64241, + "first_eval_ns": 887080, + "threshold_crossing_ns": 12346762, + "compile_ns": 9230902, + "install_ns": 34910, + "osr_ns": 0, + "steady_state_ns": 10272979 + } + }, + "reference": { + "elapsed_ns": 13231382, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10092544, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28947047, + "runtime_create_ns": 28512, + "jit_attach_ns": 53894, + "context_create_ns": 103450, + "definition_eval_ns": 69986, + "first_eval_ns": 877386, + "threshold_crossing_ns": 12913257, + "compile_ns": 9185411, + "install_ns": 37182, + "osr_ns": 0, + "steady_state_ns": 13231382 + } + } + }, + { + "pair_index": 10, + "entry_cache": { + "elapsed_ns": 11100804, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10153984, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26073458, + "runtime_create_ns": 24167, + "jit_attach_ns": 60291, + "context_create_ns": 109156, + "definition_eval_ns": 67829, + "first_eval_ns": 864497, + "threshold_crossing_ns": 12410428, + "compile_ns": 9432616, + "install_ns": 41267, + "osr_ns": 0, + "steady_state_ns": 11100804 + } + }, + "candidate": { + "elapsed_ns": 10260354, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10149888, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25216178, + "runtime_create_ns": 28130, + "jit_attach_ns": 55175, + "context_create_ns": 107955, + "definition_eval_ns": 68074, + "first_eval_ns": 905388, + "threshold_crossing_ns": 12417296, + "compile_ns": 9464758, + "install_ns": 38434, + "osr_ns": 0, + "steady_state_ns": 10260354 + } + }, + "reference": { + "elapsed_ns": 13294666, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10125312, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28837151, + "runtime_create_ns": 29155, + "jit_attach_ns": 55998, + "context_create_ns": 106631, + "definition_eval_ns": 72000, + "first_eval_ns": 878821, + "threshold_crossing_ns": 12771428, + "compile_ns": 9407168, + "install_ns": 39185, + "osr_ns": 0, + "steady_state_ns": 13294666 + } + } + }, + { + "pair_index": 11, + "candidate": { + "elapsed_ns": 10335691, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10203136, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25191664, + "runtime_create_ns": 26076, + "jit_attach_ns": 57093, + "context_create_ns": 112213, + "definition_eval_ns": 70496, + "first_eval_ns": 894017, + "threshold_crossing_ns": 12332441, + "compile_ns": 9245782, + "install_ns": 40852, + "osr_ns": 0, + "steady_state_ns": 10335691 + } + }, + "reference": { + "elapsed_ns": 13253188, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10059776, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28808465, + "runtime_create_ns": 28854, + "jit_attach_ns": 59431, + "context_create_ns": 104533, + "definition_eval_ns": 68984, + "first_eval_ns": 851592, + "threshold_crossing_ns": 12784687, + "compile_ns": 9228434, + "install_ns": 38389, + "osr_ns": 0, + "steady_state_ns": 13253188 + } + }, + "entry_cache": { + "elapsed_ns": 11034400, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10153984, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25880988, + "runtime_create_ns": 30591, + "jit_attach_ns": 55624, + "context_create_ns": 106879, + "definition_eval_ns": 70812, + "first_eval_ns": 864187, + "threshold_crossing_ns": 12287209, + "compile_ns": 8803951, + "install_ns": 39535, + "osr_ns": 0, + "steady_state_ns": 11034400 + } + } + }, + { + "pair_index": 12, + "candidate": { + "elapsed_ns": 10381095, + "checksum": "number:409f400000000000", + "native_entries": 24007, + "native_acquisitions": 776, + "native_exits": 24007, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10199040, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24552800, + "runtime_create_ns": 30947, + "jit_attach_ns": 55541, + "context_create_ns": 105984, + "definition_eval_ns": 65761, + "first_eval_ns": 880391, + "threshold_crossing_ns": 11666680, + "compile_ns": 9561486, + "install_ns": 51335, + "osr_ns": 0, + "steady_state_ns": 10381095 + } + }, + "reference": { + "elapsed_ns": 13200649, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10272768, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28841351, + "runtime_create_ns": 27336, + "jit_attach_ns": 70794, + "context_create_ns": 107687, + "definition_eval_ns": 71546, + "first_eval_ns": 872422, + "threshold_crossing_ns": 12837718, + "compile_ns": 9518204, + "install_ns": 39999, + "osr_ns": 0, + "steady_state_ns": 13200649 + } + }, + "entry_cache": { + "elapsed_ns": 11025856, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10141696, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26012187, + "runtime_create_ns": 27278, + "jit_attach_ns": 57941, + "context_create_ns": 108704, + "definition_eval_ns": 74201, + "first_eval_ns": 860949, + "threshold_crossing_ns": 12423779, + "compile_ns": 9312499, + "install_ns": 45131, + "osr_ns": 0, + "steady_state_ns": 11025856 + } + } + }, + { + "pair_index": 13, + "candidate": { + "elapsed_ns": 10314536, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10133504, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24440702, + "runtime_create_ns": 27742, + "jit_attach_ns": 50582, + "context_create_ns": 107661, + "definition_eval_ns": 64452, + "first_eval_ns": 902935, + "threshold_crossing_ns": 11600388, + "compile_ns": 8330483, + "install_ns": 50252, + "osr_ns": 0, + "steady_state_ns": 10314536 + } + }, + "reference": { + "elapsed_ns": 13273206, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10190848, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28908316, + "runtime_create_ns": 25321, + "jit_attach_ns": 56680, + "context_create_ns": 104439, + "definition_eval_ns": 61128, + "first_eval_ns": 869971, + "threshold_crossing_ns": 12866518, + "compile_ns": 9332840, + "install_ns": 43972, + "osr_ns": 0, + "steady_state_ns": 13273206 + } + }, + "entry_cache": { + "elapsed_ns": 10999385, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10055680, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25868481, + "runtime_create_ns": 31335, + "jit_attach_ns": 56438, + "context_create_ns": 108954, + "definition_eval_ns": 68495, + "first_eval_ns": 860701, + "threshold_crossing_ns": 12309615, + "compile_ns": 9220949, + "install_ns": 41178, + "osr_ns": 0, + "steady_state_ns": 10999385 + } + } + }, + { + "pair_index": 14, + "candidate": { + "elapsed_ns": 10452132, + "checksum": "number:409f400000000000", + "native_entries": 24004, + "native_acquisitions": 773, + "native_exits": 24004, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10149888, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24148645, + "runtime_create_ns": 22632, + "jit_attach_ns": 60879, + "context_create_ns": 106673, + "definition_eval_ns": 65923, + "first_eval_ns": 922898, + "threshold_crossing_ns": 11149854, + "compile_ns": 9390139, + "install_ns": 39786, + "osr_ns": 0, + "steady_state_ns": 10452132 + } + }, + "reference": { + "elapsed_ns": 13244186, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10231808, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28844502, + "runtime_create_ns": 26503, + "jit_attach_ns": 57124, + "context_create_ns": 103334, + "definition_eval_ns": 69394, + "first_eval_ns": 878977, + "threshold_crossing_ns": 12795992, + "compile_ns": 9160746, + "install_ns": 40187, + "osr_ns": 0, + "steady_state_ns": 13244186 + } + }, + "entry_cache": { + "elapsed_ns": 11003436, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25926326, + "runtime_create_ns": 25432, + "jit_attach_ns": 56536, + "context_create_ns": 120960, + "definition_eval_ns": 73032, + "first_eval_ns": 863977, + "threshold_crossing_ns": 12357547, + "compile_ns": 8882996, + "install_ns": 38296, + "osr_ns": 0, + "steady_state_ns": 11003436 + } + } + }, + { + "pair_index": 15, + "reference": { + "elapsed_ns": 13277706, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9986048, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29011632, + "runtime_create_ns": 25108, + "jit_attach_ns": 56959, + "context_create_ns": 129675, + "definition_eval_ns": 73437, + "first_eval_ns": 893047, + "threshold_crossing_ns": 12889670, + "compile_ns": 9351496, + "install_ns": 40904, + "osr_ns": 0, + "steady_state_ns": 13277706 + } + }, + "entry_cache": { + "elapsed_ns": 11264974, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10153984, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26273219, + "runtime_create_ns": 28902, + "jit_attach_ns": 61646, + "context_create_ns": 109514, + "definition_eval_ns": 66477, + "first_eval_ns": 876025, + "threshold_crossing_ns": 12401028, + "compile_ns": 9210223, + "install_ns": 43824, + "osr_ns": 0, + "steady_state_ns": 11264974 + } + }, + "candidate": { + "elapsed_ns": 10474946, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10125312, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25395113, + "runtime_create_ns": 30398, + "jit_attach_ns": 57540, + "context_create_ns": 112659, + "definition_eval_ns": 74601, + "first_eval_ns": 898498, + "threshold_crossing_ns": 12379598, + "compile_ns": 9470114, + "install_ns": 36235, + "osr_ns": 0, + "steady_state_ns": 10474946 + } + } + }, + { + "pair_index": 16, + "reference": { + "elapsed_ns": 13215192, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10018816, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28734735, + "runtime_create_ns": 26507, + "jit_attach_ns": 52361, + "context_create_ns": 107172, + "definition_eval_ns": 60301, + "first_eval_ns": 859815, + "threshold_crossing_ns": 12761482, + "compile_ns": 9226826, + "install_ns": 38420, + "osr_ns": 0, + "steady_state_ns": 13215192 + } + }, + "entry_cache": { + "elapsed_ns": 11079780, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10203136, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25908527, + "runtime_create_ns": 27838, + "jit_attach_ns": 57335, + "context_create_ns": 106471, + "definition_eval_ns": 69461, + "first_eval_ns": 841800, + "threshold_crossing_ns": 12290963, + "compile_ns": 8843192, + "install_ns": 38860, + "osr_ns": 0, + "steady_state_ns": 11079780 + } + }, + "candidate": { + "elapsed_ns": 10375225, + "checksum": "number:409f400000000000", + "native_entries": 24004, + "native_acquisitions": 773, + "native_exits": 24004, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10199040, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24221319, + "runtime_create_ns": 29438, + "jit_attach_ns": 65454, + "context_create_ns": 116323, + "definition_eval_ns": 78058, + "first_eval_ns": 888761, + "threshold_crossing_ns": 11306647, + "compile_ns": 9278088, + "install_ns": 47539, + "osr_ns": 0, + "steady_state_ns": 10375225 + } + } + }, + { + "pair_index": 17, + "reference": { + "elapsed_ns": 13560320, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10162176, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29408291, + "runtime_create_ns": 27489, + "jit_attach_ns": 64189, + "context_create_ns": 121033, + "definition_eval_ns": 69560, + "first_eval_ns": 2305888, + "threshold_crossing_ns": 11604239, + "compile_ns": 9852730, + "install_ns": 43784, + "osr_ns": 0, + "steady_state_ns": 13560320 + } + }, + "entry_cache": { + "elapsed_ns": 11016641, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10174464, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25961873, + "runtime_create_ns": 27923, + "jit_attach_ns": 62898, + "context_create_ns": 110428, + "definition_eval_ns": 70540, + "first_eval_ns": 840218, + "threshold_crossing_ns": 12387695, + "compile_ns": 9235601, + "install_ns": 47050, + "osr_ns": 0, + "steady_state_ns": 11016641 + } + }, + "candidate": { + "elapsed_ns": 10309314, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 839, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10231808, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25333700, + "runtime_create_ns": 31527, + "jit_attach_ns": 66019, + "context_create_ns": 114396, + "definition_eval_ns": 75207, + "first_eval_ns": 915846, + "threshold_crossing_ns": 12458255, + "compile_ns": 9457286, + "install_ns": 42147, + "osr_ns": 0, + "steady_state_ns": 10309314 + } + } + }, + { + "pair_index": 18, + "reference": { + "elapsed_ns": 13233394, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10203136, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28901271, + "runtime_create_ns": 22719, + "jit_attach_ns": 61272, + "context_create_ns": 104633, + "definition_eval_ns": 60628, + "first_eval_ns": 864768, + "threshold_crossing_ns": 12879828, + "compile_ns": 9302544, + "install_ns": 45548, + "osr_ns": 0, + "steady_state_ns": 13233394 + } + }, + "entry_cache": { + "elapsed_ns": 11174981, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10108928, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26197573, + "runtime_create_ns": 31623, + "jit_attach_ns": 57719, + "context_create_ns": 110230, + "definition_eval_ns": 76809, + "first_eval_ns": 875634, + "threshold_crossing_ns": 12444314, + "compile_ns": 9318766, + "install_ns": 47121, + "osr_ns": 0, + "steady_state_ns": 11174981 + } + }, + "candidate": { + "elapsed_ns": 10331096, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10199040, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25604197, + "runtime_create_ns": 32387, + "jit_attach_ns": 64984, + "context_create_ns": 114628, + "definition_eval_ns": 77559, + "first_eval_ns": 902945, + "threshold_crossing_ns": 12450184, + "compile_ns": 9749328, + "install_ns": 44407, + "osr_ns": 0, + "steady_state_ns": 10331096 + } + } + }, + { + "pair_index": 19, + "entry_cache": { + "elapsed_ns": 11018336, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25975091, + "runtime_create_ns": 29813, + "jit_attach_ns": 54224, + "context_create_ns": 103042, + "definition_eval_ns": 69384, + "first_eval_ns": 868270, + "threshold_crossing_ns": 12389013, + "compile_ns": 9099202, + "install_ns": 45101, + "osr_ns": 0, + "steady_state_ns": 11018336 + } + }, + "candidate": { + "elapsed_ns": 10267435, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10149888, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25177489, + "runtime_create_ns": 30976, + "jit_attach_ns": 55718, + "context_create_ns": 109428, + "definition_eval_ns": 67213, + "first_eval_ns": 896694, + "threshold_crossing_ns": 12389310, + "compile_ns": 9205335, + "install_ns": 42665, + "osr_ns": 0, + "steady_state_ns": 10267435 + } + }, + "reference": { + "elapsed_ns": 13320158, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10117120, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28934352, + "runtime_create_ns": 30116, + "jit_attach_ns": 57234, + "context_create_ns": 105606, + "definition_eval_ns": 67904, + "first_eval_ns": 865688, + "threshold_crossing_ns": 12856545, + "compile_ns": 9145403, + "install_ns": 41185, + "osr_ns": 0, + "steady_state_ns": 13320158 + } + } + }, + { + "pair_index": 20, + "entry_cache": { + "elapsed_ns": 11057941, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10092544, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26034338, + "runtime_create_ns": 31238, + "jit_attach_ns": 55465, + "context_create_ns": 108048, + "definition_eval_ns": 66844, + "first_eval_ns": 868842, + "threshold_crossing_ns": 12403873, + "compile_ns": 9292883, + "install_ns": 39773, + "osr_ns": 0, + "steady_state_ns": 11057941 + } + }, + "candidate": { + "elapsed_ns": 10359949, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25231256, + "runtime_create_ns": 31027, + "jit_attach_ns": 61939, + "context_create_ns": 106808, + "definition_eval_ns": 72219, + "first_eval_ns": 895074, + "threshold_crossing_ns": 12336678, + "compile_ns": 9400561, + "install_ns": 37265, + "osr_ns": 0, + "steady_state_ns": 10359949 + } + }, + "reference": { + "elapsed_ns": 13206362, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10297344, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28805957, + "runtime_create_ns": 26666, + "jit_attach_ns": 68458, + "context_create_ns": 106396, + "definition_eval_ns": 72289, + "first_eval_ns": 876085, + "threshold_crossing_ns": 12794832, + "compile_ns": 9426502, + "install_ns": 40474, + "osr_ns": 0, + "steady_state_ns": 13206362 + } + } + }, + { + "pair_index": 21, + "entry_cache": { + "elapsed_ns": 11073664, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10133504, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25974601, + "runtime_create_ns": 26954, + "jit_attach_ns": 55919, + "context_create_ns": 108122, + "definition_eval_ns": 63547, + "first_eval_ns": 856865, + "threshold_crossing_ns": 12359228, + "compile_ns": 8975902, + "install_ns": 38610, + "osr_ns": 0, + "steady_state_ns": 11073664 + } + }, + "candidate": { + "elapsed_ns": 10363468, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10117120, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25256470, + "runtime_create_ns": 27435, + "jit_attach_ns": 52094, + "context_create_ns": 106939, + "definition_eval_ns": 65564, + "first_eval_ns": 893124, + "threshold_crossing_ns": 12374647, + "compile_ns": 9067514, + "install_ns": 37062, + "osr_ns": 0, + "steady_state_ns": 10363468 + } + }, + "reference": { + "elapsed_ns": 13254857, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10215424, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29041605, + "runtime_create_ns": 23703, + "jit_attach_ns": 59589, + "context_create_ns": 105409, + "definition_eval_ns": 71501, + "first_eval_ns": 887109, + "threshold_crossing_ns": 12958820, + "compile_ns": 9186340, + "install_ns": 56472, + "osr_ns": 0, + "steady_state_ns": 13254857 + } + } + }, + { + "pair_index": 22, + "entry_cache": { + "elapsed_ns": 11021895, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25922055, + "runtime_create_ns": 23051, + "jit_attach_ns": 56884, + "context_create_ns": 102582, + "definition_eval_ns": 55823, + "first_eval_ns": 863335, + "threshold_crossing_ns": 12360028, + "compile_ns": 8883283, + "install_ns": 42375, + "osr_ns": 0, + "steady_state_ns": 11021895 + } + }, + "candidate": { + "elapsed_ns": 10297633, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10117120, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25114850, + "runtime_create_ns": 24514, + "jit_attach_ns": 55384, + "context_create_ns": 115822, + "definition_eval_ns": 68013, + "first_eval_ns": 871530, + "threshold_crossing_ns": 10894626, + "compile_ns": 9695055, + "install_ns": 37691, + "osr_ns": 0, + "steady_state_ns": 10297633 + } + }, + "reference": { + "elapsed_ns": 13396782, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10182656, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29094779, + "runtime_create_ns": 23067, + "jit_attach_ns": 56910, + "context_create_ns": 108874, + "definition_eval_ns": 98049, + "first_eval_ns": 904887, + "threshold_crossing_ns": 12840140, + "compile_ns": 9619080, + "install_ns": 39504, + "osr_ns": 0, + "steady_state_ns": 13396782 + } + } + }, + { + "pair_index": 23, + "candidate": { + "elapsed_ns": 10368976, + "checksum": "number:409f400000000000", + "native_entries": 24004, + "native_acquisitions": 773, + "native_exits": 24004, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10141696, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24115116, + "runtime_create_ns": 30648, + "jit_attach_ns": 58924, + "context_create_ns": 112340, + "definition_eval_ns": 71366, + "first_eval_ns": 907396, + "threshold_crossing_ns": 11189927, + "compile_ns": 9423364, + "install_ns": 44258, + "osr_ns": 0, + "steady_state_ns": 10368976 + } + }, + "reference": { + "elapsed_ns": 13184963, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10211328, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28892467, + "runtime_create_ns": 27927, + "jit_attach_ns": 59670, + "context_create_ns": 107346, + "definition_eval_ns": 67477, + "first_eval_ns": 883675, + "threshold_crossing_ns": 12903972, + "compile_ns": 9410007, + "install_ns": 42213, + "osr_ns": 0, + "steady_state_ns": 13184963 + } + }, + "entry_cache": { + "elapsed_ns": 11058807, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10276864, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25921550, + "runtime_create_ns": 27984, + "jit_attach_ns": 63858, + "context_create_ns": 114638, + "definition_eval_ns": 70691, + "first_eval_ns": 840710, + "threshold_crossing_ns": 12305837, + "compile_ns": 9209569, + "install_ns": 41515, + "osr_ns": 0, + "steady_state_ns": 11058807 + } + } + }, + { + "pair_index": 24, + "candidate": { + "elapsed_ns": 10312466, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10104832, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25359848, + "runtime_create_ns": 32802, + "jit_attach_ns": 63414, + "context_create_ns": 116300, + "definition_eval_ns": 74700, + "first_eval_ns": 920708, + "threshold_crossing_ns": 12478943, + "compile_ns": 9590145, + "install_ns": 43804, + "osr_ns": 0, + "steady_state_ns": 10312466 + } + }, + "reference": { + "elapsed_ns": 13325395, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29045962, + "runtime_create_ns": 28735, + "jit_attach_ns": 60730, + "context_create_ns": 106011, + "definition_eval_ns": 80119, + "first_eval_ns": 872776, + "threshold_crossing_ns": 12909152, + "compile_ns": 9629728, + "install_ns": 43030, + "osr_ns": 0, + "steady_state_ns": 13325395 + } + }, + "entry_cache": { + "elapsed_ns": 11050772, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10133504, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25998840, + "runtime_create_ns": 32423, + "jit_attach_ns": 57749, + "context_create_ns": 110128, + "definition_eval_ns": 77512, + "first_eval_ns": 856332, + "threshold_crossing_ns": 12350010, + "compile_ns": 9457023, + "install_ns": 51129, + "osr_ns": 0, + "steady_state_ns": 11050772 + } + } + }, + { + "pair_index": 25, + "candidate": { + "elapsed_ns": 10275729, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10203136, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25205966, + "runtime_create_ns": 25968, + "jit_attach_ns": 65750, + "context_create_ns": 114524, + "definition_eval_ns": 79264, + "first_eval_ns": 2327308, + "threshold_crossing_ns": 10943217, + "compile_ns": 9875282, + "install_ns": 39281, + "osr_ns": 0, + "steady_state_ns": 10275729 + } + }, + "reference": { + "elapsed_ns": 13243533, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10301440, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28791273, + "runtime_create_ns": 25014, + "jit_attach_ns": 66212, + "context_create_ns": 106993, + "definition_eval_ns": 69385, + "first_eval_ns": 2285418, + "threshold_crossing_ns": 11339091, + "compile_ns": 9674050, + "install_ns": 38697, + "osr_ns": 0, + "steady_state_ns": 13243533 + } + }, + "entry_cache": { + "elapsed_ns": 11022812, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10153984, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26047429, + "runtime_create_ns": 25500, + "jit_attach_ns": 57188, + "context_create_ns": 111141, + "definition_eval_ns": 73218, + "first_eval_ns": 874684, + "threshold_crossing_ns": 12447195, + "compile_ns": 9330302, + "install_ns": 41333, + "osr_ns": 0, + "steady_state_ns": 11022812 + } + } + }, + { + "pair_index": 26, + "candidate": { + "elapsed_ns": 10276675, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25219626, + "runtime_create_ns": 27445, + "jit_attach_ns": 60638, + "context_create_ns": 109502, + "definition_eval_ns": 68709, + "first_eval_ns": 906356, + "threshold_crossing_ns": 12408876, + "compile_ns": 9684182, + "install_ns": 38575, + "osr_ns": 0, + "steady_state_ns": 10276675 + } + }, + "reference": { + "elapsed_ns": 13269053, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10162176, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28769318, + "runtime_create_ns": 26719, + "jit_attach_ns": 57587, + "context_create_ns": 101136, + "definition_eval_ns": 60940, + "first_eval_ns": 853928, + "threshold_crossing_ns": 12749437, + "compile_ns": 9358553, + "install_ns": 42861, + "osr_ns": 0, + "steady_state_ns": 13269053 + } + }, + "entry_cache": { + "elapsed_ns": 11203848, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10133504, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25976288, + "runtime_create_ns": 26550, + "jit_attach_ns": 51886, + "context_create_ns": 105800, + "definition_eval_ns": 66099, + "first_eval_ns": 861193, + "threshold_crossing_ns": 12231728, + "compile_ns": 8768163, + "install_ns": 39007, + "osr_ns": 0, + "steady_state_ns": 11203848 + } + } + }, + { + "pair_index": 27, + "reference": { + "elapsed_ns": 13234449, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10084352, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29027401, + "runtime_create_ns": 28384, + "jit_attach_ns": 56134, + "context_create_ns": 102369, + "definition_eval_ns": 91905, + "first_eval_ns": 891489, + "threshold_crossing_ns": 12963015, + "compile_ns": 9639543, + "install_ns": 39118, + "osr_ns": 0, + "steady_state_ns": 13234449 + } + }, + "entry_cache": { + "elapsed_ns": 11089395, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10199040, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25894544, + "runtime_create_ns": 23964, + "jit_attach_ns": 54734, + "context_create_ns": 103663, + "definition_eval_ns": 72244, + "first_eval_ns": 832576, + "threshold_crossing_ns": 12272092, + "compile_ns": 9197676, + "install_ns": 38476, + "osr_ns": 0, + "steady_state_ns": 11089395 + } + }, + "candidate": { + "elapsed_ns": 10283044, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10092544, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25272965, + "runtime_create_ns": 29060, + "jit_attach_ns": 57281, + "context_create_ns": 114793, + "definition_eval_ns": 77175, + "first_eval_ns": 908954, + "threshold_crossing_ns": 12443341, + "compile_ns": 9484259, + "install_ns": 39851, + "osr_ns": 0, + "steady_state_ns": 10283044 + } + } + }, + { + "pair_index": 28, + "reference": { + "elapsed_ns": 13307450, + "checksum": "number:409f400000000000", + "native_entries": 24007, + "native_exits": 24007, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10190848, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27782383, + "runtime_create_ns": 25419, + "jit_attach_ns": 54995, + "context_create_ns": 103921, + "definition_eval_ns": 66426, + "first_eval_ns": 857696, + "threshold_crossing_ns": 11708245, + "compile_ns": 9318999, + "install_ns": 51243, + "osr_ns": 0, + "steady_state_ns": 13307450 + } + }, + "entry_cache": { + "elapsed_ns": 11028999, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10092544, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25919906, + "runtime_create_ns": 27525, + "jit_attach_ns": 60122, + "context_create_ns": 121512, + "definition_eval_ns": 65354, + "first_eval_ns": 845755, + "threshold_crossing_ns": 12343271, + "compile_ns": 9571319, + "install_ns": 45193, + "osr_ns": 0, + "steady_state_ns": 11028999 + } + }, + "candidate": { + "elapsed_ns": 10299621, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10153984, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25144105, + "runtime_create_ns": 33061, + "jit_attach_ns": 56484, + "context_create_ns": 113264, + "definition_eval_ns": 75100, + "first_eval_ns": 904515, + "threshold_crossing_ns": 12298708, + "compile_ns": 9552713, + "install_ns": 38254, + "osr_ns": 0, + "steady_state_ns": 10299621 + } + } + }, + { + "pair_index": 29, + "reference": { + "elapsed_ns": 13224633, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10240000, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28861127, + "runtime_create_ns": 24277, + "jit_attach_ns": 59349, + "context_create_ns": 107309, + "definition_eval_ns": 67999, + "first_eval_ns": 885854, + "threshold_crossing_ns": 12846233, + "compile_ns": 9087220, + "install_ns": 41160, + "osr_ns": 0, + "steady_state_ns": 13224633 + } + }, + "entry_cache": { + "elapsed_ns": 11011978, + "checksum": "number:409f400000000000", + "native_entries": 24007, + "native_acquisitions": 776, + "native_exits": 24007, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25159394, + "runtime_create_ns": 30393, + "jit_attach_ns": 52669, + "context_create_ns": 106474, + "definition_eval_ns": 70335, + "first_eval_ns": 838565, + "threshold_crossing_ns": 11600509, + "compile_ns": 9478835, + "install_ns": 46283, + "osr_ns": 0, + "steady_state_ns": 11011978 + } + }, + "candidate": { + "elapsed_ns": 10351127, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10162176, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25243540, + "runtime_create_ns": 31697, + "jit_attach_ns": 59402, + "context_create_ns": 108115, + "definition_eval_ns": 75984, + "first_eval_ns": 894990, + "threshold_crossing_ns": 12356479, + "compile_ns": 9173616, + "install_ns": 40212, + "osr_ns": 0, + "steady_state_ns": 10351127 + } + } + } + ], + "automatic": [ + { + "pair_index": 0, + "reference": { + "elapsed_ns": 13651107, + "checksum": "number:409f400000000000", + "native_entries": 2928001, + "native_exits": 2928001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10059776, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2021235917, + "runtime_create_ns": 30179, + "jit_attach_ns": 65134, + "context_create_ns": 105556, + "definition_eval_ns": 56252, + "first_eval_ns": 761721, + "threshold_crossing_ns": 2005253067, + "compile_ns": 9843307, + "install_ns": 53664, + "osr_ns": 0, + "steady_state_ns": 13651107 + } + }, + "entry_cache": { + "elapsed_ns": 10219089, + "checksum": "number:409f400000000000", + "native_entries": 2980613, + "native_acquisitions": 95478, + "native_exits": 2980613, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10153984, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016821154, + "runtime_create_ns": 31184, + "jit_attach_ns": 65392, + "context_create_ns": 114132, + "definition_eval_ns": 53864, + "first_eval_ns": 738174, + "threshold_crossing_ns": 2004565338, + "compile_ns": 9585740, + "install_ns": 55873, + "osr_ns": 0, + "steady_state_ns": 10219089 + } + }, + "candidate": { + "elapsed_ns": 9535353, + "checksum": "number:409f400000000000", + "native_entries": 3786482, + "native_acquisitions": 121264, + "native_exits": 3786482, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10076160, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014514755, + "runtime_create_ns": 32484, + "jit_attach_ns": 60842, + "context_create_ns": 115098, + "definition_eval_ns": 57205, + "first_eval_ns": 779838, + "threshold_crossing_ns": 2002954691, + "compile_ns": 9350133, + "install_ns": 48357, + "osr_ns": 0, + "steady_state_ns": 9535353 + } + } + }, + { + "pair_index": 1, + "reference": { + "elapsed_ns": 12546869, + "checksum": "number:409f400000000000", + "native_entries": 2940940, + "native_exits": 2940940, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10108928, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2018773165, + "runtime_create_ns": 31001, + "jit_attach_ns": 64491, + "context_create_ns": 107672, + "definition_eval_ns": 53220, + "first_eval_ns": 749915, + "threshold_crossing_ns": 2003943358, + "compile_ns": 9156357, + "install_ns": 61255, + "osr_ns": 0, + "steady_state_ns": 12546869 + } + }, + "entry_cache": { + "elapsed_ns": 10235356, + "checksum": "number:409f400000000000", + "native_entries": 3570475, + "native_acquisitions": 114353, + "native_exits": 3570475, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10162176, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015753866, + "runtime_create_ns": 28940, + "jit_attach_ns": 64144, + "context_create_ns": 113030, + "definition_eval_ns": 56014, + "first_eval_ns": 734001, + "threshold_crossing_ns": 2003473395, + "compile_ns": 9611496, + "install_ns": 62463, + "osr_ns": 0, + "steady_state_ns": 10235356 + } + }, + "candidate": { + "elapsed_ns": 9439217, + "checksum": "number:409f400000000000", + "native_entries": 3909435, + "native_acquisitions": 125241, + "native_exits": 3909435, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9912320, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016527517, + "runtime_create_ns": 31472, + "jit_attach_ns": 63128, + "context_create_ns": 115318, + "definition_eval_ns": 61781, + "first_eval_ns": 2563902, + "threshold_crossing_ns": 2003283320, + "compile_ns": 10885545, + "install_ns": 53127, + "osr_ns": 0, + "steady_state_ns": 9439217 + } + } + }, + { + "pair_index": 2, + "reference": { + "elapsed_ns": 12603318, + "checksum": "number:409f400000000000", + "native_entries": 2943919, + "native_exits": 2943919, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9981952, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2021520799, + "runtime_create_ns": 25682, + "jit_attach_ns": 50050, + "context_create_ns": 100567, + "definition_eval_ns": 44481, + "first_eval_ns": 2851990, + "threshold_crossing_ns": 2004568729, + "compile_ns": 11018343, + "install_ns": 41670, + "osr_ns": 0, + "steady_state_ns": 12603318 + } + }, + "entry_cache": { + "elapsed_ns": 10301780, + "checksum": "number:409f400000000000", + "native_entries": 3568134, + "native_acquisitions": 114272, + "native_exits": 3568134, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10125312, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016346608, + "runtime_create_ns": 30324, + "jit_attach_ns": 59548, + "context_create_ns": 111458, + "definition_eval_ns": 52304, + "first_eval_ns": 726779, + "threshold_crossing_ns": 2004016544, + "compile_ns": 9318566, + "install_ns": 47493, + "osr_ns": 0, + "steady_state_ns": 10301780 + } + }, + "candidate": { + "elapsed_ns": 9566118, + "checksum": "number:409f400000000000", + "native_entries": 3817826, + "native_acquisitions": 122288, + "native_exits": 3817826, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10092544, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014698567, + "runtime_create_ns": 37476, + "jit_attach_ns": 62221, + "context_create_ns": 125581, + "definition_eval_ns": 57872, + "first_eval_ns": 773304, + "threshold_crossing_ns": 2003096338, + "compile_ns": 10031891, + "install_ns": 54077, + "osr_ns": 0, + "steady_state_ns": 9566118 + } + } + }, + { + "pair_index": 3, + "reference": { + "elapsed_ns": 12601716, + "checksum": "number:409f400000000000", + "native_entries": 2944923, + "native_exits": 2944923, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10055680, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019170205, + "runtime_create_ns": 26484, + "jit_attach_ns": 62148, + "context_create_ns": 110371, + "definition_eval_ns": 55014, + "first_eval_ns": 755101, + "threshold_crossing_ns": 2004260971, + "compile_ns": 9121109, + "install_ns": 48268, + "osr_ns": 0, + "steady_state_ns": 12601716 + } + }, + "entry_cache": { + "elapsed_ns": 10176407, + "checksum": "number:409f400000000000", + "native_entries": 3567774, + "native_acquisitions": 114284, + "native_exits": 3567774, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10166272, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016099354, + "runtime_create_ns": 33233, + "jit_attach_ns": 73797, + "context_create_ns": 113197, + "definition_eval_ns": 57454, + "first_eval_ns": 731017, + "threshold_crossing_ns": 2003874557, + "compile_ns": 10294096, + "install_ns": 61752, + "osr_ns": 0, + "steady_state_ns": 10176407 + } + }, + "candidate": { + "elapsed_ns": 9579716, + "checksum": "number:409f400000000000", + "native_entries": 3796001, + "native_acquisitions": 121616, + "native_exits": 3796001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10047488, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015387427, + "runtime_create_ns": 32505, + "jit_attach_ns": 68512, + "context_create_ns": 117924, + "definition_eval_ns": 64760, + "first_eval_ns": 787585, + "threshold_crossing_ns": 2003755490, + "compile_ns": 10168034, + "install_ns": 52949, + "osr_ns": 0, + "steady_state_ns": 9579716 + } + } + }, + { + "pair_index": 4, + "entry_cache": { + "elapsed_ns": 10279537, + "checksum": "number:409f400000000000", + "native_entries": 3566815, + "native_acquisitions": 114240, + "native_exits": 3566815, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10268672, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015744807, + "runtime_create_ns": 23209, + "jit_attach_ns": 52491, + "context_create_ns": 102424, + "definition_eval_ns": 46202, + "first_eval_ns": 716263, + "threshold_crossing_ns": 2003484048, + "compile_ns": 9544291, + "install_ns": 42128, + "osr_ns": 0, + "steady_state_ns": 10279537 + } + }, + "candidate": { + "elapsed_ns": 9521174, + "checksum": "number:409f400000000000", + "native_entries": 3822725, + "native_acquisitions": 122428, + "native_exits": 3822725, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10035200, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015235622, + "runtime_create_ns": 33738, + "jit_attach_ns": 66709, + "context_create_ns": 115483, + "definition_eval_ns": 58737, + "first_eval_ns": 784258, + "threshold_crossing_ns": 2003676667, + "compile_ns": 9458037, + "install_ns": 53144, + "osr_ns": 0, + "steady_state_ns": 9521174 + } + }, + "reference": { + "elapsed_ns": 12519189, + "checksum": "number:409f400000000000", + "native_entries": 2923613, + "native_exits": 2923613, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10203136, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019784649, + "runtime_create_ns": 30203, + "jit_attach_ns": 60244, + "context_create_ns": 117054, + "definition_eval_ns": 59849, + "first_eval_ns": 757071, + "threshold_crossing_ns": 2004946066, + "compile_ns": 9639663, + "install_ns": 73182, + "osr_ns": 0, + "steady_state_ns": 12519189 + } + } + }, + { + "pair_index": 5, + "entry_cache": { + "elapsed_ns": 10280753, + "checksum": "number:409f400000000000", + "native_entries": 3540035, + "native_acquisitions": 113373, + "native_exits": 3540035, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10063872, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2017343436, + "runtime_create_ns": 31224, + "jit_attach_ns": 58664, + "context_create_ns": 111092, + "definition_eval_ns": 50724, + "first_eval_ns": 2181000, + "threshold_crossing_ns": 2003587769, + "compile_ns": 9304349, + "install_ns": 49643, + "osr_ns": 0, + "steady_state_ns": 10280753 + } + }, + "candidate": { + "elapsed_ns": 9543038, + "checksum": "number:409f400000000000", + "native_entries": 3819650, + "native_acquisitions": 122343, + "native_exits": 3819650, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10059776, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014499706, + "runtime_create_ns": 34007, + "jit_attach_ns": 65814, + "context_create_ns": 122929, + "definition_eval_ns": 55166, + "first_eval_ns": 767486, + "threshold_crossing_ns": 2002930720, + "compile_ns": 9941303, + "install_ns": 66075, + "osr_ns": 0, + "steady_state_ns": 9543038 + } + }, + "reference": { + "elapsed_ns": 12544896, + "checksum": "number:409f400000000000", + "native_entries": 2940558, + "native_exits": 2940558, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10067968, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019579304, + "runtime_create_ns": 30148, + "jit_attach_ns": 64272, + "context_create_ns": 109221, + "definition_eval_ns": 63715, + "first_eval_ns": 758314, + "threshold_crossing_ns": 2004746236, + "compile_ns": 10143542, + "install_ns": 70439, + "osr_ns": 0, + "steady_state_ns": 12544896 + } + } + }, + { + "pair_index": 6, + "entry_cache": { + "elapsed_ns": 10200904, + "checksum": "number:409f400000000000", + "native_entries": 3514001, + "native_acquisitions": 112564, + "native_exits": 3514001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10166272, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015530619, + "runtime_create_ns": 31496, + "jit_attach_ns": 59683, + "context_create_ns": 110874, + "definition_eval_ns": 53427, + "first_eval_ns": 731267, + "threshold_crossing_ns": 2003299107, + "compile_ns": 10400529, + "install_ns": 59808, + "osr_ns": 0, + "steady_state_ns": 10200904 + } + }, + "candidate": { + "elapsed_ns": 9471361, + "checksum": "number:409f400000000000", + "native_entries": 3839460, + "native_acquisitions": 122975, + "native_exits": 3839460, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014522401, + "runtime_create_ns": 31685, + "jit_attach_ns": 60310, + "context_create_ns": 115572, + "definition_eval_ns": 68764, + "first_eval_ns": 770535, + "threshold_crossing_ns": 2003032047, + "compile_ns": 9776744, + "install_ns": 69707, + "osr_ns": 0, + "steady_state_ns": 9471361 + } + }, + "reference": { + "elapsed_ns": 12599337, + "checksum": "number:409f400000000000", + "native_entries": 2932143, + "native_exits": 2932143, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9965568, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019110569, + "runtime_create_ns": 27498, + "jit_attach_ns": 69465, + "context_create_ns": 110241, + "definition_eval_ns": 56971, + "first_eval_ns": 764727, + "threshold_crossing_ns": 2004188658, + "compile_ns": 9999497, + "install_ns": 56566, + "osr_ns": 0, + "steady_state_ns": 12599337 + } + } + }, + { + "pair_index": 7, + "entry_cache": { + "elapsed_ns": 10257611, + "checksum": "number:409f400000000000", + "native_entries": 3499921, + "native_acquisitions": 112116, + "native_exits": 3499921, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10067968, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016473073, + "runtime_create_ns": 34898, + "jit_attach_ns": 57630, + "context_create_ns": 112495, + "definition_eval_ns": 49044, + "first_eval_ns": 722753, + "threshold_crossing_ns": 2004193878, + "compile_ns": 10246923, + "install_ns": 43391, + "osr_ns": 0, + "steady_state_ns": 10257611 + } + }, + "candidate": { + "elapsed_ns": 9556855, + "checksum": "number:409f400000000000", + "native_entries": 3834896, + "native_acquisitions": 122819, + "native_exits": 3834896, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10047488, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014903158, + "runtime_create_ns": 32117, + "jit_attach_ns": 63315, + "context_create_ns": 114464, + "definition_eval_ns": 56907, + "first_eval_ns": 816550, + "threshold_crossing_ns": 2003278380, + "compile_ns": 9735581, + "install_ns": 49750, + "osr_ns": 0, + "steady_state_ns": 9556855 + } + }, + "reference": { + "elapsed_ns": 12644293, + "checksum": "number:409f400000000000", + "native_entries": 2950883, + "native_exits": 2950883, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10051584, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019258481, + "runtime_create_ns": 28824, + "jit_attach_ns": 68750, + "context_create_ns": 115929, + "definition_eval_ns": 53691, + "first_eval_ns": 749575, + "threshold_crossing_ns": 2004304852, + "compile_ns": 10622115, + "install_ns": 51756, + "osr_ns": 0, + "steady_state_ns": 12644293 + } + } + }, + { + "pair_index": 8, + "candidate": { + "elapsed_ns": 9502545, + "checksum": "number:409f400000000000", + "native_entries": 3843772, + "native_acquisitions": 123116, + "native_exits": 3843772, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10178560, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014944840, + "runtime_create_ns": 27937, + "jit_attach_ns": 60895, + "context_create_ns": 124326, + "definition_eval_ns": 53185, + "first_eval_ns": 754489, + "threshold_crossing_ns": 2003443949, + "compile_ns": 9902049, + "install_ns": 44412, + "osr_ns": 0, + "steady_state_ns": 9502545 + } + }, + "reference": { + "elapsed_ns": 12545361, + "checksum": "number:409f400000000000", + "native_entries": 2947712, + "native_exits": 2947712, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10145792, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019958705, + "runtime_create_ns": 30124, + "jit_attach_ns": 64518, + "context_create_ns": 117867, + "definition_eval_ns": 56727, + "first_eval_ns": 740110, + "threshold_crossing_ns": 2005118467, + "compile_ns": 9640401, + "install_ns": 58459, + "osr_ns": 0, + "steady_state_ns": 12545361 + } + }, + "entry_cache": { + "elapsed_ns": 10329606, + "checksum": "number:409f400000000000", + "native_entries": 3531714, + "native_acquisitions": 113130, + "native_exits": 3531714, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016017577, + "runtime_create_ns": 32879, + "jit_attach_ns": 65892, + "context_create_ns": 111983, + "definition_eval_ns": 58967, + "first_eval_ns": 718456, + "threshold_crossing_ns": 2003655909, + "compile_ns": 10323845, + "install_ns": 51708, + "osr_ns": 0, + "steady_state_ns": 10329606 + } + } + }, + { + "pair_index": 9, + "candidate": { + "elapsed_ns": 9529745, + "checksum": "number:409f400000000000", + "native_entries": 3826001, + "native_acquisitions": 122544, + "native_exits": 3826001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10182656, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015101084, + "runtime_create_ns": 24498, + "jit_attach_ns": 49729, + "context_create_ns": 102950, + "definition_eval_ns": 43421, + "first_eval_ns": 759334, + "threshold_crossing_ns": 2003621469, + "compile_ns": 8620410, + "install_ns": 42514, + "osr_ns": 0, + "steady_state_ns": 9529745 + } + }, + "reference": { + "elapsed_ns": 12512051, + "checksum": "number:409f400000000000", + "native_entries": 2934235, + "native_exits": 2934235, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10027008, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019132760, + "runtime_create_ns": 29357, + "jit_attach_ns": 62370, + "context_create_ns": 104316, + "definition_eval_ns": 52456, + "first_eval_ns": 761984, + "threshold_crossing_ns": 2004328754, + "compile_ns": 9965203, + "install_ns": 57206, + "osr_ns": 0, + "steady_state_ns": 12512051 + } + }, + "entry_cache": { + "elapsed_ns": 10248944, + "checksum": "number:409f400000000000", + "native_entries": 3556842, + "native_acquisitions": 113920, + "native_exits": 3556842, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10063872, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015733116, + "runtime_create_ns": 31414, + "jit_attach_ns": 61070, + "context_create_ns": 109752, + "definition_eval_ns": 56210, + "first_eval_ns": 740156, + "threshold_crossing_ns": 2003431816, + "compile_ns": 9729189, + "install_ns": 50019, + "osr_ns": 0, + "steady_state_ns": 10248944 + } + } + }, + { + "pair_index": 10, + "candidate": { + "elapsed_ns": 9541421, + "checksum": "number:409f400000000000", + "native_entries": 3824707, + "native_acquisitions": 122490, + "native_exits": 3824707, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10076160, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015196323, + "runtime_create_ns": 35323, + "jit_attach_ns": 59143, + "context_create_ns": 105706, + "definition_eval_ns": 56985, + "first_eval_ns": 784006, + "threshold_crossing_ns": 2003643638, + "compile_ns": 9419637, + "install_ns": 64197, + "osr_ns": 0, + "steady_state_ns": 9541421 + } + }, + "reference": { + "elapsed_ns": 12556066, + "checksum": "number:409f400000000000", + "native_entries": 2931897, + "native_exits": 2931897, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10043392, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019898830, + "runtime_create_ns": 27984, + "jit_attach_ns": 70794, + "context_create_ns": 119033, + "definition_eval_ns": 53290, + "first_eval_ns": 749152, + "threshold_crossing_ns": 2005001241, + "compile_ns": 9683127, + "install_ns": 54570, + "osr_ns": 0, + "steady_state_ns": 12556066 + } + }, + "entry_cache": { + "elapsed_ns": 10257680, + "checksum": "number:409f400000000000", + "native_entries": 3529774, + "native_acquisitions": 113096, + "native_exits": 3529774, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10162176, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015457834, + "runtime_create_ns": 30439, + "jit_attach_ns": 66441, + "context_create_ns": 128730, + "definition_eval_ns": 56136, + "first_eval_ns": 734535, + "threshold_crossing_ns": 2003135204, + "compile_ns": 11402615, + "install_ns": 68011, + "osr_ns": 0, + "steady_state_ns": 10257680 + } + } + }, + { + "pair_index": 11, + "candidate": { + "elapsed_ns": 9535685, + "checksum": "number:409f400000000000", + "native_entries": 3797673, + "native_acquisitions": 121640, + "native_exits": 3797673, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10182656, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014432165, + "runtime_create_ns": 24802, + "jit_attach_ns": 58780, + "context_create_ns": 119530, + "definition_eval_ns": 58228, + "first_eval_ns": 759499, + "threshold_crossing_ns": 2002905564, + "compile_ns": 9992448, + "install_ns": 48459, + "osr_ns": 0, + "steady_state_ns": 9535685 + } + }, + "reference": { + "elapsed_ns": 12557373, + "checksum": "number:409f400000000000", + "native_entries": 2952246, + "native_exits": 2952246, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10129408, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2018763782, + "runtime_create_ns": 25115, + "jit_attach_ns": 66400, + "context_create_ns": 111876, + "definition_eval_ns": 56509, + "first_eval_ns": 770649, + "threshold_crossing_ns": 2003886939, + "compile_ns": 10050518, + "install_ns": 49010, + "osr_ns": 0, + "steady_state_ns": 12557373 + } + }, + "entry_cache": { + "elapsed_ns": 10244696, + "checksum": "number:409f400000000000", + "native_entries": 3564001, + "native_acquisitions": 114164, + "native_exits": 3564001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016114851, + "runtime_create_ns": 33536, + "jit_attach_ns": 66578, + "context_create_ns": 109303, + "definition_eval_ns": 60657, + "first_eval_ns": 769351, + "threshold_crossing_ns": 2003786164, + "compile_ns": 10578563, + "install_ns": 52930, + "osr_ns": 0, + "steady_state_ns": 10244696 + } + } + }, + { + "pair_index": 12, + "reference": { + "elapsed_ns": 12544897, + "checksum": "number:409f400000000000", + "native_entries": 2949777, + "native_exits": 2949777, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10211328, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019098869, + "runtime_create_ns": 26762, + "jit_attach_ns": 66472, + "context_create_ns": 115519, + "definition_eval_ns": 61853, + "first_eval_ns": 741911, + "threshold_crossing_ns": 2004247517, + "compile_ns": 9565041, + "install_ns": 49802, + "osr_ns": 0, + "steady_state_ns": 12544897 + } + }, + "entry_cache": { + "elapsed_ns": 10322899, + "checksum": "number:409f400000000000", + "native_entries": 3548001, + "native_acquisitions": 113652, + "native_exits": 3548001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10072064, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015446323, + "runtime_create_ns": 27967, + "jit_attach_ns": 65225, + "context_create_ns": 113330, + "definition_eval_ns": 52883, + "first_eval_ns": 732504, + "threshold_crossing_ns": 2003080311, + "compile_ns": 10403886, + "install_ns": 51610, + "osr_ns": 0, + "steady_state_ns": 10322899 + } + }, + "candidate": { + "elapsed_ns": 9530857, + "checksum": "number:409f400000000000", + "native_entries": 3794594, + "native_acquisitions": 121526, + "native_exits": 3794594, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10010624, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014481403, + "runtime_create_ns": 31436, + "jit_attach_ns": 63420, + "context_create_ns": 112810, + "definition_eval_ns": 58149, + "first_eval_ns": 787612, + "threshold_crossing_ns": 2002913413, + "compile_ns": 9287774, + "install_ns": 56372, + "osr_ns": 0, + "steady_state_ns": 9530857 + } + } + }, + { + "pair_index": 13, + "reference": { + "elapsed_ns": 12556034, + "checksum": "number:409f400000000000", + "native_entries": 2935962, + "native_exits": 2935962, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10166272, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019136372, + "runtime_create_ns": 27629, + "jit_attach_ns": 57885, + "context_create_ns": 103595, + "definition_eval_ns": 51495, + "first_eval_ns": 747371, + "threshold_crossing_ns": 2004310493, + "compile_ns": 9837759, + "install_ns": 62271, + "osr_ns": 0, + "steady_state_ns": 12556034 + } + }, + "entry_cache": { + "elapsed_ns": 10186438, + "checksum": "number:409f400000000000", + "native_entries": 3570728, + "native_acquisitions": 114364, + "native_exits": 3570728, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10108928, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016322188, + "runtime_create_ns": 27494, + "jit_attach_ns": 80872, + "context_create_ns": 124867, + "definition_eval_ns": 55636, + "first_eval_ns": 737668, + "threshold_crossing_ns": 2004063215, + "compile_ns": 9791365, + "install_ns": 78604, + "osr_ns": 0, + "steady_state_ns": 10186438 + } + }, + "candidate": { + "elapsed_ns": 9811306, + "checksum": "number:409f400000000000", + "native_entries": 3708137, + "native_acquisitions": 118781, + "native_exits": 3708137, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10035200, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016842129, + "runtime_create_ns": 39043, + "jit_attach_ns": 71013, + "context_create_ns": 115911, + "definition_eval_ns": 61650, + "first_eval_ns": 2248943, + "threshold_crossing_ns": 2003502250, + "compile_ns": 10266994, + "install_ns": 52396, + "osr_ns": 0, + "steady_state_ns": 9811306 + } + } + }, + { + "pair_index": 14, + "reference": { + "elapsed_ns": 13173236, + "checksum": "number:409f400000000000", + "native_entries": 2821882, + "native_exits": 2821882, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019801677, + "runtime_create_ns": 31468, + "jit_attach_ns": 58049, + "context_create_ns": 104708, + "definition_eval_ns": 53466, + "first_eval_ns": 730024, + "threshold_crossing_ns": 2004317643, + "compile_ns": 9503121, + "install_ns": 49415, + "osr_ns": 0, + "steady_state_ns": 13173236 + } + }, + "entry_cache": { + "elapsed_ns": 10451293, + "checksum": "number:409f400000000000", + "native_entries": 3517644, + "native_acquisitions": 112679, + "native_exits": 3517644, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10047488, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016761416, + "runtime_create_ns": 32954, + "jit_attach_ns": 60139, + "context_create_ns": 133790, + "definition_eval_ns": 55260, + "first_eval_ns": 722026, + "threshold_crossing_ns": 2004251551, + "compile_ns": 10392132, + "install_ns": 53322, + "osr_ns": 0, + "steady_state_ns": 10451293 + } + }, + "candidate": { + "elapsed_ns": 9539525, + "checksum": "number:409f400000000000", + "native_entries": 3815388, + "native_acquisitions": 122203, + "native_exits": 3815388, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10084352, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014924518, + "runtime_create_ns": 29154, + "jit_attach_ns": 64388, + "context_create_ns": 115783, + "definition_eval_ns": 67687, + "first_eval_ns": 782733, + "threshold_crossing_ns": 2003343860, + "compile_ns": 9788862, + "install_ns": 67327, + "osr_ns": 0, + "steady_state_ns": 9539525 + } + } + }, + { + "pair_index": 15, + "reference": { + "elapsed_ns": 12657070, + "checksum": "number:409f400000000000", + "native_entries": 2937272, + "native_exits": 2937272, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020012710, + "runtime_create_ns": 24632, + "jit_attach_ns": 80921, + "context_create_ns": 104048, + "definition_eval_ns": 54678, + "first_eval_ns": 747810, + "threshold_crossing_ns": 2005044729, + "compile_ns": 10637027, + "install_ns": 47972, + "osr_ns": 0, + "steady_state_ns": 12657070 + } + }, + "entry_cache": { + "elapsed_ns": 10293521, + "checksum": "number:409f400000000000", + "native_entries": 3563547, + "native_acquisitions": 114146, + "native_exits": 3563547, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10010624, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015978668, + "runtime_create_ns": 32633, + "jit_attach_ns": 60171, + "context_create_ns": 124606, + "definition_eval_ns": 58404, + "first_eval_ns": 723673, + "threshold_crossing_ns": 2003648266, + "compile_ns": 10184993, + "install_ns": 73146, + "osr_ns": 0, + "steady_state_ns": 10293521 + } + }, + "candidate": { + "elapsed_ns": 9514228, + "checksum": "number:409f400000000000", + "native_entries": 3807873, + "native_acquisitions": 121966, + "native_exits": 3807873, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10170368, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015067966, + "runtime_create_ns": 26679, + "jit_attach_ns": 64644, + "context_create_ns": 124313, + "definition_eval_ns": 58099, + "first_eval_ns": 767766, + "threshold_crossing_ns": 2003534564, + "compile_ns": 10087053, + "install_ns": 50258, + "osr_ns": 0, + "steady_state_ns": 9514228 + } + } + }, + { + "pair_index": 16, + "entry_cache": { + "elapsed_ns": 10466099, + "checksum": "number:409f400000000000", + "native_entries": 3552428, + "native_acquisitions": 113773, + "native_exits": 3552428, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10121216, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015665932, + "runtime_create_ns": 27791, + "jit_attach_ns": 63564, + "context_create_ns": 118441, + "definition_eval_ns": 53066, + "first_eval_ns": 733137, + "threshold_crossing_ns": 2003157903, + "compile_ns": 9495003, + "install_ns": 52311, + "osr_ns": 0, + "steady_state_ns": 10466099 + } + }, + "candidate": { + "elapsed_ns": 9545051, + "checksum": "number:409f400000000000", + "native_entries": 3818026, + "native_acquisitions": 122267, + "native_exits": 3818026, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10059776, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014633674, + "runtime_create_ns": 30828, + "jit_attach_ns": 63527, + "context_create_ns": 114607, + "definition_eval_ns": 58356, + "first_eval_ns": 789825, + "threshold_crossing_ns": 2003051321, + "compile_ns": 9065255, + "install_ns": 71604, + "osr_ns": 0, + "steady_state_ns": 9545051 + } + }, + "reference": { + "elapsed_ns": 13551761, + "checksum": "number:409f400000000000", + "native_entries": 2848103, + "native_exits": 2848103, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10039296, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2021239600, + "runtime_create_ns": 41375, + "jit_attach_ns": 65183, + "context_create_ns": 107230, + "definition_eval_ns": 57924, + "first_eval_ns": 2230264, + "threshold_crossing_ns": 2003904747, + "compile_ns": 9591307, + "install_ns": 51662, + "osr_ns": 0, + "steady_state_ns": 13551761 + } + } + }, + { + "pair_index": 17, + "entry_cache": { + "elapsed_ns": 10240994, + "checksum": "number:409f400000000000", + "native_entries": 3467429, + "native_acquisitions": 111070, + "native_exits": 3467429, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10108928, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015846984, + "runtime_create_ns": 28700, + "jit_attach_ns": 58728, + "context_create_ns": 130782, + "definition_eval_ns": 55735, + "first_eval_ns": 717107, + "threshold_crossing_ns": 2003564725, + "compile_ns": 11112521, + "install_ns": 52196, + "osr_ns": 0, + "steady_state_ns": 10240994 + } + }, + "candidate": { + "elapsed_ns": 9485414, + "checksum": "number:409f400000000000", + "native_entries": 3783546, + "native_acquisitions": 121185, + "native_exits": 3783546, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014872445, + "runtime_create_ns": 28724, + "jit_attach_ns": 64304, + "context_create_ns": 116177, + "definition_eval_ns": 69653, + "first_eval_ns": 768996, + "threshold_crossing_ns": 2003361554, + "compile_ns": 9954877, + "install_ns": 51048, + "osr_ns": 0, + "steady_state_ns": 9485414 + } + }, + "reference": { + "elapsed_ns": 12621661, + "checksum": "number:409f400000000000", + "native_entries": 2937417, + "native_exits": 2937417, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10260480, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020047093, + "runtime_create_ns": 26003, + "jit_attach_ns": 68920, + "context_create_ns": 115404, + "definition_eval_ns": 65757, + "first_eval_ns": 748927, + "threshold_crossing_ns": 2005106529, + "compile_ns": 10782206, + "install_ns": 49208, + "osr_ns": 0, + "steady_state_ns": 12621661 + } + } + }, + { + "pair_index": 18, + "entry_cache": { + "elapsed_ns": 10214010, + "checksum": "number:409f400000000000", + "native_entries": 3500140, + "native_acquisitions": 112096, + "native_exits": 3500140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10137600, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015621034, + "runtime_create_ns": 32073, + "jit_attach_ns": 58964, + "context_create_ns": 110231, + "definition_eval_ns": 56071, + "first_eval_ns": 728030, + "threshold_crossing_ns": 2003375668, + "compile_ns": 9302324, + "install_ns": 48905, + "osr_ns": 0, + "steady_state_ns": 10214010 + } + }, + "candidate": { + "elapsed_ns": 9491740, + "checksum": "number:409f400000000000", + "native_entries": 3854753, + "native_acquisitions": 123482, + "native_exits": 3854753, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10149888, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016159786, + "runtime_create_ns": 32790, + "jit_attach_ns": 64732, + "context_create_ns": 112617, + "definition_eval_ns": 57706, + "first_eval_ns": 2444072, + "threshold_crossing_ns": 2002988215, + "compile_ns": 10524058, + "install_ns": 82865, + "osr_ns": 0, + "steady_state_ns": 9491740 + } + }, + "reference": { + "elapsed_ns": 12543196, + "checksum": "number:409f400000000000", + "native_entries": 2954154, + "native_exits": 2954154, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10043392, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2021498584, + "runtime_create_ns": 30539, + "jit_attach_ns": 68103, + "context_create_ns": 108868, + "definition_eval_ns": 52294, + "first_eval_ns": 2258398, + "threshold_crossing_ns": 2005147403, + "compile_ns": 11528128, + "install_ns": 53849, + "osr_ns": 0, + "steady_state_ns": 12543196 + } + } + }, + { + "pair_index": 19, + "entry_cache": { + "elapsed_ns": 10212468, + "checksum": "number:409f400000000000", + "native_entries": 3560945, + "native_acquisitions": 114053, + "native_exits": 3560945, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10072064, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016142546, + "runtime_create_ns": 31949, + "jit_attach_ns": 51591, + "context_create_ns": 103366, + "definition_eval_ns": 50016, + "first_eval_ns": 736446, + "threshold_crossing_ns": 2003916169, + "compile_ns": 9622434, + "install_ns": 42637, + "osr_ns": 0, + "steady_state_ns": 10212468 + } + }, + "candidate": { + "elapsed_ns": 9541209, + "checksum": "number:409f400000000000", + "native_entries": 3814107, + "native_acquisitions": 122172, + "native_exits": 3814107, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10141696, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016593101, + "runtime_create_ns": 27006, + "jit_attach_ns": 75000, + "context_create_ns": 117014, + "definition_eval_ns": 67938, + "first_eval_ns": 2261443, + "threshold_crossing_ns": 2003533997, + "compile_ns": 10261967, + "install_ns": 84011, + "osr_ns": 0, + "steady_state_ns": 9541209 + } + }, + "reference": { + "elapsed_ns": 12566422, + "checksum": "number:409f400000000000", + "native_entries": 2938990, + "native_exits": 2938990, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10072064, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019643728, + "runtime_create_ns": 31926, + "jit_attach_ns": 67041, + "context_create_ns": 110512, + "definition_eval_ns": 54355, + "first_eval_ns": 749551, + "threshold_crossing_ns": 2004779558, + "compile_ns": 10520434, + "install_ns": 50898, + "osr_ns": 0, + "steady_state_ns": 12566422 + } + } + }, + { + "pair_index": 20, + "candidate": { + "elapsed_ns": 9503101, + "checksum": "number:409f400000000000", + "native_entries": 3824001, + "native_acquisitions": 122456, + "native_exits": 3824001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10067968, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015332769, + "runtime_create_ns": 26815, + "jit_attach_ns": 52288, + "context_create_ns": 106963, + "definition_eval_ns": 49725, + "first_eval_ns": 772641, + "threshold_crossing_ns": 2003842608, + "compile_ns": 8996297, + "install_ns": 51052, + "osr_ns": 0, + "steady_state_ns": 9503101 + } + }, + "reference": { + "elapsed_ns": 12561150, + "checksum": "number:409f400000000000", + "native_entries": 2944400, + "native_exits": 2944400, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10190848, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020537909, + "runtime_create_ns": 32086, + "jit_attach_ns": 66984, + "context_create_ns": 108989, + "definition_eval_ns": 66899, + "first_eval_ns": 2346026, + "threshold_crossing_ns": 2004065268, + "compile_ns": 10225894, + "install_ns": 55844, + "osr_ns": 0, + "steady_state_ns": 12561150 + } + }, + "entry_cache": { + "elapsed_ns": 10270310, + "checksum": "number:409f400000000000", + "native_entries": 3554361, + "native_acquisitions": 113834, + "native_exits": 3554361, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10076160, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015613252, + "runtime_create_ns": 30959, + "jit_attach_ns": 64995, + "context_create_ns": 115704, + "definition_eval_ns": 56599, + "first_eval_ns": 734892, + "threshold_crossing_ns": 2003293622, + "compile_ns": 9571135, + "install_ns": 72847, + "osr_ns": 0, + "steady_state_ns": 10270310 + } + } + }, + { + "pair_index": 21, + "candidate": { + "elapsed_ns": 9590019, + "checksum": "number:409f400000000000", + "native_entries": 3808001, + "native_acquisitions": 121972, + "native_exits": 3808001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10063872, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015508766, + "runtime_create_ns": 27593, + "jit_attach_ns": 58103, + "context_create_ns": 109086, + "definition_eval_ns": 54373, + "first_eval_ns": 773846, + "threshold_crossing_ns": 2003920367, + "compile_ns": 10044489, + "install_ns": 49709, + "osr_ns": 0, + "steady_state_ns": 9590019 + } + }, + "reference": { + "elapsed_ns": 12585733, + "checksum": "number:409f400000000000", + "native_entries": 2937874, + "native_exits": 2937874, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10067968, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2018995550, + "runtime_create_ns": 30371, + "jit_attach_ns": 76111, + "context_create_ns": 111960, + "definition_eval_ns": 60059, + "first_eval_ns": 748004, + "threshold_crossing_ns": 2004100242, + "compile_ns": 9803677, + "install_ns": 53854, + "osr_ns": 0, + "steady_state_ns": 12585733 + } + }, + "entry_cache": { + "elapsed_ns": 10237369, + "checksum": "number:409f400000000000", + "native_entries": 3557971, + "native_acquisitions": 113973, + "native_exits": 3557971, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10100736, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015374013, + "runtime_create_ns": 41888, + "jit_attach_ns": 59840, + "context_create_ns": 110566, + "definition_eval_ns": 56411, + "first_eval_ns": 723102, + "threshold_crossing_ns": 2003106619, + "compile_ns": 10441532, + "install_ns": 55770, + "osr_ns": 0, + "steady_state_ns": 10237369 + } + } + }, + { + "pair_index": 22, + "candidate": { + "elapsed_ns": 9538070, + "checksum": "number:409f400000000000", + "native_entries": 3829429, + "native_acquisitions": 122655, + "native_exits": 3829429, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10141696, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016815454, + "runtime_create_ns": 39323, + "jit_attach_ns": 86021, + "context_create_ns": 174930, + "definition_eval_ns": 77827, + "first_eval_ns": 2816109, + "threshold_crossing_ns": 2003094996, + "compile_ns": 10050896, + "install_ns": 58505, + "osr_ns": 0, + "steady_state_ns": 9538070 + } + }, + "reference": { + "elapsed_ns": 12654552, + "checksum": "number:409f400000000000", + "native_entries": 2945986, + "native_exits": 2945986, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10010624, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019988706, + "runtime_create_ns": 28824, + "jit_attach_ns": 66627, + "context_create_ns": 131052, + "definition_eval_ns": 84202, + "first_eval_ns": 777335, + "threshold_crossing_ns": 2004964773, + "compile_ns": 9921371, + "install_ns": 72224, + "osr_ns": 0, + "steady_state_ns": 12654552 + } + }, + "entry_cache": { + "elapsed_ns": 10366837, + "checksum": "number:409f400000000000", + "native_entries": 3563951, + "native_acquisitions": 114166, + "native_exits": 3563951, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9998336, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016279032, + "runtime_create_ns": 45946, + "jit_attach_ns": 59897, + "context_create_ns": 106073, + "definition_eval_ns": 55829, + "first_eval_ns": 723517, + "threshold_crossing_ns": 2003878507, + "compile_ns": 10360230, + "install_ns": 49321, + "osr_ns": 0, + "steady_state_ns": 10366837 + } + } + }, + { + "pair_index": 23, + "candidate": { + "elapsed_ns": 9513209, + "checksum": "number:409f400000000000", + "native_entries": 3826171, + "native_acquisitions": 122529, + "native_exits": 3826171, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10006528, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015265103, + "runtime_create_ns": 30883, + "jit_attach_ns": 60153, + "context_create_ns": 116570, + "definition_eval_ns": 60861, + "first_eval_ns": 780888, + "threshold_crossing_ns": 2003726773, + "compile_ns": 9093214, + "install_ns": 70048, + "osr_ns": 0, + "steady_state_ns": 9513209 + } + }, + "reference": { + "elapsed_ns": 12692050, + "checksum": "number:409f400000000000", + "native_entries": 2923140, + "native_exits": 2923140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10203136, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019415026, + "runtime_create_ns": 25648, + "jit_attach_ns": 66233, + "context_create_ns": 109044, + "definition_eval_ns": 58170, + "first_eval_ns": 782663, + "threshold_crossing_ns": 2004386861, + "compile_ns": 9308004, + "install_ns": 73713, + "osr_ns": 0, + "steady_state_ns": 12692050 + } + }, + "entry_cache": { + "elapsed_ns": 10285711, + "checksum": "number:409f400000000000", + "native_entries": 3562001, + "native_acquisitions": 114100, + "native_exits": 3562001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10129408, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016533009, + "runtime_create_ns": 36459, + "jit_attach_ns": 60714, + "context_create_ns": 110759, + "definition_eval_ns": 58938, + "first_eval_ns": 726692, + "threshold_crossing_ns": 2004205798, + "compile_ns": 10463897, + "install_ns": 53082, + "osr_ns": 0, + "steady_state_ns": 10285711 + } + } + }, + { + "pair_index": 24, + "reference": { + "elapsed_ns": 12602133, + "checksum": "number:409f400000000000", + "native_entries": 2941053, + "native_exits": 2941053, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10072064, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019549874, + "runtime_create_ns": 28788, + "jit_attach_ns": 54548, + "context_create_ns": 106899, + "definition_eval_ns": 48120, + "first_eval_ns": 763542, + "threshold_crossing_ns": 2004660760, + "compile_ns": 10518982, + "install_ns": 46793, + "osr_ns": 0, + "steady_state_ns": 12602133 + } + }, + "entry_cache": { + "elapsed_ns": 10238737, + "checksum": "number:409f400000000000", + "native_entries": 3566149, + "native_acquisitions": 114209, + "native_exits": 3566149, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10043392, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016287078, + "runtime_create_ns": 32031, + "jit_attach_ns": 61377, + "context_create_ns": 112736, + "definition_eval_ns": 56403, + "first_eval_ns": 736615, + "threshold_crossing_ns": 2003989206, + "compile_ns": 9309902, + "install_ns": 66087, + "osr_ns": 0, + "steady_state_ns": 10238737 + } + }, + "candidate": { + "elapsed_ns": 9505917, + "checksum": "number:409f400000000000", + "native_entries": 3843569, + "native_acquisitions": 123107, + "native_exits": 3843569, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015345360, + "runtime_create_ns": 34575, + "jit_attach_ns": 65708, + "context_create_ns": 118516, + "definition_eval_ns": 71658, + "first_eval_ns": 785805, + "threshold_crossing_ns": 2003778732, + "compile_ns": 9817591, + "install_ns": 58106, + "osr_ns": 0, + "steady_state_ns": 9505917 + } + } + }, + { + "pair_index": 25, + "reference": { + "elapsed_ns": 12546309, + "checksum": "number:409f400000000000", + "native_entries": 2944579, + "native_exits": 2944579, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10174464, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019169926, + "runtime_create_ns": 25005, + "jit_attach_ns": 61538, + "context_create_ns": 106432, + "definition_eval_ns": 48039, + "first_eval_ns": 742364, + "threshold_crossing_ns": 2004344927, + "compile_ns": 10092138, + "install_ns": 42245, + "osr_ns": 0, + "steady_state_ns": 12546309 + } + }, + "entry_cache": { + "elapsed_ns": 10278364, + "checksum": "number:409f400000000000", + "native_entries": 3545492, + "native_acquisitions": 113568, + "native_exits": 3545492, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016055356, + "runtime_create_ns": 33008, + "jit_attach_ns": 64340, + "context_create_ns": 125272, + "definition_eval_ns": 58848, + "first_eval_ns": 719073, + "threshold_crossing_ns": 2003723359, + "compile_ns": 10292121, + "install_ns": 62918, + "osr_ns": 0, + "steady_state_ns": 10278364 + } + }, + "candidate": { + "elapsed_ns": 9547248, + "checksum": "number:409f400000000000", + "native_entries": 3818157, + "native_acquisitions": 122303, + "native_exits": 3818157, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10141696, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016964900, + "runtime_create_ns": 35833, + "jit_attach_ns": 67685, + "context_create_ns": 116099, + "definition_eval_ns": 68090, + "first_eval_ns": 2252261, + "threshold_crossing_ns": 2003899785, + "compile_ns": 10258032, + "install_ns": 53958, + "osr_ns": 0, + "steady_state_ns": 9547248 + } + } + }, + { + "pair_index": 26, + "reference": { + "elapsed_ns": 12561673, + "checksum": "number:409f400000000000", + "native_entries": 2950001, + "native_exits": 2950001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10002432, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2018769297, + "runtime_create_ns": 29931, + "jit_attach_ns": 60454, + "context_create_ns": 105207, + "definition_eval_ns": 54910, + "first_eval_ns": 752383, + "threshold_crossing_ns": 2003924829, + "compile_ns": 8749508, + "install_ns": 47173, + "osr_ns": 0, + "steady_state_ns": 12561673 + } + }, + "entry_cache": { + "elapsed_ns": 10263115, + "checksum": "number:409f400000000000", + "native_entries": 3567921, + "native_acquisitions": 114292, + "native_exits": 3567921, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10149888, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015459451, + "runtime_create_ns": 27398, + "jit_attach_ns": 73047, + "context_create_ns": 114230, + "definition_eval_ns": 59033, + "first_eval_ns": 727318, + "threshold_crossing_ns": 2003140656, + "compile_ns": 10334577, + "install_ns": 56289, + "osr_ns": 0, + "steady_state_ns": 10263115 + } + }, + "candidate": { + "elapsed_ns": 9470937, + "checksum": "number:409f400000000000", + "native_entries": 3821511, + "native_acquisitions": 122401, + "native_exits": 3821511, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10076160, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015273545, + "runtime_create_ns": 37648, + "jit_attach_ns": 82405, + "context_create_ns": 145307, + "definition_eval_ns": 68631, + "first_eval_ns": 780684, + "threshold_crossing_ns": 2003714276, + "compile_ns": 9946384, + "install_ns": 51611, + "osr_ns": 0, + "steady_state_ns": 9470937 + } + } + }, + { + "pair_index": 27, + "reference": { + "elapsed_ns": 12535181, + "checksum": "number:409f400000000000", + "native_entries": 2956001, + "native_exits": 2956001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10149888, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019579962, + "runtime_create_ns": 26262, + "jit_attach_ns": 59546, + "context_create_ns": 108563, + "definition_eval_ns": 50455, + "first_eval_ns": 755655, + "threshold_crossing_ns": 2004773598, + "compile_ns": 9624206, + "install_ns": 44851, + "osr_ns": 0, + "steady_state_ns": 12535181 + } + }, + "entry_cache": { + "elapsed_ns": 10264660, + "checksum": "number:409f400000000000", + "native_entries": 3563811, + "native_acquisitions": 114159, + "native_exits": 3563811, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10072064, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016229306, + "runtime_create_ns": 27859, + "jit_attach_ns": 73442, + "context_create_ns": 111451, + "definition_eval_ns": 58621, + "first_eval_ns": 724008, + "threshold_crossing_ns": 2003924098, + "compile_ns": 10308386, + "install_ns": 50266, + "osr_ns": 0, + "steady_state_ns": 10264660 + } + }, + "candidate": { + "elapsed_ns": 9521971, + "checksum": "number:409f400000000000", + "native_entries": 3794001, + "native_acquisitions": 121524, + "native_exits": 3794001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10153984, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015370584, + "runtime_create_ns": 30752, + "jit_attach_ns": 64517, + "context_create_ns": 119627, + "definition_eval_ns": 57127, + "first_eval_ns": 785201, + "threshold_crossing_ns": 2003811730, + "compile_ns": 10135008, + "install_ns": 51823, + "osr_ns": 0, + "steady_state_ns": 9521971 + } + } + }, + { + "pair_index": 28, + "entry_cache": { + "elapsed_ns": 10167232, + "checksum": "number:409f400000000000", + "native_entries": 3586589, + "native_acquisitions": 114869, + "native_exits": 3586589, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10031104, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015677139, + "runtime_create_ns": 28314, + "jit_attach_ns": 50149, + "context_create_ns": 101309, + "definition_eval_ns": 51116, + "first_eval_ns": 727184, + "threshold_crossing_ns": 2003512966, + "compile_ns": 9671806, + "install_ns": 48343, + "osr_ns": 0, + "steady_state_ns": 10167232 + } + }, + "candidate": { + "elapsed_ns": 9469044, + "checksum": "number:409f400000000000", + "native_entries": 3828474, + "native_acquisitions": 122609, + "native_exits": 3828474, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014364444, + "runtime_create_ns": 32260, + "jit_attach_ns": 64173, + "context_create_ns": 119733, + "definition_eval_ns": 54309, + "first_eval_ns": 779895, + "threshold_crossing_ns": 2002878201, + "compile_ns": 9282940, + "install_ns": 51591, + "osr_ns": 0, + "steady_state_ns": 9469044 + } + }, + "reference": { + "elapsed_ns": 12591586, + "checksum": "number:409f400000000000", + "native_entries": 2935724, + "native_exits": 2935724, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9965568, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019244908, + "runtime_create_ns": 27476, + "jit_attach_ns": 68011, + "context_create_ns": 112345, + "definition_eval_ns": 57072, + "first_eval_ns": 740664, + "threshold_crossing_ns": 2004359757, + "compile_ns": 10963830, + "install_ns": 70183, + "osr_ns": 0, + "steady_state_ns": 12591586 + } + } + }, + { + "pair_index": 29, + "entry_cache": { + "elapsed_ns": 10311572, + "checksum": "number:409f400000000000", + "native_entries": 3548339, + "native_acquisitions": 113642, + "native_exits": 3548339, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10043392, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016514369, + "runtime_create_ns": 24917, + "jit_attach_ns": 58657, + "context_create_ns": 109730, + "definition_eval_ns": 52135, + "first_eval_ns": 728795, + "threshold_crossing_ns": 2004185584, + "compile_ns": 9369343, + "install_ns": 43623, + "osr_ns": 0, + "steady_state_ns": 10311572 + } + }, + "candidate": { + "elapsed_ns": 9558843, + "checksum": "number:409f400000000000", + "native_entries": 3812001, + "native_acquisitions": 122100, + "native_exits": 3812001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10170368, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015300644, + "runtime_create_ns": 37138, + "jit_attach_ns": 65128, + "context_create_ns": 113193, + "definition_eval_ns": 60039, + "first_eval_ns": 780686, + "threshold_crossing_ns": 2003704845, + "compile_ns": 10120929, + "install_ns": 51688, + "osr_ns": 0, + "steady_state_ns": 9558843 + } + }, + "reference": { + "elapsed_ns": 12614855, + "checksum": "number:409f400000000000", + "native_entries": 2938462, + "native_exits": 2938462, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10072064, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2018782071, + "runtime_create_ns": 30488, + "jit_attach_ns": 63775, + "context_create_ns": 107759, + "definition_eval_ns": 52382, + "first_eval_ns": 776790, + "threshold_crossing_ns": 2003847082, + "compile_ns": 10095421, + "install_ns": 62724, + "osr_ns": 0, + "steady_state_ns": 12614855 + } + } + } + ] + }, + "throughput": { + "interpreter": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 351, + "elapsed_ns": 1001708183 + }, + { + "window_index": 1, + "fresh_workers": 349, + "elapsed_ns": 1000662914 + }, + { + "window_index": 2, + "fresh_workers": 342, + "elapsed_ns": 1000886867 + }, + { + "window_index": 3, + "fresh_workers": 348, + "elapsed_ns": 1001901689 + }, + { + "window_index": 4, + "fresh_workers": 352, + "elapsed_ns": 1000007874 + }, + { + "window_index": 5, + "fresh_workers": 354, + "elapsed_ns": 1001025445 + }, + { + "window_index": 6, + "fresh_workers": 352, + "elapsed_ns": 1000676085 + }, + { + "window_index": 7, + "fresh_workers": 353, + "elapsed_ns": 1001984118 + }, + { + "window_index": 8, + "fresh_workers": 340, + "elapsed_ns": 1001346749 + }, + { + "window_index": 9, + "fresh_workers": 350, + "elapsed_ns": 1000039977 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 345, + "elapsed_ns": 1000145997 + }, + { + "window_index": 1, + "fresh_workers": 349, + "elapsed_ns": 1002910576 + }, + { + "window_index": 2, + "fresh_workers": 354, + "elapsed_ns": 1000674208 + }, + { + "window_index": 3, + "fresh_workers": 350, + "elapsed_ns": 1000397045 + }, + { + "window_index": 4, + "fresh_workers": 349, + "elapsed_ns": 1000718529 + }, + { + "window_index": 5, + "fresh_workers": 346, + "elapsed_ns": 1001369265 + }, + { + "window_index": 6, + "fresh_workers": 352, + "elapsed_ns": 1001139117 + }, + { + "window_index": 7, + "fresh_workers": 349, + "elapsed_ns": 1003166683 + }, + { + "window_index": 8, + "fresh_workers": 319, + "elapsed_ns": 1001796510 + }, + { + "window_index": 9, + "fresh_workers": 353, + "elapsed_ns": 1001903112 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 349, + "elapsed_ns": 1002828261 + }, + { + "window_index": 1, + "fresh_workers": 351, + "elapsed_ns": 1000234355 + }, + { + "window_index": 2, + "fresh_workers": 345, + "elapsed_ns": 1000466076 + }, + { + "window_index": 3, + "fresh_workers": 352, + "elapsed_ns": 1000267691 + }, + { + "window_index": 4, + "fresh_workers": 359, + "elapsed_ns": 1002372943 + }, + { + "window_index": 5, + "fresh_workers": 349, + "elapsed_ns": 1002193634 + }, + { + "window_index": 6, + "fresh_workers": 354, + "elapsed_ns": 1000504374 + }, + { + "window_index": 7, + "fresh_workers": 354, + "elapsed_ns": 1000307677 + }, + { + "window_index": 8, + "fresh_workers": 334, + "elapsed_ns": 1000934872 + }, + { + "window_index": 9, + "fresh_workers": 361, + "elapsed_ns": 1002004860 + } + ] + }, + "tier1": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 34, + "elapsed_ns": 1000737258 + }, + { + "window_index": 1, + "fresh_workers": 34, + "elapsed_ns": 1013194882 + }, + { + "window_index": 2, + "fresh_workers": 34, + "elapsed_ns": 1013375971 + }, + { + "window_index": 3, + "fresh_workers": 34, + "elapsed_ns": 1016129051 + }, + { + "window_index": 4, + "fresh_workers": 34, + "elapsed_ns": 1013550901 + }, + { + "window_index": 5, + "fresh_workers": 34, + "elapsed_ns": 1006736363 + }, + { + "window_index": 6, + "fresh_workers": 34, + "elapsed_ns": 1008632516 + }, + { + "window_index": 7, + "fresh_workers": 34, + "elapsed_ns": 1013761912 + }, + { + "window_index": 8, + "fresh_workers": 33, + "elapsed_ns": 1006281043 + }, + { + "window_index": 9, + "fresh_workers": 34, + "elapsed_ns": 1004747470 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 36, + "elapsed_ns": 1000413673 + }, + { + "window_index": 1, + "fresh_workers": 36, + "elapsed_ns": 1007397604 + }, + { + "window_index": 2, + "fresh_workers": 36, + "elapsed_ns": 1000638610 + }, + { + "window_index": 3, + "fresh_workers": 37, + "elapsed_ns": 1014875640 + }, + { + "window_index": 4, + "fresh_workers": 37, + "elapsed_ns": 1024561248 + }, + { + "window_index": 5, + "fresh_workers": 37, + "elapsed_ns": 1016638675 + }, + { + "window_index": 6, + "fresh_workers": 37, + "elapsed_ns": 1017390768 + }, + { + "window_index": 7, + "fresh_workers": 37, + "elapsed_ns": 1014793272 + }, + { + "window_index": 8, + "fresh_workers": 37, + "elapsed_ns": 1024951988 + }, + { + "window_index": 9, + "fresh_workers": 37, + "elapsed_ns": 1016836634 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 37, + "elapsed_ns": 1009157296 + }, + { + "window_index": 1, + "fresh_workers": 37, + "elapsed_ns": 1003715180 + }, + { + "window_index": 2, + "fresh_workers": 37, + "elapsed_ns": 1003440895 + }, + { + "window_index": 3, + "fresh_workers": 37, + "elapsed_ns": 1001505411 + }, + { + "window_index": 4, + "fresh_workers": 38, + "elapsed_ns": 1021962259 + }, + { + "window_index": 5, + "fresh_workers": 38, + "elapsed_ns": 1025078259 + }, + { + "window_index": 6, + "fresh_workers": 38, + "elapsed_ns": 1025229675 + }, + { + "window_index": 7, + "fresh_workers": 38, + "elapsed_ns": 1026011954 + }, + { + "window_index": 8, + "fresh_workers": 37, + "elapsed_ns": 1004523887 + }, + { + "window_index": 9, + "fresh_workers": 37, + "elapsed_ns": 1008904978 + } + ] + }, + "tier2": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 33, + "elapsed_ns": 1012202275 + }, + { + "window_index": 1, + "fresh_workers": 34, + "elapsed_ns": 1026963239 + }, + { + "window_index": 2, + "fresh_workers": 33, + "elapsed_ns": 1007615763 + }, + { + "window_index": 3, + "fresh_workers": 34, + "elapsed_ns": 1024103094 + }, + { + "window_index": 4, + "fresh_workers": 33, + "elapsed_ns": 1005603512 + }, + { + "window_index": 5, + "fresh_workers": 33, + "elapsed_ns": 1000303809 + }, + { + "window_index": 6, + "fresh_workers": 34, + "elapsed_ns": 1019748051 + }, + { + "window_index": 7, + "fresh_workers": 33, + "elapsed_ns": 1004491620 + }, + { + "window_index": 8, + "fresh_workers": 34, + "elapsed_ns": 1027954153 + }, + { + "window_index": 9, + "fresh_workers": 33, + "elapsed_ns": 1007165441 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 37, + "elapsed_ns": 1008767991 + }, + { + "window_index": 1, + "fresh_workers": 37, + "elapsed_ns": 1013377123 + }, + { + "window_index": 2, + "fresh_workers": 37, + "elapsed_ns": 1019851597 + }, + { + "window_index": 3, + "fresh_workers": 37, + "elapsed_ns": 1013927116 + }, + { + "window_index": 4, + "fresh_workers": 37, + "elapsed_ns": 1004820877 + }, + { + "window_index": 5, + "fresh_workers": 37, + "elapsed_ns": 1013304767 + }, + { + "window_index": 6, + "fresh_workers": 37, + "elapsed_ns": 1013047471 + }, + { + "window_index": 7, + "fresh_workers": 37, + "elapsed_ns": 1010698481 + }, + { + "window_index": 8, + "fresh_workers": 37, + "elapsed_ns": 1003719683 + }, + { + "window_index": 9, + "fresh_workers": 37, + "elapsed_ns": 1017442734 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 38, + "elapsed_ns": 1008920580 + }, + { + "window_index": 1, + "fresh_workers": 38, + "elapsed_ns": 1014568904 + }, + { + "window_index": 2, + "fresh_workers": 38, + "elapsed_ns": 1020021276 + }, + { + "window_index": 3, + "fresh_workers": 38, + "elapsed_ns": 1006875425 + }, + { + "window_index": 4, + "fresh_workers": 38, + "elapsed_ns": 1010799254 + }, + { + "window_index": 5, + "fresh_workers": 38, + "elapsed_ns": 1000448578 + }, + { + "window_index": 6, + "fresh_workers": 39, + "elapsed_ns": 1021572753 + }, + { + "window_index": 7, + "fresh_workers": 38, + "elapsed_ns": 1019845560 + }, + { + "window_index": 8, + "fresh_workers": 38, + "elapsed_ns": 1007063441 + }, + { + "window_index": 9, + "fresh_workers": 38, + "elapsed_ns": 1022075907 + } + ] + }, + "automatic": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 1, + "elapsed_ns": 2022604348 + }, + { + "window_index": 1, + "fresh_workers": 1, + "elapsed_ns": 2021445376 + }, + { + "window_index": 2, + "fresh_workers": 1, + "elapsed_ns": 2021638950 + }, + { + "window_index": 3, + "fresh_workers": 1, + "elapsed_ns": 2020949218 + }, + { + "window_index": 4, + "fresh_workers": 1, + "elapsed_ns": 2021755246 + }, + { + "window_index": 5, + "fresh_workers": 1, + "elapsed_ns": 2021454952 + }, + { + "window_index": 6, + "fresh_workers": 1, + "elapsed_ns": 2021250983 + }, + { + "window_index": 7, + "fresh_workers": 1, + "elapsed_ns": 2022797358 + }, + { + "window_index": 8, + "fresh_workers": 1, + "elapsed_ns": 2021682716 + }, + { + "window_index": 9, + "fresh_workers": 1, + "elapsed_ns": 2022732721 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 1, + "elapsed_ns": 2018153972 + }, + { + "window_index": 1, + "fresh_workers": 1, + "elapsed_ns": 2018108043 + }, + { + "window_index": 2, + "fresh_workers": 1, + "elapsed_ns": 2018291084 + }, + { + "window_index": 3, + "fresh_workers": 1, + "elapsed_ns": 2019500265 + }, + { + "window_index": 4, + "fresh_workers": 1, + "elapsed_ns": 2018104356 + }, + { + "window_index": 5, + "fresh_workers": 1, + "elapsed_ns": 2017411948 + }, + { + "window_index": 6, + "fresh_workers": 1, + "elapsed_ns": 2017767143 + }, + { + "window_index": 7, + "fresh_workers": 1, + "elapsed_ns": 2017436447 + }, + { + "window_index": 8, + "fresh_workers": 1, + "elapsed_ns": 2018291058 + }, + { + "window_index": 9, + "fresh_workers": 1, + "elapsed_ns": 2019643630 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 1, + "elapsed_ns": 2018798123 + }, + { + "window_index": 1, + "fresh_workers": 1, + "elapsed_ns": 2017357148 + }, + { + "window_index": 2, + "fresh_workers": 1, + "elapsed_ns": 2017325640 + }, + { + "window_index": 3, + "fresh_workers": 1, + "elapsed_ns": 2017038109 + }, + { + "window_index": 4, + "fresh_workers": 1, + "elapsed_ns": 2017022977 + }, + { + "window_index": 5, + "fresh_workers": 1, + "elapsed_ns": 2016557175 + }, + { + "window_index": 6, + "fresh_workers": 1, + "elapsed_ns": 2017463709 + }, + { + "window_index": 7, + "fresh_workers": 1, + "elapsed_ns": 2016673150 + }, + { + "window_index": 8, + "fresh_workers": 1, + "elapsed_ns": 2016902046 + }, + { + "window_index": 9, + "fresh_workers": 1, + "elapsed_ns": 2016496213 + } + ] + } + }, + "summary": { + "interpreter": { + "reference": { + "baseline_median_ns": 1087673.0, + "candidate_median_ns": 1072796.0, + "candidate_speed_relative_to_baseline": 1.0138675013702512, + "paired_bootstrap_speed_ci95": [ + 1.0030928823225047, + 1.0217800117527955 + ], + "statistically_tied": false + }, + "entry_cache": { + "baseline_median_ns": 1071271.5, + "candidate_median_ns": 1072796.0, + "candidate_speed_relative_to_baseline": 0.9985789469759395, + "paired_bootstrap_speed_ci95": [ + 0.9910249410700365, + 1.008030690441688 + ], + "statistically_tied": true + } + }, + "tier1": { + "reference": { + "baseline_median_ns": 14317440.0, + "candidate_median_ns": 11928723.5, + "candidate_speed_relative_to_baseline": 1.2002491297581002, + "paired_bootstrap_speed_ci95": [ + 1.198078637218976, + 1.2025475231321272 + ], + "statistically_tied": false + }, + "entry_cache": { + "baseline_median_ns": 12624240.5, + "candidate_median_ns": 11928723.5, + "candidate_speed_relative_to_baseline": 1.058306071056136, + "paired_bootstrap_speed_ci95": [ + 1.056271249029844, + 1.061074033864452 + ], + "statistically_tied": false + } + }, + "tier2": { + "reference": { + "baseline_median_ns": 13245908.0, + "candidate_median_ns": 10322816.0, + "candidate_speed_relative_to_baseline": 1.283168081267747, + "paired_bootstrap_speed_ci95": [ + 1.2782274937453557, + 1.2878679225187024 + ], + "statistically_tied": false + }, + "entry_cache": { + "baseline_median_ns": 11041427.5, + "candidate_median_ns": 10322816.0, + "candidate_speed_relative_to_baseline": 1.0696139018655375, + "paired_bootstrap_speed_ci95": [ + 1.0660036447176493, + 1.0733992037099913 + ], + "statistically_tied": false + } + }, + "automatic": { + "reference": { + "baseline_median_ns": 12576077.5, + "candidate_median_ns": 9533105.0, + "candidate_speed_relative_to_baseline": 1.3192005647687715, + "paired_bootstrap_speed_ci95": [ + 1.3166033176111074, + 1.3237794505206668 + ], + "statistically_tied": false + }, + "entry_cache": { + "baseline_median_ns": 10260397.5, + "candidate_median_ns": 9533105.0, + "candidate_speed_relative_to_baseline": 1.0762912503323943, + "paired_bootstrap_speed_ci95": [ + 1.0740026090276888, + 1.0792294306374526 + ], + "statistically_tied": false + } + } + }, + "driver_source": "\"\"\"Diagnostic paired revision comparison using the unchanged jit-bench worker ABI.\"\"\"\nimport hashlib\nimport json\nfrom pathlib import Path\nimport random\nimport statistics\nimport subprocess\nimport time\nimport os\nimport sys\n\nROOT = Path('/home/jason/work/quickjs-jit')\nWORKLOAD = sys.argv[1]\nassert WORKLOAD in ['generic-call-entry', 'call-heavy', 'fibonacci-recursive', 'scalar-loop']\nOUTPUT = Path('/tmp/jit-native-return-' + WORKLOAD + '.json')\nos.sched_setaffinity(0, {0})\nENGINES = {\n 'reference': Path('/tmp/jit-call-reference/jit-bench'),\n 'entry_cache': Path('/tmp/jit-entry-cache-stage1/jit-bench'),\n 'candidate': ROOT / 'target/release/jit-bench',\n}\nSCRIPT = ROOT / 'benchmarks/scripts' / (WORKLOAD + '.js')\nMODES = ['interpreter', 'tier1', 'tier2', 'automatic']\nWARMUPS, PAIRS, WINDOWS = 5, 30, 10\nchecksum = None\n\ndef digest(path):\n return hashlib.sha256(path.read_bytes()).hexdigest()\n\ndef run(engine, mode):\n global checksum\n completed = subprocess.run(\n [str(ENGINES[engine]), 'worker', '--mode', mode, '--script', str(SCRIPT)],\n cwd=ROOT, capture_output=True, text=True, check=True, timeout=120,\n )\n result = json.loads(completed.stdout)\n if checksum is None:\n checksum = result['checksum']\n assert result['checksum'] == checksum, (engine, mode, result)\n assert result['native_entries'] == result['native_exits'], (engine, mode, result)\n if mode == 'interpreter':\n assert result['native_entries'] == 0\n elif WORKLOAD == 'generic-call-entry':\n assert result['native_entries'] > 0, (engine, mode, result)\n return result\n\ndef rotated(items, offset):\n offset %= len(items)\n return items[offset:] + items[:offset]\n\ndef write():\n temporary = OUTPUT.with_suffix('.partial')\n temporary.write_text(json.dumps(evidence, indent=2) + '\\n')\n temporary.replace(OUTPUT)\n\n# Binary hashes bind each measurement to its implementation even though both\n# worker binaries see the current, dirty source tree for the shared script.\nevidence = {\n 'schema': 'jit-native-return-paired-diagnostic-v1',\n 'workload': WORKLOAD,\n 'cpu_affinity': sorted(os.sched_getaffinity(0)),\n 'status': 'running',\n 'started_utc': time.strftime('%Y-%m-%dT%H:%M:%SZ', time.gmtime()),\n 'driver_sha256': digest(Path(__file__)),\n 'script': str(SCRIPT), 'script_sha256': digest(SCRIPT),\n 'executables': {name: {'path': str(path), 'sha256': digest(path)} for name, path in ENGINES.items()},\n 'candidate_revision': subprocess.check_output(['git', 'rev-parse', 'HEAD'], cwd=ROOT, text=True).strip(),\n 'source_dirty': True,\n 'warmup_processes_per_engine_and_mode': WARMUPS,\n 'fresh_process_pairs_per_mode': PAIRS,\n 'throughput_windows_per_engine_and_mode': WINDOWS,\n 'throughput_window_min_ns': 1_000_000_000,\n 'throughput_unit': 'fresh jit-bench worker processes including setup and warmup',\n 'bootstrap_resamples': 10000,\n 'pairs': {mode: [] for mode in MODES},\n 'throughput': {mode: {engine: [] for engine in ENGINES} for mode in MODES},\n}\nwrite()\nfor pair in range(WARMUPS):\n for index, mode in enumerate(rotated(MODES, pair)):\n for engine in rotated(list(ENGINES), pair + index):\n run(engine, mode)\nprint('warmups complete', flush=True)\nfor pair in range(PAIRS):\n for index, mode in enumerate(rotated(MODES, pair)):\n row = {'pair_index': pair}\n for engine in rotated(list(ENGINES), pair + index):\n row[engine] = run(engine, mode)\n evidence['pairs'][mode].append(row)\n write()\n if (pair + 1) % 5 == 0:\n print(f'completed {pair + 1}/{PAIRS} pairs per mode', flush=True)\nfor window in range(WINDOWS):\n for index, mode in enumerate(rotated(MODES, window)):\n for engine in rotated(list(ENGINES), window + index):\n start = time.monotonic_ns()\n count = 0\n while time.monotonic_ns() - start < 1_000_000_000:\n run(engine, mode)\n count += 1\n evidence['throughput'][mode][engine].append({\n 'window_index': window, 'fresh_workers': count,\n 'elapsed_ns': time.monotonic_ns() - start,\n })\n write()\n print(f'completed {window + 1}/{WINDOWS} throughput windows', flush=True)\nsummary = {}\nfor mode, pairs in evidence['pairs'].items():\n summary[mode] = {}\n for baseline in ['reference', 'entry_cache']:\n a = [row[baseline]['elapsed_ns'] for row in pairs]\n b = [row['candidate']['elapsed_ns'] for row in pairs]\n rng = random.Random(20260905)\n bootstrap = []\n for _ in range(10000):\n indices = [rng.randrange(len(pairs)) for _ in pairs]\n bootstrap.append(statistics.median(a[i] for i in indices) / statistics.median(b[i] for i in indices))\n bootstrap.sort()\n summary[mode][baseline] = {\n 'baseline_median_ns': statistics.median(a),\n 'candidate_median_ns': statistics.median(b),\n 'candidate_speed_relative_to_baseline': statistics.median(a) / statistics.median(b),\n 'paired_bootstrap_speed_ci95': [bootstrap[249], bootstrap[9749]],\n 'statistically_tied': bootstrap[249] <= 1 <= bootstrap[9749],\n }\n# Detect replacement during measurement instead of silently mixing binaries.\nfor name, path in ENGINES.items():\n assert digest(path) == evidence['executables'][name]['sha256']\nassert digest(SCRIPT) == evidence['script_sha256']\nevidence['summary'] = summary\nevidence['status'] = 'complete'\nwrite()\nprint(json.dumps(summary, indent=2), flush=True)\n", + "host": { + "target_triple": "x86_64-unknown-linux-gnu", + "os": "linux", + "kernel": "Linux 7.1.9-arch1-2", + "cpu": "model name\t: 13th Gen Intel(R) Core(TM) i7-13700KF", + "power_mode": "powersave", + "rustc": "rustc 1.98.0 (88d9e12ae 2026-08-18)\nbinary: rustc\ncommit-hash: 88d9e12ae178fab0fb5cc050a94da85685d449ea\ncommit-date: 2026-08-18\nhost: x86_64-unknown-linux-gnu\nrelease: 1.98.0\nLLVM version: 22.1.8", + "llvm": "rustc 1.98.0 (88d9e12ae 2026-08-18)\nbinary: rustc\ncommit-hash: 88d9e12ae178fab0fb5cc050a94da85685d449ea\ncommit-date: 2026-08-18\nhost: x86_64-unknown-linux-gnu\nrelease: 1.98.0\nLLVM version: 22.1.8" + }, + "implementations": { + "reference": "M2 2bd518e plus benchmark script, without entry cache", + "entry_cache": "M3 first-stage entry cache, identified by previous report candidate hash", + "candidate": "Entry cache plus inline native-return handoff" + }, + "limitations": [ + "Dirty-tree diagnostic evidence, not the clean-source performance acceptance gate.", + "Forced Tier 2 and automatic use Tier 1 on this Bool-argument probe.", + "Other control workloads are still running." + ] +} diff --git a/benchmarks/results/m3-native-return-scalar-loop-paired.json b/benchmarks/results/m3-native-return-scalar-loop-paired.json new file mode 100644 index 000000000..89fc4faed --- /dev/null +++ b/benchmarks/results/m3-native-return-scalar-loop-paired.json @@ -0,0 +1,14707 @@ +{ + "schema": "jit-native-return-paired-diagnostic-v1", + "workload": "scalar-loop", + "cpu_affinity": [ + 0 + ], + "status": "complete", + "started_utc": "2026-09-05T08:32:41Z", + "driver_sha256": "6a6ca74986536ee49878d5d88e7f133c3390fe2308fa19552a63084257cdd4d0", + "script": "/home/jason/work/quickjs-jit/benchmarks/scripts/scalar-loop.js", + "script_sha256": "db9037d16bf51a21a033ddc5901eac1a70a80c51628a5a5a937327faf0ed8a45", + "executables": { + "reference": { + "path": "/tmp/jit-call-reference/jit-bench", + "sha256": "0dabbbd9e86fcbfd9b8a811fc843040fdfaa266f583d9b48ab9e61df3d74fed2" + }, + "entry_cache": { + "path": "/tmp/jit-entry-cache-stage1/jit-bench", + "sha256": "958cf3de6346b7502471f8ec934e08d5e72b672cc96681b0883f366b1187958c" + }, + "candidate": { + "path": "/home/jason/work/quickjs-jit/target/release/jit-bench", + "sha256": "4078a044e6459a24ee9ff63dcdc7d723e0e3e23d275626403bbebe143603eecb" + } + }, + "candidate_revision": "2bd518e3716137fc66461f9d5db8a63c26ca961d", + "source_dirty": true, + "warmup_processes_per_engine_and_mode": 5, + "fresh_process_pairs_per_mode": 30, + "throughput_windows_per_engine_and_mode": 10, + "throughput_window_min_ns": 1000000000, + "throughput_unit": "fresh jit-bench worker processes including setup and warmup", + "bootstrap_resamples": 10000, + "pairs": { + "interpreter": [ + { + "pair_index": 0, + "reference": { + "elapsed_ns": 626230, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4960256, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 993406, + "runtime_create_ns": 23521, + "jit_attach_ns": 41, + "context_create_ns": 103868, + "definition_eval_ns": 26733, + "first_eval_ns": 65495, + "threshold_crossing_ns": 66634, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 626230 + } + }, + "entry_cache": { + "elapsed_ns": 618044, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4882432, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 996387, + "runtime_create_ns": 28868, + "jit_attach_ns": 40, + "context_create_ns": 104163, + "definition_eval_ns": 30861, + "first_eval_ns": 66973, + "threshold_crossing_ns": 61267, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 618044 + } + }, + "candidate": { + "elapsed_ns": 633115, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4919296, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 999758, + "runtime_create_ns": 27018, + "jit_attach_ns": 42, + "context_create_ns": 106852, + "definition_eval_ns": 26958, + "first_eval_ns": 64336, + "threshold_crossing_ns": 61783, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 633115 + } + } + }, + { + "pair_index": 1, + "entry_cache": { + "elapsed_ns": 650993, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4927488, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1043281, + "runtime_create_ns": 36303, + "jit_attach_ns": 41, + "context_create_ns": 110605, + "definition_eval_ns": 28030, + "first_eval_ns": 68059, + "threshold_crossing_ns": 64610, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 650993 + } + }, + "candidate": { + "elapsed_ns": 619673, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5009408, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1014471, + "runtime_create_ns": 25254, + "jit_attach_ns": 43, + "context_create_ns": 114715, + "definition_eval_ns": 35434, + "first_eval_ns": 70863, + "threshold_crossing_ns": 62926, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 619673 + } + }, + "reference": { + "elapsed_ns": 624721, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5160960, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1008851, + "runtime_create_ns": 26687, + "jit_attach_ns": 155, + "context_create_ns": 110784, + "definition_eval_ns": 30046, + "first_eval_ns": 67625, + "threshold_crossing_ns": 64573, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 624721 + } + } + }, + { + "pair_index": 2, + "entry_cache": { + "elapsed_ns": 604148, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4931584, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 976967, + "runtime_create_ns": 30445, + "jit_attach_ns": 42, + "context_create_ns": 104219, + "definition_eval_ns": 27851, + "first_eval_ns": 69239, + "threshold_crossing_ns": 60395, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 604148 + } + }, + "candidate": { + "elapsed_ns": 646101, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5005312, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1027341, + "runtime_create_ns": 23770, + "jit_attach_ns": 41, + "context_create_ns": 106377, + "definition_eval_ns": 33706, + "first_eval_ns": 67428, + "threshold_crossing_ns": 64964, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 646101 + } + }, + "reference": { + "elapsed_ns": 639024, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5242880, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1016920, + "runtime_create_ns": 30292, + "jit_attach_ns": 87, + "context_create_ns": 106743, + "definition_eval_ns": 28543, + "first_eval_ns": 65730, + "threshold_crossing_ns": 62621, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 639024 + } + } + }, + { + "pair_index": 3, + "entry_cache": { + "elapsed_ns": 612502, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4952064, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 996405, + "runtime_create_ns": 28006, + "jit_attach_ns": 41, + "context_create_ns": 114048, + "definition_eval_ns": 34876, + "first_eval_ns": 64013, + "threshold_crossing_ns": 59907, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 612502 + } + }, + "candidate": { + "elapsed_ns": 642698, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4874240, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1030405, + "runtime_create_ns": 28698, + "jit_attach_ns": 40, + "context_create_ns": 116699, + "definition_eval_ns": 28872, + "first_eval_ns": 66859, + "threshold_crossing_ns": 63707, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 642698 + } + }, + "reference": { + "elapsed_ns": 581157, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4894720, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 963535, + "runtime_create_ns": 26013, + "jit_attach_ns": 88, + "context_create_ns": 107641, + "definition_eval_ns": 28170, + "first_eval_ns": 66327, + "threshold_crossing_ns": 63191, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 581157 + } + } + }, + { + "pair_index": 4, + "entry_cache": { + "elapsed_ns": 631888, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5058560, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1004752, + "runtime_create_ns": 28931, + "jit_attach_ns": 41, + "context_create_ns": 105662, + "definition_eval_ns": 26129, + "first_eval_ns": 62518, + "threshold_crossing_ns": 64432, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 631888 + } + }, + "candidate": { + "elapsed_ns": 626397, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5001216, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 987075, + "runtime_create_ns": 21930, + "jit_attach_ns": 42, + "context_create_ns": 104867, + "definition_eval_ns": 24539, + "first_eval_ns": 64275, + "threshold_crossing_ns": 62455, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 626397 + } + }, + "reference": { + "elapsed_ns": 646079, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4812800, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1026771, + "runtime_create_ns": 28433, + "jit_attach_ns": 40, + "context_create_ns": 110507, + "definition_eval_ns": 27471, + "first_eval_ns": 67155, + "threshold_crossing_ns": 64607, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 646079 + } + } + }, + { + "pair_index": 5, + "candidate": { + "elapsed_ns": 629328, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5115904, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1016589, + "runtime_create_ns": 30561, + "jit_attach_ns": 41, + "context_create_ns": 109430, + "definition_eval_ns": 29793, + "first_eval_ns": 67399, + "threshold_crossing_ns": 64783, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 629328 + } + }, + "reference": { + "elapsed_ns": 624910, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5038080, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 990672, + "runtime_create_ns": 29325, + "jit_attach_ns": 79, + "context_create_ns": 98189, + "definition_eval_ns": 28054, + "first_eval_ns": 63929, + "threshold_crossing_ns": 66559, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 624910 + } + }, + "entry_cache": { + "elapsed_ns": 636146, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5025792, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1028799, + "runtime_create_ns": 27598, + "jit_attach_ns": 40, + "context_create_ns": 111245, + "definition_eval_ns": 30496, + "first_eval_ns": 68430, + "threshold_crossing_ns": 65095, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 636146 + } + } + }, + { + "pair_index": 6, + "candidate": { + "elapsed_ns": 627700, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5165056, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1014087, + "runtime_create_ns": 27608, + "jit_attach_ns": 42, + "context_create_ns": 112223, + "definition_eval_ns": 28599, + "first_eval_ns": 67905, + "threshold_crossing_ns": 68142, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 627700 + } + }, + "reference": { + "elapsed_ns": 623265, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5185536, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 993788, + "runtime_create_ns": 29517, + "jit_attach_ns": 80, + "context_create_ns": 102524, + "definition_eval_ns": 24450, + "first_eval_ns": 66641, + "threshold_crossing_ns": 65285, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 623265 + } + }, + "entry_cache": { + "elapsed_ns": 644959, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5242880, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1022376, + "runtime_create_ns": 30311, + "jit_attach_ns": 42, + "context_create_ns": 103258, + "definition_eval_ns": 28411, + "first_eval_ns": 66544, + "threshold_crossing_ns": 63525, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 644959 + } + } + }, + { + "pair_index": 7, + "candidate": { + "elapsed_ns": 603089, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5074944, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 986313, + "runtime_create_ns": 27293, + "jit_attach_ns": 117, + "context_create_ns": 116347, + "definition_eval_ns": 31743, + "first_eval_ns": 63146, + "threshold_crossing_ns": 59702, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 603089 + } + }, + "reference": { + "elapsed_ns": 646079, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4993024, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1029211, + "runtime_create_ns": 30802, + "jit_attach_ns": 100, + "context_create_ns": 104480, + "definition_eval_ns": 30623, + "first_eval_ns": 66038, + "threshold_crossing_ns": 64526, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 646079 + } + }, + "entry_cache": { + "elapsed_ns": 645435, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4898816, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1027060, + "runtime_create_ns": 30885, + "jit_attach_ns": 40, + "context_create_ns": 106858, + "definition_eval_ns": 28178, + "first_eval_ns": 66839, + "threshold_crossing_ns": 64722, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 645435 + } + } + }, + { + "pair_index": 8, + "candidate": { + "elapsed_ns": 609987, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5148672, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 991227, + "runtime_create_ns": 29728, + "jit_attach_ns": 41, + "context_create_ns": 109754, + "definition_eval_ns": 29793, + "first_eval_ns": 63747, + "threshold_crossing_ns": 65096, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 609987 + } + }, + "reference": { + "elapsed_ns": 618321, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5099520, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 979010, + "runtime_create_ns": 24810, + "jit_attach_ns": 40, + "context_create_ns": 102341, + "definition_eval_ns": 28244, + "first_eval_ns": 62854, + "threshold_crossing_ns": 60661, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 618321 + } + }, + "entry_cache": { + "elapsed_ns": 586112, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5013504, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 957179, + "runtime_create_ns": 27707, + "jit_attach_ns": 43, + "context_create_ns": 115255, + "definition_eval_ns": 29316, + "first_eval_ns": 61452, + "threshold_crossing_ns": 58875, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 586112 + } + } + }, + { + "pair_index": 9, + "reference": { + "elapsed_ns": 637751, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5136384, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1000071, + "runtime_create_ns": 23231, + "jit_attach_ns": 40, + "context_create_ns": 100118, + "definition_eval_ns": 20910, + "first_eval_ns": 66413, + "threshold_crossing_ns": 68915, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 637751 + } + }, + "entry_cache": { + "elapsed_ns": 643210, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4923392, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1002813, + "runtime_create_ns": 25506, + "jit_attach_ns": 41, + "context_create_ns": 97818, + "definition_eval_ns": 20061, + "first_eval_ns": 65266, + "threshold_crossing_ns": 63368, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 643210 + } + }, + "candidate": { + "elapsed_ns": 646435, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5009408, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1009288, + "runtime_create_ns": 23307, + "jit_attach_ns": 41, + "context_create_ns": 103916, + "definition_eval_ns": 27279, + "first_eval_ns": 64931, + "threshold_crossing_ns": 62214, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 646435 + } + } + }, + { + "pair_index": 10, + "reference": { + "elapsed_ns": 645968, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5189632, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1001017, + "runtime_create_ns": 25903, + "jit_attach_ns": 84, + "context_create_ns": 99269, + "definition_eval_ns": 23431, + "first_eval_ns": 64327, + "threshold_crossing_ns": 62329, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 645968 + } + }, + "entry_cache": { + "elapsed_ns": 604303, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4931584, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 947343, + "runtime_create_ns": 26745, + "jit_attach_ns": 43, + "context_create_ns": 96885, + "definition_eval_ns": 21655, + "first_eval_ns": 61950, + "threshold_crossing_ns": 60153, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 604303 + } + }, + "candidate": { + "elapsed_ns": 628689, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4866048, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 986619, + "runtime_create_ns": 27157, + "jit_attach_ns": 41, + "context_create_ns": 101464, + "definition_eval_ns": 23860, + "first_eval_ns": 64597, + "threshold_crossing_ns": 62304, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 628689 + } + } + }, + { + "pair_index": 11, + "reference": { + "elapsed_ns": 633968, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4931584, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1005199, + "runtime_create_ns": 28004, + "jit_attach_ns": 81, + "context_create_ns": 104939, + "definition_eval_ns": 27480, + "first_eval_ns": 66116, + "threshold_crossing_ns": 62809, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 633968 + } + }, + "entry_cache": { + "elapsed_ns": 644702, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5058560, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1020092, + "runtime_create_ns": 37410, + "jit_attach_ns": 55, + "context_create_ns": 100848, + "definition_eval_ns": 25741, + "first_eval_ns": 66070, + "threshold_crossing_ns": 63898, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 644702 + } + }, + "candidate": { + "elapsed_ns": 651679, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5066752, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1065576, + "runtime_create_ns": 27007, + "jit_attach_ns": 42, + "context_create_ns": 115640, + "definition_eval_ns": 29211, + "first_eval_ns": 68236, + "threshold_crossing_ns": 65015, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 651679 + } + } + }, + { + "pair_index": 12, + "reference": { + "elapsed_ns": 619068, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4898816, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 983159, + "runtime_create_ns": 27634, + "jit_attach_ns": 44, + "context_create_ns": 102975, + "definition_eval_ns": 27300, + "first_eval_ns": 64321, + "threshold_crossing_ns": 61664, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 619068 + } + }, + "entry_cache": { + "elapsed_ns": 584554, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5140480, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 954613, + "runtime_create_ns": 27155, + "jit_attach_ns": 44, + "context_create_ns": 112839, + "definition_eval_ns": 28424, + "first_eval_ns": 61426, + "threshold_crossing_ns": 58959, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 584554 + } + }, + "candidate": { + "elapsed_ns": 614941, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4939776, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 996906, + "runtime_create_ns": 30853, + "jit_attach_ns": 42, + "context_create_ns": 109745, + "definition_eval_ns": 30179, + "first_eval_ns": 65978, + "threshold_crossing_ns": 63179, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 614941 + } + } + }, + { + "pair_index": 13, + "entry_cache": { + "elapsed_ns": 645894, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5062656, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1026602, + "runtime_create_ns": 24356, + "jit_attach_ns": 42, + "context_create_ns": 111405, + "definition_eval_ns": 29834, + "first_eval_ns": 65957, + "threshold_crossing_ns": 62947, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 645894 + } + }, + "candidate": { + "elapsed_ns": 625683, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5201920, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1004502, + "runtime_create_ns": 27723, + "jit_attach_ns": 42, + "context_create_ns": 104882, + "definition_eval_ns": 28951, + "first_eval_ns": 70038, + "threshold_crossing_ns": 63245, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 625683 + } + }, + "reference": { + "elapsed_ns": 619954, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4984832, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 999519, + "runtime_create_ns": 23656, + "jit_attach_ns": 82, + "context_create_ns": 113764, + "definition_eval_ns": 31121, + "first_eval_ns": 65242, + "threshold_crossing_ns": 62329, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 619954 + } + } + }, + { + "pair_index": 14, + "entry_cache": { + "elapsed_ns": 650166, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4976640, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1023033, + "runtime_create_ns": 29026, + "jit_attach_ns": 45, + "context_create_ns": 102017, + "definition_eval_ns": 28633, + "first_eval_ns": 67415, + "threshold_crossing_ns": 64071, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 650166 + } + }, + "candidate": { + "elapsed_ns": 647782, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5070848, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1013771, + "runtime_create_ns": 22732, + "jit_attach_ns": 42, + "context_create_ns": 101866, + "definition_eval_ns": 22769, + "first_eval_ns": 61033, + "threshold_crossing_ns": 69567, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 647782 + } + }, + "reference": { + "elapsed_ns": 625546, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5009408, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 988576, + "runtime_create_ns": 28612, + "jit_attach_ns": 79, + "context_create_ns": 101081, + "definition_eval_ns": 28593, + "first_eval_ns": 63018, + "threshold_crossing_ns": 64788, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 625546 + } + } + }, + { + "pair_index": 15, + "entry_cache": { + "elapsed_ns": 636401, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5046272, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1009692, + "runtime_create_ns": 23818, + "jit_attach_ns": 41, + "context_create_ns": 103243, + "definition_eval_ns": 26785, + "first_eval_ns": 65867, + "threshold_crossing_ns": 63677, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 636401 + } + }, + "candidate": { + "elapsed_ns": 621178, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4825088, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 973481, + "runtime_create_ns": 25674, + "jit_attach_ns": 42, + "context_create_ns": 100816, + "definition_eval_ns": 23027, + "first_eval_ns": 63373, + "threshold_crossing_ns": 61803, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 621178 + } + }, + "reference": { + "elapsed_ns": 606598, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5095424, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 978043, + "runtime_create_ns": 24779, + "jit_attach_ns": 79, + "context_create_ns": 113029, + "definition_eval_ns": 27957, + "first_eval_ns": 63228, + "threshold_crossing_ns": 60542, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 606598 + } + } + }, + { + "pair_index": 16, + "entry_cache": { + "elapsed_ns": 601596, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4993024, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 971565, + "runtime_create_ns": 28898, + "jit_attach_ns": 42, + "context_create_ns": 112799, + "definition_eval_ns": 27026, + "first_eval_ns": 62278, + "threshold_crossing_ns": 59407, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 601596 + } + }, + "candidate": { + "elapsed_ns": 633682, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5115904, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1015520, + "runtime_create_ns": 25375, + "jit_attach_ns": 44, + "context_create_ns": 109262, + "definition_eval_ns": 27538, + "first_eval_ns": 66885, + "threshold_crossing_ns": 66420, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 633682 + } + }, + "reference": { + "elapsed_ns": 601922, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4993024, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 961537, + "runtime_create_ns": 27836, + "jit_attach_ns": 84, + "context_create_ns": 103218, + "definition_eval_ns": 27948, + "first_eval_ns": 62339, + "threshold_crossing_ns": 58793, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 601922 + } + } + }, + { + "pair_index": 17, + "candidate": { + "elapsed_ns": 598629, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5144576, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 985814, + "runtime_create_ns": 24616, + "jit_attach_ns": 42, + "context_create_ns": 109109, + "definition_eval_ns": 27500, + "first_eval_ns": 66641, + "threshold_crossing_ns": 75309, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 598629 + } + }, + "reference": { + "elapsed_ns": 638458, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5144576, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1000140, + "runtime_create_ns": 27314, + "jit_attach_ns": 40, + "context_create_ns": 99383, + "definition_eval_ns": 24487, + "first_eval_ns": 68142, + "threshold_crossing_ns": 62237, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 638458 + } + }, + "entry_cache": { + "elapsed_ns": 596136, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4952064, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 967337, + "runtime_create_ns": 36479, + "jit_attach_ns": 41, + "context_create_ns": 104970, + "definition_eval_ns": 28128, + "first_eval_ns": 62956, + "threshold_crossing_ns": 59761, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 596136 + } + } + }, + { + "pair_index": 18, + "candidate": { + "elapsed_ns": 633731, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5185536, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1023736, + "runtime_create_ns": 27882, + "jit_attach_ns": 41, + "context_create_ns": 114270, + "definition_eval_ns": 28114, + "first_eval_ns": 66794, + "threshold_crossing_ns": 64565, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 633731 + } + }, + "reference": { + "elapsed_ns": 648987, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5226496, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1022909, + "runtime_create_ns": 26602, + "jit_attach_ns": 187, + "context_create_ns": 104607, + "definition_eval_ns": 27628, + "first_eval_ns": 66656, + "threshold_crossing_ns": 64862, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 648987 + } + }, + "entry_cache": { + "elapsed_ns": 596001, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5218304, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 983292, + "runtime_create_ns": 29293, + "jit_attach_ns": 40, + "context_create_ns": 109147, + "definition_eval_ns": 30075, + "first_eval_ns": 65507, + "threshold_crossing_ns": 67595, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 596001 + } + } + }, + { + "pair_index": 19, + "candidate": { + "elapsed_ns": 643832, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5124096, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1027723, + "runtime_create_ns": 26217, + "jit_attach_ns": 42, + "context_create_ns": 110029, + "definition_eval_ns": 25539, + "first_eval_ns": 66466, + "threshold_crossing_ns": 64747, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 643832 + } + }, + "reference": { + "elapsed_ns": 599529, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5132288, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 968089, + "runtime_create_ns": 24629, + "jit_attach_ns": 41, + "context_create_ns": 102638, + "definition_eval_ns": 26992, + "first_eval_ns": 62217, + "threshold_crossing_ns": 72066, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 599529 + } + }, + "entry_cache": { + "elapsed_ns": 633634, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4919296, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1022366, + "runtime_create_ns": 31339, + "jit_attach_ns": 41, + "context_create_ns": 110071, + "definition_eval_ns": 32241, + "first_eval_ns": 68242, + "threshold_crossing_ns": 63034, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 633634 + } + } + }, + { + "pair_index": 20, + "candidate": { + "elapsed_ns": 590240, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5066752, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 956662, + "runtime_create_ns": 25316, + "jit_attach_ns": 40, + "context_create_ns": 115780, + "definition_eval_ns": 23835, + "first_eval_ns": 61879, + "threshold_crossing_ns": 59132, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 590240 + } + }, + "reference": { + "elapsed_ns": 619271, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5029888, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 982851, + "runtime_create_ns": 25113, + "jit_attach_ns": 92, + "context_create_ns": 102781, + "definition_eval_ns": 26933, + "first_eval_ns": 68896, + "threshold_crossing_ns": 62862, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 619271 + } + }, + "entry_cache": { + "elapsed_ns": 635074, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4943872, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 996274, + "runtime_create_ns": 27322, + "jit_attach_ns": 55, + "context_create_ns": 101052, + "definition_eval_ns": 25222, + "first_eval_ns": 66203, + "threshold_crossing_ns": 61640, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 635074 + } + } + }, + { + "pair_index": 21, + "reference": { + "elapsed_ns": 641432, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5046272, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 994851, + "runtime_create_ns": 25192, + "jit_attach_ns": 96, + "context_create_ns": 94199, + "definition_eval_ns": 22836, + "first_eval_ns": 65443, + "threshold_crossing_ns": 63500, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 641432 + } + }, + "entry_cache": { + "elapsed_ns": 640156, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5029888, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1012499, + "runtime_create_ns": 24597, + "jit_attach_ns": 40, + "context_create_ns": 99745, + "definition_eval_ns": 27104, + "first_eval_ns": 69924, + "threshold_crossing_ns": 68470, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 640156 + } + }, + "candidate": { + "elapsed_ns": 632774, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5124096, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1003912, + "runtime_create_ns": 23747, + "jit_attach_ns": 42, + "context_create_ns": 105123, + "definition_eval_ns": 22041, + "first_eval_ns": 66853, + "threshold_crossing_ns": 69159, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 632774 + } + } + }, + { + "pair_index": 22, + "reference": { + "elapsed_ns": 609361, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5132288, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 982330, + "runtime_create_ns": 30875, + "jit_attach_ns": 79, + "context_create_ns": 109094, + "definition_eval_ns": 29215, + "first_eval_ns": 62675, + "threshold_crossing_ns": 59779, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 609361 + } + }, + "entry_cache": { + "elapsed_ns": 633842, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5197824, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1007414, + "runtime_create_ns": 25686, + "jit_attach_ns": 41, + "context_create_ns": 109831, + "definition_eval_ns": 29176, + "first_eval_ns": 65587, + "threshold_crossing_ns": 62367, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 633842 + } + }, + "candidate": { + "elapsed_ns": 586686, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5021696, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 978074, + "runtime_create_ns": 26382, + "jit_attach_ns": 42, + "context_create_ns": 112009, + "definition_eval_ns": 31834, + "first_eval_ns": 76826, + "threshold_crossing_ns": 60566, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 586686 + } + } + }, + { + "pair_index": 23, + "reference": { + "elapsed_ns": 631188, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5144576, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 985534, + "runtime_create_ns": 23241, + "jit_attach_ns": 41, + "context_create_ns": 99012, + "definition_eval_ns": 21444, + "first_eval_ns": 63945, + "threshold_crossing_ns": 66388, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 631188 + } + }, + "entry_cache": { + "elapsed_ns": 633945, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4927488, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 995436, + "runtime_create_ns": 23691, + "jit_attach_ns": 41, + "context_create_ns": 100312, + "definition_eval_ns": 21205, + "first_eval_ns": 66400, + "threshold_crossing_ns": 69155, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 633945 + } + }, + "candidate": { + "elapsed_ns": 642665, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5148672, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1010458, + "runtime_create_ns": 25468, + "jit_attach_ns": 41, + "context_create_ns": 105871, + "definition_eval_ns": 24605, + "first_eval_ns": 65473, + "threshold_crossing_ns": 63829, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 642665 + } + } + }, + { + "pair_index": 24, + "reference": { + "elapsed_ns": 612502, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5087232, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 978437, + "runtime_create_ns": 25881, + "jit_attach_ns": 41, + "context_create_ns": 102077, + "definition_eval_ns": 24656, + "first_eval_ns": 64707, + "threshold_crossing_ns": 66816, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 612502 + } + }, + "entry_cache": { + "elapsed_ns": 642634, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4980736, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1013429, + "runtime_create_ns": 28284, + "jit_attach_ns": 40, + "context_create_ns": 102640, + "definition_eval_ns": 30129, + "first_eval_ns": 65618, + "threshold_crossing_ns": 63892, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 642634 + } + }, + "candidate": { + "elapsed_ns": 631337, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4866048, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1019937, + "runtime_create_ns": 33882, + "jit_attach_ns": 42, + "context_create_ns": 112172, + "definition_eval_ns": 29053, + "first_eval_ns": 66870, + "threshold_crossing_ns": 64028, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 631337 + } + } + }, + { + "pair_index": 25, + "entry_cache": { + "elapsed_ns": 625540, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4878336, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 979092, + "runtime_create_ns": 27790, + "jit_attach_ns": 55, + "context_create_ns": 101843, + "definition_eval_ns": 23936, + "first_eval_ns": 61958, + "threshold_crossing_ns": 60111, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 625540 + } + }, + "candidate": { + "elapsed_ns": 646438, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5181440, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1035695, + "runtime_create_ns": 24694, + "jit_attach_ns": 42, + "context_create_ns": 124398, + "definition_eval_ns": 24771, + "first_eval_ns": 66717, + "threshold_crossing_ns": 64763, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 646438 + } + }, + "reference": { + "elapsed_ns": 622062, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5017600, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 984492, + "runtime_create_ns": 23262, + "jit_attach_ns": 79, + "context_create_ns": 106791, + "definition_eval_ns": 29421, + "first_eval_ns": 62952, + "threshold_crossing_ns": 59625, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 622062 + } + } + }, + { + "pair_index": 26, + "entry_cache": { + "elapsed_ns": 618746, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4943872, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 981489, + "runtime_create_ns": 28849, + "jit_attach_ns": 41, + "context_create_ns": 99072, + "definition_eval_ns": 30685, + "first_eval_ns": 62048, + "threshold_crossing_ns": 60170, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 618746 + } + }, + "candidate": { + "elapsed_ns": 629036, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5136384, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1015441, + "runtime_create_ns": 24659, + "jit_attach_ns": 75, + "context_create_ns": 112839, + "definition_eval_ns": 26157, + "first_eval_ns": 67987, + "threshold_crossing_ns": 70684, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 629036 + } + }, + "reference": { + "elapsed_ns": 617405, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5148672, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 987121, + "runtime_create_ns": 27922, + "jit_attach_ns": 81, + "context_create_ns": 104631, + "definition_eval_ns": 27846, + "first_eval_ns": 64960, + "threshold_crossing_ns": 62276, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 617405 + } + } + }, + { + "pair_index": 27, + "entry_cache": { + "elapsed_ns": 610030, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4894720, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 973759, + "runtime_create_ns": 25255, + "jit_attach_ns": 41, + "context_create_ns": 101474, + "definition_eval_ns": 25795, + "first_eval_ns": 64273, + "threshold_crossing_ns": 62345, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 610030 + } + }, + "candidate": { + "elapsed_ns": 642093, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5017600, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1013093, + "runtime_create_ns": 25926, + "jit_attach_ns": 43, + "context_create_ns": 104818, + "definition_eval_ns": 24333, + "first_eval_ns": 65902, + "threshold_crossing_ns": 63824, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 642093 + } + }, + "reference": { + "elapsed_ns": 628232, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5050368, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 997991, + "runtime_create_ns": 23130, + "jit_attach_ns": 82, + "context_create_ns": 103872, + "definition_eval_ns": 30020, + "first_eval_ns": 63078, + "threshold_crossing_ns": 60212, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 628232 + } + } + }, + { + "pair_index": 28, + "entry_cache": { + "elapsed_ns": 616904, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5128192, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 989573, + "runtime_create_ns": 25636, + "jit_attach_ns": 42, + "context_create_ns": 107719, + "definition_eval_ns": 25005, + "first_eval_ns": 62503, + "threshold_crossing_ns": 61922, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 616904 + } + }, + "candidate": { + "elapsed_ns": 606031, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4988928, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 962085, + "runtime_create_ns": 25806, + "jit_attach_ns": 41, + "context_create_ns": 100712, + "definition_eval_ns": 30524, + "first_eval_ns": 60615, + "threshold_crossing_ns": 58839, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 606031 + } + }, + "reference": { + "elapsed_ns": 629972, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4976640, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1009375, + "runtime_create_ns": 29108, + "jit_attach_ns": 99, + "context_create_ns": 110848, + "definition_eval_ns": 27481, + "first_eval_ns": 65597, + "threshold_crossing_ns": 63392, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 629972 + } + } + }, + { + "pair_index": 29, + "candidate": { + "elapsed_ns": 602453, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4915200, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 954575, + "runtime_create_ns": 25094, + "jit_attach_ns": 41, + "context_create_ns": 102790, + "definition_eval_ns": 22917, + "first_eval_ns": 61475, + "threshold_crossing_ns": 59508, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 602453 + } + }, + "reference": { + "elapsed_ns": 629355, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5132288, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 990908, + "runtime_create_ns": 26757, + "jit_attach_ns": 41, + "context_create_ns": 97221, + "definition_eval_ns": 22188, + "first_eval_ns": 63332, + "threshold_crossing_ns": 61868, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 629355 + } + }, + "entry_cache": { + "elapsed_ns": 642013, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4874240, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1011588, + "runtime_create_ns": 26384, + "jit_attach_ns": 41, + "context_create_ns": 100091, + "definition_eval_ns": 25556, + "first_eval_ns": 67038, + "threshold_crossing_ns": 69282, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 642013 + } + } + } + ], + "tier1": [ + { + "pair_index": 0, + "entry_cache": { + "elapsed_ns": 214245, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9916416, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6814751, + "runtime_create_ns": 25597, + "jit_attach_ns": 59531, + "context_create_ns": 103152, + "definition_eval_ns": 35345, + "first_eval_ns": 205196, + "threshold_crossing_ns": 6131197, + "compile_ns": 5888974, + "install_ns": 33203, + "osr_ns": 0, + "steady_state_ns": 214245 + } + }, + "candidate": { + "elapsed_ns": 218220, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9850880, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6731728, + "runtime_create_ns": 25194, + "jit_attach_ns": 61720, + "context_create_ns": 108887, + "definition_eval_ns": 39461, + "first_eval_ns": 207528, + "threshold_crossing_ns": 6025036, + "compile_ns": 5799333, + "install_ns": 32454, + "osr_ns": 0, + "steady_state_ns": 218220 + } + }, + "reference": { + "elapsed_ns": 221766, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9793536, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6972739, + "runtime_create_ns": 27800, + "jit_attach_ns": 63332, + "context_create_ns": 109432, + "definition_eval_ns": 42960, + "first_eval_ns": 212659, + "threshold_crossing_ns": 6250227, + "compile_ns": 5951588, + "install_ns": 33444, + "osr_ns": 0, + "steady_state_ns": 221766 + } + } + }, + { + "pair_index": 1, + "entry_cache": { + "elapsed_ns": 222913, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9846784, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7157518, + "runtime_create_ns": 44960, + "jit_attach_ns": 55097, + "context_create_ns": 106636, + "definition_eval_ns": 41802, + "first_eval_ns": 199063, + "threshold_crossing_ns": 6444943, + "compile_ns": 6147556, + "install_ns": 33397, + "osr_ns": 0, + "steady_state_ns": 222913 + } + }, + "candidate": { + "elapsed_ns": 213595, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9863168, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6430448, + "runtime_create_ns": 31638, + "jit_attach_ns": 59484, + "context_create_ns": 111985, + "definition_eval_ns": 48416, + "first_eval_ns": 215845, + "threshold_crossing_ns": 5702977, + "compile_ns": 5408326, + "install_ns": 31144, + "osr_ns": 0, + "steady_state_ns": 213595 + } + }, + "reference": { + "elapsed_ns": 223348, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9773056, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6626837, + "runtime_create_ns": 30036, + "jit_attach_ns": 58440, + "context_create_ns": 102811, + "definition_eval_ns": 44473, + "first_eval_ns": 209540, + "threshold_crossing_ns": 5916065, + "compile_ns": 5685590, + "install_ns": 33207, + "osr_ns": 0, + "steady_state_ns": 223348 + } + } + }, + { + "pair_index": 2, + "candidate": { + "elapsed_ns": 215031, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9785344, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6630077, + "runtime_create_ns": 26922, + "jit_attach_ns": 54812, + "context_create_ns": 123972, + "definition_eval_ns": 41921, + "first_eval_ns": 212337, + "threshold_crossing_ns": 5912028, + "compile_ns": 5687332, + "install_ns": 34451, + "osr_ns": 0, + "steady_state_ns": 215031 + } + }, + "reference": { + "elapsed_ns": 214412, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9916416, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7263673, + "runtime_create_ns": 24335, + "jit_attach_ns": 61528, + "context_create_ns": 103549, + "definition_eval_ns": 41864, + "first_eval_ns": 216470, + "threshold_crossing_ns": 6556763, + "compile_ns": 6251525, + "install_ns": 32898, + "osr_ns": 0, + "steady_state_ns": 214412 + } + }, + "entry_cache": { + "elapsed_ns": 214424, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9854976, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7151426, + "runtime_create_ns": 30075, + "jit_attach_ns": 56322, + "context_create_ns": 109386, + "definition_eval_ns": 43456, + "first_eval_ns": 208337, + "threshold_crossing_ns": 6445083, + "compile_ns": 6121859, + "install_ns": 35452, + "osr_ns": 0, + "steady_state_ns": 214424 + } + } + }, + { + "pair_index": 3, + "candidate": { + "elapsed_ns": 220729, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9863168, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6938883, + "runtime_create_ns": 26512, + "jit_attach_ns": 58099, + "context_create_ns": 104176, + "definition_eval_ns": 37610, + "first_eval_ns": 211317, + "threshold_crossing_ns": 6237814, + "compile_ns": 5942613, + "install_ns": 34423, + "osr_ns": 0, + "steady_state_ns": 220729 + } + }, + "reference": { + "elapsed_ns": 214058, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9924608, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6948688, + "runtime_create_ns": 31268, + "jit_attach_ns": 60538, + "context_create_ns": 99977, + "definition_eval_ns": 42727, + "first_eval_ns": 211292, + "threshold_crossing_ns": 6246695, + "compile_ns": 5938372, + "install_ns": 33433, + "osr_ns": 0, + "steady_state_ns": 214058 + } + }, + "entry_cache": { + "elapsed_ns": 219148, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9895936, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6936930, + "runtime_create_ns": 27043, + "jit_attach_ns": 59721, + "context_create_ns": 113224, + "definition_eval_ns": 48867, + "first_eval_ns": 204864, + "threshold_crossing_ns": 6217260, + "compile_ns": 5917262, + "install_ns": 34284, + "osr_ns": 0, + "steady_state_ns": 219148 + } + } + }, + { + "pair_index": 4, + "candidate": { + "elapsed_ns": 237194, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9900032, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6430586, + "runtime_create_ns": 25692, + "jit_attach_ns": 52438, + "context_create_ns": 103298, + "definition_eval_ns": 32262, + "first_eval_ns": 207307, + "threshold_crossing_ns": 5730369, + "compile_ns": 5519915, + "install_ns": 29831, + "osr_ns": 0, + "steady_state_ns": 237194 + } + }, + "reference": { + "elapsed_ns": 214196, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9957376, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6580319, + "runtime_create_ns": 27590, + "jit_attach_ns": 53891, + "context_create_ns": 95857, + "definition_eval_ns": 44646, + "first_eval_ns": 207425, + "threshold_crossing_ns": 5893510, + "compile_ns": 5677932, + "install_ns": 33153, + "osr_ns": 0, + "steady_state_ns": 214196 + } + }, + "entry_cache": { + "elapsed_ns": 221136, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9863168, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6921285, + "runtime_create_ns": 28286, + "jit_attach_ns": 53652, + "context_create_ns": 104666, + "definition_eval_ns": 39327, + "first_eval_ns": 204588, + "threshold_crossing_ns": 6226778, + "compile_ns": 5972548, + "install_ns": 37315, + "osr_ns": 0, + "steady_state_ns": 221136 + } + } + }, + { + "pair_index": 5, + "candidate": { + "elapsed_ns": 213678, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9945088, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6816858, + "runtime_create_ns": 29120, + "jit_attach_ns": 58456, + "context_create_ns": 108349, + "definition_eval_ns": 38537, + "first_eval_ns": 211284, + "threshold_crossing_ns": 6114068, + "compile_ns": 5849078, + "install_ns": 32233, + "osr_ns": 0, + "steady_state_ns": 213678 + } + }, + "reference": { + "elapsed_ns": 221482, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9871360, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6716893, + "runtime_create_ns": 27331, + "jit_attach_ns": 54115, + "context_create_ns": 102862, + "definition_eval_ns": 37368, + "first_eval_ns": 208052, + "threshold_crossing_ns": 6025065, + "compile_ns": 5771701, + "install_ns": 33478, + "osr_ns": 0, + "steady_state_ns": 221482 + } + }, + "entry_cache": { + "elapsed_ns": 214177, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9760768, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7148547, + "runtime_create_ns": 29488, + "jit_attach_ns": 52149, + "context_create_ns": 120728, + "definition_eval_ns": 48484, + "first_eval_ns": 211693, + "threshold_crossing_ns": 6429549, + "compile_ns": 6147344, + "install_ns": 32996, + "osr_ns": 0, + "steady_state_ns": 214177 + } + } + }, + { + "pair_index": 6, + "reference": { + "elapsed_ns": 214337, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9834496, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6667454, + "runtime_create_ns": 25064, + "jit_attach_ns": 52797, + "context_create_ns": 100935, + "definition_eval_ns": 30087, + "first_eval_ns": 193737, + "threshold_crossing_ns": 6010645, + "compile_ns": 5760288, + "install_ns": 30836, + "osr_ns": 0, + "steady_state_ns": 214337 + } + }, + "entry_cache": { + "elapsed_ns": 221474, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9854976, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6432290, + "runtime_create_ns": 24604, + "jit_attach_ns": 56577, + "context_create_ns": 103917, + "definition_eval_ns": 40651, + "first_eval_ns": 213891, + "threshold_crossing_ns": 5724594, + "compile_ns": 5506440, + "install_ns": 30364, + "osr_ns": 0, + "steady_state_ns": 221474 + } + }, + "candidate": { + "elapsed_ns": 213937, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9900032, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6755421, + "runtime_create_ns": 30251, + "jit_attach_ns": 64875, + "context_create_ns": 107168, + "definition_eval_ns": 43233, + "first_eval_ns": 210393, + "threshold_crossing_ns": 6039800, + "compile_ns": 5782650, + "install_ns": 32011, + "osr_ns": 0, + "steady_state_ns": 213937 + } + } + }, + { + "pair_index": 7, + "reference": { + "elapsed_ns": 215099, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9781248, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6938056, + "runtime_create_ns": 27143, + "jit_attach_ns": 58784, + "context_create_ns": 100290, + "definition_eval_ns": 35150, + "first_eval_ns": 207562, + "threshold_crossing_ns": 6254593, + "compile_ns": 6016208, + "install_ns": 34257, + "osr_ns": 0, + "steady_state_ns": 215099 + } + }, + "entry_cache": { + "elapsed_ns": 237880, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9949184, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6857181, + "runtime_create_ns": 27569, + "jit_attach_ns": 62886, + "context_create_ns": 111062, + "definition_eval_ns": 38862, + "first_eval_ns": 210267, + "threshold_crossing_ns": 6123454, + "compile_ns": 5819256, + "install_ns": 34492, + "osr_ns": 0, + "steady_state_ns": 237880 + } + }, + "candidate": { + "elapsed_ns": 221645, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9854976, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6997099, + "runtime_create_ns": 29728, + "jit_attach_ns": 60408, + "context_create_ns": 119416, + "definition_eval_ns": 44400, + "first_eval_ns": 214991, + "threshold_crossing_ns": 6258393, + "compile_ns": 5977148, + "install_ns": 33730, + "osr_ns": 0, + "steady_state_ns": 221645 + } + } + }, + { + "pair_index": 8, + "reference": { + "elapsed_ns": 215509, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9895936, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6823837, + "runtime_create_ns": 23342, + "jit_attach_ns": 57607, + "context_create_ns": 102478, + "definition_eval_ns": 34197, + "first_eval_ns": 204325, + "threshold_crossing_ns": 6143847, + "compile_ns": 5852658, + "install_ns": 32896, + "osr_ns": 0, + "steady_state_ns": 215509 + } + }, + "entry_cache": { + "elapsed_ns": 217017, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9932800, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6945644, + "runtime_create_ns": 27935, + "jit_attach_ns": 61684, + "context_create_ns": 109560, + "definition_eval_ns": 38817, + "first_eval_ns": 205981, + "threshold_crossing_ns": 6238903, + "compile_ns": 6007155, + "install_ns": 34715, + "osr_ns": 0, + "steady_state_ns": 217017 + } + }, + "candidate": { + "elapsed_ns": 213508, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9764864, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6750179, + "runtime_create_ns": 33313, + "jit_attach_ns": 64307, + "context_create_ns": 113819, + "definition_eval_ns": 49430, + "first_eval_ns": 212379, + "threshold_crossing_ns": 6019696, + "compile_ns": 5727173, + "install_ns": 33795, + "osr_ns": 0, + "steady_state_ns": 213508 + } + } + }, + { + "pair_index": 9, + "reference": { + "elapsed_ns": 214448, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9887744, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6707314, + "runtime_create_ns": 23504, + "jit_attach_ns": 52478, + "context_create_ns": 101168, + "definition_eval_ns": 31735, + "first_eval_ns": 215056, + "threshold_crossing_ns": 6027906, + "compile_ns": 5713031, + "install_ns": 35119, + "osr_ns": 0, + "steady_state_ns": 214448 + } + }, + "entry_cache": { + "elapsed_ns": 214351, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9879552, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6524345, + "runtime_create_ns": 26652, + "jit_attach_ns": 47942, + "context_create_ns": 98603, + "definition_eval_ns": 37932, + "first_eval_ns": 189316, + "threshold_crossing_ns": 5868729, + "compile_ns": 5662334, + "install_ns": 29238, + "osr_ns": 0, + "steady_state_ns": 214351 + } + }, + "candidate": { + "elapsed_ns": 216997, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9793536, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 5831169, + "runtime_create_ns": 27580, + "jit_attach_ns": 53155, + "context_create_ns": 103541, + "definition_eval_ns": 39347, + "first_eval_ns": 207394, + "threshold_crossing_ns": 5141411, + "compile_ns": 4842833, + "install_ns": 28118, + "osr_ns": 0, + "steady_state_ns": 216997 + } + } + }, + { + "pair_index": 10, + "entry_cache": { + "elapsed_ns": 214584, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9940992, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6590010, + "runtime_create_ns": 24715, + "jit_attach_ns": 50092, + "context_create_ns": 99740, + "definition_eval_ns": 25876, + "first_eval_ns": 183012, + "threshold_crossing_ns": 5950618, + "compile_ns": 5740761, + "install_ns": 30776, + "osr_ns": 0, + "steady_state_ns": 214584 + } + }, + "candidate": { + "elapsed_ns": 218022, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9863168, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6716239, + "runtime_create_ns": 25503, + "jit_attach_ns": 53211, + "context_create_ns": 105233, + "definition_eval_ns": 33586, + "first_eval_ns": 201335, + "threshold_crossing_ns": 6038782, + "compile_ns": 5803964, + "install_ns": 29370, + "osr_ns": 0, + "steady_state_ns": 218022 + } + }, + "reference": { + "elapsed_ns": 214215, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9871360, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6350188, + "runtime_create_ns": 24610, + "jit_attach_ns": 53541, + "context_create_ns": 109601, + "definition_eval_ns": 35894, + "first_eval_ns": 201673, + "threshold_crossing_ns": 5666748, + "compile_ns": 5448072, + "install_ns": 32837, + "osr_ns": 0, + "steady_state_ns": 214215 + } + } + }, + { + "pair_index": 11, + "entry_cache": { + "elapsed_ns": 221693, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9850880, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6787368, + "runtime_create_ns": 26748, + "jit_attach_ns": 51773, + "context_create_ns": 100197, + "definition_eval_ns": 30635, + "first_eval_ns": 194084, + "threshold_crossing_ns": 6121758, + "compile_ns": 5875281, + "install_ns": 32632, + "osr_ns": 0, + "steady_state_ns": 221693 + } + }, + "candidate": { + "elapsed_ns": 214089, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9854976, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6766748, + "runtime_create_ns": 29318, + "jit_attach_ns": 61064, + "context_create_ns": 109667, + "definition_eval_ns": 44167, + "first_eval_ns": 214060, + "threshold_crossing_ns": 6048043, + "compile_ns": 5823791, + "install_ns": 32001, + "osr_ns": 0, + "steady_state_ns": 214089 + } + }, + "reference": { + "elapsed_ns": 216474, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9805824, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6429136, + "runtime_create_ns": 25997, + "jit_attach_ns": 58192, + "context_create_ns": 106922, + "definition_eval_ns": 41460, + "first_eval_ns": 212844, + "threshold_crossing_ns": 5722849, + "compile_ns": 5496381, + "install_ns": 30234, + "osr_ns": 0, + "steady_state_ns": 216474 + } + } + }, + { + "pair_index": 12, + "entry_cache": { + "elapsed_ns": 217318, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9990144, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7118343, + "runtime_create_ns": 22049, + "jit_attach_ns": 57422, + "context_create_ns": 104836, + "definition_eval_ns": 34906, + "first_eval_ns": 201324, + "threshold_crossing_ns": 6432845, + "compile_ns": 6141705, + "install_ns": 35337, + "osr_ns": 0, + "steady_state_ns": 217318 + } + }, + "candidate": { + "elapsed_ns": 213789, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9871360, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6625390, + "runtime_create_ns": 28107, + "jit_attach_ns": 57205, + "context_create_ns": 109540, + "definition_eval_ns": 41196, + "first_eval_ns": 215431, + "threshold_crossing_ns": 5914779, + "compile_ns": 5685601, + "install_ns": 32172, + "osr_ns": 0, + "steady_state_ns": 213789 + } + }, + "reference": { + "elapsed_ns": 214113, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9842688, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6667742, + "runtime_create_ns": 29539, + "jit_attach_ns": 59818, + "context_create_ns": 105594, + "definition_eval_ns": 43651, + "first_eval_ns": 220572, + "threshold_crossing_ns": 5950743, + "compile_ns": 5695775, + "install_ns": 34725, + "osr_ns": 0, + "steady_state_ns": 214113 + } + } + }, + { + "pair_index": 13, + "entry_cache": { + "elapsed_ns": 217681, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9850880, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6963541, + "runtime_create_ns": 25971, + "jit_attach_ns": 59850, + "context_create_ns": 132439, + "definition_eval_ns": 44439, + "first_eval_ns": 205872, + "threshold_crossing_ns": 6230946, + "compile_ns": 5991782, + "install_ns": 32030, + "osr_ns": 0, + "steady_state_ns": 217681 + } + }, + "candidate": { + "elapsed_ns": 213508, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9859072, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7689765, + "runtime_create_ns": 29542, + "jit_attach_ns": 56967, + "context_create_ns": 110399, + "definition_eval_ns": 43148, + "first_eval_ns": 223754, + "threshold_crossing_ns": 6965590, + "compile_ns": 6731245, + "install_ns": 30335, + "osr_ns": 0, + "steady_state_ns": 213508 + } + }, + "reference": { + "elapsed_ns": 214280, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9887744, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6733787, + "runtime_create_ns": 25799, + "jit_attach_ns": 61160, + "context_create_ns": 110274, + "definition_eval_ns": 44146, + "first_eval_ns": 209201, + "threshold_crossing_ns": 6025025, + "compile_ns": 5779572, + "install_ns": 30877, + "osr_ns": 0, + "steady_state_ns": 214280 + } + } + }, + { + "pair_index": 14, + "candidate": { + "elapsed_ns": 213997, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9834496, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6613727, + "runtime_create_ns": 24726, + "jit_attach_ns": 58857, + "context_create_ns": 102374, + "definition_eval_ns": 30661, + "first_eval_ns": 194025, + "threshold_crossing_ns": 5947996, + "compile_ns": 5664033, + "install_ns": 33037, + "osr_ns": 0, + "steady_state_ns": 213997 + } + }, + "reference": { + "elapsed_ns": 221530, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9900032, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6771084, + "runtime_create_ns": 23342, + "jit_attach_ns": 60028, + "context_create_ns": 102449, + "definition_eval_ns": 37875, + "first_eval_ns": 219912, + "threshold_crossing_ns": 6061585, + "compile_ns": 5611932, + "install_ns": 33808, + "osr_ns": 0, + "steady_state_ns": 221530 + } + }, + "entry_cache": { + "elapsed_ns": 214403, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9814016, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6828813, + "runtime_create_ns": 31850, + "jit_attach_ns": 58587, + "context_create_ns": 103627, + "definition_eval_ns": 45827, + "first_eval_ns": 211205, + "threshold_crossing_ns": 6121078, + "compile_ns": 5845580, + "install_ns": 30999, + "osr_ns": 0, + "steady_state_ns": 214403 + } + } + }, + { + "pair_index": 15, + "candidate": { + "elapsed_ns": 213689, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9895936, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6511635, + "runtime_create_ns": 25532, + "jit_attach_ns": 51393, + "context_create_ns": 105604, + "definition_eval_ns": 29449, + "first_eval_ns": 198807, + "threshold_crossing_ns": 5846386, + "compile_ns": 5628709, + "install_ns": 30717, + "osr_ns": 0, + "steady_state_ns": 213689 + } + }, + "reference": { + "elapsed_ns": 214045, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9818112, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6725631, + "runtime_create_ns": 25195, + "jit_attach_ns": 57699, + "context_create_ns": 102464, + "definition_eval_ns": 33873, + "first_eval_ns": 213158, + "threshold_crossing_ns": 6036532, + "compile_ns": 5769585, + "install_ns": 34712, + "osr_ns": 0, + "steady_state_ns": 214045 + } + }, + "entry_cache": { + "elapsed_ns": 214538, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9940992, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6917775, + "runtime_create_ns": 25027, + "jit_attach_ns": 55426, + "context_create_ns": 107070, + "definition_eval_ns": 42193, + "first_eval_ns": 202753, + "threshold_crossing_ns": 6219047, + "compile_ns": 5940286, + "install_ns": 31969, + "osr_ns": 0, + "steady_state_ns": 214538 + } + } + }, + { + "pair_index": 16, + "candidate": { + "elapsed_ns": 214103, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9932800, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6696980, + "runtime_create_ns": 25740, + "jit_attach_ns": 53736, + "context_create_ns": 104185, + "definition_eval_ns": 41797, + "first_eval_ns": 200590, + "threshold_crossing_ns": 6014037, + "compile_ns": 5786936, + "install_ns": 32109, + "osr_ns": 0, + "steady_state_ns": 214103 + } + }, + "reference": { + "elapsed_ns": 214230, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9916416, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6611039, + "runtime_create_ns": 27452, + "jit_attach_ns": 58313, + "context_create_ns": 107362, + "definition_eval_ns": 35504, + "first_eval_ns": 210178, + "threshold_crossing_ns": 5911012, + "compile_ns": 5692707, + "install_ns": 33029, + "osr_ns": 0, + "steady_state_ns": 214230 + } + }, + "entry_cache": { + "elapsed_ns": 213978, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9756672, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6937167, + "runtime_create_ns": 31624, + "jit_attach_ns": 52884, + "context_create_ns": 114781, + "definition_eval_ns": 48874, + "first_eval_ns": 205307, + "threshold_crossing_ns": 6225993, + "compile_ns": 5985862, + "install_ns": 32624, + "osr_ns": 0, + "steady_state_ns": 213978 + } + } + }, + { + "pair_index": 17, + "candidate": { + "elapsed_ns": 213544, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9973760, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7104820, + "runtime_create_ns": 32910, + "jit_attach_ns": 65312, + "context_create_ns": 113433, + "definition_eval_ns": 44854, + "first_eval_ns": 223098, + "threshold_crossing_ns": 6366003, + "compile_ns": 6086745, + "install_ns": 33435, + "osr_ns": 0, + "steady_state_ns": 213544 + } + }, + "reference": { + "elapsed_ns": 223235, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9940992, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7507220, + "runtime_create_ns": 24444, + "jit_attach_ns": 60082, + "context_create_ns": 106102, + "definition_eval_ns": 44528, + "first_eval_ns": 209992, + "threshold_crossing_ns": 6794073, + "compile_ns": 6507825, + "install_ns": 31820, + "osr_ns": 0, + "steady_state_ns": 223235 + } + }, + "entry_cache": { + "elapsed_ns": 214261, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9924608, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6828950, + "runtime_create_ns": 28891, + "jit_attach_ns": 56870, + "context_create_ns": 110748, + "definition_eval_ns": 46409, + "first_eval_ns": 210382, + "threshold_crossing_ns": 6115805, + "compile_ns": 5863357, + "install_ns": 32806, + "osr_ns": 0, + "steady_state_ns": 214261 + } + } + }, + { + "pair_index": 18, + "reference": { + "elapsed_ns": 221008, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9998336, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6732317, + "runtime_create_ns": 24603, + "jit_attach_ns": 60244, + "context_create_ns": 101981, + "definition_eval_ns": 31189, + "first_eval_ns": 203975, + "threshold_crossing_ns": 6046356, + "compile_ns": 5826847, + "install_ns": 33256, + "osr_ns": 0, + "steady_state_ns": 221008 + } + }, + "entry_cache": { + "elapsed_ns": 214026, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9953280, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7056886, + "runtime_create_ns": 29766, + "jit_attach_ns": 56019, + "context_create_ns": 112819, + "definition_eval_ns": 38323, + "first_eval_ns": 204052, + "threshold_crossing_ns": 6359143, + "compile_ns": 6041213, + "install_ns": 34488, + "osr_ns": 0, + "steady_state_ns": 214026 + } + }, + "candidate": { + "elapsed_ns": 214260, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9854976, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6756114, + "runtime_create_ns": 29950, + "jit_attach_ns": 55407, + "context_create_ns": 111638, + "definition_eval_ns": 45816, + "first_eval_ns": 217480, + "threshold_crossing_ns": 6034892, + "compile_ns": 5774518, + "install_ns": 32492, + "osr_ns": 0, + "steady_state_ns": 214260 + } + } + }, + { + "pair_index": 19, + "reference": { + "elapsed_ns": 214609, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9895936, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6861283, + "runtime_create_ns": 29277, + "jit_attach_ns": 62869, + "context_create_ns": 103098, + "definition_eval_ns": 35322, + "first_eval_ns": 221362, + "threshold_crossing_ns": 6152176, + "compile_ns": 5866371, + "install_ns": 38979, + "osr_ns": 0, + "steady_state_ns": 214609 + } + }, + "entry_cache": { + "elapsed_ns": 214266, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9818112, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6710610, + "runtime_create_ns": 31479, + "jit_attach_ns": 57515, + "context_create_ns": 108484, + "definition_eval_ns": 53581, + "first_eval_ns": 202342, + "threshold_crossing_ns": 5999273, + "compile_ns": 5781469, + "install_ns": 36779, + "osr_ns": 0, + "steady_state_ns": 214266 + } + }, + "candidate": { + "elapsed_ns": 213828, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9928704, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7049390, + "runtime_create_ns": 28163, + "jit_attach_ns": 59916, + "context_create_ns": 121157, + "definition_eval_ns": 47199, + "first_eval_ns": 213584, + "threshold_crossing_ns": 6317491, + "compile_ns": 6060392, + "install_ns": 30961, + "osr_ns": 0, + "steady_state_ns": 213828 + } + } + }, + { + "pair_index": 20, + "reference": { + "elapsed_ns": 216861, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9973760, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6429463, + "runtime_create_ns": 22814, + "jit_attach_ns": 50041, + "context_create_ns": 98830, + "definition_eval_ns": 27323, + "first_eval_ns": 200146, + "threshold_crossing_ns": 5771226, + "compile_ns": 5554985, + "install_ns": 28439, + "osr_ns": 0, + "steady_state_ns": 216861 + } + }, + "entry_cache": { + "elapsed_ns": 214238, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9953280, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6899171, + "runtime_create_ns": 24301, + "jit_attach_ns": 62097, + "context_create_ns": 100822, + "definition_eval_ns": 31567, + "first_eval_ns": 195183, + "threshold_crossing_ns": 6227719, + "compile_ns": 5967709, + "install_ns": 28864, + "osr_ns": 0, + "steady_state_ns": 214238 + } + }, + "candidate": { + "elapsed_ns": 215243, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9945088, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6620791, + "runtime_create_ns": 28627, + "jit_attach_ns": 51972, + "context_create_ns": 109539, + "definition_eval_ns": 35544, + "first_eval_ns": 212465, + "threshold_crossing_ns": 5915138, + "compile_ns": 5682079, + "install_ns": 30981, + "osr_ns": 0, + "steady_state_ns": 215243 + } + } + }, + { + "pair_index": 21, + "reference": { + "elapsed_ns": 214342, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9859072, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6667140, + "runtime_create_ns": 23335, + "jit_attach_ns": 50388, + "context_create_ns": 100398, + "definition_eval_ns": 28097, + "first_eval_ns": 198266, + "threshold_crossing_ns": 6012240, + "compile_ns": 5709814, + "install_ns": 29128, + "osr_ns": 0, + "steady_state_ns": 214342 + } + }, + "entry_cache": { + "elapsed_ns": 225854, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9842688, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6501533, + "runtime_create_ns": 24326, + "jit_attach_ns": 47732, + "context_create_ns": 100203, + "definition_eval_ns": 31323, + "first_eval_ns": 192609, + "threshold_crossing_ns": 5838179, + "compile_ns": 5621673, + "install_ns": 27754, + "osr_ns": 0, + "steady_state_ns": 225854 + } + }, + "candidate": { + "elapsed_ns": 214068, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9969664, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6469543, + "runtime_create_ns": 25681, + "jit_attach_ns": 53975, + "context_create_ns": 107553, + "definition_eval_ns": 37679, + "first_eval_ns": 204505, + "threshold_crossing_ns": 5767262, + "compile_ns": 5550261, + "install_ns": 29105, + "osr_ns": 0, + "steady_state_ns": 214068 + } + } + }, + { + "pair_index": 22, + "entry_cache": { + "elapsed_ns": 214665, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9867264, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6898338, + "runtime_create_ns": 25048, + "jit_attach_ns": 51451, + "context_create_ns": 101096, + "definition_eval_ns": 30590, + "first_eval_ns": 194479, + "threshold_crossing_ns": 6234735, + "compile_ns": 5939942, + "install_ns": 28189, + "osr_ns": 0, + "steady_state_ns": 214665 + } + }, + "candidate": { + "elapsed_ns": 214019, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9854976, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6722829, + "runtime_create_ns": 25627, + "jit_attach_ns": 61074, + "context_create_ns": 104022, + "definition_eval_ns": 36586, + "first_eval_ns": 209676, + "threshold_crossing_ns": 6029537, + "compile_ns": 5751144, + "install_ns": 30705, + "osr_ns": 0, + "steady_state_ns": 214019 + } + }, + "reference": { + "elapsed_ns": 214236, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9859072, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6735897, + "runtime_create_ns": 25147, + "jit_attach_ns": 57252, + "context_create_ns": 105308, + "definition_eval_ns": 38242, + "first_eval_ns": 213103, + "threshold_crossing_ns": 6027365, + "compile_ns": 5748654, + "install_ns": 29375, + "osr_ns": 0, + "steady_state_ns": 214236 + } + } + }, + { + "pair_index": 23, + "entry_cache": { + "elapsed_ns": 214534, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9908224, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6529725, + "runtime_create_ns": 21794, + "jit_attach_ns": 49165, + "context_create_ns": 98591, + "definition_eval_ns": 28231, + "first_eval_ns": 191061, + "threshold_crossing_ns": 5884264, + "compile_ns": 5668361, + "install_ns": 28715, + "osr_ns": 0, + "steady_state_ns": 214534 + } + }, + "candidate": { + "elapsed_ns": 213999, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9834496, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6460974, + "runtime_create_ns": 21175, + "jit_attach_ns": 56313, + "context_create_ns": 101788, + "definition_eval_ns": 31475, + "first_eval_ns": 198106, + "threshold_crossing_ns": 5794876, + "compile_ns": 5578959, + "install_ns": 28962, + "osr_ns": 0, + "steady_state_ns": 213999 + } + }, + "reference": { + "elapsed_ns": 213864, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9859072, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6670950, + "runtime_create_ns": 23460, + "jit_attach_ns": 51956, + "context_create_ns": 101961, + "definition_eval_ns": 31766, + "first_eval_ns": 197102, + "threshold_crossing_ns": 6009853, + "compile_ns": 5770105, + "install_ns": 31198, + "osr_ns": 0, + "steady_state_ns": 213864 + } + } + }, + { + "pair_index": 24, + "entry_cache": { + "elapsed_ns": 216864, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9953280, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6789692, + "runtime_create_ns": 24218, + "jit_attach_ns": 55244, + "context_create_ns": 100761, + "definition_eval_ns": 28777, + "first_eval_ns": 198721, + "threshold_crossing_ns": 6121531, + "compile_ns": 5875767, + "install_ns": 33463, + "osr_ns": 0, + "steady_state_ns": 216864 + } + }, + "candidate": { + "elapsed_ns": 214354, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9863168, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6705651, + "runtime_create_ns": 23946, + "jit_attach_ns": 55724, + "context_create_ns": 100329, + "definition_eval_ns": 37879, + "first_eval_ns": 207511, + "threshold_crossing_ns": 6023335, + "compile_ns": 5724053, + "install_ns": 30891, + "osr_ns": 0, + "steady_state_ns": 214354 + } + }, + "reference": { + "elapsed_ns": 214059, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9814016, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6730555, + "runtime_create_ns": 28296, + "jit_attach_ns": 52617, + "context_create_ns": 101912, + "definition_eval_ns": 44605, + "first_eval_ns": 209457, + "threshold_crossing_ns": 6038464, + "compile_ns": 5747806, + "install_ns": 29774, + "osr_ns": 0, + "steady_state_ns": 214059 + } + } + }, + { + "pair_index": 25, + "entry_cache": { + "elapsed_ns": 216861, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9793536, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6509800, + "runtime_create_ns": 26930, + "jit_attach_ns": 49487, + "context_create_ns": 97614, + "definition_eval_ns": 31535, + "first_eval_ns": 191914, + "threshold_crossing_ns": 5854170, + "compile_ns": 5641576, + "install_ns": 29517, + "osr_ns": 0, + "steady_state_ns": 216861 + } + }, + "candidate": { + "elapsed_ns": 213467, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9891840, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6722996, + "runtime_create_ns": 23460, + "jit_attach_ns": 53752, + "context_create_ns": 109715, + "definition_eval_ns": 38368, + "first_eval_ns": 220877, + "threshold_crossing_ns": 6019910, + "compile_ns": 5736876, + "install_ns": 29426, + "osr_ns": 0, + "steady_state_ns": 213467 + } + }, + "reference": { + "elapsed_ns": 214439, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9924608, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6283376, + "runtime_create_ns": 29050, + "jit_attach_ns": 55473, + "context_create_ns": 100885, + "definition_eval_ns": 45331, + "first_eval_ns": 200554, + "threshold_crossing_ns": 5595835, + "compile_ns": 5367507, + "install_ns": 30424, + "osr_ns": 0, + "steady_state_ns": 214439 + } + } + }, + { + "pair_index": 26, + "candidate": { + "elapsed_ns": 213863, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9953280, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6715419, + "runtime_create_ns": 29474, + "jit_attach_ns": 54386, + "context_create_ns": 102531, + "definition_eval_ns": 35779, + "first_eval_ns": 204202, + "threshold_crossing_ns": 6031417, + "compile_ns": 5785414, + "install_ns": 32332, + "osr_ns": 0, + "steady_state_ns": 213863 + } + }, + "reference": { + "elapsed_ns": 216667, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9965568, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6726762, + "runtime_create_ns": 27326, + "jit_attach_ns": 56875, + "context_create_ns": 101900, + "definition_eval_ns": 36723, + "first_eval_ns": 203800, + "threshold_crossing_ns": 6040595, + "compile_ns": 5778713, + "install_ns": 32133, + "osr_ns": 0, + "steady_state_ns": 216667 + } + }, + "entry_cache": { + "elapsed_ns": 214154, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9887744, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6831597, + "runtime_create_ns": 30450, + "jit_attach_ns": 59561, + "context_create_ns": 103935, + "definition_eval_ns": 40539, + "first_eval_ns": 201326, + "threshold_crossing_ns": 6137984, + "compile_ns": 5858983, + "install_ns": 32739, + "osr_ns": 0, + "steady_state_ns": 214154 + } + } + }, + { + "pair_index": 27, + "candidate": { + "elapsed_ns": 221072, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9863168, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6716424, + "runtime_create_ns": 24915, + "jit_attach_ns": 54039, + "context_create_ns": 103534, + "definition_eval_ns": 33091, + "first_eval_ns": 215172, + "threshold_crossing_ns": 6022054, + "compile_ns": 5748411, + "install_ns": 30251, + "osr_ns": 0, + "steady_state_ns": 221072 + } + }, + "reference": { + "elapsed_ns": 213982, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9949184, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6730910, + "runtime_create_ns": 28177, + "jit_attach_ns": 57038, + "context_create_ns": 114520, + "definition_eval_ns": 39947, + "first_eval_ns": 212884, + "threshold_crossing_ns": 6023872, + "compile_ns": 5777173, + "install_ns": 30520, + "osr_ns": 0, + "steady_state_ns": 213982 + } + }, + "entry_cache": { + "elapsed_ns": 214443, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9883648, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6817196, + "runtime_create_ns": 27010, + "jit_attach_ns": 63131, + "context_create_ns": 109256, + "definition_eval_ns": 38840, + "first_eval_ns": 201863, + "threshold_crossing_ns": 6113272, + "compile_ns": 5834023, + "install_ns": 30879, + "osr_ns": 0, + "steady_state_ns": 214443 + } + } + }, + { + "pair_index": 28, + "candidate": { + "elapsed_ns": 214034, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9830400, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6700031, + "runtime_create_ns": 24407, + "jit_attach_ns": 51528, + "context_create_ns": 101269, + "definition_eval_ns": 30219, + "first_eval_ns": 204310, + "threshold_crossing_ns": 6029458, + "compile_ns": 5749765, + "install_ns": 32043, + "osr_ns": 0, + "steady_state_ns": 214034 + } + }, + "reference": { + "elapsed_ns": 214608, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9814016, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6747038, + "runtime_create_ns": 41650, + "jit_attach_ns": 56624, + "context_create_ns": 98453, + "definition_eval_ns": 35885, + "first_eval_ns": 210856, + "threshold_crossing_ns": 6048238, + "compile_ns": 5780456, + "install_ns": 32122, + "osr_ns": 0, + "steady_state_ns": 214608 + } + }, + "entry_cache": { + "elapsed_ns": 214311, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9863168, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6918534, + "runtime_create_ns": 27752, + "jit_attach_ns": 53605, + "context_create_ns": 107273, + "definition_eval_ns": 41558, + "first_eval_ns": 202697, + "threshold_crossing_ns": 6226660, + "compile_ns": 5930786, + "install_ns": 30986, + "osr_ns": 0, + "steady_state_ns": 214311 + } + } + }, + { + "pair_index": 29, + "candidate": { + "elapsed_ns": 216919, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9920512, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6429665, + "runtime_create_ns": 24417, + "jit_attach_ns": 51725, + "context_create_ns": 106662, + "definition_eval_ns": 30601, + "first_eval_ns": 203029, + "threshold_crossing_ns": 5755123, + "compile_ns": 5543143, + "install_ns": 27087, + "osr_ns": 0, + "steady_state_ns": 216919 + } + }, + "reference": { + "elapsed_ns": 214305, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9912320, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6711756, + "runtime_create_ns": 23451, + "jit_attach_ns": 51400, + "context_create_ns": 102842, + "definition_eval_ns": 33579, + "first_eval_ns": 200956, + "threshold_crossing_ns": 6041449, + "compile_ns": 5737714, + "install_ns": 28197, + "osr_ns": 0, + "steady_state_ns": 214305 + } + }, + "entry_cache": { + "elapsed_ns": 219406, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9850880, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6805003, + "runtime_create_ns": 27448, + "jit_attach_ns": 51046, + "context_create_ns": 105780, + "definition_eval_ns": 36165, + "first_eval_ns": 196713, + "threshold_crossing_ns": 6124488, + "compile_ns": 5828130, + "install_ns": 29202, + "osr_ns": 0, + "steady_state_ns": 219406 + } + } + } + ], + "tier2": [ + { + "pair_index": 0, + "candidate": { + "elapsed_ns": 26745, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228586, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10022912, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7014242, + "runtime_create_ns": 27347, + "jit_attach_ns": 62061, + "context_create_ns": 109710, + "definition_eval_ns": 51759, + "first_eval_ns": 224724, + "threshold_crossing_ns": 6479663, + "compile_ns": 6111358, + "install_ns": 42780, + "osr_ns": 0, + "steady_state_ns": 26745 + } + }, + "reference": { + "elapsed_ns": 27347, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233789, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9900032, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7164602, + "runtime_create_ns": 25156, + "jit_attach_ns": 55059, + "context_create_ns": 104496, + "definition_eval_ns": 45179, + "first_eval_ns": 228520, + "threshold_crossing_ns": 6640164, + "compile_ns": 6217492, + "install_ns": 42096, + "osr_ns": 0, + "steady_state_ns": 27347 + } + }, + "entry_cache": { + "elapsed_ns": 28357, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 237456, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9994240, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7381665, + "runtime_create_ns": 26824, + "jit_attach_ns": 58185, + "context_create_ns": 109297, + "definition_eval_ns": 66202, + "first_eval_ns": 230094, + "threshold_crossing_ns": 6827119, + "compile_ns": 6439522, + "install_ns": 47982, + "osr_ns": 0, + "steady_state_ns": 28357 + } + } + }, + { + "pair_index": 1, + "candidate": { + "elapsed_ns": 27481, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 268983, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9945088, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7274168, + "runtime_create_ns": 28405, + "jit_attach_ns": 51513, + "context_create_ns": 110224, + "definition_eval_ns": 43339, + "first_eval_ns": 221333, + "threshold_crossing_ns": 6760756, + "compile_ns": 6324512, + "install_ns": 44820, + "osr_ns": 0, + "steady_state_ns": 27481 + } + }, + "reference": { + "elapsed_ns": 27527, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229747, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7286543, + "runtime_create_ns": 25245, + "jit_attach_ns": 61081, + "context_create_ns": 108395, + "definition_eval_ns": 58832, + "first_eval_ns": 231839, + "threshold_crossing_ns": 6734609, + "compile_ns": 6319690, + "install_ns": 46421, + "osr_ns": 0, + "steady_state_ns": 27527 + } + }, + "entry_cache": { + "elapsed_ns": 30009, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 240249, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9932800, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6849675, + "runtime_create_ns": 31638, + "jit_attach_ns": 55266, + "context_create_ns": 108146, + "definition_eval_ns": 55777, + "first_eval_ns": 229185, + "threshold_crossing_ns": 6307841, + "compile_ns": 6007011, + "install_ns": 44507, + "osr_ns": 0, + "steady_state_ns": 30009 + } + } + }, + { + "pair_index": 2, + "candidate": { + "elapsed_ns": 26791, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 246779, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10010624, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7437968, + "runtime_create_ns": 26979, + "jit_attach_ns": 59907, + "context_create_ns": 108711, + "definition_eval_ns": 53142, + "first_eval_ns": 228588, + "threshold_crossing_ns": 6901360, + "compile_ns": 6519918, + "install_ns": 51063, + "osr_ns": 0, + "steady_state_ns": 26791 + } + }, + "reference": { + "elapsed_ns": 28125, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229344, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9846784, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7183877, + "runtime_create_ns": 25232, + "jit_attach_ns": 61380, + "context_create_ns": 103837, + "definition_eval_ns": 53607, + "first_eval_ns": 236656, + "threshold_crossing_ns": 6644745, + "compile_ns": 6300246, + "install_ns": 44907, + "osr_ns": 0, + "steady_state_ns": 28125 + } + }, + "entry_cache": { + "elapsed_ns": 28674, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 241445, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9834496, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7353720, + "runtime_create_ns": 30456, + "jit_attach_ns": 59473, + "context_create_ns": 108534, + "definition_eval_ns": 53281, + "first_eval_ns": 230171, + "threshold_crossing_ns": 6811774, + "compile_ns": 6402085, + "install_ns": 51008, + "osr_ns": 0, + "steady_state_ns": 28674 + } + } + }, + { + "pair_index": 3, + "reference": { + "elapsed_ns": 28015, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 225111, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7164753, + "runtime_create_ns": 25188, + "jit_attach_ns": 52965, + "context_create_ns": 102043, + "definition_eval_ns": 42053, + "first_eval_ns": 217064, + "threshold_crossing_ns": 6669691, + "compile_ns": 6246602, + "install_ns": 41492, + "osr_ns": 0, + "steady_state_ns": 28015 + } + }, + "entry_cache": { + "elapsed_ns": 27485, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228950, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9850880, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7053130, + "runtime_create_ns": 26822, + "jit_attach_ns": 50180, + "context_create_ns": 105190, + "definition_eval_ns": 46309, + "first_eval_ns": 230027, + "threshold_crossing_ns": 6537345, + "compile_ns": 6115024, + "install_ns": 61163, + "osr_ns": 0, + "steady_state_ns": 27485 + } + }, + "candidate": { + "elapsed_ns": 33397, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 235419, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9859072, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7188995, + "runtime_create_ns": 29942, + "jit_attach_ns": 56706, + "context_create_ns": 105855, + "definition_eval_ns": 64057, + "first_eval_ns": 225453, + "threshold_crossing_ns": 6639760, + "compile_ns": 6247678, + "install_ns": 44811, + "osr_ns": 0, + "steady_state_ns": 33397 + } + } + }, + { + "pair_index": 4, + "reference": { + "elapsed_ns": 28151, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 226651, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9953280, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7177175, + "runtime_create_ns": 26337, + "jit_attach_ns": 54821, + "context_create_ns": 115676, + "definition_eval_ns": 49922, + "first_eval_ns": 225694, + "threshold_crossing_ns": 6643694, + "compile_ns": 6235629, + "install_ns": 42333, + "osr_ns": 0, + "steady_state_ns": 28151 + } + }, + "entry_cache": { + "elapsed_ns": 27602, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 230158, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9846784, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6755864, + "runtime_create_ns": 26733, + "jit_attach_ns": 51118, + "context_create_ns": 109019, + "definition_eval_ns": 49459, + "first_eval_ns": 229542, + "threshold_crossing_ns": 6233192, + "compile_ns": 5896506, + "install_ns": 41332, + "osr_ns": 0, + "steady_state_ns": 27602 + } + }, + "candidate": { + "elapsed_ns": 27099, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 11, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 3943745, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9990144, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7022838, + "runtime_create_ns": 26569, + "jit_attach_ns": 57202, + "context_create_ns": 113763, + "definition_eval_ns": 55166, + "first_eval_ns": 224869, + "threshold_crossing_ns": 6482543, + "compile_ns": 6149220, + "install_ns": 42541, + "osr_ns": 0, + "steady_state_ns": 27099 + } + } + }, + { + "pair_index": 5, + "reference": { + "elapsed_ns": 27524, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 258598, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9957376, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7289900, + "runtime_create_ns": 27610, + "jit_attach_ns": 60248, + "context_create_ns": 118784, + "definition_eval_ns": 50306, + "first_eval_ns": 242841, + "threshold_crossing_ns": 6729700, + "compile_ns": 6291519, + "install_ns": 45740, + "osr_ns": 0, + "steady_state_ns": 27524 + } + }, + "entry_cache": { + "elapsed_ns": 28141, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 242681, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9953280, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7047498, + "runtime_create_ns": 35772, + "jit_attach_ns": 58755, + "context_create_ns": 108653, + "definition_eval_ns": 53131, + "first_eval_ns": 236367, + "threshold_crossing_ns": 6494062, + "compile_ns": 6154607, + "install_ns": 47065, + "osr_ns": 0, + "steady_state_ns": 28141 + } + }, + "candidate": { + "elapsed_ns": 27348, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 235761, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9932800, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7460343, + "runtime_create_ns": 31819, + "jit_attach_ns": 59869, + "context_create_ns": 114425, + "definition_eval_ns": 58017, + "first_eval_ns": 228128, + "threshold_crossing_ns": 6905610, + "compile_ns": 6494359, + "install_ns": 47968, + "osr_ns": 0, + "steady_state_ns": 27348 + } + } + }, + { + "pair_index": 6, + "reference": { + "elapsed_ns": 27359, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 230685, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8207977, + "runtime_create_ns": 25768, + "jit_attach_ns": 55325, + "context_create_ns": 101811, + "definition_eval_ns": 41879, + "first_eval_ns": 234531, + "threshold_crossing_ns": 7692048, + "compile_ns": 7343604, + "install_ns": 47375, + "osr_ns": 0, + "steady_state_ns": 27359 + } + }, + "entry_cache": { + "elapsed_ns": 27683, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 231462, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9900032, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7072565, + "runtime_create_ns": 29659, + "jit_attach_ns": 57393, + "context_create_ns": 110129, + "definition_eval_ns": 54074, + "first_eval_ns": 241835, + "threshold_crossing_ns": 6518399, + "compile_ns": 6122847, + "install_ns": 43126, + "osr_ns": 0, + "steady_state_ns": 27683 + } + }, + "candidate": { + "elapsed_ns": 30981, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 226373, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10039296, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7192468, + "runtime_create_ns": 29953, + "jit_attach_ns": 57624, + "context_create_ns": 112476, + "definition_eval_ns": 58621, + "first_eval_ns": 242210, + "threshold_crossing_ns": 6626994, + "compile_ns": 6304312, + "install_ns": 45044, + "osr_ns": 0, + "steady_state_ns": 30981 + } + } + }, + { + "pair_index": 7, + "entry_cache": { + "elapsed_ns": 27618, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 230340, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9846784, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7049508, + "runtime_create_ns": 28641, + "jit_attach_ns": 59094, + "context_create_ns": 104529, + "definition_eval_ns": 53138, + "first_eval_ns": 226753, + "threshold_crossing_ns": 6518115, + "compile_ns": 6136606, + "install_ns": 43452, + "osr_ns": 0, + "steady_state_ns": 27618 + } + }, + "candidate": { + "elapsed_ns": 27668, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227409, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10027008, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7175479, + "runtime_create_ns": 25202, + "jit_attach_ns": 55408, + "context_create_ns": 107507, + "definition_eval_ns": 61623, + "first_eval_ns": 217694, + "threshold_crossing_ns": 6649433, + "compile_ns": 6306162, + "install_ns": 44189, + "osr_ns": 0, + "steady_state_ns": 27668 + } + }, + "reference": { + "elapsed_ns": 28396, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233288, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9953280, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7256089, + "runtime_create_ns": 27599, + "jit_attach_ns": 71499, + "context_create_ns": 107281, + "definition_eval_ns": 52714, + "first_eval_ns": 228630, + "threshold_crossing_ns": 6706222, + "compile_ns": 6334833, + "install_ns": 46168, + "osr_ns": 0, + "steady_state_ns": 28396 + } + } + }, + { + "pair_index": 8, + "entry_cache": { + "elapsed_ns": 27517, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229753, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6893931, + "runtime_create_ns": 31486, + "jit_attach_ns": 59844, + "context_create_ns": 117702, + "definition_eval_ns": 60023, + "first_eval_ns": 223648, + "threshold_crossing_ns": 6333601, + "compile_ns": 5981528, + "install_ns": 45788, + "osr_ns": 0, + "steady_state_ns": 27517 + } + }, + "candidate": { + "elapsed_ns": 27546, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228418, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9854976, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6933502, + "runtime_create_ns": 28019, + "jit_attach_ns": 55782, + "context_create_ns": 103324, + "definition_eval_ns": 55222, + "first_eval_ns": 240740, + "threshold_crossing_ns": 6393073, + "compile_ns": 6072494, + "install_ns": 46211, + "osr_ns": 0, + "steady_state_ns": 27546 + } + }, + "reference": { + "elapsed_ns": 27829, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 230727, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9965568, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6975492, + "runtime_create_ns": 26228, + "jit_attach_ns": 66991, + "context_create_ns": 108498, + "definition_eval_ns": 55698, + "first_eval_ns": 230747, + "threshold_crossing_ns": 6425328, + "compile_ns": 6092497, + "install_ns": 43266, + "osr_ns": 0, + "steady_state_ns": 27829 + } + } + }, + { + "pair_index": 9, + "entry_cache": { + "elapsed_ns": 32237, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 225437, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9912320, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6743527, + "runtime_create_ns": 27117, + "jit_attach_ns": 46479, + "context_create_ns": 109542, + "definition_eval_ns": 39082, + "first_eval_ns": 219180, + "threshold_crossing_ns": 6241965, + "compile_ns": 5906994, + "install_ns": 41298, + "osr_ns": 0, + "steady_state_ns": 32237 + } + }, + "candidate": { + "elapsed_ns": 26770, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228567, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9793536, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6828771, + "runtime_create_ns": 26380, + "jit_attach_ns": 50977, + "context_create_ns": 105311, + "definition_eval_ns": 46352, + "first_eval_ns": 212186, + "threshold_crossing_ns": 6331593, + "compile_ns": 6016931, + "install_ns": 44190, + "osr_ns": 0, + "steady_state_ns": 26770 + } + }, + "reference": { + "elapsed_ns": 27452, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 230960, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10022912, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6982679, + "runtime_create_ns": 27166, + "jit_attach_ns": 57285, + "context_create_ns": 105501, + "definition_eval_ns": 51358, + "first_eval_ns": 223487, + "threshold_crossing_ns": 6457658, + "compile_ns": 6107678, + "install_ns": 44815, + "osr_ns": 0, + "steady_state_ns": 27452 + } + } + }, + { + "pair_index": 10, + "entry_cache": { + "elapsed_ns": 27914, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 231855, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9936896, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6995907, + "runtime_create_ns": 25211, + "jit_attach_ns": 49558, + "context_create_ns": 103430, + "definition_eval_ns": 42337, + "first_eval_ns": 217455, + "threshold_crossing_ns": 6501279, + "compile_ns": 6088115, + "install_ns": 40714, + "osr_ns": 0, + "steady_state_ns": 27914 + } + }, + "candidate": { + "elapsed_ns": 26674, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 235260, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9916416, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7116304, + "runtime_create_ns": 25947, + "jit_attach_ns": 52757, + "context_create_ns": 101976, + "definition_eval_ns": 41926, + "first_eval_ns": 217191, + "threshold_crossing_ns": 6620667, + "compile_ns": 6230216, + "install_ns": 42874, + "osr_ns": 0, + "steady_state_ns": 26674 + } + }, + "reference": { + "elapsed_ns": 32557, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 244709, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9940992, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7138391, + "runtime_create_ns": 27162, + "jit_attach_ns": 53102, + "context_create_ns": 101264, + "definition_eval_ns": 43704, + "first_eval_ns": 221898, + "threshold_crossing_ns": 6629508, + "compile_ns": 6211127, + "install_ns": 42056, + "osr_ns": 0, + "steady_state_ns": 32557 + } + } + }, + { + "pair_index": 11, + "candidate": { + "elapsed_ns": 26834, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228462, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9965568, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7179329, + "runtime_create_ns": 26605, + "jit_attach_ns": 53149, + "context_create_ns": 105757, + "definition_eval_ns": 48284, + "first_eval_ns": 230378, + "threshold_crossing_ns": 6657234, + "compile_ns": 6291730, + "install_ns": 43950, + "osr_ns": 0, + "steady_state_ns": 26834 + } + }, + "reference": { + "elapsed_ns": 27790, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 234585, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10059776, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7140421, + "runtime_create_ns": 25581, + "jit_attach_ns": 50140, + "context_create_ns": 100415, + "definition_eval_ns": 44141, + "first_eval_ns": 230026, + "threshold_crossing_ns": 6634537, + "compile_ns": 6237128, + "install_ns": 44250, + "osr_ns": 0, + "steady_state_ns": 27790 + } + }, + "entry_cache": { + "elapsed_ns": 34143, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 235258, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9986048, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7101420, + "runtime_create_ns": 28382, + "jit_attach_ns": 61120, + "context_create_ns": 111559, + "definition_eval_ns": 61015, + "first_eval_ns": 225385, + "threshold_crossing_ns": 6543459, + "compile_ns": 6181086, + "install_ns": 53064, + "osr_ns": 0, + "steady_state_ns": 34143 + } + } + }, + { + "pair_index": 12, + "candidate": { + "elapsed_ns": 40458, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 220059, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7189413, + "runtime_create_ns": 34323, + "jit_attach_ns": 57808, + "context_create_ns": 110700, + "definition_eval_ns": 56029, + "first_eval_ns": 223992, + "threshold_crossing_ns": 6630173, + "compile_ns": 6281113, + "install_ns": 44113, + "osr_ns": 0, + "steady_state_ns": 40458 + } + }, + "reference": { + "elapsed_ns": 28021, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 243235, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9961472, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7160420, + "runtime_create_ns": 27248, + "jit_attach_ns": 55390, + "context_create_ns": 103232, + "definition_eval_ns": 49421, + "first_eval_ns": 228196, + "threshold_crossing_ns": 6639169, + "compile_ns": 6276690, + "install_ns": 45413, + "osr_ns": 0, + "steady_state_ns": 28021 + } + }, + "entry_cache": { + "elapsed_ns": 27314, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 235208, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10006528, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7055133, + "runtime_create_ns": 35223, + "jit_attach_ns": 55841, + "context_create_ns": 108900, + "definition_eval_ns": 54607, + "first_eval_ns": 229087, + "threshold_crossing_ns": 6512544, + "compile_ns": 6139417, + "install_ns": 45138, + "osr_ns": 0, + "steady_state_ns": 27314 + } + } + }, + { + "pair_index": 13, + "candidate": { + "elapsed_ns": 40602, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 234083, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9891840, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6869278, + "runtime_create_ns": 26532, + "jit_attach_ns": 50287, + "context_create_ns": 105269, + "definition_eval_ns": 45668, + "first_eval_ns": 220585, + "threshold_crossing_ns": 6349674, + "compile_ns": 5997465, + "install_ns": 43193, + "osr_ns": 0, + "steady_state_ns": 40602 + } + }, + "reference": { + "elapsed_ns": 28208, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 232907, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9846784, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7133871, + "runtime_create_ns": 27526, + "jit_attach_ns": 50035, + "context_create_ns": 99867, + "definition_eval_ns": 42418, + "first_eval_ns": 218587, + "threshold_crossing_ns": 6639084, + "compile_ns": 6212223, + "install_ns": 51916, + "osr_ns": 0, + "steady_state_ns": 28208 + } + }, + "entry_cache": { + "elapsed_ns": 32553, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 224956, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10035200, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7060708, + "runtime_create_ns": 29190, + "jit_attach_ns": 52445, + "context_create_ns": 107789, + "definition_eval_ns": 52801, + "first_eval_ns": 224846, + "threshold_crossing_ns": 6527404, + "compile_ns": 6146413, + "install_ns": 44299, + "osr_ns": 0, + "steady_state_ns": 32553 + } + } + }, + { + "pair_index": 14, + "candidate": { + "elapsed_ns": 45663, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 210944, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9932800, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6999173, + "runtime_create_ns": 25037, + "jit_attach_ns": 58396, + "context_create_ns": 104997, + "definition_eval_ns": 45715, + "first_eval_ns": 223695, + "threshold_crossing_ns": 6465005, + "compile_ns": 6120820, + "install_ns": 43786, + "osr_ns": 0, + "steady_state_ns": 45663 + } + }, + "reference": { + "elapsed_ns": 27649, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 230789, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7025353, + "runtime_create_ns": 25587, + "jit_attach_ns": 60113, + "context_create_ns": 115263, + "definition_eval_ns": 50733, + "first_eval_ns": 231860, + "threshold_crossing_ns": 6485120, + "compile_ns": 6133251, + "install_ns": 45626, + "osr_ns": 0, + "steady_state_ns": 27649 + } + }, + "entry_cache": { + "elapsed_ns": 27472, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 235265, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9904128, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7082440, + "runtime_create_ns": 29475, + "jit_attach_ns": 53331, + "context_create_ns": 108163, + "definition_eval_ns": 56836, + "first_eval_ns": 234032, + "threshold_crossing_ns": 6536093, + "compile_ns": 6154726, + "install_ns": 41305, + "osr_ns": 0, + "steady_state_ns": 27472 + } + } + }, + { + "pair_index": 15, + "reference": { + "elapsed_ns": 27447, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 240335, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9990144, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7104212, + "runtime_create_ns": 27642, + "jit_attach_ns": 54410, + "context_create_ns": 101825, + "definition_eval_ns": 43265, + "first_eval_ns": 216455, + "threshold_crossing_ns": 6604922, + "compile_ns": 6239187, + "install_ns": 44018, + "osr_ns": 0, + "steady_state_ns": 27447 + } + }, + "entry_cache": { + "elapsed_ns": 29890, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227098, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9879552, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7058322, + "runtime_create_ns": 45704, + "jit_attach_ns": 55096, + "context_create_ns": 106932, + "definition_eval_ns": 46228, + "first_eval_ns": 226476, + "threshold_crossing_ns": 6516603, + "compile_ns": 6124560, + "install_ns": 47914, + "osr_ns": 0, + "steady_state_ns": 29890 + } + }, + "candidate": { + "elapsed_ns": 27385, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227756, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10014720, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7422908, + "runtime_create_ns": 31397, + "jit_attach_ns": 58245, + "context_create_ns": 119250, + "definition_eval_ns": 58450, + "first_eval_ns": 225939, + "threshold_crossing_ns": 6868521, + "compile_ns": 6464328, + "install_ns": 46048, + "osr_ns": 0, + "steady_state_ns": 27385 + } + } + }, + { + "pair_index": 16, + "reference": { + "elapsed_ns": 27910, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229259, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10010624, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7164923, + "runtime_create_ns": 24132, + "jit_attach_ns": 54367, + "context_create_ns": 105517, + "definition_eval_ns": 45272, + "first_eval_ns": 233088, + "threshold_crossing_ns": 6643877, + "compile_ns": 6254169, + "install_ns": 45055, + "osr_ns": 0, + "steady_state_ns": 27910 + } + }, + "entry_cache": { + "elapsed_ns": 27319, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 236094, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10088448, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7050472, + "runtime_create_ns": 29974, + "jit_attach_ns": 52426, + "context_create_ns": 107637, + "definition_eval_ns": 45631, + "first_eval_ns": 237225, + "threshold_crossing_ns": 6520528, + "compile_ns": 6122055, + "install_ns": 43837, + "osr_ns": 0, + "steady_state_ns": 27319 + } + }, + "candidate": { + "elapsed_ns": 26775, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 232259, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7195253, + "runtime_create_ns": 28423, + "jit_attach_ns": 59087, + "context_create_ns": 112909, + "definition_eval_ns": 61085, + "first_eval_ns": 242752, + "threshold_crossing_ns": 6631042, + "compile_ns": 6260806, + "install_ns": 44575, + "osr_ns": 0, + "steady_state_ns": 26775 + } + } + }, + { + "pair_index": 17, + "reference": { + "elapsed_ns": 27723, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233706, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9990144, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8331574, + "runtime_create_ns": 25857, + "jit_attach_ns": 58177, + "context_create_ns": 103380, + "definition_eval_ns": 52193, + "first_eval_ns": 240564, + "threshold_crossing_ns": 7791259, + "compile_ns": 7450487, + "install_ns": 47591, + "osr_ns": 0, + "steady_state_ns": 27723 + } + }, + "entry_cache": { + "elapsed_ns": 27853, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 234172, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9904128, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7054363, + "runtime_create_ns": 29369, + "jit_attach_ns": 53193, + "context_create_ns": 112693, + "definition_eval_ns": 46944, + "first_eval_ns": 224047, + "threshold_crossing_ns": 6530899, + "compile_ns": 6114512, + "install_ns": 44825, + "osr_ns": 0, + "steady_state_ns": 27853 + } + }, + "candidate": { + "elapsed_ns": 26862, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229597, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9904128, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7194095, + "runtime_create_ns": 28638, + "jit_attach_ns": 55600, + "context_create_ns": 113545, + "definition_eval_ns": 71666, + "first_eval_ns": 231278, + "threshold_crossing_ns": 6632740, + "compile_ns": 6251313, + "install_ns": 46760, + "osr_ns": 0, + "steady_state_ns": 26862 + } + } + }, + { + "pair_index": 18, + "reference": { + "elapsed_ns": 28226, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 232518, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9990144, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6877221, + "runtime_create_ns": 25697, + "jit_attach_ns": 60097, + "context_create_ns": 102314, + "definition_eval_ns": 43383, + "first_eval_ns": 221879, + "threshold_crossing_ns": 6367072, + "compile_ns": 5989479, + "install_ns": 48417, + "osr_ns": 0, + "steady_state_ns": 28226 + } + }, + "entry_cache": { + "elapsed_ns": 27838, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229558, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7108657, + "runtime_create_ns": 25823, + "jit_attach_ns": 83573, + "context_create_ns": 111916, + "definition_eval_ns": 56249, + "first_eval_ns": 224621, + "threshold_crossing_ns": 6546629, + "compile_ns": 6193252, + "install_ns": 43718, + "osr_ns": 0, + "steady_state_ns": 27838 + } + }, + "candidate": { + "elapsed_ns": 35250, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 221444, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9965568, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7180348, + "runtime_create_ns": 30509, + "jit_attach_ns": 56466, + "context_create_ns": 126849, + "definition_eval_ns": 63563, + "first_eval_ns": 225997, + "threshold_crossing_ns": 6610936, + "compile_ns": 6203708, + "install_ns": 42451, + "osr_ns": 0, + "steady_state_ns": 35250 + } + } + }, + { + "pair_index": 19, + "entry_cache": { + "elapsed_ns": 27359, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229364, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6731135, + "runtime_create_ns": 23495, + "jit_attach_ns": 52330, + "context_create_ns": 101925, + "definition_eval_ns": 42536, + "first_eval_ns": 223893, + "threshold_crossing_ns": 6229953, + "compile_ns": 5896880, + "install_ns": 44755, + "osr_ns": 0, + "steady_state_ns": 27359 + } + }, + "candidate": { + "elapsed_ns": 26736, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227971, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10027008, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6744942, + "runtime_create_ns": 25147, + "jit_attach_ns": 46225, + "context_create_ns": 106097, + "definition_eval_ns": 42890, + "first_eval_ns": 216521, + "threshold_crossing_ns": 6251259, + "compile_ns": 5894575, + "install_ns": 49879, + "osr_ns": 0, + "steady_state_ns": 26736 + } + }, + "reference": { + "elapsed_ns": 27740, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 232131, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9781248, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6943647, + "runtime_create_ns": 31138, + "jit_attach_ns": 56704, + "context_create_ns": 104853, + "definition_eval_ns": 55038, + "first_eval_ns": 229175, + "threshold_crossing_ns": 6409172, + "compile_ns": 6056379, + "install_ns": 44475, + "osr_ns": 0, + "steady_state_ns": 27740 + } + } + }, + { + "pair_index": 20, + "entry_cache": { + "elapsed_ns": 27401, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228288, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9883648, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6678125, + "runtime_create_ns": 25960, + "jit_attach_ns": 50049, + "context_create_ns": 98200, + "definition_eval_ns": 41512, + "first_eval_ns": 222036, + "threshold_crossing_ns": 6184698, + "compile_ns": 5885435, + "install_ns": 41992, + "osr_ns": 0, + "steady_state_ns": 27401 + } + }, + "candidate": { + "elapsed_ns": 27377, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227209, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9981952, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6804536, + "runtime_create_ns": 22060, + "jit_attach_ns": 49758, + "context_create_ns": 103977, + "definition_eval_ns": 40782, + "first_eval_ns": 213280, + "threshold_crossing_ns": 6318499, + "compile_ns": 6007122, + "install_ns": 39577, + "osr_ns": 0, + "steady_state_ns": 27377 + } + }, + "reference": { + "elapsed_ns": 27597, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 234276, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9834496, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6863645, + "runtime_create_ns": 26568, + "jit_attach_ns": 52408, + "context_create_ns": 99950, + "definition_eval_ns": 49277, + "first_eval_ns": 223941, + "threshold_crossing_ns": 6355306, + "compile_ns": 6014416, + "install_ns": 41183, + "osr_ns": 0, + "steady_state_ns": 27597 + } + } + }, + { + "pair_index": 21, + "entry_cache": { + "elapsed_ns": 27917, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227473, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6627818, + "runtime_create_ns": 26234, + "jit_attach_ns": 56707, + "context_create_ns": 98845, + "definition_eval_ns": 36131, + "first_eval_ns": 216676, + "threshold_crossing_ns": 6138814, + "compile_ns": 5848780, + "install_ns": 38457, + "osr_ns": 0, + "steady_state_ns": 27917 + } + }, + "candidate": { + "elapsed_ns": 27396, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227392, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9908224, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6818892, + "runtime_create_ns": 22655, + "jit_attach_ns": 47824, + "context_create_ns": 98678, + "definition_eval_ns": 37742, + "first_eval_ns": 209467, + "threshold_crossing_ns": 6347100, + "compile_ns": 6036012, + "install_ns": 43672, + "osr_ns": 0, + "steady_state_ns": 27396 + } + }, + "reference": { + "elapsed_ns": 28109, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229275, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9957376, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7114532, + "runtime_create_ns": 27563, + "jit_attach_ns": 57976, + "context_create_ns": 102026, + "definition_eval_ns": 45357, + "first_eval_ns": 217498, + "threshold_crossing_ns": 6606321, + "compile_ns": 6200551, + "install_ns": 43639, + "osr_ns": 0, + "steady_state_ns": 28109 + } + } + }, + { + "pair_index": 22, + "entry_cache": { + "elapsed_ns": 27312, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228943, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9932800, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6695144, + "runtime_create_ns": 23446, + "jit_attach_ns": 50902, + "context_create_ns": 101520, + "definition_eval_ns": 41202, + "first_eval_ns": 216859, + "threshold_crossing_ns": 6206548, + "compile_ns": 5860734, + "install_ns": 38965, + "osr_ns": 0, + "steady_state_ns": 27312 + } + }, + "candidate": { + "elapsed_ns": 27578, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227957, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9916416, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6687344, + "runtime_create_ns": 24558, + "jit_attach_ns": 50013, + "context_create_ns": 99753, + "definition_eval_ns": 43255, + "first_eval_ns": 219904, + "threshold_crossing_ns": 6193128, + "compile_ns": 5854202, + "install_ns": 43861, + "osr_ns": 0, + "steady_state_ns": 27578 + } + }, + "reference": { + "elapsed_ns": 41203, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 215682, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9768960, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6939727, + "runtime_create_ns": 23635, + "jit_attach_ns": 53379, + "context_create_ns": 106462, + "definition_eval_ns": 44327, + "first_eval_ns": 226125, + "threshold_crossing_ns": 6415156, + "compile_ns": 6062121, + "install_ns": 46072, + "osr_ns": 0, + "steady_state_ns": 41203 + } + } + }, + { + "pair_index": 23, + "candidate": { + "elapsed_ns": 26721, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228104, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10006528, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6843655, + "runtime_create_ns": 22589, + "jit_attach_ns": 51578, + "context_create_ns": 101690, + "definition_eval_ns": 43512, + "first_eval_ns": 233994, + "threshold_crossing_ns": 6334363, + "compile_ns": 6003088, + "install_ns": 44077, + "osr_ns": 0, + "steady_state_ns": 26721 + } + }, + "reference": { + "elapsed_ns": 27724, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233063, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9932800, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6338439, + "runtime_create_ns": 25328, + "jit_attach_ns": 47509, + "context_create_ns": 97031, + "definition_eval_ns": 37611, + "first_eval_ns": 219155, + "threshold_crossing_ns": 5857070, + "compile_ns": 5519913, + "install_ns": 39926, + "osr_ns": 0, + "steady_state_ns": 27724 + } + }, + "entry_cache": { + "elapsed_ns": 27563, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 235518, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7564142, + "runtime_create_ns": 26752, + "jit_attach_ns": 52273, + "context_create_ns": 105624, + "definition_eval_ns": 47344, + "first_eval_ns": 216478, + "threshold_crossing_ns": 7057562, + "compile_ns": 6080464, + "install_ns": 48014, + "osr_ns": 0, + "steady_state_ns": 27563 + } + } + }, + { + "pair_index": 24, + "candidate": { + "elapsed_ns": 26899, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228413, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9940992, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6642362, + "runtime_create_ns": 25121, + "jit_attach_ns": 46556, + "context_create_ns": 96273, + "definition_eval_ns": 40793, + "first_eval_ns": 209290, + "threshold_crossing_ns": 6170883, + "compile_ns": 5862491, + "install_ns": 40059, + "osr_ns": 0, + "steady_state_ns": 26899 + } + }, + "reference": { + "elapsed_ns": 27452, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229556, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9883648, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6769213, + "runtime_create_ns": 25167, + "jit_attach_ns": 48646, + "context_create_ns": 98583, + "definition_eval_ns": 36120, + "first_eval_ns": 228730, + "threshold_crossing_ns": 6277744, + "compile_ns": 5983328, + "install_ns": 38917, + "osr_ns": 0, + "steady_state_ns": 27452 + } + }, + "entry_cache": { + "elapsed_ns": 27867, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229565, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6736628, + "runtime_create_ns": 23880, + "jit_attach_ns": 52777, + "context_create_ns": 102787, + "definition_eval_ns": 47445, + "first_eval_ns": 216974, + "threshold_crossing_ns": 6234646, + "compile_ns": 5884248, + "install_ns": 42347, + "osr_ns": 0, + "steady_state_ns": 27867 + } + } + }, + { + "pair_index": 25, + "candidate": { + "elapsed_ns": 27071, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 241527, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6780002, + "runtime_create_ns": 26405, + "jit_attach_ns": 48851, + "context_create_ns": 102570, + "definition_eval_ns": 43486, + "first_eval_ns": 212585, + "threshold_crossing_ns": 6289340, + "compile_ns": 5979943, + "install_ns": 41412, + "osr_ns": 0, + "steady_state_ns": 27071 + } + }, + "reference": { + "elapsed_ns": 27958, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 232236, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10067968, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6773634, + "runtime_create_ns": 24927, + "jit_attach_ns": 49658, + "context_create_ns": 97334, + "definition_eval_ns": 37531, + "first_eval_ns": 219339, + "threshold_crossing_ns": 6288911, + "compile_ns": 5958860, + "install_ns": 40996, + "osr_ns": 0, + "steady_state_ns": 27958 + } + }, + "entry_cache": { + "elapsed_ns": 27872, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 234243, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9863168, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6750421, + "runtime_create_ns": 26904, + "jit_attach_ns": 49031, + "context_create_ns": 103443, + "definition_eval_ns": 48224, + "first_eval_ns": 242383, + "threshold_crossing_ns": 6223180, + "compile_ns": 5880158, + "install_ns": 43054, + "osr_ns": 0, + "steady_state_ns": 27872 + } + } + }, + { + "pair_index": 26, + "candidate": { + "elapsed_ns": 26716, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 236539, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9949184, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7107775, + "runtime_create_ns": 27600, + "jit_attach_ns": 57209, + "context_create_ns": 106826, + "definition_eval_ns": 49135, + "first_eval_ns": 219968, + "threshold_crossing_ns": 6587991, + "compile_ns": 6244667, + "install_ns": 49293, + "osr_ns": 0, + "steady_state_ns": 26716 + } + }, + "reference": { + "elapsed_ns": 28176, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 247064, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9961472, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7277886, + "runtime_create_ns": 29523, + "jit_attach_ns": 61104, + "context_create_ns": 105010, + "definition_eval_ns": 59151, + "first_eval_ns": 243811, + "threshold_crossing_ns": 6721452, + "compile_ns": 6318736, + "install_ns": 48759, + "osr_ns": 0, + "steady_state_ns": 28176 + } + }, + "entry_cache": { + "elapsed_ns": 27580, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 247471, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9908224, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7061587, + "runtime_create_ns": 29798, + "jit_attach_ns": 54734, + "context_create_ns": 107129, + "definition_eval_ns": 55997, + "first_eval_ns": 229982, + "threshold_crossing_ns": 6526327, + "compile_ns": 6167092, + "install_ns": 43771, + "osr_ns": 0, + "steady_state_ns": 27580 + } + } + }, + { + "pair_index": 27, + "reference": { + "elapsed_ns": 32511, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 232592, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9900032, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7162451, + "runtime_create_ns": 23973, + "jit_attach_ns": 54838, + "context_create_ns": 105954, + "definition_eval_ns": 41690, + "first_eval_ns": 219322, + "threshold_crossing_ns": 6652823, + "compile_ns": 6238421, + "install_ns": 44294, + "osr_ns": 0, + "steady_state_ns": 32511 + } + }, + "entry_cache": { + "elapsed_ns": 36063, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 223389, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10014720, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7065459, + "runtime_create_ns": 28182, + "jit_attach_ns": 68917, + "context_create_ns": 102841, + "definition_eval_ns": 45681, + "first_eval_ns": 215311, + "threshold_crossing_ns": 6537843, + "compile_ns": 6122750, + "install_ns": 48349, + "osr_ns": 0, + "steady_state_ns": 36063 + } + }, + "candidate": { + "elapsed_ns": 31110, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 224932, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9990144, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7034721, + "runtime_create_ns": 27122, + "jit_attach_ns": 58169, + "context_create_ns": 117968, + "definition_eval_ns": 59593, + "first_eval_ns": 229429, + "threshold_crossing_ns": 6477273, + "compile_ns": 6089375, + "install_ns": 46847, + "osr_ns": 0, + "steady_state_ns": 31110 + } + } + }, + { + "pair_index": 28, + "reference": { + "elapsed_ns": 27733, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228540, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9994240, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6621016, + "runtime_create_ns": 25450, + "jit_attach_ns": 47997, + "context_create_ns": 99356, + "definition_eval_ns": 36567, + "first_eval_ns": 214460, + "threshold_crossing_ns": 6142256, + "compile_ns": 5846585, + "install_ns": 40312, + "osr_ns": 0, + "steady_state_ns": 27733 + } + }, + "entry_cache": { + "elapsed_ns": 27850, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 234070, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10084352, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6746758, + "runtime_create_ns": 23111, + "jit_attach_ns": 47656, + "context_create_ns": 102184, + "definition_eval_ns": 37214, + "first_eval_ns": 233491, + "threshold_crossing_ns": 6247637, + "compile_ns": 5908442, + "install_ns": 41091, + "osr_ns": 0, + "steady_state_ns": 27850 + } + }, + "candidate": { + "elapsed_ns": 26938, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 230001, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10027008, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6761727, + "runtime_create_ns": 24031, + "jit_attach_ns": 54847, + "context_create_ns": 107938, + "definition_eval_ns": 56006, + "first_eval_ns": 225930, + "threshold_crossing_ns": 6233455, + "compile_ns": 5889105, + "install_ns": 49046, + "osr_ns": 0, + "steady_state_ns": 26938 + } + } + }, + { + "pair_index": 29, + "reference": { + "elapsed_ns": 28087, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233349, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6839708, + "runtime_create_ns": 25396, + "jit_attach_ns": 49770, + "context_create_ns": 98008, + "definition_eval_ns": 38583, + "first_eval_ns": 220744, + "threshold_crossing_ns": 6334845, + "compile_ns": 5992228, + "install_ns": 40982, + "osr_ns": 0, + "steady_state_ns": 28087 + } + }, + "entry_cache": { + "elapsed_ns": 27131, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 241728, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9949184, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6731342, + "runtime_create_ns": 28170, + "jit_attach_ns": 49356, + "context_create_ns": 100626, + "definition_eval_ns": 45221, + "first_eval_ns": 219743, + "threshold_crossing_ns": 6231113, + "compile_ns": 5885901, + "install_ns": 43135, + "osr_ns": 0, + "steady_state_ns": 27131 + } + }, + "candidate": { + "elapsed_ns": 27741, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 226914, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10010624, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6729319, + "runtime_create_ns": 25247, + "jit_attach_ns": 62016, + "context_create_ns": 106073, + "definition_eval_ns": 53243, + "first_eval_ns": 225753, + "threshold_crossing_ns": 6196890, + "compile_ns": 5859386, + "install_ns": 41885, + "osr_ns": 0, + "steady_state_ns": 27741 + } + } + } + ], + "automatic": [ + { + "pair_index": 0, + "reference": { + "elapsed_ns": 27804, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 286452, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9961472, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8199283, + "runtime_create_ns": 27355, + "jit_attach_ns": 54676, + "context_create_ns": 100399, + "definition_eval_ns": 40455, + "first_eval_ns": 203882, + "threshold_crossing_ns": 7723072, + "compile_ns": 6354459, + "install_ns": 47828, + "osr_ns": 0, + "steady_state_ns": 27804 + } + }, + "entry_cache": { + "elapsed_ns": 27712, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282253, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9830400, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8513230, + "runtime_create_ns": 29496, + "jit_attach_ns": 55724, + "context_create_ns": 103095, + "definition_eval_ns": 43623, + "first_eval_ns": 208415, + "threshold_crossing_ns": 8021836, + "compile_ns": 6592666, + "install_ns": 48494, + "osr_ns": 0, + "steady_state_ns": 27712 + } + }, + "candidate": { + "elapsed_ns": 26904, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 294452, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8446176, + "runtime_create_ns": 28164, + "jit_attach_ns": 61158, + "context_create_ns": 113948, + "definition_eval_ns": 51678, + "first_eval_ns": 227034, + "threshold_crossing_ns": 7909468, + "compile_ns": 6492324, + "install_ns": 48190, + "osr_ns": 0, + "steady_state_ns": 26904 + } + } + }, + { + "pair_index": 1, + "reference": { + "elapsed_ns": 29586, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284744, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9932800, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8107764, + "runtime_create_ns": 23903, + "jit_attach_ns": 55197, + "context_create_ns": 107573, + "definition_eval_ns": 36307, + "first_eval_ns": 196841, + "threshold_crossing_ns": 7634167, + "compile_ns": 6247254, + "install_ns": 46514, + "osr_ns": 0, + "steady_state_ns": 29586 + } + }, + "entry_cache": { + "elapsed_ns": 27940, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 285117, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9920512, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8586062, + "runtime_create_ns": 27436, + "jit_attach_ns": 56637, + "context_create_ns": 108450, + "definition_eval_ns": 42689, + "first_eval_ns": 202254, + "threshold_crossing_ns": 8097549, + "compile_ns": 6699758, + "install_ns": 46273, + "osr_ns": 0, + "steady_state_ns": 27940 + } + }, + "candidate": { + "elapsed_ns": 26940, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 288359, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9973760, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8628467, + "runtime_create_ns": 32005, + "jit_attach_ns": 57948, + "context_create_ns": 111834, + "definition_eval_ns": 43875, + "first_eval_ns": 217127, + "threshold_crossing_ns": 8115015, + "compile_ns": 6668554, + "install_ns": 50116, + "osr_ns": 0, + "steady_state_ns": 26940 + } + } + }, + { + "pair_index": 2, + "reference": { + "elapsed_ns": 27811, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 293668, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8397479, + "runtime_create_ns": 27111, + "jit_attach_ns": 53952, + "context_create_ns": 102836, + "definition_eval_ns": 33407, + "first_eval_ns": 197353, + "threshold_crossing_ns": 7932790, + "compile_ns": 6513171, + "install_ns": 47045, + "osr_ns": 0, + "steady_state_ns": 27811 + } + }, + "entry_cache": { + "elapsed_ns": 27146, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283881, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9920512, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8334691, + "runtime_create_ns": 25469, + "jit_attach_ns": 65870, + "context_create_ns": 107287, + "definition_eval_ns": 45036, + "first_eval_ns": 202705, + "threshold_crossing_ns": 7835433, + "compile_ns": 6479543, + "install_ns": 47926, + "osr_ns": 0, + "steady_state_ns": 27146 + } + }, + "candidate": { + "elapsed_ns": 26804, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 299375, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9883648, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8686387, + "runtime_create_ns": 33283, + "jit_attach_ns": 60212, + "context_create_ns": 105786, + "definition_eval_ns": 47757, + "first_eval_ns": 217517, + "threshold_crossing_ns": 8171625, + "compile_ns": 6746516, + "install_ns": 49197, + "osr_ns": 0, + "steady_state_ns": 26804 + } + } + }, + { + "pair_index": 3, + "reference": { + "elapsed_ns": 27642, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282733, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9912320, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8438982, + "runtime_create_ns": 25890, + "jit_attach_ns": 63854, + "context_create_ns": 107960, + "definition_eval_ns": 69571, + "first_eval_ns": 213788, + "threshold_crossing_ns": 7903414, + "compile_ns": 6553075, + "install_ns": 49835, + "osr_ns": 0, + "steady_state_ns": 27642 + } + }, + "entry_cache": { + "elapsed_ns": 27493, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284305, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9961472, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8310312, + "runtime_create_ns": 31692, + "jit_attach_ns": 56673, + "context_create_ns": 115189, + "definition_eval_ns": 39649, + "first_eval_ns": 200538, + "threshold_crossing_ns": 7813180, + "compile_ns": 6472334, + "install_ns": 51274, + "osr_ns": 0, + "steady_state_ns": 27493 + } + }, + "candidate": { + "elapsed_ns": 26721, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282260, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9887744, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8906350, + "runtime_create_ns": 33206, + "jit_attach_ns": 61059, + "context_create_ns": 113093, + "definition_eval_ns": 48556, + "first_eval_ns": 218923, + "threshold_crossing_ns": 8380659, + "compile_ns": 6728475, + "install_ns": 46875, + "osr_ns": 0, + "steady_state_ns": 26721 + } + } + }, + { + "pair_index": 4, + "entry_cache": { + "elapsed_ns": 27216, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 285670, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9969664, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8454443, + "runtime_create_ns": 26345, + "jit_attach_ns": 52833, + "context_create_ns": 103103, + "definition_eval_ns": 34359, + "first_eval_ns": 192365, + "threshold_crossing_ns": 7997118, + "compile_ns": 6526280, + "install_ns": 48129, + "osr_ns": 0, + "steady_state_ns": 27216 + } + }, + "candidate": { + "elapsed_ns": 26749, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280733, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10006528, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7975600, + "runtime_create_ns": 24124, + "jit_attach_ns": 54896, + "context_create_ns": 106475, + "definition_eval_ns": 40054, + "first_eval_ns": 206006, + "threshold_crossing_ns": 7492376, + "compile_ns": 6097274, + "install_ns": 41501, + "osr_ns": 0, + "steady_state_ns": 26749 + } + }, + "reference": { + "elapsed_ns": 27794, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284319, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9904128, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8424548, + "runtime_create_ns": 26555, + "jit_attach_ns": 57036, + "context_create_ns": 111857, + "definition_eval_ns": 38797, + "first_eval_ns": 205903, + "threshold_crossing_ns": 7934075, + "compile_ns": 6512234, + "install_ns": 50664, + "osr_ns": 0, + "steady_state_ns": 27794 + } + } + }, + { + "pair_index": 5, + "entry_cache": { + "elapsed_ns": 27703, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283962, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9940992, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8108891, + "runtime_create_ns": 25686, + "jit_attach_ns": 55468, + "context_create_ns": 108504, + "definition_eval_ns": 34688, + "first_eval_ns": 195695, + "threshold_crossing_ns": 7636657, + "compile_ns": 6275779, + "install_ns": 46163, + "osr_ns": 0, + "steady_state_ns": 27703 + } + }, + "candidate": { + "elapsed_ns": 28048, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283321, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9871360, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8758638, + "runtime_create_ns": 31496, + "jit_attach_ns": 59347, + "context_create_ns": 106877, + "definition_eval_ns": 47534, + "first_eval_ns": 213091, + "threshold_crossing_ns": 8247551, + "compile_ns": 6753715, + "install_ns": 46648, + "osr_ns": 0, + "steady_state_ns": 28048 + } + }, + "reference": { + "elapsed_ns": 27880, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281359, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10022912, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8447023, + "runtime_create_ns": 28688, + "jit_attach_ns": 57216, + "context_create_ns": 108020, + "definition_eval_ns": 42850, + "first_eval_ns": 207049, + "threshold_crossing_ns": 7949701, + "compile_ns": 6539026, + "install_ns": 51574, + "osr_ns": 0, + "steady_state_ns": 27880 + } + } + }, + { + "pair_index": 6, + "entry_cache": { + "elapsed_ns": 27288, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283067, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8356427, + "runtime_create_ns": 24914, + "jit_attach_ns": 55809, + "context_create_ns": 105045, + "definition_eval_ns": 35964, + "first_eval_ns": 198568, + "threshold_crossing_ns": 7884717, + "compile_ns": 6396503, + "install_ns": 48471, + "osr_ns": 0, + "steady_state_ns": 27288 + } + }, + "candidate": { + "elapsed_ns": 26732, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282698, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9932800, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8511203, + "runtime_create_ns": 30258, + "jit_attach_ns": 51962, + "context_create_ns": 108496, + "definition_eval_ns": 41559, + "first_eval_ns": 196713, + "threshold_crossing_ns": 8032784, + "compile_ns": 6552701, + "install_ns": 44075, + "osr_ns": 0, + "steady_state_ns": 26732 + } + }, + "reference": { + "elapsed_ns": 41146, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 265343, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10022912, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8395986, + "runtime_create_ns": 29729, + "jit_attach_ns": 57127, + "context_create_ns": 104726, + "definition_eval_ns": 40197, + "first_eval_ns": 200910, + "threshold_crossing_ns": 7896420, + "compile_ns": 6500256, + "install_ns": 47257, + "osr_ns": 0, + "steady_state_ns": 41146 + } + } + }, + { + "pair_index": 7, + "entry_cache": { + "elapsed_ns": 27592, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 285539, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9945088, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8430190, + "runtime_create_ns": 26360, + "jit_attach_ns": 54466, + "context_create_ns": 118200, + "definition_eval_ns": 35416, + "first_eval_ns": 193056, + "threshold_crossing_ns": 7951936, + "compile_ns": 6589583, + "install_ns": 47332, + "osr_ns": 0, + "steady_state_ns": 27592 + } + }, + "candidate": { + "elapsed_ns": 26927, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282036, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9945088, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8724741, + "runtime_create_ns": 33306, + "jit_attach_ns": 63417, + "context_create_ns": 115914, + "definition_eval_ns": 45761, + "first_eval_ns": 211207, + "threshold_crossing_ns": 8202503, + "compile_ns": 6756351, + "install_ns": 50606, + "osr_ns": 0, + "steady_state_ns": 26927 + } + }, + "reference": { + "elapsed_ns": 28081, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281269, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9969664, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8351076, + "runtime_create_ns": 39738, + "jit_attach_ns": 63791, + "context_create_ns": 107870, + "definition_eval_ns": 43275, + "first_eval_ns": 218045, + "threshold_crossing_ns": 7827913, + "compile_ns": 6430828, + "install_ns": 50397, + "osr_ns": 0, + "steady_state_ns": 28081 + } + } + }, + { + "pair_index": 8, + "candidate": { + "elapsed_ns": 26769, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 285573, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9998336, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8383690, + "runtime_create_ns": 25067, + "jit_attach_ns": 52280, + "context_create_ns": 105422, + "definition_eval_ns": 38515, + "first_eval_ns": 197689, + "threshold_crossing_ns": 7915364, + "compile_ns": 6409812, + "install_ns": 42701, + "osr_ns": 0, + "steady_state_ns": 26769 + } + }, + "reference": { + "elapsed_ns": 27712, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 285174, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9908224, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8066174, + "runtime_create_ns": 23119, + "jit_attach_ns": 50963, + "context_create_ns": 100221, + "definition_eval_ns": 31840, + "first_eval_ns": 192910, + "threshold_crossing_ns": 7617265, + "compile_ns": 6242358, + "install_ns": 44957, + "osr_ns": 0, + "steady_state_ns": 27712 + } + }, + "entry_cache": { + "elapsed_ns": 27690, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 295784, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8304958, + "runtime_create_ns": 27050, + "jit_attach_ns": 54483, + "context_create_ns": 107506, + "definition_eval_ns": 41005, + "first_eval_ns": 196289, + "threshold_crossing_ns": 7825873, + "compile_ns": 6418907, + "install_ns": 48010, + "osr_ns": 0, + "steady_state_ns": 27690 + } + } + }, + { + "pair_index": 9, + "candidate": { + "elapsed_ns": 26667, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283017, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9994240, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8109911, + "runtime_create_ns": 23282, + "jit_attach_ns": 62743, + "context_create_ns": 106432, + "definition_eval_ns": 34622, + "first_eval_ns": 194384, + "threshold_crossing_ns": 7637579, + "compile_ns": 6279616, + "install_ns": 50108, + "osr_ns": 0, + "steady_state_ns": 26667 + } + }, + "reference": { + "elapsed_ns": 27355, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283131, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9961472, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8212717, + "runtime_create_ns": 24782, + "jit_attach_ns": 53862, + "context_create_ns": 110365, + "definition_eval_ns": 35732, + "first_eval_ns": 200862, + "threshold_crossing_ns": 7737427, + "compile_ns": 6314116, + "install_ns": 46243, + "osr_ns": 0, + "steady_state_ns": 27355 + } + }, + "entry_cache": { + "elapsed_ns": 27910, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 285896, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10125312, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8550404, + "runtime_create_ns": 27225, + "jit_attach_ns": 53674, + "context_create_ns": 117125, + "definition_eval_ns": 41878, + "first_eval_ns": 195038, + "threshold_crossing_ns": 8064019, + "compile_ns": 6644650, + "install_ns": 42644, + "osr_ns": 0, + "steady_state_ns": 27910 + } + } + }, + { + "pair_index": 10, + "candidate": { + "elapsed_ns": 26869, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280706, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9904128, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8370405, + "runtime_create_ns": 25304, + "jit_attach_ns": 49571, + "context_create_ns": 112566, + "definition_eval_ns": 36701, + "first_eval_ns": 190235, + "threshold_crossing_ns": 7906633, + "compile_ns": 6422650, + "install_ns": 41072, + "osr_ns": 0, + "steady_state_ns": 26869 + } + }, + "reference": { + "elapsed_ns": 28366, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280428, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8273671, + "runtime_create_ns": 25218, + "jit_attach_ns": 51483, + "context_create_ns": 103212, + "definition_eval_ns": 36561, + "first_eval_ns": 205519, + "threshold_crossing_ns": 7799971, + "compile_ns": 6421783, + "install_ns": 44905, + "osr_ns": 0, + "steady_state_ns": 28366 + } + }, + "entry_cache": { + "elapsed_ns": 27358, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282646, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9854976, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8561571, + "runtime_create_ns": 30411, + "jit_attach_ns": 50038, + "context_create_ns": 100123, + "definition_eval_ns": 39825, + "first_eval_ns": 198251, + "threshold_crossing_ns": 8094801, + "compile_ns": 6607476, + "install_ns": 43670, + "osr_ns": 0, + "steady_state_ns": 27358 + } + } + }, + { + "pair_index": 11, + "candidate": { + "elapsed_ns": 26898, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281165, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9895936, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8271665, + "runtime_create_ns": 24857, + "jit_attach_ns": 50986, + "context_create_ns": 105751, + "definition_eval_ns": 36739, + "first_eval_ns": 199139, + "threshold_crossing_ns": 7804543, + "compile_ns": 6402868, + "install_ns": 44104, + "osr_ns": 0, + "steady_state_ns": 26898 + } + }, + "reference": { + "elapsed_ns": 28350, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280788, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9920512, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8376896, + "runtime_create_ns": 25777, + "jit_attach_ns": 50572, + "context_create_ns": 101233, + "definition_eval_ns": 32185, + "first_eval_ns": 192084, + "threshold_crossing_ns": 7924385, + "compile_ns": 6438844, + "install_ns": 47414, + "osr_ns": 0, + "steady_state_ns": 28350 + } + }, + "entry_cache": { + "elapsed_ns": 28087, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284770, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9932800, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8718623, + "runtime_create_ns": 31118, + "jit_attach_ns": 61647, + "context_create_ns": 110949, + "definition_eval_ns": 44448, + "first_eval_ns": 208020, + "threshold_crossing_ns": 8203372, + "compile_ns": 6817981, + "install_ns": 46039, + "osr_ns": 0, + "steady_state_ns": 28087 + } + } + }, + { + "pair_index": 12, + "reference": { + "elapsed_ns": 28100, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282638, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9863168, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8397888, + "runtime_create_ns": 27650, + "jit_attach_ns": 58461, + "context_create_ns": 105548, + "definition_eval_ns": 39231, + "first_eval_ns": 204806, + "threshold_crossing_ns": 7912437, + "compile_ns": 6480577, + "install_ns": 46667, + "osr_ns": 0, + "steady_state_ns": 28100 + } + }, + "entry_cache": { + "elapsed_ns": 27475, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283253, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9949184, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8530241, + "runtime_create_ns": 28364, + "jit_attach_ns": 51487, + "context_create_ns": 102573, + "definition_eval_ns": 39999, + "first_eval_ns": 192258, + "threshold_crossing_ns": 8064711, + "compile_ns": 6637774, + "install_ns": 45505, + "osr_ns": 0, + "steady_state_ns": 27475 + } + }, + "candidate": { + "elapsed_ns": 26619, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 285565, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9916416, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8534878, + "runtime_create_ns": 28447, + "jit_attach_ns": 67620, + "context_create_ns": 117397, + "definition_eval_ns": 48148, + "first_eval_ns": 213189, + "threshold_crossing_ns": 8006281, + "compile_ns": 6595072, + "install_ns": 45243, + "osr_ns": 0, + "steady_state_ns": 26619 + } + } + }, + { + "pair_index": 13, + "reference": { + "elapsed_ns": 28147, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 286124, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9826304, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8344537, + "runtime_create_ns": 26798, + "jit_attach_ns": 52601, + "context_create_ns": 100528, + "definition_eval_ns": 33615, + "first_eval_ns": 192860, + "threshold_crossing_ns": 7890172, + "compile_ns": 6459871, + "install_ns": 42676, + "osr_ns": 0, + "steady_state_ns": 28147 + } + }, + "entry_cache": { + "elapsed_ns": 27842, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 292623, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8615433, + "runtime_create_ns": 23518, + "jit_attach_ns": 53312, + "context_create_ns": 102981, + "definition_eval_ns": 38880, + "first_eval_ns": 195780, + "threshold_crossing_ns": 8149124, + "compile_ns": 6652923, + "install_ns": 48865, + "osr_ns": 0, + "steady_state_ns": 27842 + } + }, + "candidate": { + "elapsed_ns": 26747, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 296995, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9908224, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8680477, + "runtime_create_ns": 30795, + "jit_attach_ns": 62858, + "context_create_ns": 113681, + "definition_eval_ns": 44427, + "first_eval_ns": 211565, + "threshold_crossing_ns": 8164415, + "compile_ns": 6657592, + "install_ns": 45943, + "osr_ns": 0, + "steady_state_ns": 26747 + } + } + }, + { + "pair_index": 14, + "reference": { + "elapsed_ns": 27442, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 312551, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9953280, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8314926, + "runtime_create_ns": 27111, + "jit_attach_ns": 55838, + "context_create_ns": 101362, + "definition_eval_ns": 37098, + "first_eval_ns": 204362, + "threshold_crossing_ns": 7840346, + "compile_ns": 6366847, + "install_ns": 43545, + "osr_ns": 0, + "steady_state_ns": 27442 + } + }, + "entry_cache": { + "elapsed_ns": 27049, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282114, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9998336, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8531250, + "runtime_create_ns": 26483, + "jit_attach_ns": 55220, + "context_create_ns": 104355, + "definition_eval_ns": 32636, + "first_eval_ns": 202139, + "threshold_crossing_ns": 8060503, + "compile_ns": 6661963, + "install_ns": 43680, + "osr_ns": 0, + "steady_state_ns": 27049 + } + }, + "candidate": { + "elapsed_ns": 31675, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 276358, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9957376, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8244886, + "runtime_create_ns": 28647, + "jit_attach_ns": 56912, + "context_create_ns": 114276, + "definition_eval_ns": 43507, + "first_eval_ns": 208001, + "threshold_crossing_ns": 7734060, + "compile_ns": 6366875, + "install_ns": 45499, + "osr_ns": 0, + "steady_state_ns": 31675 + } + } + }, + { + "pair_index": 15, + "reference": { + "elapsed_ns": 27440, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282402, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9920512, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8023477, + "runtime_create_ns": 26067, + "jit_attach_ns": 54518, + "context_create_ns": 99328, + "definition_eval_ns": 37426, + "first_eval_ns": 202137, + "threshold_crossing_ns": 7556032, + "compile_ns": 6194393, + "install_ns": 43727, + "osr_ns": 0, + "steady_state_ns": 27440 + } + }, + "entry_cache": { + "elapsed_ns": 27693, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 294274, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8607011, + "runtime_create_ns": 23936, + "jit_attach_ns": 73117, + "context_create_ns": 103660, + "definition_eval_ns": 37924, + "first_eval_ns": 189060, + "threshold_crossing_ns": 8127794, + "compile_ns": 6670898, + "install_ns": 49040, + "osr_ns": 0, + "steady_state_ns": 27693 + } + }, + "candidate": { + "elapsed_ns": 26605, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281987, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9854976, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8427188, + "runtime_create_ns": 29582, + "jit_attach_ns": 59213, + "context_create_ns": 114752, + "definition_eval_ns": 46594, + "first_eval_ns": 209560, + "threshold_crossing_ns": 7914216, + "compile_ns": 6489654, + "install_ns": 44714, + "osr_ns": 0, + "steady_state_ns": 26605 + } + } + }, + { + "pair_index": 16, + "entry_cache": { + "elapsed_ns": 27757, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 291120, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9953280, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8390009, + "runtime_create_ns": 24201, + "jit_attach_ns": 54600, + "context_create_ns": 104760, + "definition_eval_ns": 37897, + "first_eval_ns": 196734, + "threshold_crossing_ns": 7920528, + "compile_ns": 6441675, + "install_ns": 48825, + "osr_ns": 0, + "steady_state_ns": 27757 + } + }, + "candidate": { + "elapsed_ns": 26849, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284472, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8694834, + "runtime_create_ns": 28236, + "jit_attach_ns": 62788, + "context_create_ns": 122542, + "definition_eval_ns": 47907, + "first_eval_ns": 217119, + "threshold_crossing_ns": 8158886, + "compile_ns": 6695200, + "install_ns": 48756, + "osr_ns": 0, + "steady_state_ns": 26849 + } + }, + "reference": { + "elapsed_ns": 27833, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 288600, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8551035, + "runtime_create_ns": 29604, + "jit_attach_ns": 60424, + "context_create_ns": 105865, + "definition_eval_ns": 41427, + "first_eval_ns": 215698, + "threshold_crossing_ns": 8047676, + "compile_ns": 6565653, + "install_ns": 48980, + "osr_ns": 0, + "steady_state_ns": 27833 + } + } + }, + { + "pair_index": 17, + "entry_cache": { + "elapsed_ns": 27710, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282477, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9998336, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8592623, + "runtime_create_ns": 24266, + "jit_attach_ns": 55182, + "context_create_ns": 113035, + "definition_eval_ns": 43986, + "first_eval_ns": 196574, + "threshold_crossing_ns": 8107008, + "compile_ns": 6666181, + "install_ns": 44285, + "osr_ns": 0, + "steady_state_ns": 27710 + } + }, + "candidate": { + "elapsed_ns": 27112, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281742, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9961472, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8412747, + "runtime_create_ns": 28713, + "jit_attach_ns": 53781, + "context_create_ns": 108734, + "definition_eval_ns": 39941, + "first_eval_ns": 199476, + "threshold_crossing_ns": 7930316, + "compile_ns": 6468738, + "install_ns": 47573, + "osr_ns": 0, + "steady_state_ns": 27112 + } + }, + "reference": { + "elapsed_ns": 27814, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284118, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10006528, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8384175, + "runtime_create_ns": 27127, + "jit_attach_ns": 59706, + "context_create_ns": 106474, + "definition_eval_ns": 41851, + "first_eval_ns": 213133, + "threshold_crossing_ns": 7884282, + "compile_ns": 6461077, + "install_ns": 45707, + "osr_ns": 0, + "steady_state_ns": 27814 + } + } + }, + { + "pair_index": 18, + "entry_cache": { + "elapsed_ns": 27744, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 285381, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9900032, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8417410, + "runtime_create_ns": 26254, + "jit_attach_ns": 49635, + "context_create_ns": 102285, + "definition_eval_ns": 43682, + "first_eval_ns": 185229, + "threshold_crossing_ns": 7959114, + "compile_ns": 6572501, + "install_ns": 42368, + "osr_ns": 0, + "steady_state_ns": 27744 + } + }, + "candidate": { + "elapsed_ns": 31778, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 275425, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9883648, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8125571, + "runtime_create_ns": 24264, + "jit_attach_ns": 55969, + "context_create_ns": 103556, + "definition_eval_ns": 30252, + "first_eval_ns": 191922, + "threshold_crossing_ns": 7664196, + "compile_ns": 6237168, + "install_ns": 50626, + "osr_ns": 0, + "steady_state_ns": 31778 + } + }, + "reference": { + "elapsed_ns": 27350, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281744, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10031104, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8543940, + "runtime_create_ns": 26983, + "jit_attach_ns": 56387, + "context_create_ns": 111465, + "definition_eval_ns": 36770, + "first_eval_ns": 200917, + "threshold_crossing_ns": 8061435, + "compile_ns": 6560511, + "install_ns": 48056, + "osr_ns": 0, + "steady_state_ns": 27350 + } + } + }, + { + "pair_index": 19, + "entry_cache": { + "elapsed_ns": 28099, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 287769, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9912320, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8689210, + "runtime_create_ns": 25075, + "jit_attach_ns": 60064, + "context_create_ns": 110058, + "definition_eval_ns": 38931, + "first_eval_ns": 193061, + "threshold_crossing_ns": 8205564, + "compile_ns": 6802291, + "install_ns": 45963, + "osr_ns": 0, + "steady_state_ns": 28099 + } + }, + "candidate": { + "elapsed_ns": 26815, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282752, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10014720, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8728367, + "runtime_create_ns": 30927, + "jit_attach_ns": 71439, + "context_create_ns": 124484, + "definition_eval_ns": 60811, + "first_eval_ns": 225942, + "threshold_crossing_ns": 8158014, + "compile_ns": 6717577, + "install_ns": 50303, + "osr_ns": 0, + "steady_state_ns": 26815 + } + }, + "reference": { + "elapsed_ns": 27511, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282798, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10006528, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7813624, + "runtime_create_ns": 29490, + "jit_attach_ns": 60664, + "context_create_ns": 115480, + "definition_eval_ns": 41464, + "first_eval_ns": 211892, + "threshold_crossing_ns": 7304394, + "compile_ns": 5907992, + "install_ns": 45799, + "osr_ns": 0, + "steady_state_ns": 27511 + } + } + }, + { + "pair_index": 20, + "candidate": { + "elapsed_ns": 26875, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281000, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8137568, + "runtime_create_ns": 21987, + "jit_attach_ns": 49114, + "context_create_ns": 101148, + "definition_eval_ns": 31490, + "first_eval_ns": 198180, + "threshold_crossing_ns": 7687019, + "compile_ns": 6273359, + "install_ns": 40513, + "osr_ns": 0, + "steady_state_ns": 26875 + } + }, + "reference": { + "elapsed_ns": 27920, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283043, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9887744, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8076002, + "runtime_create_ns": 26216, + "jit_attach_ns": 48292, + "context_create_ns": 96148, + "definition_eval_ns": 29936, + "first_eval_ns": 192565, + "threshold_crossing_ns": 7635946, + "compile_ns": 6253528, + "install_ns": 40487, + "osr_ns": 0, + "steady_state_ns": 27920 + } + }, + "entry_cache": { + "elapsed_ns": 28404, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280741, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10055680, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8210146, + "runtime_create_ns": 24526, + "jit_attach_ns": 51121, + "context_create_ns": 102748, + "definition_eval_ns": 37392, + "first_eval_ns": 191814, + "threshold_crossing_ns": 7750561, + "compile_ns": 6333675, + "install_ns": 41410, + "osr_ns": 0, + "steady_state_ns": 28404 + } + } + }, + { + "pair_index": 21, + "candidate": { + "elapsed_ns": 26816, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 286861, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9981952, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8037237, + "runtime_create_ns": 25380, + "jit_attach_ns": 47482, + "context_create_ns": 100822, + "definition_eval_ns": 45577, + "first_eval_ns": 191846, + "threshold_crossing_ns": 7577953, + "compile_ns": 6210037, + "install_ns": 39231, + "osr_ns": 0, + "steady_state_ns": 26816 + } + }, + "reference": { + "elapsed_ns": 28015, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282467, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10031104, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8094411, + "runtime_create_ns": 24758, + "jit_attach_ns": 47125, + "context_create_ns": 96993, + "definition_eval_ns": 30537, + "first_eval_ns": 185786, + "threshold_crossing_ns": 7662475, + "compile_ns": 6240138, + "install_ns": 42067, + "osr_ns": 0, + "steady_state_ns": 28015 + } + }, + "entry_cache": { + "elapsed_ns": 27215, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 285299, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9900032, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8147328, + "runtime_create_ns": 25345, + "jit_attach_ns": 50353, + "context_create_ns": 109264, + "definition_eval_ns": 35433, + "first_eval_ns": 187548, + "threshold_crossing_ns": 7690928, + "compile_ns": 6359935, + "install_ns": 41097, + "osr_ns": 0, + "steady_state_ns": 27215 + } + } + }, + { + "pair_index": 22, + "candidate": { + "elapsed_ns": 26837, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284141, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9912320, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8380852, + "runtime_create_ns": 26656, + "jit_attach_ns": 51954, + "context_create_ns": 102840, + "definition_eval_ns": 35474, + "first_eval_ns": 191697, + "threshold_crossing_ns": 7923998, + "compile_ns": 6468540, + "install_ns": 42633, + "osr_ns": 0, + "steady_state_ns": 26837 + } + }, + "reference": { + "elapsed_ns": 28304, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284038, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9981952, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8397344, + "runtime_create_ns": 26134, + "jit_attach_ns": 51120, + "context_create_ns": 100485, + "definition_eval_ns": 35290, + "first_eval_ns": 201179, + "threshold_crossing_ns": 7933780, + "compile_ns": 6565249, + "install_ns": 47776, + "osr_ns": 0, + "steady_state_ns": 28304 + } + }, + "entry_cache": { + "elapsed_ns": 27963, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 286392, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9904128, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8613485, + "runtime_create_ns": 30810, + "jit_attach_ns": 53713, + "context_create_ns": 114441, + "definition_eval_ns": 42334, + "first_eval_ns": 203094, + "threshold_crossing_ns": 8114950, + "compile_ns": 6704182, + "install_ns": 61413, + "osr_ns": 0, + "steady_state_ns": 27963 + } + } + }, + { + "pair_index": 23, + "candidate": { + "elapsed_ns": 26863, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 290345, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9908224, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8336268, + "runtime_create_ns": 25467, + "jit_attach_ns": 50862, + "context_create_ns": 100261, + "definition_eval_ns": 30740, + "first_eval_ns": 197615, + "threshold_crossing_ns": 7883373, + "compile_ns": 6507340, + "install_ns": 42256, + "osr_ns": 0, + "steady_state_ns": 26863 + } + }, + "reference": { + "elapsed_ns": 28063, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281753, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9895936, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7667406, + "runtime_create_ns": 25286, + "jit_attach_ns": 48822, + "context_create_ns": 97693, + "definition_eval_ns": 40650, + "first_eval_ns": 191710, + "threshold_crossing_ns": 7216118, + "compile_ns": 5873026, + "install_ns": 40205, + "osr_ns": 0, + "steady_state_ns": 28063 + } + }, + "entry_cache": { + "elapsed_ns": 27652, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282193, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9867264, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8073220, + "runtime_create_ns": 27605, + "jit_attach_ns": 48744, + "context_create_ns": 99558, + "definition_eval_ns": 39998, + "first_eval_ns": 195713, + "threshold_crossing_ns": 7613586, + "compile_ns": 6367459, + "install_ns": 41677, + "osr_ns": 0, + "steady_state_ns": 27652 + } + } + }, + { + "pair_index": 24, + "reference": { + "elapsed_ns": 27681, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281890, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9973760, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8071839, + "runtime_create_ns": 23049, + "jit_attach_ns": 48926, + "context_create_ns": 100720, + "definition_eval_ns": 27104, + "first_eval_ns": 194989, + "threshold_crossing_ns": 7629616, + "compile_ns": 6242783, + "install_ns": 41364, + "osr_ns": 0, + "steady_state_ns": 27681 + } + }, + "entry_cache": { + "elapsed_ns": 27785, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281041, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9879552, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8589812, + "runtime_create_ns": 27263, + "jit_attach_ns": 47891, + "context_create_ns": 99960, + "definition_eval_ns": 31124, + "first_eval_ns": 197042, + "threshold_crossing_ns": 8138066, + "compile_ns": 6653492, + "install_ns": 44754, + "osr_ns": 0, + "steady_state_ns": 27785 + } + }, + "candidate": { + "elapsed_ns": 26798, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 277440, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9936896, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8183608, + "runtime_create_ns": 27552, + "jit_attach_ns": 52102, + "context_create_ns": 113841, + "definition_eval_ns": 36329, + "first_eval_ns": 198703, + "threshold_crossing_ns": 7704636, + "compile_ns": 6271758, + "install_ns": 50977, + "osr_ns": 0, + "steady_state_ns": 26798 + } + } + }, + { + "pair_index": 25, + "reference": { + "elapsed_ns": 27279, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284066, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9904128, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7995445, + "runtime_create_ns": 25200, + "jit_attach_ns": 49394, + "context_create_ns": 97547, + "definition_eval_ns": 27853, + "first_eval_ns": 196293, + "threshold_crossing_ns": 7551557, + "compile_ns": 6147835, + "install_ns": 42019, + "osr_ns": 0, + "steady_state_ns": 27279 + } + }, + "entry_cache": { + "elapsed_ns": 32744, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 277128, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9867264, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8328443, + "runtime_create_ns": 25266, + "jit_attach_ns": 54587, + "context_create_ns": 97650, + "definition_eval_ns": 34856, + "first_eval_ns": 187400, + "threshold_crossing_ns": 7876198, + "compile_ns": 6534326, + "install_ns": 43450, + "osr_ns": 0, + "steady_state_ns": 32744 + } + }, + "candidate": { + "elapsed_ns": 27623, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 292696, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9936896, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8482313, + "runtime_create_ns": 33134, + "jit_attach_ns": 49941, + "context_create_ns": 103850, + "definition_eval_ns": 36056, + "first_eval_ns": 198597, + "threshold_crossing_ns": 8009636, + "compile_ns": 6539035, + "install_ns": 43209, + "osr_ns": 0, + "steady_state_ns": 27623 + } + } + }, + { + "pair_index": 26, + "reference": { + "elapsed_ns": 27826, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283506, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9859072, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7917482, + "runtime_create_ns": 31574, + "jit_attach_ns": 50737, + "context_create_ns": 101263, + "definition_eval_ns": 35196, + "first_eval_ns": 196534, + "threshold_crossing_ns": 7452981, + "compile_ns": 6153987, + "install_ns": 43327, + "osr_ns": 0, + "steady_state_ns": 27826 + } + }, + "entry_cache": { + "elapsed_ns": 31044, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281962, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9920512, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8346814, + "runtime_create_ns": 24976, + "jit_attach_ns": 53488, + "context_create_ns": 127583, + "definition_eval_ns": 33572, + "first_eval_ns": 188044, + "threshold_crossing_ns": 7863300, + "compile_ns": 6397919, + "install_ns": 42561, + "osr_ns": 0, + "steady_state_ns": 31044 + } + }, + "candidate": { + "elapsed_ns": 26766, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282238, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9875456, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8264683, + "runtime_create_ns": 31235, + "jit_attach_ns": 58196, + "context_create_ns": 106826, + "definition_eval_ns": 48518, + "first_eval_ns": 214064, + "threshold_crossing_ns": 7755549, + "compile_ns": 6345918, + "install_ns": 48372, + "osr_ns": 0, + "steady_state_ns": 26766 + } + } + }, + { + "pair_index": 27, + "reference": { + "elapsed_ns": 27194, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282930, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9834496, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8372120, + "runtime_create_ns": 29333, + "jit_attach_ns": 59632, + "context_create_ns": 105560, + "definition_eval_ns": 39125, + "first_eval_ns": 210455, + "threshold_crossing_ns": 7879058, + "compile_ns": 6477370, + "install_ns": 56374, + "osr_ns": 0, + "steady_state_ns": 27194 + } + }, + "entry_cache": { + "elapsed_ns": 27146, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283363, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10014720, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8602054, + "runtime_create_ns": 27848, + "jit_attach_ns": 58343, + "context_create_ns": 110248, + "definition_eval_ns": 45997, + "first_eval_ns": 206351, + "threshold_crossing_ns": 8098749, + "compile_ns": 6638729, + "install_ns": 47273, + "osr_ns": 0, + "steady_state_ns": 27146 + } + }, + "candidate": { + "elapsed_ns": 26741, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281224, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9834496, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8424545, + "runtime_create_ns": 30639, + "jit_attach_ns": 63408, + "context_create_ns": 111906, + "definition_eval_ns": 44922, + "first_eval_ns": 214937, + "threshold_crossing_ns": 7908893, + "compile_ns": 6492652, + "install_ns": 46654, + "osr_ns": 0, + "steady_state_ns": 26741 + } + } + }, + { + "pair_index": 28, + "entry_cache": { + "elapsed_ns": 27245, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282038, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8236499, + "runtime_create_ns": 23753, + "jit_attach_ns": 50564, + "context_create_ns": 101662, + "definition_eval_ns": 28161, + "first_eval_ns": 190298, + "threshold_crossing_ns": 7793413, + "compile_ns": 6437620, + "install_ns": 43570, + "osr_ns": 0, + "steady_state_ns": 27245 + } + }, + "candidate": { + "elapsed_ns": 26822, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283452, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9932800, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8160591, + "runtime_create_ns": 24498, + "jit_attach_ns": 47814, + "context_create_ns": 97146, + "definition_eval_ns": 32919, + "first_eval_ns": 204805, + "threshold_crossing_ns": 7705294, + "compile_ns": 6295685, + "install_ns": 39180, + "osr_ns": 0, + "steady_state_ns": 26822 + } + }, + "reference": { + "elapsed_ns": 27878, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281060, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8393701, + "runtime_create_ns": 28003, + "jit_attach_ns": 52427, + "context_create_ns": 102780, + "definition_eval_ns": 32382, + "first_eval_ns": 193326, + "threshold_crossing_ns": 7934575, + "compile_ns": 6423571, + "install_ns": 50172, + "osr_ns": 0, + "steady_state_ns": 27878 + } + } + }, + { + "pair_index": 29, + "entry_cache": { + "elapsed_ns": 27341, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284419, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10022912, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7993070, + "runtime_create_ns": 24321, + "jit_attach_ns": 46138, + "context_create_ns": 100876, + "definition_eval_ns": 28626, + "first_eval_ns": 191836, + "threshold_crossing_ns": 7553763, + "compile_ns": 6217215, + "install_ns": 41123, + "osr_ns": 0, + "steady_state_ns": 27341 + } + }, + "candidate": { + "elapsed_ns": 27015, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280481, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9875456, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8037334, + "runtime_create_ns": 24763, + "jit_attach_ns": 49425, + "context_create_ns": 99618, + "definition_eval_ns": 30296, + "first_eval_ns": 187897, + "threshold_crossing_ns": 7598467, + "compile_ns": 6256336, + "install_ns": 39878, + "osr_ns": 0, + "steady_state_ns": 27015 + } + }, + "reference": { + "elapsed_ns": 27289, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 292503, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10014720, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8501371, + "runtime_create_ns": 24216, + "jit_attach_ns": 51467, + "context_create_ns": 111103, + "definition_eval_ns": 31277, + "first_eval_ns": 198257, + "threshold_crossing_ns": 8037004, + "compile_ns": 6586885, + "install_ns": 47643, + "osr_ns": 0, + "steady_state_ns": 27289 + } + } + } + ] + }, + "throughput": { + "interpreter": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 432, + "elapsed_ns": 1000076138 + }, + { + "window_index": 1, + "fresh_workers": 408, + "elapsed_ns": 1000994534 + }, + { + "window_index": 2, + "fresh_workers": 408, + "elapsed_ns": 1001573858 + }, + { + "window_index": 3, + "fresh_workers": 427, + "elapsed_ns": 1000485287 + }, + { + "window_index": 4, + "fresh_workers": 415, + "elapsed_ns": 1000944952 + }, + { + "window_index": 5, + "fresh_workers": 442, + "elapsed_ns": 1002391640 + }, + { + "window_index": 6, + "fresh_workers": 407, + "elapsed_ns": 1000971650 + }, + { + "window_index": 7, + "fresh_workers": 426, + "elapsed_ns": 1001222977 + }, + { + "window_index": 8, + "fresh_workers": 434, + "elapsed_ns": 1000993244 + }, + { + "window_index": 9, + "fresh_workers": 422, + "elapsed_ns": 1001493272 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 433, + "elapsed_ns": 1001772801 + }, + { + "window_index": 1, + "fresh_workers": 405, + "elapsed_ns": 1000387144 + }, + { + "window_index": 2, + "fresh_workers": 406, + "elapsed_ns": 1001334142 + }, + { + "window_index": 3, + "fresh_workers": 411, + "elapsed_ns": 1001599981 + }, + { + "window_index": 4, + "fresh_workers": 417, + "elapsed_ns": 1001035608 + }, + { + "window_index": 5, + "fresh_workers": 431, + "elapsed_ns": 1000108902 + }, + { + "window_index": 6, + "fresh_workers": 405, + "elapsed_ns": 1001845528 + }, + { + "window_index": 7, + "fresh_workers": 420, + "elapsed_ns": 1002342598 + }, + { + "window_index": 8, + "fresh_workers": 442, + "elapsed_ns": 1001277081 + }, + { + "window_index": 9, + "fresh_workers": 428, + "elapsed_ns": 1001610377 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 417, + "elapsed_ns": 1001113170 + }, + { + "window_index": 1, + "fresh_workers": 410, + "elapsed_ns": 1001448248 + }, + { + "window_index": 2, + "fresh_workers": 420, + "elapsed_ns": 1002088807 + }, + { + "window_index": 3, + "fresh_workers": 420, + "elapsed_ns": 1001077291 + }, + { + "window_index": 4, + "fresh_workers": 424, + "elapsed_ns": 1000349064 + }, + { + "window_index": 5, + "fresh_workers": 430, + "elapsed_ns": 1000187204 + }, + { + "window_index": 6, + "fresh_workers": 409, + "elapsed_ns": 1001026940 + }, + { + "window_index": 7, + "fresh_workers": 418, + "elapsed_ns": 1000998335 + }, + { + "window_index": 8, + "fresh_workers": 437, + "elapsed_ns": 1000941662 + }, + { + "window_index": 9, + "fresh_workers": 409, + "elapsed_ns": 1001948609 + } + ] + }, + "tier1": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 119, + "elapsed_ns": 1007161578 + }, + { + "window_index": 1, + "fresh_workers": 118, + "elapsed_ns": 1005927354 + }, + { + "window_index": 2, + "fresh_workers": 121, + "elapsed_ns": 1007517437 + }, + { + "window_index": 3, + "fresh_workers": 121, + "elapsed_ns": 1003160125 + }, + { + "window_index": 4, + "fresh_workers": 123, + "elapsed_ns": 1005218804 + }, + { + "window_index": 5, + "fresh_workers": 119, + "elapsed_ns": 1004816863 + }, + { + "window_index": 6, + "fresh_workers": 118, + "elapsed_ns": 1005433182 + }, + { + "window_index": 7, + "fresh_workers": 118, + "elapsed_ns": 1000231159 + }, + { + "window_index": 8, + "fresh_workers": 122, + "elapsed_ns": 1000402751 + }, + { + "window_index": 9, + "fresh_workers": 122, + "elapsed_ns": 1005729593 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 119, + "elapsed_ns": 1008087645 + }, + { + "window_index": 1, + "fresh_workers": 116, + "elapsed_ns": 1003854253 + }, + { + "window_index": 2, + "fresh_workers": 119, + "elapsed_ns": 1000184050 + }, + { + "window_index": 3, + "fresh_workers": 115, + "elapsed_ns": 1001752366 + }, + { + "window_index": 4, + "fresh_workers": 119, + "elapsed_ns": 1006535770 + }, + { + "window_index": 5, + "fresh_workers": 118, + "elapsed_ns": 1000883762 + }, + { + "window_index": 6, + "fresh_workers": 117, + "elapsed_ns": 1006999736 + }, + { + "window_index": 7, + "fresh_workers": 121, + "elapsed_ns": 1007348662 + }, + { + "window_index": 8, + "fresh_workers": 118, + "elapsed_ns": 1008617461 + }, + { + "window_index": 9, + "fresh_workers": 120, + "elapsed_ns": 1001732573 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 123, + "elapsed_ns": 1003008793 + }, + { + "window_index": 1, + "fresh_workers": 117, + "elapsed_ns": 1001926925 + }, + { + "window_index": 2, + "fresh_workers": 119, + "elapsed_ns": 1002480716 + }, + { + "window_index": 3, + "fresh_workers": 121, + "elapsed_ns": 1007019283 + }, + { + "window_index": 4, + "fresh_workers": 117, + "elapsed_ns": 1002107515 + }, + { + "window_index": 5, + "fresh_workers": 120, + "elapsed_ns": 1002092036 + }, + { + "window_index": 6, + "fresh_workers": 121, + "elapsed_ns": 1001943710 + }, + { + "window_index": 7, + "fresh_workers": 123, + "elapsed_ns": 1005350773 + }, + { + "window_index": 8, + "fresh_workers": 120, + "elapsed_ns": 1002176388 + }, + { + "window_index": 9, + "fresh_workers": 121, + "elapsed_ns": 1000341398 + } + ] + }, + "tier2": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 110, + "elapsed_ns": 1000704706 + }, + { + "window_index": 1, + "fresh_workers": 113, + "elapsed_ns": 1006322406 + }, + { + "window_index": 2, + "fresh_workers": 113, + "elapsed_ns": 1007702359 + }, + { + "window_index": 3, + "fresh_workers": 111, + "elapsed_ns": 1005515223 + }, + { + "window_index": 4, + "fresh_workers": 116, + "elapsed_ns": 1004883486 + }, + { + "window_index": 5, + "fresh_workers": 115, + "elapsed_ns": 1001961763 + }, + { + "window_index": 6, + "fresh_workers": 116, + "elapsed_ns": 1005541061 + }, + { + "window_index": 7, + "fresh_workers": 116, + "elapsed_ns": 1004092505 + }, + { + "window_index": 8, + "fresh_workers": 116, + "elapsed_ns": 1000466484 + }, + { + "window_index": 9, + "fresh_workers": 113, + "elapsed_ns": 1001529662 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 112, + "elapsed_ns": 1005050697 + }, + { + "window_index": 1, + "fresh_workers": 114, + "elapsed_ns": 1000798746 + }, + { + "window_index": 2, + "fresh_workers": 113, + "elapsed_ns": 1003234941 + }, + { + "window_index": 3, + "fresh_workers": 113, + "elapsed_ns": 1000495122 + }, + { + "window_index": 4, + "fresh_workers": 114, + "elapsed_ns": 1002598873 + }, + { + "window_index": 5, + "fresh_workers": 117, + "elapsed_ns": 1005997941 + }, + { + "window_index": 6, + "fresh_workers": 113, + "elapsed_ns": 1000886840 + }, + { + "window_index": 7, + "fresh_workers": 118, + "elapsed_ns": 1006440966 + }, + { + "window_index": 8, + "fresh_workers": 118, + "elapsed_ns": 1007623636 + }, + { + "window_index": 9, + "fresh_workers": 117, + "elapsed_ns": 1004497238 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 108, + "elapsed_ns": 1002052712 + }, + { + "window_index": 1, + "fresh_workers": 113, + "elapsed_ns": 1005157940 + }, + { + "window_index": 2, + "fresh_workers": 114, + "elapsed_ns": 1008692742 + }, + { + "window_index": 3, + "fresh_workers": 115, + "elapsed_ns": 1008563099 + }, + { + "window_index": 4, + "fresh_workers": 114, + "elapsed_ns": 1003670415 + }, + { + "window_index": 5, + "fresh_workers": 113, + "elapsed_ns": 1000768684 + }, + { + "window_index": 6, + "fresh_workers": 115, + "elapsed_ns": 1000613392 + }, + { + "window_index": 7, + "fresh_workers": 116, + "elapsed_ns": 1007612332 + }, + { + "window_index": 8, + "fresh_workers": 117, + "elapsed_ns": 1005391926 + }, + { + "window_index": 9, + "fresh_workers": 115, + "elapsed_ns": 1004250094 + } + ] + }, + "automatic": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 97, + "elapsed_ns": 1001113826 + }, + { + "window_index": 1, + "fresh_workers": 99, + "elapsed_ns": 1002770104 + }, + { + "window_index": 2, + "fresh_workers": 100, + "elapsed_ns": 1000383746 + }, + { + "window_index": 3, + "fresh_workers": 102, + "elapsed_ns": 1002148908 + }, + { + "window_index": 4, + "fresh_workers": 101, + "elapsed_ns": 1000744893 + }, + { + "window_index": 5, + "fresh_workers": 104, + "elapsed_ns": 1006608272 + }, + { + "window_index": 6, + "fresh_workers": 104, + "elapsed_ns": 1007385027 + }, + { + "window_index": 7, + "fresh_workers": 104, + "elapsed_ns": 1006531878 + }, + { + "window_index": 8, + "fresh_workers": 106, + "elapsed_ns": 1008756088 + }, + { + "window_index": 9, + "fresh_workers": 103, + "elapsed_ns": 1006323482 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 97, + "elapsed_ns": 1006333395 + }, + { + "window_index": 1, + "fresh_workers": 98, + "elapsed_ns": 1003925383 + }, + { + "window_index": 2, + "fresh_workers": 97, + "elapsed_ns": 1009378806 + }, + { + "window_index": 3, + "fresh_workers": 101, + "elapsed_ns": 1007363198 + }, + { + "window_index": 4, + "fresh_workers": 102, + "elapsed_ns": 1003450803 + }, + { + "window_index": 5, + "fresh_workers": 98, + "elapsed_ns": 1003492498 + }, + { + "window_index": 6, + "fresh_workers": 102, + "elapsed_ns": 1000697682 + }, + { + "window_index": 7, + "fresh_workers": 102, + "elapsed_ns": 1001035853 + }, + { + "window_index": 8, + "fresh_workers": 101, + "elapsed_ns": 1000981362 + }, + { + "window_index": 9, + "fresh_workers": 103, + "elapsed_ns": 1002168749 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 99, + "elapsed_ns": 1009741653 + }, + { + "window_index": 1, + "fresh_workers": 99, + "elapsed_ns": 1003420870 + }, + { + "window_index": 2, + "fresh_workers": 98, + "elapsed_ns": 1002861887 + }, + { + "window_index": 3, + "fresh_workers": 99, + "elapsed_ns": 1001099306 + }, + { + "window_index": 4, + "fresh_workers": 100, + "elapsed_ns": 1009570903 + }, + { + "window_index": 5, + "fresh_workers": 102, + "elapsed_ns": 1008142529 + }, + { + "window_index": 6, + "fresh_workers": 105, + "elapsed_ns": 1005910608 + }, + { + "window_index": 7, + "fresh_workers": 101, + "elapsed_ns": 1006519711 + }, + { + "window_index": 8, + "fresh_workers": 105, + "elapsed_ns": 1007225360 + }, + { + "window_index": 9, + "fresh_workers": 101, + "elapsed_ns": 1003257544 + } + ] + } + }, + "summary": { + "interpreter": { + "reference": { + "baseline_median_ns": 625228.0, + "candidate_median_ns": 629182.0, + "candidate_speed_relative_to_baseline": 0.9937156498437654, + "paired_bootstrap_speed_ci95": [ + 0.9820595180892101, + 1.0058083669166893 + ], + "statistically_tied": true + }, + "entry_cache": { + "baseline_median_ns": 633738.0, + "candidate_median_ns": 629182.0, + "candidate_speed_relative_to_baseline": 1.0072411480302996, + "paired_bootstrap_speed_ci95": [ + 0.9764584414589272, + 1.0195362594547428 + ], + "statistically_tied": true + } + }, + "tier1": { + "reference": { + "baseline_median_ns": 214425.5, + "candidate_median_ns": 214051.0, + "candidate_speed_relative_to_baseline": 1.0017495830432934, + "paired_bootstrap_speed_ci95": [ + 0.9985304563503615, + 1.006270804652322 + ], + "statistically_tied": true + }, + "entry_cache": { + "baseline_median_ns": 214561.0, + "candidate_median_ns": 214051.0, + "candidate_speed_relative_to_baseline": 1.0023826097518815, + "paired_bootstrap_speed_ci95": [ + 0.9993874960699606, + 1.0146743237821547 + ], + "statistically_tied": true + } + }, + "tier2": { + "reference": { + "baseline_median_ns": 27869.5, + "candidate_median_ns": 27362.5, + "candidate_speed_relative_to_baseline": 1.0185290086797625, + "paired_bootstrap_speed_ci95": [ + 1.0103686426007252, + 1.0376418745023976 + ], + "statistically_tied": false + }, + "entry_cache": { + "baseline_median_ns": 27844.0, + "candidate_median_ns": 27362.5, + "candidate_speed_relative_to_baseline": 1.0175970762905435, + "paired_bootstrap_speed_ci95": [ + 1.002323386335584, + 1.0365572183754002 + ], + "statistically_tied": false + } + }, + "automatic": { + "reference": { + "baseline_median_ns": 27820.0, + "candidate_median_ns": 26829.5, + "candidate_speed_relative_to_baseline": 1.0369183175236214, + "paired_bootstrap_speed_ci95": [ + 1.0322761089668289, + 1.0427782545427409 + ], + "statistically_tied": false + }, + "entry_cache": { + "baseline_median_ns": 27698.0, + "candidate_median_ns": 26829.5, + "candidate_speed_relative_to_baseline": 1.0323710840679103, + "paired_bootstrap_speed_ci95": [ + 1.0246812318246217, + 1.0356130668257757 + ], + "statistically_tied": false + } + } + }, + "driver_source": "\"\"\"Diagnostic paired revision comparison using the unchanged jit-bench worker ABI.\"\"\"\nimport hashlib\nimport json\nfrom pathlib import Path\nimport random\nimport statistics\nimport subprocess\nimport time\nimport os\nimport sys\n\nROOT = Path('/home/jason/work/quickjs-jit')\nWORKLOAD = sys.argv[1]\nassert WORKLOAD in ['generic-call-entry', 'call-heavy', 'fibonacci-recursive', 'scalar-loop']\nOUTPUT = Path('/tmp/jit-native-return-' + WORKLOAD + '.json')\nos.sched_setaffinity(0, {0})\nENGINES = {\n 'reference': Path('/tmp/jit-call-reference/jit-bench'),\n 'entry_cache': Path('/tmp/jit-entry-cache-stage1/jit-bench'),\n 'candidate': ROOT / 'target/release/jit-bench',\n}\nSCRIPT = ROOT / 'benchmarks/scripts' / (WORKLOAD + '.js')\nMODES = ['interpreter', 'tier1', 'tier2', 'automatic']\nWARMUPS, PAIRS, WINDOWS = 5, 30, 10\nchecksum = None\n\ndef digest(path):\n return hashlib.sha256(path.read_bytes()).hexdigest()\n\ndef run(engine, mode):\n global checksum\n completed = subprocess.run(\n [str(ENGINES[engine]), 'worker', '--mode', mode, '--script', str(SCRIPT)],\n cwd=ROOT, capture_output=True, text=True, check=True, timeout=120,\n )\n result = json.loads(completed.stdout)\n if checksum is None:\n checksum = result['checksum']\n assert result['checksum'] == checksum, (engine, mode, result)\n assert result['native_entries'] == result['native_exits'], (engine, mode, result)\n if mode == 'interpreter':\n assert result['native_entries'] == 0\n elif WORKLOAD == 'generic-call-entry':\n assert result['native_entries'] > 0, (engine, mode, result)\n return result\n\ndef rotated(items, offset):\n offset %= len(items)\n return items[offset:] + items[:offset]\n\ndef write():\n temporary = OUTPUT.with_suffix('.partial')\n temporary.write_text(json.dumps(evidence, indent=2) + '\\n')\n temporary.replace(OUTPUT)\n\n# Binary hashes bind each measurement to its implementation even though both\n# worker binaries see the current, dirty source tree for the shared script.\nevidence = {\n 'schema': 'jit-native-return-paired-diagnostic-v1',\n 'workload': WORKLOAD,\n 'cpu_affinity': sorted(os.sched_getaffinity(0)),\n 'status': 'running',\n 'started_utc': time.strftime('%Y-%m-%dT%H:%M:%SZ', time.gmtime()),\n 'driver_sha256': digest(Path(__file__)),\n 'script': str(SCRIPT), 'script_sha256': digest(SCRIPT),\n 'executables': {name: {'path': str(path), 'sha256': digest(path)} for name, path in ENGINES.items()},\n 'candidate_revision': subprocess.check_output(['git', 'rev-parse', 'HEAD'], cwd=ROOT, text=True).strip(),\n 'source_dirty': True,\n 'warmup_processes_per_engine_and_mode': WARMUPS,\n 'fresh_process_pairs_per_mode': PAIRS,\n 'throughput_windows_per_engine_and_mode': WINDOWS,\n 'throughput_window_min_ns': 1_000_000_000,\n 'throughput_unit': 'fresh jit-bench worker processes including setup and warmup',\n 'bootstrap_resamples': 10000,\n 'pairs': {mode: [] for mode in MODES},\n 'throughput': {mode: {engine: [] for engine in ENGINES} for mode in MODES},\n}\nwrite()\nfor pair in range(WARMUPS):\n for index, mode in enumerate(rotated(MODES, pair)):\n for engine in rotated(list(ENGINES), pair + index):\n run(engine, mode)\nprint('warmups complete', flush=True)\nfor pair in range(PAIRS):\n for index, mode in enumerate(rotated(MODES, pair)):\n row = {'pair_index': pair}\n for engine in rotated(list(ENGINES), pair + index):\n row[engine] = run(engine, mode)\n evidence['pairs'][mode].append(row)\n write()\n if (pair + 1) % 5 == 0:\n print(f'completed {pair + 1}/{PAIRS} pairs per mode', flush=True)\nfor window in range(WINDOWS):\n for index, mode in enumerate(rotated(MODES, window)):\n for engine in rotated(list(ENGINES), window + index):\n start = time.monotonic_ns()\n count = 0\n while time.monotonic_ns() - start < 1_000_000_000:\n run(engine, mode)\n count += 1\n evidence['throughput'][mode][engine].append({\n 'window_index': window, 'fresh_workers': count,\n 'elapsed_ns': time.monotonic_ns() - start,\n })\n write()\n print(f'completed {window + 1}/{WINDOWS} throughput windows', flush=True)\nsummary = {}\nfor mode, pairs in evidence['pairs'].items():\n summary[mode] = {}\n for baseline in ['reference', 'entry_cache']:\n a = [row[baseline]['elapsed_ns'] for row in pairs]\n b = [row['candidate']['elapsed_ns'] for row in pairs]\n rng = random.Random(20260905)\n bootstrap = []\n for _ in range(10000):\n indices = [rng.randrange(len(pairs)) for _ in pairs]\n bootstrap.append(statistics.median(a[i] for i in indices) / statistics.median(b[i] for i in indices))\n bootstrap.sort()\n summary[mode][baseline] = {\n 'baseline_median_ns': statistics.median(a),\n 'candidate_median_ns': statistics.median(b),\n 'candidate_speed_relative_to_baseline': statistics.median(a) / statistics.median(b),\n 'paired_bootstrap_speed_ci95': [bootstrap[249], bootstrap[9749]],\n 'statistically_tied': bootstrap[249] <= 1 <= bootstrap[9749],\n }\n# Detect replacement during measurement instead of silently mixing binaries.\nfor name, path in ENGINES.items():\n assert digest(path) == evidence['executables'][name]['sha256']\nassert digest(SCRIPT) == evidence['script_sha256']\nevidence['summary'] = summary\nevidence['status'] = 'complete'\nwrite()\nprint(json.dumps(summary, indent=2), flush=True)\n", + "host": { + "target_triple": "x86_64-unknown-linux-gnu", + "os": "linux", + "kernel": "Linux 7.1.9-arch1-2", + "cpu": "model name\t: 13th Gen Intel(R) Core(TM) i7-13700KF", + "power_mode": "powersave", + "rustc": "rustc 1.98.0 (88d9e12ae 2026-08-18)\nbinary: rustc\ncommit-hash: 88d9e12ae178fab0fb5cc050a94da85685d449ea\ncommit-date: 2026-08-18\nhost: x86_64-unknown-linux-gnu\nrelease: 1.98.0\nLLVM version: 22.1.8", + "llvm": "rustc 1.98.0 (88d9e12ae 2026-08-18)\nbinary: rustc\ncommit-hash: 88d9e12ae178fab0fb5cc050a94da85685d449ea\ncommit-date: 2026-08-18\nhost: x86_64-unknown-linux-gnu\nrelease: 1.98.0\nLLVM version: 22.1.8" + }, + "implementations": { + "reference": "M2 2bd518e plus benchmark script, without entry cache", + "entry_cache": "M3 first-stage entry cache, identified by previous report candidate hash", + "candidate": "Entry cache plus inline native-return handoff" + }, + "limitations": [ + "Dirty-tree diagnostic evidence, not the clean-source performance acceptance gate.", + "This is a scalar-loop control; the generic-call probe measures the intended optimization." + ] +} diff --git a/benchmarks/run.rs b/benchmarks/run.rs index 3532f86e8..b57f73ade 100644 --- a/benchmarks/run.rs +++ b/benchmarks/run.rs @@ -79,6 +79,13 @@ const WORKLOADS: &[Workload] = &[ designated: true, file: "call-heavy.js", }, + Workload { + name: "generic-call-entry", + suite: "rquickjs-jit focused", + group: "call-heavy", + designated: false, + file: "generic-call-entry.js", + }, Workload { name: "property-heavy", suite: "rquickjs-jit focused", @@ -191,6 +198,7 @@ struct WorkerResult { elapsed_ns: u64, checksum: String, native_entries: u64, + native_acquisitions: u64, native_exits: u64, fallbacks: u64, retries: u64, @@ -482,6 +490,7 @@ fn worker(mode: &str, script: &str) -> Result<(), String> { elapsed_ns: phases.steady_state_ns, checksum, native_entries: metrics.native_entries, + native_acquisitions: metrics.native_acquisitions, native_exits: metrics.native_exits, fallbacks: metrics.native_fallbacks, retries: metrics.native_retries, @@ -683,6 +692,7 @@ fn evidence_for_mode(mode: &str, pair: usize, r: WorkerResult) -> SampleEvidence elapsed_ns: r.elapsed_ns, checksum: r.checksum, native_entries: (!external).then_some(r.native_entries), + native_acquisitions: (!external).then_some(r.native_acquisitions), native_exits: (!external).then_some(r.native_exits), fallback_count: (!external).then_some(r.fallbacks), retry_count: (!external).then_some(r.retries), @@ -777,6 +787,7 @@ console.log(JSON.stringify({elapsed_ns:elapsed,checksum:checksum(result)})); elapsed_ns: out.elapsed_ns, checksum: out.checksum, native_entries: 0, + native_acquisitions: 0, native_exits: 0, fallbacks: 0, retries: 0, @@ -988,6 +999,7 @@ mod tests { elapsed_ns: 1, checksum: "x".into(), native_entries: 0, + native_acquisitions: 0, native_exits: 0, fallbacks: 0, retries: 0, diff --git a/benchmarks/schema/jit-benchmark-v1.json b/benchmarks/schema/jit-benchmark-v1.json index 8a7580590..229f316c6 100644 --- a/benchmarks/schema/jit-benchmark-v1.json +++ b/benchmarks/schema/jit-benchmark-v1.json @@ -189,6 +189,7 @@ "elapsed_ns": { "type": "integer" }, "checksum": { "type": "string" }, "native_entries": { "type": ["integer", "null"] }, + "native_acquisitions": { "type": ["integer", "null"], "minimum": 0 }, "native_exits": { "type": ["integer", "null"] }, "fallback_count": { "type": ["integer", "null"] }, "retry_count": { "type": ["integer", "null"] }, diff --git a/benchmarks/scripts/generic-call-entry.js b/benchmarks/scripts/generic-call-entry.js new file mode 100644 index 000000000..9e89dda78 --- /dev/null +++ b/benchmarks/scripts/generic-call-entry.js @@ -0,0 +1,17 @@ +// A Bool parameter excludes the numeric direct-call signature. Keep the +// callee short so this measures the generic CALL/entry boundary in a batch. +function incrementIf(value, enabled) { + if (enabled) return value + 1; + return value; +} + +globalThis.workloadArgument = incrementIf; +globalThis.tier1ReadyInstalls = 2; + +function workload(iterations, seed, target) { + let value = seed; + for (let i = 0; i < iterations; i++) { + value = target(value, true); + } + return value; +} diff --git a/benchmarks/suites.lock b/benchmarks/suites.lock index 87b78fc36..578f48e11 100644 --- a/benchmarks/suites.lock +++ b/benchmarks/suites.lock @@ -159,3 +159,12 @@ commit = "excluded-not-imported" subdirectory = "resources/tests/JetStream3" license = "BSD-2-Clause" sha256 = "excluded-not-imported" + +[[suite]] +name = "rquickjs-jit-focused-generic-call-entry" +repository = "local" +commit = "local" +subdirectory = "benchmarks/scripts/generic-call-entry.js" +license = "workspace" +upstream_sha256 = "not-applicable-local-workload" +adapted_sha256 = "1eb475e3de0557bda01a5166e4d782d826f227370c6d4f72e1cb92e330a2cc40" diff --git a/core/src/runtime/jit.rs b/core/src/runtime/jit.rs index 1384309e6..7d35f9a8b 100644 --- a/core/src/runtime/jit.rs +++ b/core/src/runtime/jit.rs @@ -317,6 +317,16 @@ pub unsafe trait JitBackend: Send + 'static { fn release_entry(&mut self, _entry: qjs::JSJitEntryHandle) {} + /// Opts into retaining one idle entry handle on the C runtime thread. + /// Zero disables caching. A nonzero epoch must change before any existing + /// handle becomes inadmissible for another call, including tier replacement, + /// demotion and feedback invalidation. Epoch values must never be reused. + /// This query must not mutate backend state or reenter JavaScript. Active + /// handles remain pinned until their calls return, even across epoch changes. + fn entry_cache_epoch(&self) -> u64 { + 0 + } + /// Records the exact boundary immediately before a published native entry. fn native_enter(&mut self, _id: u64, _generation: u64, _pc: u32) {} @@ -414,6 +424,11 @@ unsafe extern "C" fn release_entry(opaque: *mut c_void, entry: qjs::JSJitEntryHa state.backend.release_entry(entry); } +unsafe extern "C" fn entry_cache_epoch(opaque: *mut c_void) -> u64 { + let state = unsafe { BackendState::from_opaque(opaque) }; + state.backend.entry_cache_epoch() +} + unsafe extern "C" fn native_enter(opaque: *mut c_void, id: u64, generation: u64, pc: u32) { let state = unsafe { BackendState::from_opaque(opaque) }; state.backend.native_enter(id, generation, pc); @@ -463,6 +478,7 @@ static BACKEND_VTABLE: qjs::JSJitBackendVTable = qjs::JSJitBackendVTable { native_enter: Some(native_enter), native_exit: Some(native_exit), record_feedback: Some(record_feedback), + entry_cache_epoch: Some(entry_cache_epoch), }; /// Owns the token for one backend allocation stored by the raw runtime. diff --git a/docs/M3.md b/docs/M3.md new file mode 100644 index 000000000..7fdaa6bc1 --- /dev/null +++ b/docs/M3.md @@ -0,0 +1,186 @@ +# M3: generic native entry overhead (in progress) + +The next performance target after M2 is the generic `CALL` boundary. Numeric +direct calls already bypass that boundary; the `generic-call-entry` probe uses +a short `(Int32, Bool)` callee to keep the generic path measurable. + +## Implemented: one idle C entry handle + +QuickJS can retain one idle pc=0 entry handle per runtime. A cache hit transfers +ownership out of the cache into the active invocation. Recursive calls acquire +their own handles. A successful return can move a handle back into the cache; +replacement, a non-DONE exit, or an epoch mismatch releases it. Detach releases +the idle handle before destroying the backend. OSR handles are never cached. +Cache population is suppressed across release callbacks, so a reentrant +release cannot leave another backend-owned handle behind during detach or +overwrite one during eviction. Entry identity is captured before acquisition; +active exits retain their original generation after a reentrant retirement. + +This bounds retained idle code to one artifact, including when the application +stops calling JavaScript. Its execution pin remains charged to the code cache. +Idle retention does not retain arguments, locals, stack pointers, or JavaScript +function objects. Function identity and generation must match on every hit. + +The optional `entry_cache_epoch` backend query opts into this ownership contract. +It must be pure. Zero disables caching; an invalidated nonzero epoch must never +be reactivated. The production backend invalidates its epoch before maintenance +can install, demote, retire, or reclaim code, and on the direct-refresh path +outside maintenance. Changed feedback or pending coordinator work disables a +hit until acquisition runs maintenance. Epoch exhaustion permanently disables +caching. ABI minor 20 and the extended vtable fingerprint reject old layouts; +the execution-frame and helper ABI layouts are unchanged. +DEOPT also invalidates immediately: side-exit accounting can demote optimizing +code before periodic maintenance, while another recursive frame is still live. + +Cached entries still call the production trampoline, validate their frames, +record return feedback, and run exact `native_enter`/`native_exit` callbacks. +Per-function tier attribution persists across cache hits, while each active +invocation retains its tier in the recursive timing stack. The new +`native_acquisitions` metric counts successfully acquired handles independently +from `native_entries`, making reuse visible in benchmark evidence. Historical +benchmark JSON without this optional field remains readable. + +## Verification + +The cache lifecycle test failed before the C cache was implemented (two +acquisitions for two calls) and passed afterward (one acquisition). Coverage +also checks epoch changes, disabling the cache, suspension/resumption, detach, +recursive active-pin isolation, GC during recursion, invalidation while outer +frames remain active, and function-generation changes. Review identified and +regression tests reproduced immediate-demotion invalidation and reentrant-release +leaks; both fixes passed a second independent read-only review. An additional +test reproduced active-exit generation misattribution and passes with captured +entry identity. + +The production generic-call probe verifies the checksum, exactly 1,000 generic +`CALL` helpers, at least 1,001 native entries, and fewer than 100 acquisitions +for a steady batch. This distinguishes entry reuse from a benchmark silently +switching to direct calls or the interpreter. + +Relevant commands: + +```sh +cargo fmt --all -- --check +cargo clippy --all --all-targets --features full-async,bindgen -- -D warnings +cargo test -p quickjs-jit-sys --test jit_patch +cargo test -p quickjs-jit-runtime --features compiler,test-support --tests +cargo test --manifest-path benchmarks/Cargo.toml --bins +``` + +Local verification so far: 506 debug runtime tests before the review fixes; +197 targeted runtime tests after those fixes; 11 patch tests; 24 benchmark +tests; full-workspace Clippy and formatting. The current native-boundary and +Tier 1 call suites also pass AddressSanitizer (39 tests) using nightly, +`CC=clang`, `RUSTFLAGS=-Zsanitizer=address`, `-Zbuild-std`, and native +`x86_64-unknown-linux-gnu`. LeakSanitizer required running outside the filesystem +sandbox to inspect threads. The final full release runtime suite passes all +508 tests across 37 test groups. + +## Remaining work + +### Native return handoff + +The production trampoline now hands a native return type to `native_exit` +through an inline `Mutex>`, replacing the per-call +HashMap entry and allocated VecDeque. The pending value retains the exact +function identity and generation. It does not retain a JavaScript value. + +The single-slot bound follows the actual C ordering: the trampoline publishes +only after the native body returns and then immediately returns to C; C invokes +`native_exit`, which consumes the observation before processing feedback or +calling `release_entry`. An inner recursive return is consumed before its outer +native body can finish. No JavaScript reentry or allocation occurs between +publication and consumption. A debug assertion detects an unconsumed handoff; +identity mismatch leaves the observation intact for the matching consumer. + +The identity/type/recursive-order unit test passed before and after this +behavior-preserving change. Independent review found no path allowing multiple +pending returns. Verification after this change: 117 focused tests, the full +509-test release runtime suite, 39 AddressSanitizer tests, and full-workspace +Clippy. Three-version paired comparisons against M2 and the cache-only binary +pin worker processes to P-core CPU 0. The completed generic-call result is in +[`m3-native-return-generic-paired.json`](../benchmarks/results/m3-native-return-generic-paired.json), +with the same 5/30/10 sampling policy and embedded reproduction driver. + +| Requested mode | Speed relative to cache-only binary | Speed relative to M2 | +| --- | ---: | ---: | +| Tier 1 | 1.058x (5.6%–6.1% faster) | 1.200x | +| Forced Tier 2 (actually Tier 1) | 1.070x (6.6%–7.3% faster) | 1.283x | +| Automatic (actually Tier 1) | 1.076x (7.4%–7.9% faster) | 1.319x | + +The parenthesized intervals are paired 95% confidence intervals. The interpreter +is statistically tied with the cache-only binary: between 0.9% slower and 0.8% +faster. Against M2 it is 1.014x speed, with a 0.3%–2.2% faster interval. This +addresses the wide interpreter interval for this focused workload; it does not +prove broader startup, reload, or tail-latency acceptance. The completed +[`direct-call control`](../benchmarks/results/m3-native-return-call-heavy-paired.json) +is statistically tied with M2 in all four modes. Its lowest speed confidence +bound is 0.980x M2's speed (about 2.0% slower), staying within the 5% steady-state +regression threshold. Against cache-only, the Tier 1 result is 1.004x speed; +other modes are tied. The completed +[`recursive control`](../benchmarks/results/m3-native-return-fibonacci-recursive-paired.json) +is 1.112x M2 speed in Tier 1 (9.8%–12.2% faster), and 1.059x cache-only speed +(4.6%–6.9% faster). Other modes are statistically tied. Automatic mode has zero +native entries in every fresh-process sample for all three binaries, so this +mode provides interpreter-path control evidence only. The +[`scalar-loop control`](../benchmarks/results/m3-native-return-scalar-loop-paired.json) +is tied with M2 in interpreter and Tier 1 modes; Tier 2 is 1.019x M2 speed +(1.0%–3.8% faster), and automatic mode is 1.037x (3.2%–4.3% faster). Against +cache-only, automatic mode is 1.032x (2.5%–3.6% faster). All four workload runs +completed with matching checksums, balanced entries/exits, and unchanged binary +and script hashes. These controls show no material steady-state regression; +startup, reload, tail latency, and clean-source acceptance remain unverified. + +The paired diagnostic comparison is recorded in +[`m3-entry-cache-paired.json`](../benchmarks/results/m3-entry-cache-paired.json), +including executable hashes, exact driver source, host information, all raw +worker outputs, and throughput windows. It alternates the preserved M2 binary +and the candidate binary, with five discarded warmup processes, 30 fresh-process +pairs, ten one-second-minimum throughput windows per engine/mode, and 10,000 +paired bootstrap resamples. Throughput counts whole fresh worker processes, +including setup and warmup, rather than isolated JavaScript calls. + +| Requested mode | Candidate speed relative to M2 binary | Paired 95% interval | +| --- | ---: | --- | +| Tier 1 | 1.144x | 13.9%–14.7% faster | +| Forced Tier 2 (actually Tier 1 here) | 1.207x | 20.2%–21.8% faster | +| Automatic (actually Tier 1 here) | 1.228x | 22.3%–23.2% faster | +| Interpreter | 0.982x, statistically tied | Between 16.1% slower and 6.2% faster | + +Every checksum matches, native entries/exits balance, and candidate samples +record no fallbacks or deoptimizations. The median acquired-handle fraction is +3.6% of native entries in Tier 1 and 3.2% in the other JIT modes. These counters +include warmup; the integration test separately verifies steady-batch reuse. + +This first-stage run is dirty-tree diagnostic evidence, not the clean-source +benchmark acceptance gate. Its wide interpreter interval is superseded for this +focused workload by the pinned follow-up above. The pinned call-heavy, recursive, and numeric controls above are complete; +these focused controls do not establish the full benchmark acceptance matrix. Even +with the first-stage improvement, automatic mode was only about 0.15x the +candidate interpreter's speed on this generic-call probe. + +Per-call hot probes, epoch queries, frame validation, return feedback, timing, +and entry/exit callbacks remain. This change removes repeated handle acquisition +and release on cache hits, including their allocation and pin bookkeeping; it +does not yet remove all C/Rust callbacks from the generic call path. Measure the +remaining costs before choosing the next step. Cross-platform CI and sanitizer +coverage beyond the local AddressSanitizer run remain necessary before merge. +### CALL feedback buffer reuse + +`ProductionBackend::record_feedback` now reuses a backend-owned `Vec` for CALL +argument/result types. Consumers finish synchronously, copy the enum values, +and do not reenter JavaScript or retain the slice. The buffer clears before each +event, preserves arbitrary arity and order, and validates the entire event +before changing feedback. It retains capacity for the largest observed event +until the backend is dropped; it contains no JavaScript values or GC roots. + +A thread-local allocation counter in the unit-test build observed 400 allocation +or reallocation calls for 100 stable 32-type CALL events before this change, +and zero afterward. Both function-entry and call-site events are covered. +The semantic test checks wide mixed arguments, return-slot separation, exact +callee identity, whole-event rejection on an invalid final type, and a shorter +subsequent event. Independent review found no actionable issues. + +Final code verification: 511 release runtime tests, 39 AddressSanitizer tests, +and full-workspace Clippy passed. Earlier paired reports identify the pre-buffer +binary by its hash; they are not timings of this final incremental change. diff --git a/docs/NEXT_SESSION_GOAL.md b/docs/NEXT_SESSION_GOAL.md index e6fd9e6ec..44d191520 100644 --- a/docs/NEXT_SESSION_GOAL.md +++ b/docs/NEXT_SESSION_GOAL.md @@ -275,3 +275,43 @@ opcode set is native in both tiers. The next backlog items in priority order are: caching native entry handles on the C side so generic native-to-native calls stop paying per-call Rust callbacks; closures (`fclosure`, var-refs); `typeof`; `for-of`/iterator opcodes; exception regions and async. + +The `generic-call-entry` benchmark now isolates the first item with a short +`(Int32, Bool)` callee, avoiding the numeric direct-call specialization in +`call-heavy`. Its Tier 1 integration test proves 1,000 generic `CALL` helper +invocations and at least 1,001 native entries for a 1,000-iteration batch. +The four-mode smoke run agrees on checksums; forced Tier 2 currently executes +Tier 1 for this probe. The in-progress C entry cache is described in `docs/M3.md`. +Its production test also requires fewer than 100 handle acquisitions per batch. +The paired diagnostic run records 1.144x the M2 binary's speed in Tier 1 and +1.228x in automatic mode; see `benchmarks/results/m3-entry-cache-paired.json`. +The pinned follow-up below resolves the focused interpreter variance and +completes the three control workloads; clean-source acceptance remains open. + +The next incremental change removes per-native-return queue allocation using a +single synchronous handoff slot. It passes 509 release runtime tests and 39 +AddressSanitizer tests. The pinned three-version generic-call comparison records +1.319x M2's speed in automatic mode (1.076x the cache-only version); the focused +interpreter interval is now narrow and tied against cache-only. See +`benchmarks/results/m3-native-return-generic-paired.json` and `docs/M3.md`. +All control measurements are complete and archived under +`benchmarks/results/m3-native-return-*-paired.json`; no benchmark process remains +running. Direct-call modes are statistically tied with M2. Recursive Tier 1 is +1.112x M2 speed; automatic recursion has zero native entries and is only an +interpreter-path control. Scalar-loop automatic mode is 1.037x M2 speed. No +material steady-state regression appeared in these controls. Startup, reload, +tail latency, and clean-source acceptance remain open. CALL feedback now reuses its argument/result buffer while preserving arbitrary +arity, exact order, and rejection of an entire invalid type event. Both warmed +CALL event forms allocate zero times in the regression test. The final code +passes 511 release tests, 39 AddressSanitizer tests, and Clippy. Earlier paired +reports are explicitly tied to the pre-buffer executable hash. + +Entry caching must preserve the existing `Coordinator::pin` admission checks: +installed artifact identity, invalidation, and the optimizing feedback epoch. +An `ExecutionPin` alone proves code lifetime, not permission for a new entry. +Also account for `prepare_baseline_direct_refresh`, optimized demotion, +generation retirement, suspension, and runtime detach. Reentrant active frames +must retain their code and metadata even after future entries are invalidated. +Cache hits now reuse a `ProductionEntryPin`; per-call hot/enter/exit callbacks +remain in place. Do not treat this first cache step as completion of the whole +native-call overhead target. diff --git a/jit/src/abi.rs b/jit/src/abi.rs index 0c8bfe848..fe2ba96b3 100644 --- a/jit/src/abi.rs +++ b/jit/src/abi.rs @@ -5,7 +5,7 @@ use core::{fmt, mem}; use rquickjs_core::qjs; pub const ABI_MAJOR: u16 = 1; -pub const ABI_MINOR: u16 = 19; +pub const ABI_MINOR: u16 = 20; pub const SOURCE_REVISION: u64 = 0xfd0a_0210_b7be_0095; pub const OPCODE_FINGERPRINT: u64 = qjs::QJSJIT_GENERATED_OPCODE_FINGERPRINT; @@ -654,6 +654,7 @@ fn backend_vtable_layout_fingerprint() -> u64 { mem::offset_of!(qjs::JSJitBackendVTable, native_enter), mem::offset_of!(qjs::JSJitBackendVTable, native_exit), mem::offset_of!(qjs::JSJitBackendVTable, record_feedback), + mem::offset_of!(qjs::JSJitBackendVTable, entry_cache_epoch), ] { hash = layout_field(hash, offset, mem::size_of::()); } diff --git a/jit/src/lib.rs b/jit/src/lib.rs index a539ecff8..904a11868 100644 --- a/jit/src/lib.rs +++ b/jit/src/lib.rs @@ -513,9 +513,12 @@ struct ProductionBackend { baseline_property_refreshed: std::collections::HashSet, tier2_sources: std::collections::HashMap, feedback: runtime::FeedbackTable, + // CALL feedback consumers finish synchronously and never reenter QuickJS. + call_feedback_types: Vec, shape_feedback: runtime::ShapeFeedbackTable, metrics: Arc>, native_entries: u64, + native_acquisitions: u64, native_exits: u64, native_fallbacks: u64, native_retries: u64, @@ -545,8 +548,11 @@ struct ProductionBackend { adaptive_inputs_recorded: u64, snapshot_requests: u64, stable_path_compile_requests: u64, - pending_entry_tiers: - std::collections::HashMap>, + // Cached C handles can execute repeatedly without another acquisition. + // Replacement acquisition updates this before native_enter; active frames + // retain their own tier in execution_starts across recursive replacement. + entry_tiers: std::collections::HashMap, + entry_cache_epoch: u64, execution_starts: std::collections::HashMap>, execution_profiles: std::collections::HashMap, @@ -648,8 +654,10 @@ type PendingDeoptGuards = std::collections::HashMap< std::collections::VecDeque<(u32, Option)>, >; #[cfg(all(feature = "compiler", not(target_family = "wasm")))] -type PendingNativeReturns = - std::collections::HashMap<(u64, u64), std::collections::VecDeque>; +struct PendingNativeReturn { + function: runtime::FunctionKey, + observed: runtime::ObservedType, +} #[cfg(all(feature = "compiler", not(target_family = "wasm")))] #[derive(Default)] @@ -660,12 +668,15 @@ struct OsrValidationMetrics { deopt_guards: Mutex, deopt_materializations: AtomicU64, side_path_entries: AtomicU64, - /// Return-value types observed at native `DONE` exits, keyed by function - /// identity. The interpreter records return feedback at `OP_return`, but + /// The trampoline publishes after the native call has returned; C invokes + /// native_exit immediately afterward, before any release callback or other + /// JavaScript reentry. Even recursion therefore has only one pending return + /// per runtime. Keep this handoff inline instead of allocating a queue for + /// each call. The interpreter records return feedback at `OP_return`, but /// a function that returns natively (including a first invocation that /// entered baseline code through OSR) never executes that opcode, and a /// call signature that never completes would block Tier 2 forever. - native_returns: Mutex, + native_return: Mutex>, } #[cfg(all(feature = "compiler", not(target_family = "wasm")))] @@ -732,25 +743,26 @@ impl OsrValidationMetrics { } fn mark_native_return(&self, id: u64, generation: u64, observed: runtime::ObservedType) { - self.native_returns + let mut pending = self + .native_return .lock() - .unwrap_or_else(|poisoned| poisoned.into_inner()) - .entry((id, generation)) - .or_default() - .push_back(observed); + .unwrap_or_else(|poisoned| poisoned.into_inner()); + debug_assert!(pending.is_none(), "native return callback was not consumed"); + *pending = Some(PendingNativeReturn { + function: runtime::FunctionKey::new(id, generation), + observed, + }); } fn take_native_return(&self, id: u64, generation: u64) -> Option { - let mut returns = self - .native_returns + let mut pending = self + .native_return .lock() .unwrap_or_else(|poisoned| poisoned.into_inner()); - let queue = returns.get_mut(&(id, generation))?; - let observed = queue.pop_front(); - if queue.is_empty() { - returns.remove(&(id, generation)); + if pending.as_ref()?.function != runtime::FunctionKey::new(id, generation) { + return None; } - observed + pending.take().map(|entry| entry.observed) } } @@ -1047,6 +1059,26 @@ mod production_osr_validation_tests { use super::*; use rquickjs_core::qjs; + #[test] + fn native_return_handoff_preserves_identity_type_and_recursive_exit_order() { + let metrics = OsrValidationMetrics::default(); + // An inner trampoline completes and its C exit callback consumes the + // observation before the outer native call can finish. + for (id, generation, observed) in [ + (7, 3, runtime::ObservedType::Int32), + (7, 3, runtime::ObservedType::Float64), + (8, 4, runtime::ObservedType::String), + (7, 5, runtime::ObservedType::Object), + (7, 5, runtime::ObservedType::Bool), + ] { + metrics.mark_native_return(id, generation, observed); + assert_eq!(metrics.take_native_return(id + 1, generation), None); + assert_eq!(metrics.take_native_return(id, generation + 1), None); + assert_eq!(metrics.take_native_return(id, generation), Some(observed)); + assert_eq!(metrics.take_native_return(id, generation), None); + } + } + fn bytes(frame: &qjs::JSJitExecFrame) -> Vec { unsafe { core::slice::from_raw_parts( @@ -1266,9 +1298,11 @@ impl ProductionBackend { baseline_property_refreshed: std::collections::HashSet::new(), tier2_sources: std::collections::HashMap::new(), feedback: runtime::FeedbackTable::new(feedback_capacity, 3), + call_feedback_types: Vec::new(), shape_feedback: runtime::ShapeFeedbackTable::new(3), metrics, native_entries: 0, + native_acquisitions: 0, native_exits: 0, native_fallbacks: 0, native_retries: 0, @@ -1295,7 +1329,8 @@ impl ProductionBackend { snapshot_requests: 0, stable_path_compile_requests: 0, execution_starts: std::collections::HashMap::new(), - pending_entry_tiers: std::collections::HashMap::new(), + entry_tiers: std::collections::HashMap::new(), + entry_cache_epoch: 1, execution_profiles: std::collections::HashMap::new(), profitability_evaluations: 0, profitability_approved: 0, @@ -1357,7 +1392,18 @@ impl ProductionBackend { } } + fn invalidate_entry_cache(&mut self) { + // Epoch zero permanently disables caching after exhaustion: never let + // an old handle become admissible again through wraparound. + if self.entry_cache_epoch != 0 { + self.entry_cache_epoch = self.entry_cache_epoch.checked_add(1).unwrap_or(0); + } + } + fn maintenance(&mut self) { + // Maintenance owns installation, demotion, feedback-epoch updates, + // and reclamation. Invalidate before touching any of those states. + self.invalidate_entry_cache(); self.hot_ticks_since_maintenance = 0; self.last_scan_feedback_version = self.feedback.version(); self.clock = self.clock.saturating_add(1); @@ -1691,6 +1737,7 @@ impl ProductionBackend { fn publish_metrics(&mut self) { let mut snapshot = self.coordinator.metrics(); snapshot.native_entries = self.native_entries; + snapshot.native_acquisitions = self.native_acquisitions; snapshot.native_exits = self.native_exits; snapshot.native_fallbacks = self.native_fallbacks; snapshot.native_retries = self.native_retries; @@ -1846,6 +1893,7 @@ unsafe impl rquickjs_core::runtime::JitBackend for ProductionBackend { .baseline_direct_refresh_ready(key, &feedback) && self.coordinator.prepare_baseline_direct_refresh(key) { + self.invalidate_entry_cache(); self.requested.insert(key); self.queue_reasons .insert(key, runtime::HotReason::CallThreshold); @@ -1974,33 +2022,36 @@ unsafe impl rquickjs_core::runtime::JitBackend for ProductionBackend { self.clock = self.clock.saturating_add(1).max(1); match event.kind { qjs::JSJitFeedbackKind_JS_JIT_FEEDBACK_CALL => { - if let Some(arguments) = raw_types - .iter() - .copied() - .map(observed) - .collect::>>() - { - if event.flags & qjs::JS_JIT_FEEDBACK_CALL_SITE != 0 { - let Some((&result, arguments)) = arguments.split_last() else { - return; - }; - if event.callee.id == 0 || event.callee.generation == 0 { - return; - } - let callee = - runtime::FunctionKey::new(event.callee.id, event.callee.generation); - self.feedback.observe_call_signature_with_identity( - key, - event.pc, - callee, - event.shape_identity, - event.prototype_identity, - arguments, - result, - ); - } else { - self.feedback.observe_call(key, &arguments); + let arguments = &mut self.call_feedback_types; + arguments.clear(); + arguments.reserve(raw_types.len()); + for &raw in raw_types { + let Some(value) = observed(raw) else { + // Reject the entire event before mutating feedback. + return; + }; + arguments.push(value); + } + if event.flags & qjs::JS_JIT_FEEDBACK_CALL_SITE != 0 { + let Some((&result, arguments)) = arguments.split_last() else { + return; + }; + if event.callee.id == 0 || event.callee.generation == 0 { + return; } + let callee = + runtime::FunctionKey::new(event.callee.id, event.callee.generation); + self.feedback.observe_call_signature_with_identity( + key, + event.pc, + callee, + event.shape_identity, + event.prototype_identity, + arguments, + result, + ); + } else { + self.feedback.observe_call(key, arguments); } } qjs::JSJitFeedbackKind_JS_JIT_FEEDBACK_RETURN if raw_types.len() == 1 => { @@ -2280,13 +2331,24 @@ unsafe impl rquickjs_core::runtime::JitBackend for ProductionBackend { empty.pin = pin; empty.stack_map_count = stack_map_count; empty.helper_abi_version = rquickjs_core::qjs::QJSJIT_HELPER_ABI_VERSION; - self.pending_entry_tiers - .entry(key) - .or_default() - .push_back(acquired_tier); + self.entry_tiers.insert(key, acquired_tier); + self.native_acquisitions = self.native_acquisitions.saturating_add(1); empty } + fn entry_cache_epoch(&self) -> u64 { + if self.coordinator.has_pending_work() + || self.feedback.version() != self.last_scan_feedback_version + || self.coordinator.installed_count() != self.last_scan_installed + { + // Force acquisition through maintenance when the admission inputs + // changed since the last scan, even before the next hot probe. + 0 + } else { + self.entry_cache_epoch + } + } + fn release_entry(&mut self, entry: rquickjs_core::qjs::JSJitEntryHandle) { if !entry.pin.is_null() { unsafe { drop(Box::from_raw(entry.pin.cast::())) }; @@ -2297,9 +2359,9 @@ unsafe impl rquickjs_core::runtime::JitBackend for ProductionBackend { self.native_entries = self.native_entries.saturating_add(1); let key = runtime::FunctionKey::new(_id, _generation); let tier = self - .pending_entry_tiers - .get_mut(&key) - .and_then(std::collections::VecDeque::pop_front) + .entry_tiers + .get(&key) + .copied() .unwrap_or(runtime::Tier::Baseline); if tier == runtime::Tier::Optimizing { self.coordinator.record_tier2_entry(); @@ -2366,6 +2428,10 @@ unsafe impl rquickjs_core::runtime::JitBackend for ProductionBackend { self.osr_generated_retries = self.osr_generated_retries.saturating_add(1); } } else if exit_kind == rquickjs_core::qjs::JSJitExitKind_JS_JIT_EXIT_DEOPT { + // Side-exit accounting can unpublish optimizing code immediately, + // before the next maintenance pass. Invalidate handles belonging + // to still-active recursive frames before they can be cached again. + self.invalidate_entry_cache(); self.native_fallbacks = self.native_fallbacks.saturating_add(1); let key = runtime::FunctionKey::new(id, generation); if let Some((guard, observed)) = self.osr_validation.take_deopt_guard(id, generation) { @@ -2430,6 +2496,7 @@ unsafe impl rquickjs_core::runtime::JitBackend for ProductionBackend { self.optimizing_hotness.remove(&key); self.optimizing_snapshots.remove(&key); self.tier2_sources.remove(&key); + self.entry_tiers.remove(&key); self.coordinator.retire(key); self.maintenance(); } @@ -2606,6 +2673,151 @@ mod jit_runtime_drop_tests { mod production_environment_tests { use super::*; + // Count allocations on this test thread only; background compilers and + // concurrently running tests keep using the system allocator unobserved. + struct CountingAllocator; + std::thread_local! { + static ALLOCATIONS: std::cell::Cell> = const { std::cell::Cell::new(None) }; + } + #[global_allocator] + static TEST_ALLOCATOR: CountingAllocator = CountingAllocator; + unsafe impl std::alloc::GlobalAlloc for CountingAllocator { + unsafe fn alloc(&self, layout: std::alloc::Layout) -> *mut u8 { + let _ = ALLOCATIONS.try_with(|count| { + if let Some(n) = count.get() { + count.set(Some(n + 1)); + } + }); + unsafe { std::alloc::GlobalAlloc::alloc(&std::alloc::System, layout) } + } + unsafe fn dealloc(&self, ptr: *mut u8, layout: std::alloc::Layout) { + unsafe { std::alloc::GlobalAlloc::dealloc(&std::alloc::System, ptr, layout) } + } + unsafe fn realloc(&self, ptr: *mut u8, layout: std::alloc::Layout, size: usize) -> *mut u8 { + let _ = ALLOCATIONS.try_with(|count| { + if let Some(n) = count.get() { + count.set(Some(n + 1)); + } + }); + unsafe { std::alloc::GlobalAlloc::realloc(&std::alloc::System, ptr, layout, size) } + } + } + + fn call_event(types: &[u32], callsite: bool) -> rquickjs_core::qjs::JSJitFeedbackEvent { + use rquickjs_core::qjs; + // All-zero scalar fields and a null pointer are valid for this C event. + let mut event: qjs::JSJitFeedbackEvent = unsafe { core::mem::zeroed() }; + event.struct_size = core::mem::size_of_val(&event) as u32; + event.kind = qjs::JSJitFeedbackKind_JS_JIT_FEEDBACK_CALL; + event.function.id = 7; + event.function.generation = 3; + event.callee.id = 8; + event.callee.generation = 4; + event.pc = 12; + event.types = types.as_ptr(); + event.type_count = types.len() as u32; + if callsite { + event.flags = qjs::JS_JIT_FEEDBACK_CALL_SITE; + } + event + } + + #[test] + fn stable_call_feedback_does_not_allocate_after_warmup() { + use rquickjs_core::{qjs, runtime::JitBackend}; + let mut backend = ProductionBackend::new( + 1, + &abi::AbiInfo::linked().unwrap(), + JitConfig::default(), + Arc::new(Mutex::new(JitMetrics::default())), + ) + .unwrap(); + let types = [qjs::JSJitValueType_JS_JIT_VALUE_INT32; 32]; + for callsite in [false, true] { + let event = call_event(&types, callsite); + backend.record_feedback(&event); + ALLOCATIONS.with(|count| count.set(Some(0))); + for _ in 0..100 { + backend.record_feedback(&event); + } + let allocations = ALLOCATIONS.with(|count| count.replace(None).unwrap()); + assert_eq!(allocations, 0, "stable CALL event must reuse storage"); + } + backend.runtime_detach(); + } + + #[test] + fn call_feedback_preserves_wide_arguments_and_rejects_entire_invalid_events() { + use rquickjs_core::{qjs, runtime::JitBackend}; + use runtime::{FunctionKey, ObservedType}; + let mut backend = ProductionBackend::new( + 1, + &abi::AbiInfo::linked().unwrap(), + JitConfig::default(), + Arc::new(Mutex::new(JitMetrics::default())), + ) + .unwrap(); + let key = FunctionKey::new(7, 3); + let mut types = vec![qjs::JSJitValueType_JS_JIT_VALUE_INT32; 32]; + types[0] = qjs::JSJitValueType_JS_JIT_VALUE_BOOL; + types[31] = qjs::JSJitValueType_JS_JIT_VALUE_STRING; + backend.record_feedback(&call_event(&types, false)); + backend.record_feedback(&call_event(&types, true)); + let snapshot = backend.feedback.snapshot(1); + let call = snapshot.call_at(key).unwrap(); + assert_eq!(call.argc(), 32); + assert_eq!(call.argument(0), [ObservedType::Bool]); + assert_eq!(call.argument(30), [ObservedType::Int32]); + assert_eq!(call.argument(31), [ObservedType::String]); + let site = snapshot.call_signature_at(key, 12).unwrap(); + assert_eq!(site.targets(), [FunctionKey::new(8, 4)]); + assert_eq!(site.argument(0), [ObservedType::Bool]); + assert_eq!(site.argument(30), [ObservedType::Int32]); + assert!(site.argument(31).is_empty()); + assert_eq!(site.results(), [ObservedType::String]); + types[0] = qjs::JSJitValueType_JS_JIT_VALUE_OBJECT; + types[31] = u32::MAX; + for callsite in [false, true] { + backend.record_feedback(&call_event(&types, callsite)); + assert_eq!(backend.feedback.snapshot(1), snapshot); + } + // A subsequent short event cannot inherit any stale scratch slots. + backend.record_feedback(&call_event(&[qjs::JSJitValueType_JS_JIT_VALUE_BOOL], true)); + assert_eq!( + backend + .feedback + .snapshot(1) + .call_signature_at(key, 12) + .unwrap() + .results(), + [ObservedType::String, ObservedType::Bool] + ); + backend.runtime_detach(); + } + + #[test] + fn deopt_demotions_invalidate_entry_cache_before_periodic_maintenance() { + use rquickjs_core::runtime::JitBackend; + let mut backend = ProductionBackend::new( + 1, + &abi::AbiInfo::linked().unwrap(), + JitConfig::default(), + Arc::new(Mutex::new(JitMetrics::default())), + ) + .unwrap(); + backend.maintenance(); + let epoch = backend.entry_cache_epoch(); + assert_ne!(epoch, 0); + for guard in [1, 2] { + backend.osr_validation.mark_deopt_guard(7, 3, guard, None); + backend.native_exit(7, 3, 0, rquickjs_core::qjs::JSJitExitKind_JS_JIT_EXIT_DEOPT); + } + assert_eq!(backend.coordinator.metrics().optimized_demotions, 1); + assert_eq!(backend.hot_ticks_since_maintenance, 2); + assert_ne!(backend.entry_cache_epoch(), epoch); + backend.runtime_detach(); + } + #[test] fn artifact_environment_uses_runtime_abi_target_features_and_config() { let first = Runtime::new().unwrap(); diff --git a/jit/src/metrics.rs b/jit/src/metrics.rs index d1b6581a9..13c215cd3 100644 --- a/jit/src/metrics.rs +++ b/jit/src/metrics.rs @@ -38,6 +38,9 @@ pub struct JitMetrics { pub peak_compiler_bytes: usize, pub evicted: u64, pub native_entries: u64, + /// Nonempty entry handles acquired from the backend, including OSR. + /// Cached C entries execute again without increasing this counter. + pub native_acquisitions: u64, pub native_exits: u64, pub native_fallbacks: u64, pub native_retries: u64, @@ -111,6 +114,7 @@ impl JitMetrics { peak_compiler_bytes: 0, evicted: 0, native_entries: 0, + native_acquisitions: 0, native_exits: 0, native_fallbacks: 0, native_retries: 0, diff --git a/jit/tests/abi.rs b/jit/tests/abi.rs index 2036598ef..7d73013fa 100644 --- a/jit/tests/abi.rs +++ b/jit/tests/abi.rs @@ -418,7 +418,7 @@ fn helper_abi_is_one_canonical_versioned_table_in_c_bindgen_and_rust() { fn helper_abi_fields_are_append_only_tails() { use rquickjs_core::qjs; - assert_eq!(qjs::QJSJIT_ABI_MINOR, 19); + assert_eq!(qjs::QJSJIT_ABI_MINOR, 20); assert_eq!(qjs::QJSJIT_RUNTIME_API_MAJOR, 1); assert_eq!(qjs::QJSJIT_RUNTIME_API_MINOR, 9); assert_eq!(qjs::QJSJIT_HELPER_ABI_VERSION, 1); diff --git a/jit/tests/native_boundary.rs b/jit/tests/native_boundary.rs index b71219f0d..03045e5f4 100644 --- a/jit/tests/native_boundary.rs +++ b/jit/tests/native_boundary.rs @@ -165,6 +165,327 @@ unsafe impl JitBackend for NativeBackend { struct UnpinnedBackend; +struct CachingBackend { + inner: NativeBackend, + epoch: Arc, + acquisitions: Arc, +} + +unsafe impl JitBackend for CachingBackend { + fn acquire_entry(&mut self, id: u64, generation: u64, pc: u32) -> qjs::JSJitEntryHandle { + let entry = self.inner.acquire_entry(id, generation, pc); + if !entry.pin.is_null() { + self.acquisitions.fetch_add(1, Ordering::SeqCst); + } + entry + } + + fn release_entry(&mut self, entry: qjs::JSJitEntryHandle) { + self.inner.release_entry(entry); + } + + fn entry_cache_epoch(&self) -> u64 { + self.epoch.load(Ordering::SeqCst) as u64 + } +} + +#[test] +fn cached_native_entry_reuses_a_pin_until_epoch_change_and_releases_on_detach() { + let runtime = Runtime::new().unwrap(); + let context = Context::full(&runtime).unwrap(); + let captured = context.with(|ctx| { + ctx.eval::<(), _>("globalThis.target = function target() { return 1 }") + .unwrap(); + snapshot(&ctx, &ctx.globals().get::<_, Function>("target").unwrap()) + }); + let releases = Arc::new(AtomicUsize::new(0)); + let acquisitions = Arc::new(AtomicUsize::new(0)); + let epoch = Arc::new(AtomicUsize::new(1)); + let guard = runtime + .attach_jit_backend(CachingBackend { + inner: NativeBackend::one(&captured, EntryKind::Done, Arc::clone(&releases)), + epoch: Arc::clone(&epoch), + acquisitions: Arc::clone(&acquisitions), + }) + .unwrap(); + let invoke = || { + context.with(|ctx| { + let function: Function = ctx.globals().get("target").unwrap(); + assert_eq!(function.call::<_, i32>(()).unwrap(), 42); + }) + }; + invoke(); + invoke(); + assert_eq!(acquisitions.load(Ordering::SeqCst), 1); + assert_eq!(releases.load(Ordering::SeqCst), 0); + guard.suspend().unwrap(); + context.with(|ctx| { + let function: Function = ctx.globals().get("target").unwrap(); + assert_eq!(function.call::<_, i32>(()).unwrap(), 1); + }); + guard.resume().unwrap(); + invoke(); + assert_eq!(acquisitions.load(Ordering::SeqCst), 1); + epoch.store(2, Ordering::SeqCst); + invoke(); + assert_eq!(acquisitions.load(Ordering::SeqCst), 2); + assert_eq!(releases.load(Ordering::SeqCst), 1); + epoch.store(0, Ordering::SeqCst); + invoke(); + assert_eq!(acquisitions.load(Ordering::SeqCst), 3); + assert_eq!(releases.load(Ordering::SeqCst), 3); + epoch.store(3, Ordering::SeqCst); + invoke(); + drop(guard); + assert_eq!(acquisitions.load(Ordering::SeqCst), 4); + assert_eq!(releases.load(Ordering::SeqCst), 4); +} + +struct RecursiveCachePin { + epoch: Arc, + invalidate: Arc, + retire: Arc, + active: AtomicBool, +} + +struct ReentrantCacheRelease { + ctx: *mut qjs::JSContext, + key: (u64, u64), + acquisitions: AtomicUsize, + releases: AtomicUsize, + reenter: AtomicBool, +} + +unsafe extern "C" fn acquire_reentrant_release( + opaque: *mut c_void, + id: u64, + generation: u64, + pc: u32, +) -> qjs::JSJitEntryHandle { + let state = unsafe { &*opaque.cast::() }; + let mut entry: qjs::JSJitEntryHandle = unsafe { std::mem::zeroed() }; + entry.struct_size = std::mem::size_of_val(&entry) as u32; + if state.key == (id, generation) && pc == 0 { + state.acquisitions.fetch_add(1, Ordering::SeqCst); + entry.entry = Some(native_done); + entry.helper_abi_version = qjs::QJSJIT_HELPER_ABI_VERSION; + entry.pin = Box::into_raw(Box::new(0u8)).cast(); + } + entry +} + +unsafe extern "C" fn release_with_reentry(opaque: *mut c_void, entry: qjs::JSJitEntryHandle) { + let state = unsafe { &*opaque.cast::() }; + unsafe { drop(Box::from_raw(entry.pin.cast::())) }; + state.releases.fetch_add(1, Ordering::SeqCst); + if state.reenter.swap(false, Ordering::SeqCst) { + unsafe { + let global = qjs::JS_GetGlobalObject(state.ctx); + let function = qjs::JS_GetPropertyStr(state.ctx, global, c"target".as_ptr()); + let value = qjs::JS_Call(state.ctx, function, qjs::JS_UNDEFINED, 0, ptr::null_mut()); + assert_eq!(qjs::JS_VALUE_GET_INT(value), 42); + qjs::JS_FreeValue(state.ctx, function); + qjs::JS_FreeValue(state.ctx, global); + } + } +} + +unsafe extern "C" fn constant_cache_epoch(_opaque: *mut c_void) -> u64 { + 1 +} + +#[test] +fn reentrant_release_cannot_repopulate_entry_cache_during_detach() { + let runtime = Runtime::new().unwrap(); + let context = Context::full(&runtime).unwrap(); + context.with(|ctx| { + ctx.eval::<(), _>("globalThis.target = function target() { return 1 }") + .unwrap(); + let function: Function = ctx.globals().get("target").unwrap(); + let captured = snapshot(&ctx, &function); + let mut state = ReentrantCacheRelease { + ctx: ctx.as_raw().as_ptr(), + key: (captured.function_id(), captured.generation()), + acquisitions: AtomicUsize::new(0), + releases: AtomicUsize::new(0), + reenter: AtomicBool::new(false), + }; + let mut vtable: qjs::JSJitBackendVTable = unsafe { std::mem::zeroed() }; + vtable.struct_size = std::mem::size_of_val(&vtable) as u32; + vtable.acquire_entry = Some(acquire_reentrant_release); + vtable.release_entry = Some(release_with_reentry); + vtable.entry_cache_epoch = Some(constant_cache_epoch); + let rt = unsafe { qjs::JS_GetRuntime(state.ctx) }; + assert_eq!( + unsafe { + qjs::JS_SetJitBackend( + rt, + &vtable, + (&mut state as *mut ReentrantCacheRelease).cast(), + ) + }, + qjs::JS_JIT_BACKEND_OK + ); + assert_eq!(function.call::<_, i32>(()).unwrap(), 42); + state.reenter.store(true, Ordering::SeqCst); + assert_eq!( + unsafe { qjs::JS_SetJitBackend(rt, ptr::null(), ptr::null_mut()) }, + qjs::JS_JIT_BACKEND_OK + ); + assert_eq!(state.acquisitions.load(Ordering::SeqCst), 2); + assert_eq!(state.releases.load(Ordering::SeqCst), 2); + }); +} + +struct RecursiveCacheBackend { + key: (u64, u64), + epoch: Arc, + invalidate: Arc, + retire: Arc, + exits: Arc>>, + acquisitions: Arc, + releases: Arc, +} + +unsafe impl JitBackend for RecursiveCacheBackend { + fn acquire_entry(&mut self, id: u64, generation: u64, pc: u32) -> qjs::JSJitEntryHandle { + let mut entry: qjs::JSJitEntryHandle = unsafe { std::mem::zeroed() }; + entry.struct_size = std::mem::size_of_val(&entry) as u32; + if (id, generation) == self.key && pc == 0 { + self.acquisitions.fetch_add(1, Ordering::SeqCst); + entry.entry = Some(recursive_cached_entry); + entry.helper_abi_version = qjs::QJSJIT_HELPER_ABI_VERSION; + entry.pin = Box::into_raw(Box::new(RecursiveCachePin { + epoch: Arc::clone(&self.epoch), + invalidate: Arc::clone(&self.invalidate), + retire: Arc::clone(&self.retire), + active: AtomicBool::new(false), + })) + .cast(); + } + entry + } + + fn release_entry(&mut self, entry: qjs::JSJitEntryHandle) { + let pin = unsafe { Box::from_raw(entry.pin.cast::()) }; + assert!( + !pin.active.load(Ordering::SeqCst), + "released an active frame's pin" + ); + self.releases.fetch_add(1, Ordering::SeqCst); + } + + fn entry_cache_epoch(&self) -> u64 { + self.epoch.load(Ordering::SeqCst) as u64 + } + + fn function_retire(&mut self, _id: u64, _generation: u64) { + self.epoch.fetch_add(1, Ordering::SeqCst); + } + + fn native_exit(&mut self, id: u64, generation: u64, _pc: u32, _kind: u32) { + self.exits.lock().unwrap().push((id, generation)); + } +} + +unsafe extern "C" fn recursive_cached_entry(frame: *mut qjs::JSJitExecFrame) -> qjs::JSJitExit { + unsafe { + let frame = &mut *frame; + let pin = &*frame.entry.pin.cast::(); + assert!( + !pin.active.swap(true, Ordering::SeqCst), + "shared an active pin" + ); + let n = qjs::JS_VALUE_GET_INT(*frame.arg_buf); + if n == 0 { + qjs::JS_RunGC(frame.rt); + if pin.retire.swap(false, Ordering::SeqCst) { + let global = qjs::JS_GetGlobalObject(frame.ctx); + let function = qjs::JS_GetPropertyStr(frame.ctx, global, c"target".as_ptr()); + assert_eq!( + qjs::JS_JitInvalidateFunction(frame.ctx, function), + qjs::JS_JIT_BACKEND_OK + ); + qjs::JS_FreeValue(frame.ctx, function); + qjs::JS_FreeValue(frame.ctx, global); + } + if pin.invalidate.swap(false, Ordering::SeqCst) { + pin.epoch.fetch_add(1, Ordering::SeqCst); + } + frame.result = qjs::JS_MKVAL(qjs::JS_TAG_INT, 0); + } else { + let global = qjs::JS_GetGlobalObject(frame.ctx); + let function = qjs::JS_GetPropertyStr(frame.ctx, global, c"target".as_ptr()); + let mut argument = qjs::JS_MKVAL(qjs::JS_TAG_INT, n - 1); + let value = qjs::JS_Call(frame.ctx, function, qjs::JS_UNDEFINED, 1, &mut argument); + qjs::JS_FreeValue(frame.ctx, function); + qjs::JS_FreeValue(frame.ctx, global); + assert_eq!(qjs::JS_VALUE_GET_TAG(value), qjs::JS_TAG_INT); + frame.result = qjs::JS_MKVAL(qjs::JS_TAG_INT, qjs::JS_VALUE_GET_INT(value) + 1); + } + pin.active.store(false, Ordering::SeqCst); + } + qjs::JSJitExit::done() +} + +#[test] +fn cached_entry_recursion_keeps_active_pins_alive_across_gc_and_invalidation() { + let runtime = Runtime::new().unwrap(); + let context = Context::full(&runtime).unwrap(); + let captured = context.with(|ctx| { + ctx.eval::<(), _>("globalThis.target = function target(n) { return -1 }") + .unwrap(); + snapshot(&ctx, &ctx.globals().get::<_, Function>("target").unwrap()) + }); + let acquisitions = Arc::new(AtomicUsize::new(0)); + let releases = Arc::new(AtomicUsize::new(0)); + let invalidate = Arc::new(AtomicBool::new(false)); + let retire = Arc::new(AtomicBool::new(false)); + let exits = Arc::new(Mutex::new(Vec::new())); + let guard = runtime + .attach_jit_backend(RecursiveCacheBackend { + key: (captured.function_id(), captured.generation()), + epoch: Arc::new(AtomicUsize::new(1)), + invalidate: Arc::clone(&invalidate), + retire: Arc::clone(&retire), + exits: Arc::clone(&exits), + acquisitions: Arc::clone(&acquisitions), + releases: Arc::clone(&releases), + }) + .unwrap(); + let invoke = |n| { + context.with(|ctx| { + let function: Function = ctx.globals().get("target").unwrap(); + assert_eq!(function.call::<_, i32>((n,)).unwrap(), n); + }) + }; + invoke(0); + invalidate.store(true, Ordering::SeqCst); + invoke(3); + assert_eq!(acquisitions.load(Ordering::SeqCst), 4); + assert_eq!(releases.load(Ordering::SeqCst), 4); + invoke(0); + retire.store(true, Ordering::SeqCst); + invoke(2); + assert!( + exits + .lock() + .unwrap() + .iter() + .all(|key| *key == (captured.function_id(), captured.generation())), + "active frames must report the generation they entered: {:?}", + exits.lock().unwrap() + ); + context.with(|ctx| { + let function: Function = ctx.globals().get("target").unwrap(); + assert_eq!(function.call::<_, i32>((0,)).unwrap(), -1); + }); + assert_eq!(acquisitions.load(Ordering::SeqCst), 7); + assert_eq!(releases.load(Ordering::SeqCst), 7); + drop(guard); + assert_eq!(releases.load(Ordering::SeqCst), 7); +} + unsafe impl JitBackend for UnpinnedBackend { fn acquire_entry(&mut self, _id: u64, _generation: u64, _pc: u32) -> qjs::JSJitEntryHandle { qjs::JSJitEntryHandle { @@ -260,6 +581,7 @@ unsafe fn attempt_backend_change( native_enter: None, native_exit: None, record_feedback: None, + entry_cache_epoch: None, }; unsafe { qjs::JS_SetJitBackend(rt, &replacement, std::ptr::null_mut()) } } diff --git a/jit/tests/tier1_calls_properties.rs b/jit/tests/tier1_calls_properties.rs index 6c4366e05..9cee8cf04 100644 --- a/jit/tests/tier1_calls_properties.rs +++ b/jit/tests/tier1_calls_properties.rs @@ -63,6 +63,69 @@ fn run_until_native(source: &str, expression: &str) -> (String, rquickjs_jit::Ji (result, jit.metrics()) } +#[test] +fn generic_call_entry_benchmark_keeps_the_generic_native_boundary() { + let runtime = Runtime::new().unwrap(); + let jit = Jit::attach( + &runtime, + JitConfig::builder() + .tier_policy(JitTierPolicy::BaselineOnly) + .call_threshold(2) + .loop_threshold(1) + .build() + .unwrap(), + ) + .unwrap(); + let context = Context::full(&runtime).unwrap(); + context.with(|ctx| { + ctx.eval::<(), _>(include_str!( + "../../benchmarks/scripts/generic-call-entry.js" + )) + .unwrap(); + }); + let deadline = Instant::now() + Duration::from_secs(60); + loop { + context.with(|ctx| { + assert_eq!( + ctx.eval::("workload(1000, 7, workloadArgument)") + .unwrap(), + 1007 + ); + }); + jit.poll(); + if jit.metrics().installed >= 2 && jit.metrics().pending_worker_jobs == 0 { + break; + } + assert!(Instant::now() < deadline, "{:?}", jit.metrics()); + std::thread::sleep(Duration::from_millis(1)); + } + let before = jit.metrics(); + context.with(|ctx| { + let rt = unsafe { rquickjs_core::qjs::JS_GetRuntime(ctx.as_raw().as_ptr()) }; + let calls = helper_count(rt, rquickjs_core::qjs::JSJitHelperId_JS_JIT_HELPER_CALL); + assert_eq!( + ctx.eval::("workload(1000, 7, workloadArgument)") + .unwrap(), + 1007 + ); + assert_eq!( + helper_count(rt, rquickjs_core::qjs::JSJitHelperId_JS_JIT_HELPER_CALL) - calls, + 1000, + "the benchmark must not silently become a specialized direct call" + ); + }); + let after = jit.metrics(); + assert!( + after.native_entries - before.native_entries >= 1001, + "{after:?}" + ); + assert_eq!(after.native_entries, after.native_exits); + assert!( + after.native_acquisitions - before.native_acquisitions < 100, + "steady generic calls should reuse C entry pins: before={before:?}, after={after:?}" + ); +} + #[test] fn production_tier1_installs_and_executes_fixed_and_generic_calls() { let (result, metrics) = run_until_native( diff --git a/sys/build_support/patch.rs b/sys/build_support/patch.rs index c8d855ffa..9ae8815f7 100644 --- a/sys/build_support/patch.rs +++ b/sys/build_support/patch.rs @@ -1,7 +1,7 @@ use std::{fs, io, path::Path}; const QUICKJS_BASELINE_FNV64: u64 = 0x3302_116a_b0fc_269c; -const EXPECTED_PATCHES: [(&str, u64); 9] = [ +const EXPECTED_PATCHES: [(&str, u64); 10] = [ ("0001-rquickjs-jit.patch", 0x18d7_40cc_6943_30cf), ("0002-runtime-feedback.patch", 0xe4c1_ed52_ee5d_d469), ("0003-element-layout.patch", 0xa12c_ccd2_7420_e880), @@ -11,6 +11,7 @@ const EXPECTED_PATCHES: [(&str, u64); 9] = [ ("0007-msan-slot-boundary.patch", 0xa9b9_35b0_e775_152e), ("0008-tier1-atom-values.patch", 0xbc5e_d1f3_3fef_4069), ("0009-tier1-arith-slow.patch", 0x3fd2_4634_ef37_456e), + ("0010-native-entry-cache.patch", 0xe33fff61a67b0955), ]; pub(crate) const BASELINE_FILES: [&str; 19] = [ "api-test.c", @@ -50,8 +51,8 @@ const PATCHED_FILE_FINGERPRINTS: [(&str, u64); 21] = [ ("list.h", 0xb337_70f7_b76d_a3d8), ("quickjs-atom.h", 0x30b4_9116_b6a2_aa99), ("quickjs-c-atomics.h", 0x490b_0f29_f631_3fc0), - ("quickjs.c", 0xe110_c896_ecae_644f), - ("quickjs-jit.h", 0x7704_d5a5_87f7_175c), + ("quickjs.c", 0xb898240dbb3843c8), + ("quickjs-jit.h", 0x847f0de0cd88713b), ("quickjs-jit-helpers.h", 0xa469_e80f_be47_404c), ("quickjs-opcode.h", 0x3d05_cfdf_5cf7_2930), ("quickjs.h", 0x4831_2cde_9c2f_a5ee), diff --git a/sys/patches/0010-native-entry-cache.patch b/sys/patches/0010-native-entry-cache.patch new file mode 100644 index 000000000..8e64c67ba --- /dev/null +++ b/sys/patches/0010-native-entry-cache.patch @@ -0,0 +1,182 @@ +diff --git a/quickjs.c b/quickjs.c +--- a/quickjs.c ++++ b/quickjs.c +@@ -360,6 +360,11 @@ + #ifdef CONFIG_JIT_ABI + const JSJitBackendVTable *jit_backend_vtable; + void *jit_backend_opaque; ++ JSJitEntryHandle jit_cached_entry; ++ uint64_t jit_cached_entry_id; ++ uint64_t jit_cached_entry_generation; ++ uint64_t jit_cached_entry_epoch; ++ bool jit_entry_cache_suppressed; + uint32_t jit_backend_active_depth; + uint8_t jit_suspended; + uint32_t jit_active_stack_map_count; +@@ -2255,7 +2260,8 @@ + hash = QJSJIT_LAYOUT_FIELD(hash, JSJitBackendVTable, memory_used); + hash = QJSJIT_LAYOUT_FIELD(hash, JSJitBackendVTable, native_enter); + hash = QJSJIT_LAYOUT_FIELD(hash, JSJitBackendVTable, native_exit); +- return QJSJIT_LAYOUT_FIELD(hash, JSJitBackendVTable, record_feedback); ++ hash = QJSJIT_LAYOUT_FIELD(hash, JSJitBackendVTable, record_feedback); ++ return QJSJIT_LAYOUT_FIELD(hash, JSJitBackendVTable, entry_cache_epoch); + } + + static uint64_t qjsjit_abi_info_layout(void) +@@ -3030,6 +3036,22 @@ + } + #endif + ++/* Move ownership out before invoking the backend: even a reentrant release ++ * cannot observe or release the same cached pin twice. */ ++static void qjsjit_discard_cached_entry(JSRuntime *rt) ++{ ++ JSJitEntryHandle entry = rt->jit_cached_entry; ++ memset(&rt->jit_cached_entry, 0, sizeof(rt->jit_cached_entry)); ++ if (entry.pin) { ++ bool was_suppressed = rt->jit_entry_cache_suppressed; ++ rt->jit_entry_cache_suppressed = true; ++ rt->jit_backend_active_depth++; ++ rt->jit_backend_vtable->release_entry(rt->jit_backend_opaque, entry); ++ rt->jit_backend_active_depth--; ++ rt->jit_entry_cache_suppressed = was_suppressed; ++ } ++} ++ + int JS_SetJitBackend(JSRuntime *rt, const JSJitBackendVTable *vtable, + void *opaque) + { +@@ -3047,6 +3069,7 @@ + return JS_JIT_BACKEND_OK; + old_vtable = rt->jit_backend_vtable; + old_opaque = rt->jit_backend_opaque; ++ qjsjit_discard_cached_entry(rt); + rt->jit_backend_vtable = NULL; + rt->jit_backend_opaque = NULL; + rt->jit_suspended = 0; +@@ -20038,7 +20061,10 @@ + qjsjit_ensure_function_identity(rt, b) == 0) { + const JSJitBackendVTable *jit_vtable = rt->jit_backend_vtable; + void *jit_opaque = rt->jit_backend_opaque; +- JSJitEntryHandle entry; ++ const uint64_t entry_function_id = b->jit_function_id; ++ const uint64_t entry_generation = b->jit_generation; ++ JSJitEntryHandle entry = {0}; ++ uint64_t entry_epoch = 0; + const uint8_t *entry_pc = pc; + JSValue *entry_sp = sp; + uint32_t entry_pc_offset = (uint32_t)(pc - b->byte_code_buf); +@@ -20046,8 +20072,26 @@ + /* acquire_entry is an external callback and may inspect the frame. */ + sf->cur_pc = pc; + rt->jit_backend_active_depth++; +- entry = jit_vtable->acquire_entry(jit_opaque, b->jit_function_id, +- b->jit_generation, entry_pc_offset); ++ if (rt->jit_cached_entry.pin) { ++ entry_epoch = jit_vtable->entry_cache_epoch ? ++ jit_vtable->entry_cache_epoch(jit_opaque) : 0; ++ if (entry_pc_offset == 0 && entry_epoch != 0 && ++ rt->jit_cached_entry_epoch == entry_epoch && ++ rt->jit_cached_entry_id == entry_function_id && ++ rt->jit_cached_entry_generation == entry_generation) { ++ entry = rt->jit_cached_entry; ++ memset(&rt->jit_cached_entry, 0, sizeof(rt->jit_cached_entry)); ++ } else { ++ qjsjit_discard_cached_entry(rt); ++ } ++ } ++ if (!entry.pin) { ++ entry = jit_vtable->acquire_entry(jit_opaque, entry_function_id, ++ entry_generation, entry_pc_offset); ++ /* Acquisition may install code and advance the epoch. */ ++ entry_epoch = entry.pin && entry_pc_offset == 0 && jit_vtable->entry_cache_epoch ? ++ jit_vtable->entry_cache_epoch(jit_opaque) : 0; ++ } + if (entry.struct_size != sizeof(entry) || entry.reserved != 0 || + !entry.entry || !entry.pin || + entry.helper_abi_version != QJSJIT_HELPER_ABI_VERSION) { +@@ -20076,8 +20120,8 @@ + frame.flags = b->is_strict_mode ? JS_JIT_FUNCTION_STRICT : 0; + frame.rt = rt; + frame.ctx = ctx; +- frame.function_id = b->jit_function_id; +- frame.generation = b->jit_generation; ++ frame.function_id = entry_function_id; ++ frame.generation = entry_generation; + frame.arg_buf = (JSValueConst *)arg_buf; + frame.var_buf = var_buf; + frame.stack_base = stack_buf; +@@ -20102,18 +20146,31 @@ + rt->jit_active_stack_map_count = entry.stack_map_count; + rt->jit_active_helper_abi_version = entry.helper_abi_version; + if (jit_vtable->native_enter) +- jit_vtable->native_enter(jit_opaque, b->jit_function_id, +- b->jit_generation, entry_pc_offset); ++ jit_vtable->native_enter(jit_opaque, entry_function_id, ++ entry_generation, entry_pc_offset); + jit_exit = entry.entry(&frame); + if (jit_vtable->native_exit) +- jit_vtable->native_exit(jit_opaque, b->jit_function_id, +- b->jit_generation, entry_pc_offset, ++ jit_vtable->native_exit(jit_opaque, entry_function_id, ++ entry_generation, entry_pc_offset, + jit_exit.kind); + rt->jit_active_frame = previous_active_frame; + rt->jit_active_frame_cookie = previous_frame_cookie; + rt->jit_active_stack_map_count = previous_stack_map_count; + rt->jit_active_helper_abi_version = previous_helper_abi_version; +- jit_vtable->release_entry(jit_opaque, entry); ++ if (!rt->jit_entry_cache_suppressed && ++ entry_pc_offset == 0 && entry_epoch != 0 && ++ b->jit_function_id == entry_function_id && ++ b->jit_generation == entry_generation && ++ jit_exit.kind == JS_JIT_EXIT_DONE && ++ jit_vtable->entry_cache_epoch(jit_opaque) == entry_epoch) { ++ qjsjit_discard_cached_entry(rt); ++ rt->jit_cached_entry = entry; ++ rt->jit_cached_entry_id = entry_function_id; ++ rt->jit_cached_entry_generation = entry_generation; ++ rt->jit_cached_entry_epoch = entry_epoch; ++ } else { ++ jit_vtable->release_entry(jit_opaque, entry); ++ } + rt->jit_backend_active_depth--; + + if (!qjsjit_scratch_is_clear(stack_buf, b)) { +diff --git a/quickjs-jit.h b/quickjs-jit.h +--- a/quickjs-jit.h ++++ b/quickjs-jit.h +@@ -17,7 +17,7 @@ + #endif + + #define QJSJIT_ABI_MAJOR 1u +-#define QJSJIT_ABI_MINOR 19u ++#define QJSJIT_ABI_MINOR 20u + + /* Frame flags are append-only. Stress collection is a test/debug contract: + * every helper performs an allocating cycle-GC point before and after its +@@ -309,7 +309,8 @@ + * A usable handle has non-NULL entry and pin fields. The pin must keep the + * entry and all of its metadata alive until the matching release_entry call. + * QuickJS releases it exactly once after the native call and before processing +- * the returned exit. ++ * the returned exit, unless the backend opts into entry caching (see vtable). ++ * An idle cached handle retains only code/metadata, never frame pointers. + */ + typedef struct JSJitEntryHandle { + uint32_t struct_size; +@@ -423,6 +424,14 @@ + void (*native_exit)(void *opaque, uint64_t id, uint64_t generation, + uint32_t pc, uint32_t exit_kind); + void (*record_feedback)(void *opaque, const JSJitFeedbackEvent *event); ++ /* Optional pure query. Zero disables caching. Nonzero epochs must never ++ * repeat and must change before any previously acquired handle becomes ++ * inadmissible for another call (replacement, demotion, feedback changes). ++ * Opting in allows QuickJS to retain one idle pc=0 handle until eviction ++ * or detach. Each active call owns its handle exclusively, including during ++ * recursion. native_enter/native_exit still run once per execution. ++ * The handle and pin must be immutable between executions. */ ++ uint64_t (*entry_cache_epoch)(void *opaque); + } JSJitBackendVTable; + + enum { diff --git a/sys/src/bindings/aarch64-apple-darwin.rs b/sys/src/bindings/aarch64-apple-darwin.rs index 76e0b8627..56ef09fd9 100644 --- a/sys/src/bindings/aarch64-apple-darwin.rs +++ b/sys/src/bindings/aarch64-apple-darwin.rs @@ -86,7 +86,7 @@ pub const JS_DEF_ALIAS: u32 = 9; pub const JS_DEF_PROP_SYMBOL: u32 = 10; pub const JS_DEF_PROP_BOOL: u32 = 11; pub const QJSJIT_ABI_MAJOR: u32 = 1; -pub const QJSJIT_ABI_MINOR: u32 = 19; +pub const QJSJIT_ABI_MINOR: u32 = 20; pub const JS_JIT_FUNCTION_STRICT: u32 = 1; pub const JS_JIT_FRAME_STRESS_GC: u32 = 2; pub const JS_JIT_FRAME_SIDE_PATH_HIT: u32 = 4; @@ -3574,10 +3574,13 @@ pub struct JSJitBackendVTable { pub record_feedback: ::core::option::Option< unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void, event: *const JSJitFeedbackEvent), >, + pub entry_cache_epoch: ::core::option::Option< + unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void) -> u64, + >, } #[allow(clippy::unnecessary_operation, clippy::identity_op)] const _: () = { - ["Size of JSJitBackendVTable"][::core::mem::size_of::() - 88usize]; + ["Size of JSJitBackendVTable"][::core::mem::size_of::() - 96usize]; ["Alignment of JSJitBackendVTable"][::core::mem::align_of::() - 8usize]; ["Offset of field: JSJitBackendVTable::struct_size"] [::core::mem::offset_of!(JSJitBackendVTable, struct_size) - 0usize]; @@ -3601,6 +3604,8 @@ const _: () = { [::core::mem::offset_of!(JSJitBackendVTable, native_exit) - 72usize]; ["Offset of field: JSJitBackendVTable::record_feedback"] [::core::mem::offset_of!(JSJitBackendVTable, record_feedback) - 80usize]; + ["Offset of field: JSJitBackendVTable::entry_cache_epoch"] + [::core::mem::offset_of!(JSJitBackendVTable, entry_cache_epoch) - 88usize]; }; pub const JS_JIT_BACKEND_OK: _bindgen_ty_6 = 0; pub const JS_JIT_BACKEND_INVALID_ARGUMENT: _bindgen_ty_6 = -1; diff --git a/sys/src/bindings/aarch64-pc-windows-msvc.rs b/sys/src/bindings/aarch64-pc-windows-msvc.rs index 76e0b8627..56ef09fd9 100644 --- a/sys/src/bindings/aarch64-pc-windows-msvc.rs +++ b/sys/src/bindings/aarch64-pc-windows-msvc.rs @@ -86,7 +86,7 @@ pub const JS_DEF_ALIAS: u32 = 9; pub const JS_DEF_PROP_SYMBOL: u32 = 10; pub const JS_DEF_PROP_BOOL: u32 = 11; pub const QJSJIT_ABI_MAJOR: u32 = 1; -pub const QJSJIT_ABI_MINOR: u32 = 19; +pub const QJSJIT_ABI_MINOR: u32 = 20; pub const JS_JIT_FUNCTION_STRICT: u32 = 1; pub const JS_JIT_FRAME_STRESS_GC: u32 = 2; pub const JS_JIT_FRAME_SIDE_PATH_HIT: u32 = 4; @@ -3574,10 +3574,13 @@ pub struct JSJitBackendVTable { pub record_feedback: ::core::option::Option< unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void, event: *const JSJitFeedbackEvent), >, + pub entry_cache_epoch: ::core::option::Option< + unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void) -> u64, + >, } #[allow(clippy::unnecessary_operation, clippy::identity_op)] const _: () = { - ["Size of JSJitBackendVTable"][::core::mem::size_of::() - 88usize]; + ["Size of JSJitBackendVTable"][::core::mem::size_of::() - 96usize]; ["Alignment of JSJitBackendVTable"][::core::mem::align_of::() - 8usize]; ["Offset of field: JSJitBackendVTable::struct_size"] [::core::mem::offset_of!(JSJitBackendVTable, struct_size) - 0usize]; @@ -3601,6 +3604,8 @@ const _: () = { [::core::mem::offset_of!(JSJitBackendVTable, native_exit) - 72usize]; ["Offset of field: JSJitBackendVTable::record_feedback"] [::core::mem::offset_of!(JSJitBackendVTable, record_feedback) - 80usize]; + ["Offset of field: JSJitBackendVTable::entry_cache_epoch"] + [::core::mem::offset_of!(JSJitBackendVTable, entry_cache_epoch) - 88usize]; }; pub const JS_JIT_BACKEND_OK: _bindgen_ty_6 = 0; pub const JS_JIT_BACKEND_INVALID_ARGUMENT: _bindgen_ty_6 = -1; diff --git a/sys/src/bindings/aarch64-unknown-linux-gnu.rs b/sys/src/bindings/aarch64-unknown-linux-gnu.rs index 76e0b8627..56ef09fd9 100644 --- a/sys/src/bindings/aarch64-unknown-linux-gnu.rs +++ b/sys/src/bindings/aarch64-unknown-linux-gnu.rs @@ -86,7 +86,7 @@ pub const JS_DEF_ALIAS: u32 = 9; pub const JS_DEF_PROP_SYMBOL: u32 = 10; pub const JS_DEF_PROP_BOOL: u32 = 11; pub const QJSJIT_ABI_MAJOR: u32 = 1; -pub const QJSJIT_ABI_MINOR: u32 = 19; +pub const QJSJIT_ABI_MINOR: u32 = 20; pub const JS_JIT_FUNCTION_STRICT: u32 = 1; pub const JS_JIT_FRAME_STRESS_GC: u32 = 2; pub const JS_JIT_FRAME_SIDE_PATH_HIT: u32 = 4; @@ -3574,10 +3574,13 @@ pub struct JSJitBackendVTable { pub record_feedback: ::core::option::Option< unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void, event: *const JSJitFeedbackEvent), >, + pub entry_cache_epoch: ::core::option::Option< + unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void) -> u64, + >, } #[allow(clippy::unnecessary_operation, clippy::identity_op)] const _: () = { - ["Size of JSJitBackendVTable"][::core::mem::size_of::() - 88usize]; + ["Size of JSJitBackendVTable"][::core::mem::size_of::() - 96usize]; ["Alignment of JSJitBackendVTable"][::core::mem::align_of::() - 8usize]; ["Offset of field: JSJitBackendVTable::struct_size"] [::core::mem::offset_of!(JSJitBackendVTable, struct_size) - 0usize]; @@ -3601,6 +3604,8 @@ const _: () = { [::core::mem::offset_of!(JSJitBackendVTable, native_exit) - 72usize]; ["Offset of field: JSJitBackendVTable::record_feedback"] [::core::mem::offset_of!(JSJitBackendVTable, record_feedback) - 80usize]; + ["Offset of field: JSJitBackendVTable::entry_cache_epoch"] + [::core::mem::offset_of!(JSJitBackendVTable, entry_cache_epoch) - 88usize]; }; pub const JS_JIT_BACKEND_OK: _bindgen_ty_6 = 0; pub const JS_JIT_BACKEND_INVALID_ARGUMENT: _bindgen_ty_6 = -1; diff --git a/sys/src/bindings/aarch64-unknown-linux-musl.rs b/sys/src/bindings/aarch64-unknown-linux-musl.rs index 76e0b8627..56ef09fd9 100644 --- a/sys/src/bindings/aarch64-unknown-linux-musl.rs +++ b/sys/src/bindings/aarch64-unknown-linux-musl.rs @@ -86,7 +86,7 @@ pub const JS_DEF_ALIAS: u32 = 9; pub const JS_DEF_PROP_SYMBOL: u32 = 10; pub const JS_DEF_PROP_BOOL: u32 = 11; pub const QJSJIT_ABI_MAJOR: u32 = 1; -pub const QJSJIT_ABI_MINOR: u32 = 19; +pub const QJSJIT_ABI_MINOR: u32 = 20; pub const JS_JIT_FUNCTION_STRICT: u32 = 1; pub const JS_JIT_FRAME_STRESS_GC: u32 = 2; pub const JS_JIT_FRAME_SIDE_PATH_HIT: u32 = 4; @@ -3574,10 +3574,13 @@ pub struct JSJitBackendVTable { pub record_feedback: ::core::option::Option< unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void, event: *const JSJitFeedbackEvent), >, + pub entry_cache_epoch: ::core::option::Option< + unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void) -> u64, + >, } #[allow(clippy::unnecessary_operation, clippy::identity_op)] const _: () = { - ["Size of JSJitBackendVTable"][::core::mem::size_of::() - 88usize]; + ["Size of JSJitBackendVTable"][::core::mem::size_of::() - 96usize]; ["Alignment of JSJitBackendVTable"][::core::mem::align_of::() - 8usize]; ["Offset of field: JSJitBackendVTable::struct_size"] [::core::mem::offset_of!(JSJitBackendVTable, struct_size) - 0usize]; @@ -3601,6 +3604,8 @@ const _: () = { [::core::mem::offset_of!(JSJitBackendVTable, native_exit) - 72usize]; ["Offset of field: JSJitBackendVTable::record_feedback"] [::core::mem::offset_of!(JSJitBackendVTable, record_feedback) - 80usize]; + ["Offset of field: JSJitBackendVTable::entry_cache_epoch"] + [::core::mem::offset_of!(JSJitBackendVTable, entry_cache_epoch) - 88usize]; }; pub const JS_JIT_BACKEND_OK: _bindgen_ty_6 = 0; pub const JS_JIT_BACKEND_INVALID_ARGUMENT: _bindgen_ty_6 = -1; diff --git a/sys/src/bindings/wasm32-wasip1.rs b/sys/src/bindings/wasm32-wasip1.rs index 6d83b76c4..477d2c304 100644 --- a/sys/src/bindings/wasm32-wasip1.rs +++ b/sys/src/bindings/wasm32-wasip1.rs @@ -87,7 +87,7 @@ pub const JS_DEF_ALIAS: u32 = 9; pub const JS_DEF_PROP_SYMBOL: u32 = 10; pub const JS_DEF_PROP_BOOL: u32 = 11; pub const QJSJIT_ABI_MAJOR: u32 = 1; -pub const QJSJIT_ABI_MINOR: u32 = 19; +pub const QJSJIT_ABI_MINOR: u32 = 20; pub const JS_JIT_FUNCTION_STRICT: u32 = 1; pub const JS_JIT_FRAME_STRESS_GC: u32 = 2; pub const JS_JIT_FRAME_SIDE_PATH_HIT: u32 = 4; @@ -3543,10 +3543,13 @@ pub struct JSJitBackendVTable { pub record_feedback: ::core::option::Option< unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void, event: *const JSJitFeedbackEvent), >, + pub entry_cache_epoch: ::core::option::Option< + unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void) -> u64, + >, } #[allow(clippy::unnecessary_operation, clippy::identity_op)] const _: () = { - ["Size of JSJitBackendVTable"][::core::mem::size_of::() - 44usize]; + ["Size of JSJitBackendVTable"][::core::mem::size_of::() - 48usize]; ["Alignment of JSJitBackendVTable"][::core::mem::align_of::() - 4usize]; ["Offset of field: JSJitBackendVTable::struct_size"] [::core::mem::offset_of!(JSJitBackendVTable, struct_size) - 0usize]; @@ -3570,6 +3573,8 @@ const _: () = { [::core::mem::offset_of!(JSJitBackendVTable, native_exit) - 36usize]; ["Offset of field: JSJitBackendVTable::record_feedback"] [::core::mem::offset_of!(JSJitBackendVTable, record_feedback) - 40usize]; + ["Offset of field: JSJitBackendVTable::entry_cache_epoch"] + [::core::mem::offset_of!(JSJitBackendVTable, entry_cache_epoch) - 44usize]; }; pub const JS_JIT_BACKEND_OK: _bindgen_ty_4 = 0; pub const JS_JIT_BACKEND_INVALID_ARGUMENT: _bindgen_ty_4 = -1; diff --git a/sys/src/bindings/x86_64-apple-darwin.rs b/sys/src/bindings/x86_64-apple-darwin.rs index 76e0b8627..56ef09fd9 100644 --- a/sys/src/bindings/x86_64-apple-darwin.rs +++ b/sys/src/bindings/x86_64-apple-darwin.rs @@ -86,7 +86,7 @@ pub const JS_DEF_ALIAS: u32 = 9; pub const JS_DEF_PROP_SYMBOL: u32 = 10; pub const JS_DEF_PROP_BOOL: u32 = 11; pub const QJSJIT_ABI_MAJOR: u32 = 1; -pub const QJSJIT_ABI_MINOR: u32 = 19; +pub const QJSJIT_ABI_MINOR: u32 = 20; pub const JS_JIT_FUNCTION_STRICT: u32 = 1; pub const JS_JIT_FRAME_STRESS_GC: u32 = 2; pub const JS_JIT_FRAME_SIDE_PATH_HIT: u32 = 4; @@ -3574,10 +3574,13 @@ pub struct JSJitBackendVTable { pub record_feedback: ::core::option::Option< unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void, event: *const JSJitFeedbackEvent), >, + pub entry_cache_epoch: ::core::option::Option< + unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void) -> u64, + >, } #[allow(clippy::unnecessary_operation, clippy::identity_op)] const _: () = { - ["Size of JSJitBackendVTable"][::core::mem::size_of::() - 88usize]; + ["Size of JSJitBackendVTable"][::core::mem::size_of::() - 96usize]; ["Alignment of JSJitBackendVTable"][::core::mem::align_of::() - 8usize]; ["Offset of field: JSJitBackendVTable::struct_size"] [::core::mem::offset_of!(JSJitBackendVTable, struct_size) - 0usize]; @@ -3601,6 +3604,8 @@ const _: () = { [::core::mem::offset_of!(JSJitBackendVTable, native_exit) - 72usize]; ["Offset of field: JSJitBackendVTable::record_feedback"] [::core::mem::offset_of!(JSJitBackendVTable, record_feedback) - 80usize]; + ["Offset of field: JSJitBackendVTable::entry_cache_epoch"] + [::core::mem::offset_of!(JSJitBackendVTable, entry_cache_epoch) - 88usize]; }; pub const JS_JIT_BACKEND_OK: _bindgen_ty_6 = 0; pub const JS_JIT_BACKEND_INVALID_ARGUMENT: _bindgen_ty_6 = -1; diff --git a/sys/src/bindings/x86_64-pc-windows-gnu.rs b/sys/src/bindings/x86_64-pc-windows-gnu.rs index 76e0b8627..56ef09fd9 100644 --- a/sys/src/bindings/x86_64-pc-windows-gnu.rs +++ b/sys/src/bindings/x86_64-pc-windows-gnu.rs @@ -86,7 +86,7 @@ pub const JS_DEF_ALIAS: u32 = 9; pub const JS_DEF_PROP_SYMBOL: u32 = 10; pub const JS_DEF_PROP_BOOL: u32 = 11; pub const QJSJIT_ABI_MAJOR: u32 = 1; -pub const QJSJIT_ABI_MINOR: u32 = 19; +pub const QJSJIT_ABI_MINOR: u32 = 20; pub const JS_JIT_FUNCTION_STRICT: u32 = 1; pub const JS_JIT_FRAME_STRESS_GC: u32 = 2; pub const JS_JIT_FRAME_SIDE_PATH_HIT: u32 = 4; @@ -3574,10 +3574,13 @@ pub struct JSJitBackendVTable { pub record_feedback: ::core::option::Option< unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void, event: *const JSJitFeedbackEvent), >, + pub entry_cache_epoch: ::core::option::Option< + unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void) -> u64, + >, } #[allow(clippy::unnecessary_operation, clippy::identity_op)] const _: () = { - ["Size of JSJitBackendVTable"][::core::mem::size_of::() - 88usize]; + ["Size of JSJitBackendVTable"][::core::mem::size_of::() - 96usize]; ["Alignment of JSJitBackendVTable"][::core::mem::align_of::() - 8usize]; ["Offset of field: JSJitBackendVTable::struct_size"] [::core::mem::offset_of!(JSJitBackendVTable, struct_size) - 0usize]; @@ -3601,6 +3604,8 @@ const _: () = { [::core::mem::offset_of!(JSJitBackendVTable, native_exit) - 72usize]; ["Offset of field: JSJitBackendVTable::record_feedback"] [::core::mem::offset_of!(JSJitBackendVTable, record_feedback) - 80usize]; + ["Offset of field: JSJitBackendVTable::entry_cache_epoch"] + [::core::mem::offset_of!(JSJitBackendVTable, entry_cache_epoch) - 88usize]; }; pub const JS_JIT_BACKEND_OK: _bindgen_ty_6 = 0; pub const JS_JIT_BACKEND_INVALID_ARGUMENT: _bindgen_ty_6 = -1; diff --git a/sys/src/bindings/x86_64-pc-windows-msvc.rs b/sys/src/bindings/x86_64-pc-windows-msvc.rs index 76e0b8627..56ef09fd9 100644 --- a/sys/src/bindings/x86_64-pc-windows-msvc.rs +++ b/sys/src/bindings/x86_64-pc-windows-msvc.rs @@ -86,7 +86,7 @@ pub const JS_DEF_ALIAS: u32 = 9; pub const JS_DEF_PROP_SYMBOL: u32 = 10; pub const JS_DEF_PROP_BOOL: u32 = 11; pub const QJSJIT_ABI_MAJOR: u32 = 1; -pub const QJSJIT_ABI_MINOR: u32 = 19; +pub const QJSJIT_ABI_MINOR: u32 = 20; pub const JS_JIT_FUNCTION_STRICT: u32 = 1; pub const JS_JIT_FRAME_STRESS_GC: u32 = 2; pub const JS_JIT_FRAME_SIDE_PATH_HIT: u32 = 4; @@ -3574,10 +3574,13 @@ pub struct JSJitBackendVTable { pub record_feedback: ::core::option::Option< unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void, event: *const JSJitFeedbackEvent), >, + pub entry_cache_epoch: ::core::option::Option< + unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void) -> u64, + >, } #[allow(clippy::unnecessary_operation, clippy::identity_op)] const _: () = { - ["Size of JSJitBackendVTable"][::core::mem::size_of::() - 88usize]; + ["Size of JSJitBackendVTable"][::core::mem::size_of::() - 96usize]; ["Alignment of JSJitBackendVTable"][::core::mem::align_of::() - 8usize]; ["Offset of field: JSJitBackendVTable::struct_size"] [::core::mem::offset_of!(JSJitBackendVTable, struct_size) - 0usize]; @@ -3601,6 +3604,8 @@ const _: () = { [::core::mem::offset_of!(JSJitBackendVTable, native_exit) - 72usize]; ["Offset of field: JSJitBackendVTable::record_feedback"] [::core::mem::offset_of!(JSJitBackendVTable, record_feedback) - 80usize]; + ["Offset of field: JSJitBackendVTable::entry_cache_epoch"] + [::core::mem::offset_of!(JSJitBackendVTable, entry_cache_epoch) - 88usize]; }; pub const JS_JIT_BACKEND_OK: _bindgen_ty_6 = 0; pub const JS_JIT_BACKEND_INVALID_ARGUMENT: _bindgen_ty_6 = -1; diff --git a/sys/src/bindings/x86_64-unknown-linux-gnu.rs b/sys/src/bindings/x86_64-unknown-linux-gnu.rs index 76e0b8627..56ef09fd9 100644 --- a/sys/src/bindings/x86_64-unknown-linux-gnu.rs +++ b/sys/src/bindings/x86_64-unknown-linux-gnu.rs @@ -86,7 +86,7 @@ pub const JS_DEF_ALIAS: u32 = 9; pub const JS_DEF_PROP_SYMBOL: u32 = 10; pub const JS_DEF_PROP_BOOL: u32 = 11; pub const QJSJIT_ABI_MAJOR: u32 = 1; -pub const QJSJIT_ABI_MINOR: u32 = 19; +pub const QJSJIT_ABI_MINOR: u32 = 20; pub const JS_JIT_FUNCTION_STRICT: u32 = 1; pub const JS_JIT_FRAME_STRESS_GC: u32 = 2; pub const JS_JIT_FRAME_SIDE_PATH_HIT: u32 = 4; @@ -3574,10 +3574,13 @@ pub struct JSJitBackendVTable { pub record_feedback: ::core::option::Option< unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void, event: *const JSJitFeedbackEvent), >, + pub entry_cache_epoch: ::core::option::Option< + unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void) -> u64, + >, } #[allow(clippy::unnecessary_operation, clippy::identity_op)] const _: () = { - ["Size of JSJitBackendVTable"][::core::mem::size_of::() - 88usize]; + ["Size of JSJitBackendVTable"][::core::mem::size_of::() - 96usize]; ["Alignment of JSJitBackendVTable"][::core::mem::align_of::() - 8usize]; ["Offset of field: JSJitBackendVTable::struct_size"] [::core::mem::offset_of!(JSJitBackendVTable, struct_size) - 0usize]; @@ -3601,6 +3604,8 @@ const _: () = { [::core::mem::offset_of!(JSJitBackendVTable, native_exit) - 72usize]; ["Offset of field: JSJitBackendVTable::record_feedback"] [::core::mem::offset_of!(JSJitBackendVTable, record_feedback) - 80usize]; + ["Offset of field: JSJitBackendVTable::entry_cache_epoch"] + [::core::mem::offset_of!(JSJitBackendVTable, entry_cache_epoch) - 88usize]; }; pub const JS_JIT_BACKEND_OK: _bindgen_ty_6 = 0; pub const JS_JIT_BACKEND_INVALID_ARGUMENT: _bindgen_ty_6 = -1; diff --git a/sys/src/bindings/x86_64-unknown-linux-musl.rs b/sys/src/bindings/x86_64-unknown-linux-musl.rs index 76e0b8627..56ef09fd9 100644 --- a/sys/src/bindings/x86_64-unknown-linux-musl.rs +++ b/sys/src/bindings/x86_64-unknown-linux-musl.rs @@ -86,7 +86,7 @@ pub const JS_DEF_ALIAS: u32 = 9; pub const JS_DEF_PROP_SYMBOL: u32 = 10; pub const JS_DEF_PROP_BOOL: u32 = 11; pub const QJSJIT_ABI_MAJOR: u32 = 1; -pub const QJSJIT_ABI_MINOR: u32 = 19; +pub const QJSJIT_ABI_MINOR: u32 = 20; pub const JS_JIT_FUNCTION_STRICT: u32 = 1; pub const JS_JIT_FRAME_STRESS_GC: u32 = 2; pub const JS_JIT_FRAME_SIDE_PATH_HIT: u32 = 4; @@ -3574,10 +3574,13 @@ pub struct JSJitBackendVTable { pub record_feedback: ::core::option::Option< unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void, event: *const JSJitFeedbackEvent), >, + pub entry_cache_epoch: ::core::option::Option< + unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void) -> u64, + >, } #[allow(clippy::unnecessary_operation, clippy::identity_op)] const _: () = { - ["Size of JSJitBackendVTable"][::core::mem::size_of::() - 88usize]; + ["Size of JSJitBackendVTable"][::core::mem::size_of::() - 96usize]; ["Alignment of JSJitBackendVTable"][::core::mem::align_of::() - 8usize]; ["Offset of field: JSJitBackendVTable::struct_size"] [::core::mem::offset_of!(JSJitBackendVTable, struct_size) - 0usize]; @@ -3601,6 +3604,8 @@ const _: () = { [::core::mem::offset_of!(JSJitBackendVTable, native_exit) - 72usize]; ["Offset of field: JSJitBackendVTable::record_feedback"] [::core::mem::offset_of!(JSJitBackendVTable, record_feedback) - 80usize]; + ["Offset of field: JSJitBackendVTable::entry_cache_epoch"] + [::core::mem::offset_of!(JSJitBackendVTable, entry_cache_epoch) - 88usize]; }; pub const JS_JIT_BACKEND_OK: _bindgen_ty_6 = 0; pub const JS_JIT_BACKEND_INVALID_ARGUMENT: _bindgen_ty_6 = -1; diff --git a/sys/tests/jit_patch.rs b/sys/tests/jit_patch.rs index 5469c4f91..2f2fd606b 100644 --- a/sys/tests/jit_patch.rs +++ b/sys/tests/jit_patch.rs @@ -38,6 +38,7 @@ fn copy_patches(destination: &std::path::Path) { "0007-msan-slot-boundary.patch", "0008-tier1-atom-values.patch", "0009-tier1-arith-slow.patch", + "0010-native-entry-cache.patch", ] { fs::copy(source.join(patch), destination.join(patch)).unwrap(); } @@ -96,7 +97,7 @@ fn pinned_public_quickjs_baseline_applies_cleanly_without_git() { let helper_header = fs::read_to_string(destination.join("quickjs-jit-helpers.h")).unwrap(); assert!(quickjs.contains("JS_GetJitRuntimeId")); assert!(quickjs.contains("JS_JIT_FRAME_SIDE_PATH_HIT")); - assert!(jit_header.contains("#define QJSJIT_ABI_MINOR 19u")); + assert!(jit_header.contains("#define QJSJIT_ABI_MINOR 20u")); assert!(jit_header.contains("uint64_t payload;")); assert!(quickjs.contains("constants[i].payload = 0;")); assert!(quickjs.contains("JS_JitHelperShapeGuard")); @@ -210,7 +211,7 @@ fn bundled_jit_bindings_include_materialize_owner_tail() { for target in targets { let binding = fs::read_to_string(bindings.join(target)).unwrap(); assert!( - binding.contains("pub const QJSJIT_ABI_MINOR: u32 = 19;"), + binding.contains("pub const QJSJIT_ABI_MINOR: u32 = 20;"), "{target}" ); assert!( From 88582e5060683c77bb7a955bdb9256694e714399 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Sat, 5 Sep 2026 17:23:11 +0800 Subject: [PATCH 2/5] fix(sys): match bindgen formatting for entry cache callback --- sys/src/bindings/aarch64-apple-darwin.rs | 5 ++--- sys/src/bindings/aarch64-pc-windows-msvc.rs | 5 ++--- sys/src/bindings/aarch64-unknown-linux-gnu.rs | 5 ++--- sys/src/bindings/aarch64-unknown-linux-musl.rs | 5 ++--- sys/src/bindings/wasm32-wasip1.rs | 5 ++--- sys/src/bindings/x86_64-apple-darwin.rs | 5 ++--- sys/src/bindings/x86_64-pc-windows-gnu.rs | 5 ++--- sys/src/bindings/x86_64-pc-windows-msvc.rs | 5 ++--- sys/src/bindings/x86_64-unknown-linux-gnu.rs | 5 ++--- sys/src/bindings/x86_64-unknown-linux-musl.rs | 5 ++--- 10 files changed, 20 insertions(+), 30 deletions(-) diff --git a/sys/src/bindings/aarch64-apple-darwin.rs b/sys/src/bindings/aarch64-apple-darwin.rs index 56ef09fd9..ded118338 100644 --- a/sys/src/bindings/aarch64-apple-darwin.rs +++ b/sys/src/bindings/aarch64-apple-darwin.rs @@ -3574,9 +3574,8 @@ pub struct JSJitBackendVTable { pub record_feedback: ::core::option::Option< unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void, event: *const JSJitFeedbackEvent), >, - pub entry_cache_epoch: ::core::option::Option< - unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void) -> u64, - >, + pub entry_cache_epoch: + ::core::option::Option u64>, } #[allow(clippy::unnecessary_operation, clippy::identity_op)] const _: () = { diff --git a/sys/src/bindings/aarch64-pc-windows-msvc.rs b/sys/src/bindings/aarch64-pc-windows-msvc.rs index 56ef09fd9..ded118338 100644 --- a/sys/src/bindings/aarch64-pc-windows-msvc.rs +++ b/sys/src/bindings/aarch64-pc-windows-msvc.rs @@ -3574,9 +3574,8 @@ pub struct JSJitBackendVTable { pub record_feedback: ::core::option::Option< unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void, event: *const JSJitFeedbackEvent), >, - pub entry_cache_epoch: ::core::option::Option< - unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void) -> u64, - >, + pub entry_cache_epoch: + ::core::option::Option u64>, } #[allow(clippy::unnecessary_operation, clippy::identity_op)] const _: () = { diff --git a/sys/src/bindings/aarch64-unknown-linux-gnu.rs b/sys/src/bindings/aarch64-unknown-linux-gnu.rs index 56ef09fd9..ded118338 100644 --- a/sys/src/bindings/aarch64-unknown-linux-gnu.rs +++ b/sys/src/bindings/aarch64-unknown-linux-gnu.rs @@ -3574,9 +3574,8 @@ pub struct JSJitBackendVTable { pub record_feedback: ::core::option::Option< unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void, event: *const JSJitFeedbackEvent), >, - pub entry_cache_epoch: ::core::option::Option< - unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void) -> u64, - >, + pub entry_cache_epoch: + ::core::option::Option u64>, } #[allow(clippy::unnecessary_operation, clippy::identity_op)] const _: () = { diff --git a/sys/src/bindings/aarch64-unknown-linux-musl.rs b/sys/src/bindings/aarch64-unknown-linux-musl.rs index 56ef09fd9..ded118338 100644 --- a/sys/src/bindings/aarch64-unknown-linux-musl.rs +++ b/sys/src/bindings/aarch64-unknown-linux-musl.rs @@ -3574,9 +3574,8 @@ pub struct JSJitBackendVTable { pub record_feedback: ::core::option::Option< unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void, event: *const JSJitFeedbackEvent), >, - pub entry_cache_epoch: ::core::option::Option< - unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void) -> u64, - >, + pub entry_cache_epoch: + ::core::option::Option u64>, } #[allow(clippy::unnecessary_operation, clippy::identity_op)] const _: () = { diff --git a/sys/src/bindings/wasm32-wasip1.rs b/sys/src/bindings/wasm32-wasip1.rs index 477d2c304..11d3d8f72 100644 --- a/sys/src/bindings/wasm32-wasip1.rs +++ b/sys/src/bindings/wasm32-wasip1.rs @@ -3543,9 +3543,8 @@ pub struct JSJitBackendVTable { pub record_feedback: ::core::option::Option< unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void, event: *const JSJitFeedbackEvent), >, - pub entry_cache_epoch: ::core::option::Option< - unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void) -> u64, - >, + pub entry_cache_epoch: + ::core::option::Option u64>, } #[allow(clippy::unnecessary_operation, clippy::identity_op)] const _: () = { diff --git a/sys/src/bindings/x86_64-apple-darwin.rs b/sys/src/bindings/x86_64-apple-darwin.rs index 56ef09fd9..ded118338 100644 --- a/sys/src/bindings/x86_64-apple-darwin.rs +++ b/sys/src/bindings/x86_64-apple-darwin.rs @@ -3574,9 +3574,8 @@ pub struct JSJitBackendVTable { pub record_feedback: ::core::option::Option< unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void, event: *const JSJitFeedbackEvent), >, - pub entry_cache_epoch: ::core::option::Option< - unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void) -> u64, - >, + pub entry_cache_epoch: + ::core::option::Option u64>, } #[allow(clippy::unnecessary_operation, clippy::identity_op)] const _: () = { diff --git a/sys/src/bindings/x86_64-pc-windows-gnu.rs b/sys/src/bindings/x86_64-pc-windows-gnu.rs index 56ef09fd9..ded118338 100644 --- a/sys/src/bindings/x86_64-pc-windows-gnu.rs +++ b/sys/src/bindings/x86_64-pc-windows-gnu.rs @@ -3574,9 +3574,8 @@ pub struct JSJitBackendVTable { pub record_feedback: ::core::option::Option< unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void, event: *const JSJitFeedbackEvent), >, - pub entry_cache_epoch: ::core::option::Option< - unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void) -> u64, - >, + pub entry_cache_epoch: + ::core::option::Option u64>, } #[allow(clippy::unnecessary_operation, clippy::identity_op)] const _: () = { diff --git a/sys/src/bindings/x86_64-pc-windows-msvc.rs b/sys/src/bindings/x86_64-pc-windows-msvc.rs index 56ef09fd9..ded118338 100644 --- a/sys/src/bindings/x86_64-pc-windows-msvc.rs +++ b/sys/src/bindings/x86_64-pc-windows-msvc.rs @@ -3574,9 +3574,8 @@ pub struct JSJitBackendVTable { pub record_feedback: ::core::option::Option< unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void, event: *const JSJitFeedbackEvent), >, - pub entry_cache_epoch: ::core::option::Option< - unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void) -> u64, - >, + pub entry_cache_epoch: + ::core::option::Option u64>, } #[allow(clippy::unnecessary_operation, clippy::identity_op)] const _: () = { diff --git a/sys/src/bindings/x86_64-unknown-linux-gnu.rs b/sys/src/bindings/x86_64-unknown-linux-gnu.rs index 56ef09fd9..ded118338 100644 --- a/sys/src/bindings/x86_64-unknown-linux-gnu.rs +++ b/sys/src/bindings/x86_64-unknown-linux-gnu.rs @@ -3574,9 +3574,8 @@ pub struct JSJitBackendVTable { pub record_feedback: ::core::option::Option< unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void, event: *const JSJitFeedbackEvent), >, - pub entry_cache_epoch: ::core::option::Option< - unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void) -> u64, - >, + pub entry_cache_epoch: + ::core::option::Option u64>, } #[allow(clippy::unnecessary_operation, clippy::identity_op)] const _: () = { diff --git a/sys/src/bindings/x86_64-unknown-linux-musl.rs b/sys/src/bindings/x86_64-unknown-linux-musl.rs index 56ef09fd9..ded118338 100644 --- a/sys/src/bindings/x86_64-unknown-linux-musl.rs +++ b/sys/src/bindings/x86_64-unknown-linux-musl.rs @@ -3574,9 +3574,8 @@ pub struct JSJitBackendVTable { pub record_feedback: ::core::option::Option< unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void, event: *const JSJitFeedbackEvent), >, - pub entry_cache_epoch: ::core::option::Option< - unsafe extern "C" fn(opaque: *mut ::core::ffi::c_void) -> u64, - >, + pub entry_cache_epoch: + ::core::option::Option u64>, } #[allow(clippy::unnecessary_operation, clippy::identity_op)] const _: () = { From 4d0a35bafa321766c5f4be44fd2258309ac384f5 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Sat, 5 Sep 2026 17:23:12 +0800 Subject: [PATCH 3/5] docs(jit): record final call feedback performance evidence --- .../m3-call-feedback-generic-paired.json | 14709 ++++++++++++++++ docs/M3.md | 18 + docs/NEXT_SESSION_GOAL.md | 8 + 3 files changed, 14735 insertions(+) create mode 100644 benchmarks/results/m3-call-feedback-generic-paired.json diff --git a/benchmarks/results/m3-call-feedback-generic-paired.json b/benchmarks/results/m3-call-feedback-generic-paired.json new file mode 100644 index 000000000..bcd478893 --- /dev/null +++ b/benchmarks/results/m3-call-feedback-generic-paired.json @@ -0,0 +1,14709 @@ +{ + "schema": "jit-call-feedback-paired-diagnostic-v1", + "workload": "generic-call-entry", + "cpu_affinity": [ + 0 + ], + "status": "complete", + "started_utc": "2026-09-05T08:41:19Z", + "driver_sha256": "e269585a37bd1e9d5b756e5638115f51ea917b45b901874e0c2b51577686fc1c", + "script": "/home/jason/work/quickjs-jit/benchmarks/scripts/generic-call-entry.js", + "script_sha256": "1eb475e3de0557bda01a5166e4d782d826f227370c6d4f72e1cb92e330a2cc40", + "executables": { + "reference": { + "path": "/tmp/jit-call-reference/jit-bench", + "sha256": "0dabbbd9e86fcbfd9b8a811fc843040fdfaa266f583d9b48ab9e61df3d74fed2" + }, + "entry_cache": { + "path": "/tmp/jit-native-return-stage2/jit-bench", + "sha256": "4078a044e6459a24ee9ff63dcdc7d723e0e3e23d275626403bbebe143603eecb" + }, + "candidate": { + "path": "/home/jason/work/quickjs-jit/target/release/jit-bench", + "sha256": "092f5b25a2c05624932bcf977787a84028cf34cdc427adf5064ea2b65b82ee15" + } + }, + "candidate_revision": "2bd518e3716137fc66461f9d5db8a63c26ca961d", + "source_dirty": true, + "warmup_processes_per_engine_and_mode": 5, + "fresh_process_pairs_per_mode": 30, + "throughput_windows_per_engine_and_mode": 10, + "throughput_window_min_ns": 1000000000, + "throughput_unit": "fresh jit-bench worker processes including setup and warmup", + "bootstrap_resamples": 10000, + "pairs": { + "interpreter": [ + { + "pair_index": 0, + "reference": { + "elapsed_ns": 1059432, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5017600, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1596084, + "runtime_create_ns": 29863, + "jit_attach_ns": 105, + "context_create_ns": 107963, + "definition_eval_ns": 41844, + "first_eval_ns": 113756, + "threshold_crossing_ns": 108790, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1059432 + } + }, + "entry_cache": { + "elapsed_ns": 1087166, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5005312, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1641744, + "runtime_create_ns": 32665, + "jit_attach_ns": 41, + "context_create_ns": 122920, + "definition_eval_ns": 47521, + "first_eval_ns": 117949, + "threshold_crossing_ns": 108528, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1087166 + } + }, + "candidate": { + "elapsed_ns": 1073603, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4980736, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1596617, + "runtime_create_ns": 30901, + "jit_attach_ns": 41, + "context_create_ns": 105633, + "definition_eval_ns": 44601, + "first_eval_ns": 112871, + "threshold_crossing_ns": 107406, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1073603 + } + } + }, + { + "pair_index": 1, + "entry_cache": { + "elapsed_ns": 1058205, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4980736, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1608091, + "runtime_create_ns": 32410, + "jit_attach_ns": 43, + "context_create_ns": 131268, + "definition_eval_ns": 45933, + "first_eval_ns": 113379, + "threshold_crossing_ns": 105430, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1058205 + } + }, + "candidate": { + "elapsed_ns": 1054451, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5197824, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1568045, + "runtime_create_ns": 28578, + "jit_attach_ns": 41, + "context_create_ns": 108638, + "definition_eval_ns": 41346, + "first_eval_ns": 107478, + "threshold_crossing_ns": 104970, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1054451 + } + }, + "reference": { + "elapsed_ns": 1100784, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5197824, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1624549, + "runtime_create_ns": 25972, + "jit_attach_ns": 82, + "context_create_ns": 106592, + "definition_eval_ns": 42379, + "first_eval_ns": 112696, + "threshold_crossing_ns": 109218, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1100784 + } + } + }, + { + "pair_index": 2, + "entry_cache": { + "elapsed_ns": 1228059, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5189632, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1780329, + "runtime_create_ns": 30976, + "jit_attach_ns": 42, + "context_create_ns": 122186, + "definition_eval_ns": 44223, + "first_eval_ns": 112434, + "threshold_crossing_ns": 108937, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1228059 + } + }, + "candidate": { + "elapsed_ns": 1079612, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5201920, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1635654, + "runtime_create_ns": 32794, + "jit_attach_ns": 44, + "context_create_ns": 119271, + "definition_eval_ns": 51315, + "first_eval_ns": 109042, + "threshold_crossing_ns": 104589, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1079612 + } + }, + "reference": { + "elapsed_ns": 1584079, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5070848, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2312618, + "runtime_create_ns": 45339, + "jit_attach_ns": 190, + "context_create_ns": 144594, + "definition_eval_ns": 63756, + "first_eval_ns": 148281, + "threshold_crossing_ns": 147042, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1584079 + } + } + }, + { + "pair_index": 3, + "entry_cache": { + "elapsed_ns": 1059132, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5050368, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1612763, + "runtime_create_ns": 37735, + "jit_attach_ns": 42, + "context_create_ns": 110677, + "definition_eval_ns": 52954, + "first_eval_ns": 111998, + "threshold_crossing_ns": 108518, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1059132 + } + }, + "candidate": { + "elapsed_ns": 1081585, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5169152, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1627387, + "runtime_create_ns": 28769, + "jit_attach_ns": 42, + "context_create_ns": 122601, + "definition_eval_ns": 48336, + "first_eval_ns": 111527, + "threshold_crossing_ns": 106130, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1081585 + } + }, + "reference": { + "elapsed_ns": 1092196, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4960256, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1614976, + "runtime_create_ns": 30181, + "jit_attach_ns": 127, + "context_create_ns": 103278, + "definition_eval_ns": 39391, + "first_eval_ns": 111823, + "threshold_crossing_ns": 109580, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1092196 + } + } + }, + { + "pair_index": 4, + "entry_cache": { + "elapsed_ns": 1058319, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4947968, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1597238, + "runtime_create_ns": 31841, + "jit_attach_ns": 43, + "context_create_ns": 116081, + "definition_eval_ns": 45787, + "first_eval_ns": 108435, + "threshold_crossing_ns": 115541, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1058319 + } + }, + "candidate": { + "elapsed_ns": 1063575, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5062656, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1580148, + "runtime_create_ns": 23357, + "jit_attach_ns": 42, + "context_create_ns": 117198, + "definition_eval_ns": 43146, + "first_eval_ns": 107974, + "threshold_crossing_ns": 104491, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1063575 + } + }, + "reference": { + "elapsed_ns": 1072479, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5222400, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1598847, + "runtime_create_ns": 25889, + "jit_attach_ns": 82, + "context_create_ns": 107836, + "definition_eval_ns": 40828, + "first_eval_ns": 117476, + "threshold_crossing_ns": 109284, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1072479 + } + } + }, + { + "pair_index": 5, + "candidate": { + "elapsed_ns": 1057893, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4984832, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1588905, + "runtime_create_ns": 32189, + "jit_attach_ns": 43, + "context_create_ns": 108676, + "definition_eval_ns": 43129, + "first_eval_ns": 110069, + "threshold_crossing_ns": 113454, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1057893 + } + }, + "reference": { + "elapsed_ns": 1085253, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5066752, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1606988, + "runtime_create_ns": 26080, + "jit_attach_ns": 88, + "context_create_ns": 107775, + "definition_eval_ns": 43002, + "first_eval_ns": 110642, + "threshold_crossing_ns": 107810, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1085253 + } + }, + "entry_cache": { + "elapsed_ns": 1077229, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5140480, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1609734, + "runtime_create_ns": 30713, + "jit_attach_ns": 107, + "context_create_ns": 114529, + "definition_eval_ns": 42299, + "first_eval_ns": 109262, + "threshold_crossing_ns": 109736, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1077229 + } + } + }, + { + "pair_index": 6, + "candidate": { + "elapsed_ns": 1717926, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5193728, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 3549431, + "runtime_create_ns": 30233, + "jit_attach_ns": 38, + "context_create_ns": 652420, + "definition_eval_ns": 366560, + "first_eval_ns": 289549, + "threshold_crossing_ns": 166945, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1717926 + } + }, + "reference": { + "elapsed_ns": 1204134, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5091328, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2037515, + "runtime_create_ns": 54846, + "jit_attach_ns": 144, + "context_create_ns": 188649, + "definition_eval_ns": 206514, + "first_eval_ns": 114549, + "threshold_crossing_ns": 108538, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1204134 + } + }, + "entry_cache": { + "elapsed_ns": 1054635, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5111808, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1597529, + "runtime_create_ns": 30446, + "jit_attach_ns": 41, + "context_create_ns": 116897, + "definition_eval_ns": 44915, + "first_eval_ns": 112324, + "threshold_crossing_ns": 108842, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1054635 + } + } + }, + { + "pair_index": 7, + "candidate": { + "elapsed_ns": 2232556, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5189632, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2833090, + "runtime_create_ns": 33935, + "jit_attach_ns": 40, + "context_create_ns": 112492, + "definition_eval_ns": 43160, + "first_eval_ns": 127394, + "threshold_crossing_ns": 108618, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2232556 + } + }, + "reference": { + "elapsed_ns": 1070345, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5017600, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1594177, + "runtime_create_ns": 28206, + "jit_attach_ns": 158, + "context_create_ns": 109455, + "definition_eval_ns": 41356, + "first_eval_ns": 107790, + "threshold_crossing_ns": 114746, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1070345 + } + }, + "entry_cache": { + "elapsed_ns": 1073765, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5038080, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1615867, + "runtime_create_ns": 26529, + "jit_attach_ns": 41, + "context_create_ns": 126533, + "definition_eval_ns": 49286, + "first_eval_ns": 108570, + "threshold_crossing_ns": 104899, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1073765 + } + } + }, + { + "pair_index": 8, + "candidate": { + "elapsed_ns": 1062387, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5251072, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1587352, + "runtime_create_ns": 31844, + "jit_attach_ns": 41, + "context_create_ns": 110329, + "definition_eval_ns": 40581, + "first_eval_ns": 108060, + "threshold_crossing_ns": 108848, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1062387 + } + }, + "reference": { + "elapsed_ns": 1085568, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5111808, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1610124, + "runtime_create_ns": 23958, + "jit_attach_ns": 127, + "context_create_ns": 104179, + "definition_eval_ns": 42893, + "first_eval_ns": 116624, + "threshold_crossing_ns": 109056, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1085568 + } + }, + "entry_cache": { + "elapsed_ns": 2143496, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5128192, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2809701, + "runtime_create_ns": 32294, + "jit_attach_ns": 42, + "context_create_ns": 113231, + "definition_eval_ns": 55008, + "first_eval_ns": 122684, + "threshold_crossing_ns": 105242, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2143496 + } + } + }, + { + "pair_index": 9, + "reference": { + "elapsed_ns": 1075886, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4902912, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1597302, + "runtime_create_ns": 29657, + "jit_attach_ns": 81, + "context_create_ns": 105447, + "definition_eval_ns": 38697, + "first_eval_ns": 112519, + "threshold_crossing_ns": 108974, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1075886 + } + }, + "entry_cache": { + "elapsed_ns": 1075756, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4976640, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1608147, + "runtime_create_ns": 32943, + "jit_attach_ns": 42, + "context_create_ns": 105910, + "definition_eval_ns": 46115, + "first_eval_ns": 117742, + "threshold_crossing_ns": 106602, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1075756 + } + }, + "candidate": { + "elapsed_ns": 1106969, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5054464, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1639330, + "runtime_create_ns": 30755, + "jit_attach_ns": 41, + "context_create_ns": 109245, + "definition_eval_ns": 44224, + "first_eval_ns": 117891, + "threshold_crossing_ns": 106186, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1106969 + } + } + }, + { + "pair_index": 10, + "reference": { + "elapsed_ns": 1065522, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5169152, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1591665, + "runtime_create_ns": 29997, + "jit_attach_ns": 93, + "context_create_ns": 109788, + "definition_eval_ns": 43777, + "first_eval_ns": 109473, + "threshold_crossing_ns": 105610, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1065522 + } + }, + "entry_cache": { + "elapsed_ns": 1086703, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5128192, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1632837, + "runtime_create_ns": 28472, + "jit_attach_ns": 101, + "context_create_ns": 112944, + "definition_eval_ns": 45331, + "first_eval_ns": 112174, + "threshold_crossing_ns": 119602, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1086703 + } + }, + "candidate": { + "elapsed_ns": 2277197, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5120000, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2820359, + "runtime_create_ns": 27676, + "jit_attach_ns": 92, + "context_create_ns": 109439, + "definition_eval_ns": 44143, + "first_eval_ns": 115979, + "threshold_crossing_ns": 108058, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2277197 + } + } + }, + { + "pair_index": 11, + "reference": { + "elapsed_ns": 1082307, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5009408, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1619305, + "runtime_create_ns": 31176, + "jit_attach_ns": 80, + "context_create_ns": 106851, + "definition_eval_ns": 49864, + "first_eval_ns": 112721, + "threshold_crossing_ns": 109742, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1082307 + } + }, + "entry_cache": { + "elapsed_ns": 1081060, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4956160, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1607325, + "runtime_create_ns": 34001, + "jit_attach_ns": 44, + "context_create_ns": 109478, + "definition_eval_ns": 43685, + "first_eval_ns": 109388, + "threshold_crossing_ns": 107721, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1081060 + } + }, + "candidate": { + "elapsed_ns": 1047808, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4943872, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1572260, + "runtime_create_ns": 30587, + "jit_attach_ns": 43, + "context_create_ns": 107419, + "definition_eval_ns": 43005, + "first_eval_ns": 108087, + "threshold_crossing_ns": 104729, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1047808 + } + } + }, + { + "pair_index": 12, + "reference": { + "elapsed_ns": 1204479, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4935680, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1731240, + "runtime_create_ns": 29253, + "jit_attach_ns": 89, + "context_create_ns": 112676, + "definition_eval_ns": 40428, + "first_eval_ns": 110953, + "threshold_crossing_ns": 107338, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1204479 + } + }, + "entry_cache": { + "elapsed_ns": 1078799, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4997120, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1620127, + "runtime_create_ns": 34342, + "jit_attach_ns": 42, + "context_create_ns": 108459, + "definition_eval_ns": 45992, + "first_eval_ns": 111095, + "threshold_crossing_ns": 115738, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1078799 + } + }, + "candidate": { + "elapsed_ns": 1070274, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4919296, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1589962, + "runtime_create_ns": 30037, + "jit_attach_ns": 41, + "context_create_ns": 106876, + "definition_eval_ns": 44016, + "first_eval_ns": 108586, + "threshold_crossing_ns": 104902, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1070274 + } + } + }, + { + "pair_index": 13, + "entry_cache": { + "elapsed_ns": 1072662, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4984832, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1606932, + "runtime_create_ns": 35268, + "jit_attach_ns": 44, + "context_create_ns": 113965, + "definition_eval_ns": 45130, + "first_eval_ns": 108562, + "threshold_crossing_ns": 108651, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1072662 + } + }, + "candidate": { + "elapsed_ns": 1059291, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4919296, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1572372, + "runtime_create_ns": 30677, + "jit_attach_ns": 43, + "context_create_ns": 107566, + "definition_eval_ns": 42467, + "first_eval_ns": 107666, + "threshold_crossing_ns": 104844, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1059291 + } + }, + "reference": { + "elapsed_ns": 1075162, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5169152, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1610983, + "runtime_create_ns": 26121, + "jit_attach_ns": 41, + "context_create_ns": 109262, + "definition_eval_ns": 40580, + "first_eval_ns": 122372, + "threshold_crossing_ns": 108582, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1075162 + } + } + }, + { + "pair_index": 14, + "entry_cache": { + "elapsed_ns": 1061462, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5087232, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1611259, + "runtime_create_ns": 35173, + "jit_attach_ns": 43, + "context_create_ns": 121954, + "definition_eval_ns": 46836, + "first_eval_ns": 110250, + "threshold_crossing_ns": 107301, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1061462 + } + }, + "candidate": { + "elapsed_ns": 1053734, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5001216, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1575509, + "runtime_create_ns": 30770, + "jit_attach_ns": 43, + "context_create_ns": 108414, + "definition_eval_ns": 43387, + "first_eval_ns": 107739, + "threshold_crossing_ns": 104269, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1053734 + } + }, + "reference": { + "elapsed_ns": 1084525, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4927488, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1615248, + "runtime_create_ns": 31125, + "jit_attach_ns": 79, + "context_create_ns": 102666, + "definition_eval_ns": 44768, + "first_eval_ns": 121723, + "threshold_crossing_ns": 107216, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1084525 + } + } + }, + { + "pair_index": 15, + "entry_cache": { + "elapsed_ns": 1051697, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5181440, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1620813, + "runtime_create_ns": 39796, + "jit_attach_ns": 97, + "context_create_ns": 136728, + "definition_eval_ns": 48935, + "first_eval_ns": 108685, + "threshold_crossing_ns": 104944, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1051697 + } + }, + "candidate": { + "elapsed_ns": 1094681, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4976640, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1628394, + "runtime_create_ns": 30122, + "jit_attach_ns": 41, + "context_create_ns": 106116, + "definition_eval_ns": 43300, + "first_eval_ns": 112563, + "threshold_crossing_ns": 108574, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1094681 + } + }, + "reference": { + "elapsed_ns": 1079425, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4997120, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1600249, + "runtime_create_ns": 32558, + "jit_attach_ns": 88, + "context_create_ns": 103132, + "definition_eval_ns": 43532, + "first_eval_ns": 113313, + "threshold_crossing_ns": 105257, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1079425 + } + } + }, + { + "pair_index": 16, + "entry_cache": { + "elapsed_ns": 1059748, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5050368, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1613461, + "runtime_create_ns": 30482, + "jit_attach_ns": 42, + "context_create_ns": 127352, + "definition_eval_ns": 46874, + "first_eval_ns": 111967, + "threshold_crossing_ns": 108274, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1059748 + } + }, + "candidate": { + "elapsed_ns": 1105065, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5189632, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1655178, + "runtime_create_ns": 32476, + "jit_attach_ns": 54, + "context_create_ns": 127411, + "definition_eval_ns": 41839, + "first_eval_ns": 111416, + "threshold_crossing_ns": 109137, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1105065 + } + }, + "reference": { + "elapsed_ns": 1065241, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5099520, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1589024, + "runtime_create_ns": 24369, + "jit_attach_ns": 90, + "context_create_ns": 106840, + "definition_eval_ns": 43333, + "first_eval_ns": 119974, + "threshold_crossing_ns": 105565, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1065241 + } + } + }, + { + "pair_index": 17, + "candidate": { + "elapsed_ns": 1053343, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5124096, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1593492, + "runtime_create_ns": 26669, + "jit_attach_ns": 104, + "context_create_ns": 112037, + "definition_eval_ns": 45676, + "first_eval_ns": 112329, + "threshold_crossing_ns": 115792, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1053343 + } + }, + "reference": { + "elapsed_ns": 1364248, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5021696, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2752102, + "runtime_create_ns": 29114, + "jit_attach_ns": 81, + "context_create_ns": 99991, + "definition_eval_ns": 46251, + "first_eval_ns": 214425, + "threshold_crossing_ns": 507057, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1364248 + } + }, + "entry_cache": { + "elapsed_ns": 1075458, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4931584, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1594978, + "runtime_create_ns": 30327, + "jit_attach_ns": 43, + "context_create_ns": 112523, + "definition_eval_ns": 45060, + "first_eval_ns": 107838, + "threshold_crossing_ns": 104404, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1075458 + } + } + }, + { + "pair_index": 18, + "candidate": { + "elapsed_ns": 1051188, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4960256, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1575435, + "runtime_create_ns": 31321, + "jit_attach_ns": 42, + "context_create_ns": 111841, + "definition_eval_ns": 42763, + "first_eval_ns": 107659, + "threshold_crossing_ns": 104210, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1051188 + } + }, + "reference": { + "elapsed_ns": 2618541, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5009408, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 3246604, + "runtime_create_ns": 30456, + "jit_attach_ns": 85, + "context_create_ns": 101495, + "definition_eval_ns": 41879, + "first_eval_ns": 114464, + "threshold_crossing_ns": 107502, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2618541 + } + }, + "entry_cache": { + "elapsed_ns": 1215143, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5169152, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1964629, + "runtime_create_ns": 42137, + "jit_attach_ns": 133, + "context_create_ns": 156268, + "definition_eval_ns": 60404, + "first_eval_ns": 164674, + "threshold_crossing_ns": 152577, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1215143 + } + } + }, + { + "pair_index": 19, + "candidate": { + "elapsed_ns": 1058255, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5017600, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1588081, + "runtime_create_ns": 28600, + "jit_attach_ns": 42, + "context_create_ns": 110139, + "definition_eval_ns": 46807, + "first_eval_ns": 110633, + "threshold_crossing_ns": 107117, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1058255 + } + }, + "reference": { + "elapsed_ns": 1110187, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4960256, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1630211, + "runtime_create_ns": 28006, + "jit_attach_ns": 133, + "context_create_ns": 101984, + "definition_eval_ns": 40653, + "first_eval_ns": 108692, + "threshold_crossing_ns": 106401, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1110187 + } + }, + "entry_cache": { + "elapsed_ns": 1079673, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4902912, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1615589, + "runtime_create_ns": 33093, + "jit_attach_ns": 43, + "context_create_ns": 110913, + "definition_eval_ns": 45509, + "first_eval_ns": 108320, + "threshold_crossing_ns": 104677, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1079673 + } + } + }, + { + "pair_index": 20, + "candidate": { + "elapsed_ns": 1075348, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4960256, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1610701, + "runtime_create_ns": 33440, + "jit_attach_ns": 41, + "context_create_ns": 109255, + "definition_eval_ns": 40737, + "first_eval_ns": 111813, + "threshold_crossing_ns": 108138, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1075348 + } + }, + "reference": { + "elapsed_ns": 1103375, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5074944, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1624410, + "runtime_create_ns": 23553, + "jit_attach_ns": 143, + "context_create_ns": 104959, + "definition_eval_ns": 42720, + "first_eval_ns": 111273, + "threshold_crossing_ns": 109111, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1103375 + } + }, + "entry_cache": { + "elapsed_ns": 1105069, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5033984, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 4063356, + "runtime_create_ns": 930396, + "jit_attach_ns": 3374, + "context_create_ns": 1328548, + "definition_eval_ns": 154652, + "first_eval_ns": 120791, + "threshold_crossing_ns": 108642, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1105069 + } + } + }, + { + "pair_index": 21, + "reference": { + "elapsed_ns": 1151578, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5144576, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1712184, + "runtime_create_ns": 28010, + "jit_attach_ns": 119, + "context_create_ns": 111088, + "definition_eval_ns": 42025, + "first_eval_ns": 119287, + "threshold_crossing_ns": 124066, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1151578 + } + }, + "entry_cache": { + "elapsed_ns": 1088357, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4993024, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1620382, + "runtime_create_ns": 31566, + "jit_attach_ns": 44, + "context_create_ns": 107408, + "definition_eval_ns": 44692, + "first_eval_ns": 110771, + "threshold_crossing_ns": 113193, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1088357 + } + }, + "candidate": { + "elapsed_ns": 1086857, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5259264, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1613362, + "runtime_create_ns": 28383, + "jit_attach_ns": 41, + "context_create_ns": 109375, + "definition_eval_ns": 43662, + "first_eval_ns": 109693, + "threshold_crossing_ns": 110893, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1086857 + } + } + }, + { + "pair_index": 22, + "reference": { + "elapsed_ns": 1085339, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5074944, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1606364, + "runtime_create_ns": 25194, + "jit_attach_ns": 42, + "context_create_ns": 108328, + "definition_eval_ns": 42839, + "first_eval_ns": 109342, + "threshold_crossing_ns": 110579, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1085339 + } + }, + "entry_cache": { + "elapsed_ns": 1065938, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5156864, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1603932, + "runtime_create_ns": 31905, + "jit_attach_ns": 109, + "context_create_ns": 112247, + "definition_eval_ns": 41554, + "first_eval_ns": 116618, + "threshold_crossing_ns": 107020, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1065938 + } + }, + "candidate": { + "elapsed_ns": 1084123, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5210112, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1616365, + "runtime_create_ns": 29126, + "jit_attach_ns": 42, + "context_create_ns": 117514, + "definition_eval_ns": 42226, + "first_eval_ns": 113275, + "threshold_crossing_ns": 105355, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1084123 + } + } + }, + { + "pair_index": 23, + "reference": { + "elapsed_ns": 1090489, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5103616, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1611985, + "runtime_create_ns": 27180, + "jit_attach_ns": 195, + "context_create_ns": 110592, + "definition_eval_ns": 39888, + "first_eval_ns": 109664, + "threshold_crossing_ns": 106285, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1090489 + } + }, + "entry_cache": { + "elapsed_ns": 1100576, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4935680, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1624164, + "runtime_create_ns": 29429, + "jit_attach_ns": 130, + "context_create_ns": 110780, + "definition_eval_ns": 43023, + "first_eval_ns": 108245, + "threshold_crossing_ns": 109997, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1100576 + } + }, + "candidate": { + "elapsed_ns": 1048513, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5136384, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1584376, + "runtime_create_ns": 25055, + "jit_attach_ns": 42, + "context_create_ns": 107031, + "definition_eval_ns": 46262, + "first_eval_ns": 123184, + "threshold_crossing_ns": 105265, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1048513 + } + } + }, + { + "pair_index": 24, + "reference": { + "elapsed_ns": 1078734, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5058560, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1599198, + "runtime_create_ns": 31008, + "jit_attach_ns": 97, + "context_create_ns": 107802, + "definition_eval_ns": 42860, + "first_eval_ns": 108529, + "threshold_crossing_ns": 104936, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1078734 + } + }, + "entry_cache": { + "elapsed_ns": 1106219, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4939776, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1624548, + "runtime_create_ns": 29735, + "jit_attach_ns": 41, + "context_create_ns": 111703, + "definition_eval_ns": 43418, + "first_eval_ns": 108473, + "threshold_crossing_ns": 105641, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1106219 + } + }, + "candidate": { + "elapsed_ns": 1072636, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5095424, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1606744, + "runtime_create_ns": 26392, + "jit_attach_ns": 42, + "context_create_ns": 112007, + "definition_eval_ns": 41960, + "first_eval_ns": 120787, + "threshold_crossing_ns": 108006, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1072636 + } + } + }, + { + "pair_index": 25, + "entry_cache": { + "elapsed_ns": 1070449, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5058560, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1616536, + "runtime_create_ns": 30765, + "jit_attach_ns": 47, + "context_create_ns": 120865, + "definition_eval_ns": 43501, + "first_eval_ns": 112374, + "threshold_crossing_ns": 108739, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1070449 + } + }, + "candidate": { + "elapsed_ns": 1094192, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5255168, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1640427, + "runtime_create_ns": 29407, + "jit_attach_ns": 39, + "context_create_ns": 109374, + "definition_eval_ns": 57633, + "first_eval_ns": 111114, + "threshold_crossing_ns": 108713, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1094192 + } + }, + "reference": { + "elapsed_ns": 1094514, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5230592, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1620323, + "runtime_create_ns": 26101, + "jit_attach_ns": 84, + "context_create_ns": 107462, + "definition_eval_ns": 41461, + "first_eval_ns": 112598, + "threshold_crossing_ns": 108137, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1094514 + } + } + }, + { + "pair_index": 26, + "entry_cache": { + "elapsed_ns": 1066370, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5029888, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1614013, + "runtime_create_ns": 32487, + "jit_attach_ns": 42, + "context_create_ns": 122536, + "definition_eval_ns": 56796, + "first_eval_ns": 107497, + "threshold_crossing_ns": 104231, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1066370 + } + }, + "candidate": { + "elapsed_ns": 1091957, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5029888, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1625563, + "runtime_create_ns": 30702, + "jit_attach_ns": 40, + "context_create_ns": 111404, + "definition_eval_ns": 40755, + "first_eval_ns": 112897, + "threshold_crossing_ns": 109155, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1091957 + } + }, + "reference": { + "elapsed_ns": 1063008, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5025792, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1594423, + "runtime_create_ns": 30390, + "jit_attach_ns": 106, + "context_create_ns": 102832, + "definition_eval_ns": 43472, + "first_eval_ns": 112775, + "threshold_crossing_ns": 109460, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1063008 + } + } + }, + { + "pair_index": 27, + "entry_cache": { + "elapsed_ns": 1065829, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5165056, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1613218, + "runtime_create_ns": 39093, + "jit_attach_ns": 42, + "context_create_ns": 115607, + "definition_eval_ns": 42275, + "first_eval_ns": 112082, + "threshold_crossing_ns": 108338, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1065829 + } + }, + "candidate": { + "elapsed_ns": 1042743, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5197824, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1567749, + "runtime_create_ns": 30291, + "jit_attach_ns": 45, + "context_create_ns": 107472, + "definition_eval_ns": 41193, + "first_eval_ns": 107933, + "threshold_crossing_ns": 111264, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1042743 + } + }, + "reference": { + "elapsed_ns": 1056227, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5124096, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1576383, + "runtime_create_ns": 25336, + "jit_attach_ns": 46, + "context_create_ns": 104799, + "definition_eval_ns": 52565, + "first_eval_ns": 108667, + "threshold_crossing_ns": 105017, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1056227 + } + } + }, + { + "pair_index": 28, + "entry_cache": { + "elapsed_ns": 1068943, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5152768, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1615085, + "runtime_create_ns": 34363, + "jit_attach_ns": 41, + "context_create_ns": 126562, + "definition_eval_ns": 43331, + "first_eval_ns": 107439, + "threshold_crossing_ns": 108865, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1068943 + } + }, + "candidate": { + "elapsed_ns": 1052741, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5214208, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1566343, + "runtime_create_ns": 31255, + "jit_attach_ns": 41, + "context_create_ns": 106434, + "definition_eval_ns": 41982, + "first_eval_ns": 106528, + "threshold_crossing_ns": 104059, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1052741 + } + }, + "reference": { + "elapsed_ns": 1181986, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5054464, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1753285, + "runtime_create_ns": 28343, + "jit_attach_ns": 80, + "context_create_ns": 103101, + "definition_eval_ns": 38545, + "first_eval_ns": 111185, + "threshold_crossing_ns": 111867, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1181986 + } + } + }, + { + "pair_index": 29, + "candidate": { + "elapsed_ns": 1051459, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4976640, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1581430, + "runtime_create_ns": 33819, + "jit_attach_ns": 42, + "context_create_ns": 110617, + "definition_eval_ns": 44721, + "first_eval_ns": 109971, + "threshold_crossing_ns": 106930, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1051459 + } + }, + "reference": { + "elapsed_ns": 1104033, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5128192, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1626304, + "runtime_create_ns": 26517, + "jit_attach_ns": 92, + "context_create_ns": 104923, + "definition_eval_ns": 41671, + "first_eval_ns": 112453, + "threshold_crossing_ns": 109791, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1104033 + } + }, + "entry_cache": { + "elapsed_ns": 1054878, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5136384, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1587463, + "runtime_create_ns": 33473, + "jit_attach_ns": 42, + "context_create_ns": 110930, + "definition_eval_ns": 42077, + "first_eval_ns": 106869, + "threshold_crossing_ns": 113927, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1054878 + } + } + } + ], + "tier1": [ + { + "pair_index": 0, + "entry_cache": { + "elapsed_ns": 13759926, + "checksum": "number:409f400000000000", + "native_entries": 30961, + "native_acquisitions": 1101, + "native_exits": 30961, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10108928, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27599662, + "runtime_create_ns": 28912, + "jit_attach_ns": 64122, + "context_create_ns": 113140, + "definition_eval_ns": 51703, + "first_eval_ns": 801712, + "threshold_crossing_ns": 11554700, + "compile_ns": 9911231, + "install_ns": 75181, + "osr_ns": 0, + "steady_state_ns": 13759926 + } + }, + "candidate": { + "elapsed_ns": 11680410, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_acquisitions": 1056, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9940992, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25202610, + "runtime_create_ns": 30860, + "jit_attach_ns": 62450, + "context_create_ns": 111990, + "definition_eval_ns": 57865, + "first_eval_ns": 737346, + "threshold_crossing_ns": 11312177, + "compile_ns": 8951906, + "install_ns": 194415, + "osr_ns": 0, + "steady_state_ns": 11680410 + } + }, + "reference": { + "elapsed_ns": 14759266, + "checksum": "number:409f400000000000", + "native_entries": 29415, + "native_exits": 29415, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28050859, + "runtime_create_ns": 26831, + "jit_attach_ns": 65564, + "context_create_ns": 108758, + "definition_eval_ns": 62645, + "first_eval_ns": 769255, + "threshold_crossing_ns": 10783223, + "compile_ns": 9065914, + "install_ns": 48130, + "osr_ns": 0, + "steady_state_ns": 14759266 + } + } + }, + { + "pair_index": 1, + "entry_cache": { + "elapsed_ns": 11916869, + "checksum": "number:409f400000000000", + "native_entries": 30554, + "native_acquisitions": 1083, + "native_exits": 30554, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10035200, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25402624, + "runtime_create_ns": 36752, + "jit_attach_ns": 69144, + "context_create_ns": 119457, + "definition_eval_ns": 59421, + "first_eval_ns": 822952, + "threshold_crossing_ns": 11080538, + "compile_ns": 9299964, + "install_ns": 55242, + "osr_ns": 0, + "steady_state_ns": 11916869 + } + }, + "candidate": { + "elapsed_ns": 11757437, + "checksum": "number:409f400000000000", + "native_entries": 31540, + "native_acquisitions": 1129, + "native_exits": 31540, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10076160, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24861022, + "runtime_create_ns": 27852, + "jit_attach_ns": 62590, + "context_create_ns": 121134, + "definition_eval_ns": 58313, + "first_eval_ns": 738114, + "threshold_crossing_ns": 10882230, + "compile_ns": 9476141, + "install_ns": 50305, + "osr_ns": 0, + "steady_state_ns": 11757437 + } + }, + "reference": { + "elapsed_ns": 15184364, + "checksum": "number:409f400000000000", + "native_entries": 30959, + "native_exits": 30959, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9953280, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29664522, + "runtime_create_ns": 33152, + "jit_attach_ns": 70040, + "context_create_ns": 113389, + "definition_eval_ns": 63302, + "first_eval_ns": 773478, + "threshold_crossing_ns": 11969542, + "compile_ns": 10099167, + "install_ns": 50908, + "osr_ns": 0, + "steady_state_ns": 15184364 + } + } + }, + { + "pair_index": 2, + "candidate": { + "elapsed_ns": 13591884, + "checksum": "number:409f400000000000", + "native_entries": 38166, + "native_acquisitions": 1434, + "native_exits": 38166, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9994240, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 31653122, + "runtime_create_ns": 31147, + "jit_attach_ns": 68429, + "context_create_ns": 114344, + "definition_eval_ns": 54079, + "first_eval_ns": 2224580, + "threshold_crossing_ns": 14353593, + "compile_ns": 14628289, + "install_ns": 62710, + "osr_ns": 0, + "steady_state_ns": 13591884 + } + }, + "reference": { + "elapsed_ns": 16236770, + "checksum": "number:409f400000000000", + "native_entries": 29937, + "native_exits": 29937, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10072064, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 31256973, + "runtime_create_ns": 28862, + "jit_attach_ns": 77747, + "context_create_ns": 109398, + "definition_eval_ns": 52568, + "first_eval_ns": 762685, + "threshold_crossing_ns": 12525478, + "compile_ns": 10962776, + "install_ns": 71643, + "osr_ns": 0, + "steady_state_ns": 16236770 + } + }, + "entry_cache": { + "elapsed_ns": 12003881, + "checksum": "number:409f400000000000", + "native_entries": 30303, + "native_acquisitions": 1072, + "native_exits": 30303, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25907041, + "runtime_create_ns": 31560, + "jit_attach_ns": 67467, + "context_create_ns": 115813, + "definition_eval_ns": 60643, + "first_eval_ns": 812777, + "threshold_crossing_ns": 11593287, + "compile_ns": 9721475, + "install_ns": 71120, + "osr_ns": 0, + "steady_state_ns": 12003881 + } + } + }, + { + "pair_index": 3, + "candidate": { + "elapsed_ns": 13667929, + "checksum": "number:409f400000000000", + "native_entries": 30651, + "native_acquisitions": 1086, + "native_exits": 30651, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9940992, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 30078618, + "runtime_create_ns": 27017, + "jit_attach_ns": 63485, + "context_create_ns": 103410, + "definition_eval_ns": 42303, + "first_eval_ns": 753352, + "threshold_crossing_ns": 13147960, + "compile_ns": 10363556, + "install_ns": 70852, + "osr_ns": 0, + "steady_state_ns": 13667929 + } + }, + "reference": { + "elapsed_ns": 14327950, + "checksum": "number:409f400000000000", + "native_entries": 29473, + "native_exits": 29473, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10006528, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28032096, + "runtime_create_ns": 31641, + "jit_attach_ns": 63086, + "context_create_ns": 106796, + "definition_eval_ns": 58570, + "first_eval_ns": 834220, + "threshold_crossing_ns": 11143534, + "compile_ns": 9421555, + "install_ns": 55478, + "osr_ns": 0, + "steady_state_ns": 14327950 + } + }, + "entry_cache": { + "elapsed_ns": 11967172, + "checksum": "number:409f400000000000", + "native_entries": 31811, + "native_acquisitions": 1142, + "native_exits": 31811, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10002432, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26426068, + "runtime_create_ns": 28533, + "jit_attach_ns": 69042, + "context_create_ns": 130978, + "definition_eval_ns": 65014, + "first_eval_ns": 801092, + "threshold_crossing_ns": 12135514, + "compile_ns": 10737818, + "install_ns": 76555, + "osr_ns": 0, + "steady_state_ns": 11967172 + } + } + }, + { + "pair_index": 4, + "candidate": { + "elapsed_ns": 11719910, + "checksum": "number:409f400000000000", + "native_entries": 32012, + "native_acquisitions": 1148, + "native_exits": 32012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10252288, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 30961761, + "runtime_create_ns": 21590, + "jit_attach_ns": 58054, + "context_create_ns": 102527, + "definition_eval_ns": 45012, + "first_eval_ns": 2906226, + "threshold_crossing_ns": 14912706, + "compile_ns": 15243792, + "install_ns": 78537, + "osr_ns": 0, + "steady_state_ns": 11719910 + } + }, + "reference": { + "elapsed_ns": 15182634, + "checksum": "number:409f400000000000", + "native_entries": 28012, + "native_exits": 28012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9990144, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28851144, + "runtime_create_ns": 27002, + "jit_attach_ns": 63284, + "context_create_ns": 108486, + "definition_eval_ns": 56182, + "first_eval_ns": 787351, + "threshold_crossing_ns": 11169383, + "compile_ns": 9332268, + "install_ns": 52835, + "osr_ns": 0, + "steady_state_ns": 15182634 + } + }, + "entry_cache": { + "elapsed_ns": 12750272, + "checksum": "number:409f400000000000", + "native_entries": 31041, + "native_acquisitions": 1106, + "native_exits": 31041, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10186752, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26742000, + "runtime_create_ns": 27114, + "jit_attach_ns": 64245, + "context_create_ns": 114063, + "definition_eval_ns": 63992, + "first_eval_ns": 807081, + "threshold_crossing_ns": 11695867, + "compile_ns": 10094835, + "install_ns": 54253, + "osr_ns": 0, + "steady_state_ns": 12750272 + } + } + }, + { + "pair_index": 5, + "candidate": { + "elapsed_ns": 13121063, + "checksum": "number:409f400000000000", + "native_entries": 37641, + "native_acquisitions": 1408, + "native_exits": 37641, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9932800, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 31056903, + "runtime_create_ns": 32780, + "jit_attach_ns": 70397, + "context_create_ns": 131855, + "definition_eval_ns": 55517, + "first_eval_ns": 724660, + "threshold_crossing_ns": 15723947, + "compile_ns": 14352564, + "install_ns": 57019, + "osr_ns": 0, + "steady_state_ns": 13121063 + } + }, + "reference": { + "elapsed_ns": 15847831, + "checksum": "number:409f400000000000", + "native_entries": 28012, + "native_exits": 28012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9908224, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29547478, + "runtime_create_ns": 31246, + "jit_attach_ns": 72521, + "context_create_ns": 106393, + "definition_eval_ns": 55205, + "first_eval_ns": 770466, + "threshold_crossing_ns": 9610710, + "compile_ns": 9382427, + "install_ns": 53996, + "osr_ns": 0, + "steady_state_ns": 15847831 + } + }, + "entry_cache": { + "elapsed_ns": 13513725, + "checksum": "number:409f400000000000", + "native_entries": 31249, + "native_acquisitions": 1117, + "native_exits": 31249, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10043392, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26827154, + "runtime_create_ns": 34634, + "jit_attach_ns": 69260, + "context_create_ns": 114911, + "definition_eval_ns": 58922, + "first_eval_ns": 812189, + "threshold_crossing_ns": 10999158, + "compile_ns": 9473402, + "install_ns": 65136, + "osr_ns": 0, + "steady_state_ns": 13513725 + } + } + }, + { + "pair_index": 6, + "reference": { + "elapsed_ns": 15850812, + "checksum": "number:409f400000000000", + "native_entries": 26012, + "native_exits": 26012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9965568, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29236606, + "runtime_create_ns": 28469, + "jit_attach_ns": 61677, + "context_create_ns": 103991, + "definition_eval_ns": 48735, + "first_eval_ns": 3124574, + "threshold_crossing_ns": 8561438, + "compile_ns": 10075881, + "install_ns": 54612, + "osr_ns": 0, + "steady_state_ns": 15850812 + } + }, + "entry_cache": { + "elapsed_ns": 13474296, + "checksum": "number:409f400000000000", + "native_entries": 35915, + "native_acquisitions": 1330, + "native_exits": 35915, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10067968, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 30704149, + "runtime_create_ns": 31573, + "jit_attach_ns": 68072, + "context_create_ns": 134529, + "definition_eval_ns": 58744, + "first_eval_ns": 793042, + "threshold_crossing_ns": 14912886, + "compile_ns": 13603576, + "install_ns": 59230, + "osr_ns": 0, + "steady_state_ns": 13474296 + } + }, + "candidate": { + "elapsed_ns": 12482544, + "checksum": "number:409f400000000000", + "native_entries": 30837, + "native_acquisitions": 1096, + "native_exits": 30837, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10010624, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26224331, + "runtime_create_ns": 28034, + "jit_attach_ns": 66450, + "context_create_ns": 114048, + "definition_eval_ns": 54269, + "first_eval_ns": 744541, + "threshold_crossing_ns": 11528654, + "compile_ns": 9893336, + "install_ns": 56395, + "osr_ns": 0, + "steady_state_ns": 12482544 + } + } + }, + { + "pair_index": 7, + "reference": { + "elapsed_ns": 15756038, + "checksum": "number:409f400000000000", + "native_entries": 28035, + "native_exits": 28035, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10063872, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 30404496, + "runtime_create_ns": 23334, + "jit_attach_ns": 63298, + "context_create_ns": 104669, + "definition_eval_ns": 45502, + "first_eval_ns": 778897, + "threshold_crossing_ns": 12185349, + "compile_ns": 10004867, + "install_ns": 729458, + "osr_ns": 0, + "steady_state_ns": 15756038 + } + }, + "entry_cache": { + "elapsed_ns": 13435809, + "checksum": "number:409f400000000000", + "native_entries": 29725, + "native_acquisitions": 1046, + "native_exits": 29725, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10039296, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27511592, + "runtime_create_ns": 33361, + "jit_attach_ns": 66021, + "context_create_ns": 126290, + "definition_eval_ns": 62461, + "first_eval_ns": 792998, + "threshold_crossing_ns": 11777057, + "compile_ns": 10399770, + "install_ns": 61221, + "osr_ns": 0, + "steady_state_ns": 13435809 + } + }, + "candidate": { + "elapsed_ns": 13253058, + "checksum": "number:409f400000000000", + "native_entries": 32161, + "native_acquisitions": 1158, + "native_exits": 32161, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9977856, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28241985, + "runtime_create_ns": 31106, + "jit_attach_ns": 64444, + "context_create_ns": 107878, + "definition_eval_ns": 55771, + "first_eval_ns": 2235644, + "threshold_crossing_ns": 11297725, + "compile_ns": 10795481, + "install_ns": 732473, + "osr_ns": 0, + "steady_state_ns": 13253058 + } + } + }, + { + "pair_index": 8, + "reference": { + "elapsed_ns": 15912002, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10211328, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 31292989, + "runtime_create_ns": 23464, + "jit_attach_ns": 62019, + "context_create_ns": 104890, + "definition_eval_ns": 51839, + "first_eval_ns": 781667, + "threshold_crossing_ns": 12910005, + "compile_ns": 10717575, + "install_ns": 57071, + "osr_ns": 0, + "steady_state_ns": 15912002 + } + }, + "entry_cache": { + "elapsed_ns": 11977884, + "checksum": "number:409f400000000000", + "native_entries": 31294, + "native_acquisitions": 1117, + "native_exits": 31294, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10174464, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26886224, + "runtime_create_ns": 31193, + "jit_attach_ns": 68959, + "context_create_ns": 121842, + "definition_eval_ns": 59944, + "first_eval_ns": 797427, + "threshold_crossing_ns": 12602973, + "compile_ns": 9511411, + "install_ns": 68808, + "osr_ns": 0, + "steady_state_ns": 11977884 + } + }, + "candidate": { + "elapsed_ns": 11801884, + "checksum": "number:409f400000000000", + "native_entries": 31451, + "native_acquisitions": 1124, + "native_exits": 31451, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10002432, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24854603, + "runtime_create_ns": 31119, + "jit_attach_ns": 62207, + "context_create_ns": 110111, + "definition_eval_ns": 62870, + "first_eval_ns": 744468, + "threshold_crossing_ns": 10845112, + "compile_ns": 9414116, + "install_ns": 48499, + "osr_ns": 0, + "steady_state_ns": 11801884 + } + } + }, + { + "pair_index": 9, + "reference": { + "elapsed_ns": 14385855, + "checksum": "number:409f400000000000", + "native_entries": 28012, + "native_exits": 28012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10022912, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27790326, + "runtime_create_ns": 28624, + "jit_attach_ns": 73013, + "context_create_ns": 113772, + "definition_eval_ns": 53323, + "first_eval_ns": 784504, + "threshold_crossing_ns": 10882284, + "compile_ns": 9662419, + "install_ns": 54959, + "osr_ns": 0, + "steady_state_ns": 14385855 + } + }, + "entry_cache": { + "elapsed_ns": 11930426, + "checksum": "number:409f400000000000", + "native_entries": 31246, + "native_acquisitions": 1117, + "native_exits": 31246, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9875456, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25998700, + "runtime_create_ns": 32314, + "jit_attach_ns": 63749, + "context_create_ns": 116523, + "definition_eval_ns": 59517, + "first_eval_ns": 797004, + "threshold_crossing_ns": 11013430, + "compile_ns": 9487157, + "install_ns": 51071, + "osr_ns": 0, + "steady_state_ns": 11930426 + } + }, + "candidate": { + "elapsed_ns": 12316891, + "checksum": "number:409f400000000000", + "native_entries": 30760, + "native_acquisitions": 1092, + "native_exits": 30760, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9924608, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25186162, + "runtime_create_ns": 27527, + "jit_attach_ns": 64867, + "context_create_ns": 112671, + "definition_eval_ns": 53730, + "first_eval_ns": 744115, + "threshold_crossing_ns": 10671047, + "compile_ns": 9023339, + "install_ns": 45977, + "osr_ns": 0, + "steady_state_ns": 12316891 + } + } + }, + { + "pair_index": 10, + "entry_cache": { + "elapsed_ns": 12039820, + "checksum": "number:409f400000000000", + "native_entries": 35436, + "native_acquisitions": 1307, + "native_exits": 35436, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10006528, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29227629, + "runtime_create_ns": 30997, + "jit_attach_ns": 64790, + "context_create_ns": 112904, + "definition_eval_ns": 57672, + "first_eval_ns": 807595, + "threshold_crossing_ns": 14891444, + "compile_ns": 13315321, + "install_ns": 84721, + "osr_ns": 0, + "steady_state_ns": 12039820 + } + }, + "candidate": { + "elapsed_ns": 11772479, + "checksum": "number:409f400000000000", + "native_entries": 33127, + "native_acquisitions": 1204, + "native_exits": 33127, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10006528, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26728919, + "runtime_create_ns": 56462, + "jit_attach_ns": 151876, + "context_create_ns": 184919, + "definition_eval_ns": 384422, + "first_eval_ns": 2710230, + "threshold_crossing_ns": 9414793, + "compile_ns": 10212312, + "install_ns": 50350, + "osr_ns": 0, + "steady_state_ns": 11772479 + } + }, + "reference": { + "elapsed_ns": 15939743, + "checksum": "number:409f400000000000", + "native_entries": 29723, + "native_exits": 29723, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10072064, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29326264, + "runtime_create_ns": 31840, + "jit_attach_ns": 68628, + "context_create_ns": 113313, + "definition_eval_ns": 53377, + "first_eval_ns": 771618, + "threshold_crossing_ns": 10887379, + "compile_ns": 9273958, + "install_ns": 57257, + "osr_ns": 0, + "steady_state_ns": 15939743 + } + } + }, + { + "pair_index": 11, + "entry_cache": { + "elapsed_ns": 11990672, + "checksum": "number:409f400000000000", + "native_entries": 32012, + "native_acquisitions": 1148, + "native_exits": 32012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10129408, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27107036, + "runtime_create_ns": 32615, + "jit_attach_ns": 62806, + "context_create_ns": 113978, + "definition_eval_ns": 56901, + "first_eval_ns": 799086, + "threshold_crossing_ns": 12820753, + "compile_ns": 9958557, + "install_ns": 60685, + "osr_ns": 0, + "steady_state_ns": 11990672 + } + }, + "candidate": { + "elapsed_ns": 12503415, + "checksum": "number:409f400000000000", + "native_entries": 30546, + "native_acquisitions": 1084, + "native_exits": 30546, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10141696, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26202593, + "runtime_create_ns": 26740, + "jit_attach_ns": 64362, + "context_create_ns": 111760, + "definition_eval_ns": 59189, + "first_eval_ns": 805388, + "threshold_crossing_ns": 11399012, + "compile_ns": 9656037, + "install_ns": 51717, + "osr_ns": 0, + "steady_state_ns": 12503415 + } + }, + "reference": { + "elapsed_ns": 16601939, + "checksum": "number:409f400000000000", + "native_entries": 29300, + "native_exits": 29300, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10121216, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 31395164, + "runtime_create_ns": 28398, + "jit_attach_ns": 65763, + "context_create_ns": 111160, + "definition_eval_ns": 52820, + "first_eval_ns": 776809, + "threshold_crossing_ns": 11234933, + "compile_ns": 9079197, + "install_ns": 116581, + "osr_ns": 0, + "steady_state_ns": 16601939 + } + } + }, + { + "pair_index": 12, + "entry_cache": { + "elapsed_ns": 12852920, + "checksum": "number:409f400000000000", + "native_entries": 30446, + "native_acquisitions": 1079, + "native_exits": 30446, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10117120, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26962208, + "runtime_create_ns": 27163, + "jit_attach_ns": 66383, + "context_create_ns": 115280, + "definition_eval_ns": 62263, + "first_eval_ns": 823097, + "threshold_crossing_ns": 11800893, + "compile_ns": 9123366, + "install_ns": 65710, + "osr_ns": 0, + "steady_state_ns": 12852920 + } + }, + "candidate": { + "elapsed_ns": 12702246, + "checksum": "number:409f400000000000", + "native_entries": 30468, + "native_acquisitions": 1078, + "native_exits": 30468, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9977856, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25646476, + "runtime_create_ns": 32325, + "jit_attach_ns": 62304, + "context_create_ns": 109741, + "definition_eval_ns": 53095, + "first_eval_ns": 750690, + "threshold_crossing_ns": 10729098, + "compile_ns": 8952062, + "install_ns": 55827, + "osr_ns": 0, + "steady_state_ns": 12702246 + } + }, + "reference": { + "elapsed_ns": 15301466, + "checksum": "number:409f400000000000", + "native_entries": 28012, + "native_exits": 28012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29542779, + "runtime_create_ns": 27304, + "jit_attach_ns": 66689, + "context_create_ns": 109392, + "definition_eval_ns": 52842, + "first_eval_ns": 778967, + "threshold_crossing_ns": 11511058, + "compile_ns": 9201705, + "install_ns": 65832, + "osr_ns": 0, + "steady_state_ns": 15301466 + } + } + }, + { + "pair_index": 13, + "entry_cache": { + "elapsed_ns": 12752812, + "checksum": "number:409f400000000000", + "native_entries": 32316, + "native_acquisitions": 1164, + "native_exits": 32316, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10072064, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27078956, + "runtime_create_ns": 158698, + "jit_attach_ns": 256899, + "context_create_ns": 517390, + "definition_eval_ns": 101638, + "first_eval_ns": 2306085, + "threshold_crossing_ns": 9720423, + "compile_ns": 10058668, + "install_ns": 54326, + "osr_ns": 0, + "steady_state_ns": 12752812 + } + }, + "candidate": { + "elapsed_ns": 11709918, + "checksum": "number:409f400000000000", + "native_entries": 30308, + "native_acquisitions": 1071, + "native_exits": 30308, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10076160, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25249084, + "runtime_create_ns": 28691, + "jit_attach_ns": 62636, + "context_create_ns": 113549, + "definition_eval_ns": 56994, + "first_eval_ns": 752530, + "threshold_crossing_ns": 11320402, + "compile_ns": 9521280, + "install_ns": 58272, + "osr_ns": 0, + "steady_state_ns": 11709918 + } + }, + "reference": { + "elapsed_ns": 15278810, + "checksum": "number:409f400000000000", + "native_entries": 30503, + "native_exits": 30503, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9994240, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 30453827, + "runtime_create_ns": 31942, + "jit_attach_ns": 67153, + "context_create_ns": 109638, + "definition_eval_ns": 59109, + "first_eval_ns": 784065, + "threshold_crossing_ns": 12666785, + "compile_ns": 9790188, + "install_ns": 75592, + "osr_ns": 0, + "steady_state_ns": 15278810 + } + } + }, + { + "pair_index": 14, + "candidate": { + "elapsed_ns": 11716416, + "checksum": "number:409f400000000000", + "native_entries": 28012, + "native_acquisitions": 989, + "native_exits": 28012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10018816, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23727873, + "runtime_create_ns": 27762, + "jit_attach_ns": 62152, + "context_create_ns": 105773, + "definition_eval_ns": 45194, + "first_eval_ns": 746727, + "threshold_crossing_ns": 9803861, + "compile_ns": 8697150, + "install_ns": 172180, + "osr_ns": 0, + "steady_state_ns": 11716416 + } + }, + "reference": { + "elapsed_ns": 14630668, + "checksum": "number:409f400000000000", + "native_entries": 30882, + "native_exits": 30882, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9945088, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28868565, + "runtime_create_ns": 44470, + "jit_attach_ns": 86137, + "context_create_ns": 157213, + "definition_eval_ns": 81274, + "first_eval_ns": 2602830, + "threshold_crossing_ns": 9801245, + "compile_ns": 10148777, + "install_ns": 87454, + "osr_ns": 0, + "steady_state_ns": 14630668 + } + }, + "entry_cache": { + "elapsed_ns": 12266939, + "checksum": "number:409f400000000000", + "native_entries": 31355, + "native_acquisitions": 1118, + "native_exits": 31355, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26274644, + "runtime_create_ns": 27974, + "jit_attach_ns": 63253, + "context_create_ns": 115583, + "definition_eval_ns": 70461, + "first_eval_ns": 947837, + "threshold_crossing_ns": 11551102, + "compile_ns": 9981538, + "install_ns": 53435, + "osr_ns": 0, + "steady_state_ns": 12266939 + } + } + }, + { + "pair_index": 15, + "candidate": { + "elapsed_ns": 13198634, + "checksum": "number:409f400000000000", + "native_entries": 32164, + "native_acquisitions": 1158, + "native_exits": 32164, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9994240, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26437825, + "runtime_create_ns": 29383, + "jit_attach_ns": 68011, + "context_create_ns": 115727, + "definition_eval_ns": 56763, + "first_eval_ns": 2236888, + "threshold_crossing_ns": 9531163, + "compile_ns": 9815763, + "install_ns": 52627, + "osr_ns": 0, + "steady_state_ns": 13198634 + } + }, + "reference": { + "elapsed_ns": 14321738, + "checksum": "number:409f400000000000", + "native_entries": 28012, + "native_exits": 28012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10129408, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 30817291, + "runtime_create_ns": 26493, + "jit_attach_ns": 73841, + "context_create_ns": 107806, + "definition_eval_ns": 56179, + "first_eval_ns": 2817541, + "threshold_crossing_ns": 10292794, + "compile_ns": 10527539, + "install_ns": 53300, + "osr_ns": 0, + "steady_state_ns": 14321738 + } + }, + "entry_cache": { + "elapsed_ns": 15117036, + "checksum": "number:409f400000000000", + "native_entries": 29878, + "native_acquisitions": 1052, + "native_exits": 29878, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9814016, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29043305, + "runtime_create_ns": 30750, + "jit_attach_ns": 64696, + "context_create_ns": 131717, + "definition_eval_ns": 61484, + "first_eval_ns": 796597, + "threshold_crossing_ns": 11619117, + "compile_ns": 10301472, + "install_ns": 266268, + "osr_ns": 0, + "steady_state_ns": 15117036 + } + } + }, + { + "pair_index": 16, + "candidate": { + "elapsed_ns": 11888122, + "checksum": "number:409f400000000000", + "native_entries": 30586, + "native_acquisitions": 1084, + "native_exits": 30586, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10055680, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26270926, + "runtime_create_ns": 27124, + "jit_attach_ns": 64325, + "context_create_ns": 106140, + "definition_eval_ns": 49086, + "first_eval_ns": 744542, + "threshold_crossing_ns": 12161843, + "compile_ns": 9062877, + "install_ns": 48627, + "osr_ns": 0, + "steady_state_ns": 11888122 + } + }, + "reference": { + "elapsed_ns": 14601541, + "checksum": "number:409f400000000000", + "native_entries": 33920, + "native_exits": 33920, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10022912, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 34330805, + "runtime_create_ns": 31095, + "jit_attach_ns": 62913, + "context_create_ns": 117282, + "definition_eval_ns": 59540, + "first_eval_ns": 853310, + "threshold_crossing_ns": 15471462, + "compile_ns": 13850891, + "install_ns": 70998, + "osr_ns": 0, + "steady_state_ns": 14601541 + } + }, + "entry_cache": { + "elapsed_ns": 13424266, + "checksum": "number:409f400000000000", + "native_entries": 32012, + "native_acquisitions": 1148, + "native_exits": 32012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10235904, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 31795179, + "runtime_create_ns": 30126, + "jit_attach_ns": 64245, + "context_create_ns": 118129, + "definition_eval_ns": 59417, + "first_eval_ns": 802197, + "threshold_crossing_ns": 14529462, + "compile_ns": 12374347, + "install_ns": 52364, + "osr_ns": 0, + "steady_state_ns": 13424266 + } + } + }, + { + "pair_index": 17, + "candidate": { + "elapsed_ns": 11721802, + "checksum": "number:409f400000000000", + "native_entries": 29253, + "native_acquisitions": 1025, + "native_exits": 29253, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9998336, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24646987, + "runtime_create_ns": 27539, + "jit_attach_ns": 63875, + "context_create_ns": 114262, + "definition_eval_ns": 58214, + "first_eval_ns": 751130, + "threshold_crossing_ns": 10713566, + "compile_ns": 9200589, + "install_ns": 81388, + "osr_ns": 0, + "steady_state_ns": 11721802 + } + }, + "reference": { + "elapsed_ns": 17122551, + "checksum": "number:409f400000000000", + "native_entries": 31362, + "native_exits": 31362, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10063872, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 31810773, + "runtime_create_ns": 27086, + "jit_attach_ns": 65735, + "context_create_ns": 109468, + "definition_eval_ns": 55337, + "first_eval_ns": 2672059, + "threshold_crossing_ns": 10115556, + "compile_ns": 10602749, + "install_ns": 65061, + "osr_ns": 0, + "steady_state_ns": 17122551 + } + }, + "entry_cache": { + "elapsed_ns": 12319892, + "checksum": "number:409f400000000000", + "native_entries": 32245, + "native_acquisitions": 1161, + "native_exits": 32245, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9998336, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26167555, + "runtime_create_ns": 34399, + "jit_attach_ns": 70324, + "context_create_ns": 118972, + "definition_eval_ns": 62588, + "first_eval_ns": 2292789, + "threshold_crossing_ns": 9711534, + "compile_ns": 9997111, + "install_ns": 56185, + "osr_ns": 0, + "steady_state_ns": 12319892 + } + } + }, + { + "pair_index": 18, + "reference": { + "elapsed_ns": 17617128, + "checksum": "number:409f400000000000", + "native_entries": 26012, + "native_exits": 26012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 32976519, + "runtime_create_ns": 28074, + "jit_attach_ns": 64998, + "context_create_ns": 108484, + "definition_eval_ns": 51214, + "first_eval_ns": 774595, + "threshold_crossing_ns": 12854185, + "compile_ns": 10675016, + "install_ns": 70191, + "osr_ns": 0, + "steady_state_ns": 17617128 + } + }, + "entry_cache": { + "elapsed_ns": 15129611, + "checksum": "number:409f400000000000", + "native_entries": 26220, + "native_acquisitions": 882, + "native_exits": 26220, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9945088, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 30071775, + "runtime_create_ns": 30896, + "jit_attach_ns": 62075, + "context_create_ns": 115619, + "definition_eval_ns": 58154, + "first_eval_ns": 809889, + "threshold_crossing_ns": 12610732, + "compile_ns": 10725557, + "install_ns": 731101, + "osr_ns": 0, + "steady_state_ns": 15129611 + } + }, + "candidate": { + "elapsed_ns": 15069499, + "checksum": "number:409f400000000000", + "native_entries": 32467, + "native_acquisitions": 1170, + "native_exits": 32467, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10018816, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 33096411, + "runtime_create_ns": 30902, + "jit_attach_ns": 60398, + "context_create_ns": 113367, + "definition_eval_ns": 55752, + "first_eval_ns": 742889, + "threshold_crossing_ns": 15827013, + "compile_ns": 14069004, + "install_ns": 56838, + "osr_ns": 0, + "steady_state_ns": 15069499 + } + } + }, + { + "pair_index": 19, + "reference": { + "elapsed_ns": 17742714, + "checksum": "number:409f400000000000", + "native_entries": 26012, + "native_exits": 26012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10092544, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 33163320, + "runtime_create_ns": 27451, + "jit_attach_ns": 61425, + "context_create_ns": 107065, + "definition_eval_ns": 55093, + "first_eval_ns": 799018, + "threshold_crossing_ns": 12915484, + "compile_ns": 10900410, + "install_ns": 76890, + "osr_ns": 0, + "steady_state_ns": 17742714 + } + }, + "entry_cache": { + "elapsed_ns": 15280942, + "checksum": "number:409f400000000000", + "native_entries": 31852, + "native_acquisitions": 1142, + "native_exits": 31852, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10072064, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 33580184, + "runtime_create_ns": 41763, + "jit_attach_ns": 84109, + "context_create_ns": 153152, + "definition_eval_ns": 72927, + "first_eval_ns": 804611, + "threshold_crossing_ns": 15900877, + "compile_ns": 14572868, + "install_ns": 64424, + "osr_ns": 0, + "steady_state_ns": 15280942 + } + }, + "candidate": { + "elapsed_ns": 15272640, + "checksum": "number:409f400000000000", + "native_entries": 34476, + "native_acquisitions": 1263, + "native_exits": 34476, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9912320, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 33285420, + "runtime_create_ns": 27117, + "jit_attach_ns": 62509, + "context_create_ns": 114210, + "definition_eval_ns": 54319, + "first_eval_ns": 743110, + "threshold_crossing_ns": 15813190, + "compile_ns": 14069696, + "install_ns": 56461, + "osr_ns": 0, + "steady_state_ns": 15272640 + } + } + }, + { + "pair_index": 20, + "reference": { + "elapsed_ns": 18020144, + "checksum": "number:409f400000000000", + "native_entries": 25685, + "native_exits": 25685, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9990144, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 32737605, + "runtime_create_ns": 28181, + "jit_attach_ns": 64604, + "context_create_ns": 109579, + "definition_eval_ns": 57337, + "first_eval_ns": 759801, + "threshold_crossing_ns": 12238967, + "compile_ns": 10681896, + "install_ns": 60389, + "osr_ns": 0, + "steady_state_ns": 18020144 + } + }, + "entry_cache": { + "elapsed_ns": 16334379, + "checksum": "number:409f400000000000", + "native_entries": 25404, + "native_acquisitions": 853, + "native_exits": 25404, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9994240, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 30415462, + "runtime_create_ns": 34898, + "jit_attach_ns": 66570, + "context_create_ns": 117261, + "definition_eval_ns": 56587, + "first_eval_ns": 813564, + "threshold_crossing_ns": 11745502, + "compile_ns": 10435263, + "install_ns": 85532, + "osr_ns": 0, + "steady_state_ns": 16334379 + } + }, + "candidate": { + "elapsed_ns": 14931679, + "checksum": "number:409f400000000000", + "native_entries": 28796, + "native_acquisitions": 1027, + "native_exits": 28796, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10072064, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 30182850, + "runtime_create_ns": 34274, + "jit_attach_ns": 67264, + "context_create_ns": 116114, + "definition_eval_ns": 56743, + "first_eval_ns": 745683, + "threshold_crossing_ns": 13025151, + "compile_ns": 12356354, + "install_ns": 85306, + "osr_ns": 0, + "steady_state_ns": 14931679 + } + } + }, + { + "pair_index": 21, + "reference": { + "elapsed_ns": 15920261, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10055680, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 32006813, + "runtime_create_ns": 28291, + "jit_attach_ns": 70257, + "context_create_ns": 111186, + "definition_eval_ns": 55472, + "first_eval_ns": 782494, + "threshold_crossing_ns": 11899444, + "compile_ns": 9707819, + "install_ns": 50634, + "osr_ns": 0, + "steady_state_ns": 15920261 + } + }, + "entry_cache": { + "elapsed_ns": 11982787, + "checksum": "number:409f400000000000", + "native_entries": 28012, + "native_acquisitions": 964, + "native_exits": 28012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10162176, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25732502, + "runtime_create_ns": 27411, + "jit_attach_ns": 66092, + "context_create_ns": 120467, + "definition_eval_ns": 63334, + "first_eval_ns": 799282, + "threshold_crossing_ns": 11451709, + "compile_ns": 9260880, + "install_ns": 146424, + "osr_ns": 0, + "steady_state_ns": 11982787 + } + }, + "candidate": { + "elapsed_ns": 11687298, + "checksum": "number:409f400000000000", + "native_entries": 32649, + "native_acquisitions": 1180, + "native_exits": 32649, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10059776, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27619203, + "runtime_create_ns": 46134, + "jit_attach_ns": 142088, + "context_create_ns": 190227, + "definition_eval_ns": 113018, + "first_eval_ns": 2933220, + "threshold_crossing_ns": 9640419, + "compile_ns": 10165014, + "install_ns": 51796, + "osr_ns": 0, + "steady_state_ns": 11687298 + } + } + }, + { + "pair_index": 22, + "entry_cache": { + "elapsed_ns": 12074105, + "checksum": "number:409f400000000000", + "native_entries": 32012, + "native_acquisitions": 1148, + "native_exits": 32012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10055680, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26242382, + "runtime_create_ns": 25280, + "jit_attach_ns": 58515, + "context_create_ns": 102912, + "definition_eval_ns": 42212, + "first_eval_ns": 802298, + "threshold_crossing_ns": 11922357, + "compile_ns": 9905200, + "install_ns": 58541, + "osr_ns": 0, + "steady_state_ns": 12074105 + } + }, + "candidate": { + "elapsed_ns": 13702030, + "checksum": "number:409f400000000000", + "native_entries": 32012, + "native_acquisitions": 1148, + "native_exits": 32012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10133504, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 36029515, + "runtime_create_ns": 25355, + "jit_attach_ns": 58119, + "context_create_ns": 109860, + "definition_eval_ns": 47626, + "first_eval_ns": 760165, + "threshold_crossing_ns": 19173394, + "compile_ns": 16556392, + "install_ns": 161872, + "osr_ns": 0, + "steady_state_ns": 13702030 + } + }, + "reference": { + "elapsed_ns": 14351492, + "checksum": "number:409f400000000000", + "native_entries": 30682, + "native_exits": 30682, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28791271, + "runtime_create_ns": 25132, + "jit_attach_ns": 66560, + "context_create_ns": 108821, + "definition_eval_ns": 57182, + "first_eval_ns": 790137, + "threshold_crossing_ns": 11925685, + "compile_ns": 9958811, + "install_ns": 74606, + "osr_ns": 0, + "steady_state_ns": 14351492 + } + } + }, + { + "pair_index": 23, + "entry_cache": { + "elapsed_ns": 12063149, + "checksum": "number:409f400000000000", + "native_entries": 31561, + "native_acquisitions": 1130, + "native_exits": 31561, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10002432, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25872509, + "runtime_create_ns": 25074, + "jit_attach_ns": 61544, + "context_create_ns": 113756, + "definition_eval_ns": 52030, + "first_eval_ns": 830767, + "threshold_crossing_ns": 11497986, + "compile_ns": 10066896, + "install_ns": 55694, + "osr_ns": 0, + "steady_state_ns": 12063149 + } + }, + "candidate": { + "elapsed_ns": 12041748, + "checksum": "number:409f400000000000", + "native_entries": 31179, + "native_acquisitions": 1111, + "native_exits": 31179, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10059776, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25108893, + "runtime_create_ns": 28312, + "jit_attach_ns": 62531, + "context_create_ns": 120830, + "definition_eval_ns": 55636, + "first_eval_ns": 769031, + "threshold_crossing_ns": 10830589, + "compile_ns": 9311860, + "install_ns": 74755, + "osr_ns": 0, + "steady_state_ns": 12041748 + } + }, + "reference": { + "elapsed_ns": 16042512, + "checksum": "number:409f400000000000", + "native_entries": 28012, + "native_exits": 28012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10047488, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 30567809, + "runtime_create_ns": 31565, + "jit_attach_ns": 66422, + "context_create_ns": 123705, + "definition_eval_ns": 55167, + "first_eval_ns": 2316817, + "threshold_crossing_ns": 10466814, + "compile_ns": 10384799, + "install_ns": 53208, + "osr_ns": 0, + "steady_state_ns": 16042512 + } + } + }, + { + "pair_index": 24, + "entry_cache": { + "elapsed_ns": 15701207, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_acquisitions": 1056, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10178560, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29459236, + "runtime_create_ns": 24459, + "jit_attach_ns": 60178, + "context_create_ns": 109646, + "definition_eval_ns": 44912, + "first_eval_ns": 802377, + "threshold_crossing_ns": 11498576, + "compile_ns": 9515736, + "install_ns": 57548, + "osr_ns": 0, + "steady_state_ns": 15701207 + } + }, + "candidate": { + "elapsed_ns": 13377311, + "checksum": "number:409f400000000000", + "native_entries": 31990, + "native_acquisitions": 1149, + "native_exits": 31990, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9961472, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27714419, + "runtime_create_ns": 29628, + "jit_attach_ns": 75930, + "context_create_ns": 118077, + "definition_eval_ns": 56589, + "first_eval_ns": 751182, + "threshold_crossing_ns": 12105087, + "compile_ns": 10830949, + "install_ns": 104729, + "osr_ns": 0, + "steady_state_ns": 13377311 + } + }, + "reference": { + "elapsed_ns": 15900287, + "checksum": "number:409f400000000000", + "native_entries": 27306, + "native_exits": 27306, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10043392, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29581759, + "runtime_create_ns": 28046, + "jit_attach_ns": 66456, + "context_create_ns": 107927, + "definition_eval_ns": 56351, + "first_eval_ns": 768169, + "threshold_crossing_ns": 11187984, + "compile_ns": 10842605, + "install_ns": 56960, + "osr_ns": 0, + "steady_state_ns": 15900287 + } + } + }, + { + "pair_index": 25, + "entry_cache": { + "elapsed_ns": 14078335, + "checksum": "number:409f400000000000", + "native_entries": 31532, + "native_acquisitions": 1147, + "native_exits": 31532, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10104832, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27161126, + "runtime_create_ns": 34321, + "jit_attach_ns": 85147, + "context_create_ns": 120624, + "definition_eval_ns": 70087, + "first_eval_ns": 2582844, + "threshold_crossing_ns": 8966645, + "compile_ns": 10664671, + "install_ns": 73046, + "osr_ns": 0, + "steady_state_ns": 14078335 + } + }, + "candidate": { + "elapsed_ns": 11939439, + "checksum": "number:409f400000000000", + "native_entries": 30121, + "native_acquisitions": 1063, + "native_exits": 30121, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10153984, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25567710, + "runtime_create_ns": 35986, + "jit_attach_ns": 73566, + "context_create_ns": 116464, + "definition_eval_ns": 68345, + "first_eval_ns": 2235781, + "threshold_crossing_ns": 9883710, + "compile_ns": 10123328, + "install_ns": 74652, + "osr_ns": 0, + "steady_state_ns": 11939439 + } + }, + "reference": { + "elapsed_ns": 14475688, + "checksum": "number:409f400000000000", + "native_entries": 29864, + "native_exits": 29864, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28486872, + "runtime_create_ns": 27185, + "jit_attach_ns": 68982, + "context_create_ns": 120435, + "definition_eval_ns": 60206, + "first_eval_ns": 767387, + "threshold_crossing_ns": 11506846, + "compile_ns": 9727813, + "install_ns": 107022, + "osr_ns": 0, + "steady_state_ns": 14475688 + } + } + }, + { + "pair_index": 26, + "candidate": { + "elapsed_ns": 11650776, + "checksum": "number:409f400000000000", + "native_entries": 31491, + "native_acquisitions": 1126, + "native_exits": 31491, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9990144, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24876205, + "runtime_create_ns": 26967, + "jit_attach_ns": 61268, + "context_create_ns": 115375, + "definition_eval_ns": 46737, + "first_eval_ns": 723338, + "threshold_crossing_ns": 11050286, + "compile_ns": 9625884, + "install_ns": 58399, + "osr_ns": 0, + "steady_state_ns": 11650776 + } + }, + "reference": { + "elapsed_ns": 14431767, + "checksum": "number:409f400000000000", + "native_entries": 29543, + "native_exits": 29543, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10010624, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27752565, + "runtime_create_ns": 29009, + "jit_attach_ns": 66932, + "context_create_ns": 110562, + "definition_eval_ns": 64630, + "first_eval_ns": 769672, + "threshold_crossing_ns": 10812495, + "compile_ns": 9137965, + "install_ns": 50713, + "osr_ns": 0, + "steady_state_ns": 14431767 + } + }, + "entry_cache": { + "elapsed_ns": 12832349, + "checksum": "number:409f400000000000", + "native_entries": 30618, + "native_acquisitions": 1086, + "native_exits": 30618, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10166272, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25995943, + "runtime_create_ns": 30492, + "jit_attach_ns": 64206, + "context_create_ns": 116766, + "definition_eval_ns": 67921, + "first_eval_ns": 802587, + "threshold_crossing_ns": 10855154, + "compile_ns": 9092725, + "install_ns": 48178, + "osr_ns": 0, + "steady_state_ns": 12832349 + } + } + }, + { + "pair_index": 27, + "candidate": { + "elapsed_ns": 13191685, + "checksum": "number:409f400000000000", + "native_entries": 31779, + "native_acquisitions": 1139, + "native_exits": 31779, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10166272, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27880188, + "runtime_create_ns": 24082, + "jit_attach_ns": 66989, + "context_create_ns": 111066, + "definition_eval_ns": 52656, + "first_eval_ns": 738921, + "threshold_crossing_ns": 12501509, + "compile_ns": 9565759, + "install_ns": 69244, + "osr_ns": 0, + "steady_state_ns": 13191685 + } + }, + "reference": { + "elapsed_ns": 16009050, + "checksum": "number:409f400000000000", + "native_entries": 29856, + "native_exits": 29856, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10006528, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29517330, + "runtime_create_ns": 27184, + "jit_attach_ns": 69228, + "context_create_ns": 122821, + "definition_eval_ns": 56631, + "first_eval_ns": 760556, + "threshold_crossing_ns": 10915362, + "compile_ns": 9351589, + "install_ns": 52601, + "osr_ns": 0, + "steady_state_ns": 16009050 + } + }, + "entry_cache": { + "elapsed_ns": 13456482, + "checksum": "number:409f400000000000", + "native_entries": 31582, + "native_acquisitions": 1129, + "native_exits": 31582, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10117120, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26833468, + "runtime_create_ns": 29890, + "jit_attach_ns": 66758, + "context_create_ns": 117655, + "definition_eval_ns": 69167, + "first_eval_ns": 792309, + "threshold_crossing_ns": 11069810, + "compile_ns": 9648413, + "install_ns": 73428, + "osr_ns": 0, + "steady_state_ns": 13456482 + } + } + }, + { + "pair_index": 28, + "candidate": { + "elapsed_ns": 13217731, + "checksum": "number:409f400000000000", + "native_entries": 31459, + "native_acquisitions": 1123, + "native_exits": 31459, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10002432, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26528348, + "runtime_create_ns": 26893, + "jit_attach_ns": 64282, + "context_create_ns": 123432, + "definition_eval_ns": 58001, + "first_eval_ns": 728253, + "threshold_crossing_ns": 11106526, + "compile_ns": 9680639, + "install_ns": 73258, + "osr_ns": 0, + "steady_state_ns": 13217731 + } + }, + "reference": { + "elapsed_ns": 15847504, + "checksum": "number:409f400000000000", + "native_entries": 28012, + "native_exits": 28012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10063872, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 30443910, + "runtime_create_ns": 31929, + "jit_attach_ns": 65327, + "context_create_ns": 104265, + "definition_eval_ns": 63240, + "first_eval_ns": 773096, + "threshold_crossing_ns": 12081334, + "compile_ns": 10063794, + "install_ns": 55281, + "osr_ns": 0, + "steady_state_ns": 15847504 + } + }, + "entry_cache": { + "elapsed_ns": 13525069, + "checksum": "number:409f400000000000", + "native_entries": 34152, + "native_acquisitions": 1248, + "native_exits": 34152, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9949184, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29746878, + "runtime_create_ns": 34086, + "jit_attach_ns": 71900, + "context_create_ns": 111382, + "definition_eval_ns": 60460, + "first_eval_ns": 2276870, + "threshold_crossing_ns": 12442499, + "compile_ns": 12703545, + "install_ns": 53093, + "osr_ns": 0, + "steady_state_ns": 13525069 + } + } + }, + { + "pair_index": 29, + "candidate": { + "elapsed_ns": 13477331, + "checksum": "number:409f400000000000", + "native_entries": 30888, + "native_acquisitions": 1098, + "native_exits": 30888, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10174464, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27289614, + "runtime_create_ns": 27289, + "jit_attach_ns": 65998, + "context_create_ns": 114549, + "definition_eval_ns": 57539, + "first_eval_ns": 744199, + "threshold_crossing_ns": 11596038, + "compile_ns": 9958127, + "install_ns": 115174, + "osr_ns": 0, + "steady_state_ns": 13477331 + } + }, + "reference": { + "elapsed_ns": 15957332, + "checksum": "number:409f400000000000", + "native_entries": 30146, + "native_exits": 30146, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10018816, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 31329173, + "runtime_create_ns": 38122, + "jit_attach_ns": 70406, + "context_create_ns": 114753, + "definition_eval_ns": 56823, + "first_eval_ns": 2278769, + "threshold_crossing_ns": 11349677, + "compile_ns": 11407289, + "install_ns": 71573, + "osr_ns": 0, + "steady_state_ns": 15957332 + } + }, + "entry_cache": { + "elapsed_ns": 13875682, + "checksum": "number:409f400000000000", + "native_entries": 30479, + "native_acquisitions": 1081, + "native_exits": 30479, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10039296, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28729361, + "runtime_create_ns": 34874, + "jit_attach_ns": 66530, + "context_create_ns": 117512, + "definition_eval_ns": 58058, + "first_eval_ns": 794209, + "threshold_crossing_ns": 12549063, + "compile_ns": 10756766, + "install_ns": 68071, + "osr_ns": 0, + "steady_state_ns": 13875682 + } + } + } + ], + "tier2": [ + { + "pair_index": 0, + "candidate": { + "elapsed_ns": 10832716, + "checksum": "number:409f400000000000", + "native_entries": 26006, + "native_acquisitions": 840, + "native_exits": 26006, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10059776, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26496113, + "runtime_create_ns": 29537, + "jit_attach_ns": 66154, + "context_create_ns": 119675, + "definition_eval_ns": 74340, + "first_eval_ns": 2346927, + "threshold_crossing_ns": 11725547, + "compile_ns": 10389586, + "install_ns": 45963, + "osr_ns": 0, + "steady_state_ns": 10832716 + } + }, + "reference": { + "elapsed_ns": 13524973, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10125312, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29285257, + "runtime_create_ns": 28276, + "jit_attach_ns": 62368, + "context_create_ns": 108151, + "definition_eval_ns": 74789, + "first_eval_ns": 916592, + "threshold_crossing_ns": 12839536, + "compile_ns": 9199778, + "install_ns": 47578, + "osr_ns": 0, + "steady_state_ns": 13524973 + } + }, + "entry_cache": { + "elapsed_ns": 11986476, + "checksum": "number:409f400000000000", + "native_entries": 24006, + "native_acquisitions": 775, + "native_exits": 24006, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10084352, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29804112, + "runtime_create_ns": 35230, + "jit_attach_ns": 70242, + "context_create_ns": 120632, + "definition_eval_ns": 81009, + "first_eval_ns": 2315475, + "threshold_crossing_ns": 13778372, + "compile_ns": 13869230, + "install_ns": 57988, + "osr_ns": 0, + "steady_state_ns": 11986476 + } + } + }, + { + "pair_index": 1, + "candidate": { + "elapsed_ns": 10238805, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10264576, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26322879, + "runtime_create_ns": 26260, + "jit_attach_ns": 63260, + "context_create_ns": 116451, + "definition_eval_ns": 76485, + "first_eval_ns": 844040, + "threshold_crossing_ns": 12877321, + "compile_ns": 9653645, + "install_ns": 48243, + "osr_ns": 0, + "steady_state_ns": 10238805 + } + }, + "reference": { + "elapsed_ns": 14228516, + "checksum": "number:409f400000000000", + "native_entries": 24004, + "native_exits": 24004, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10215424, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 31837382, + "runtime_create_ns": 31591, + "jit_attach_ns": 62889, + "context_create_ns": 109725, + "definition_eval_ns": 74704, + "first_eval_ns": 849045, + "threshold_crossing_ns": 14642948, + "compile_ns": 11366521, + "install_ns": 66158, + "osr_ns": 0, + "steady_state_ns": 14228516 + } + }, + "entry_cache": { + "elapsed_ns": 11171211, + "checksum": "number:409f400000000000", + "native_entries": 24004, + "native_acquisitions": 773, + "native_exits": 24004, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10203136, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25008548, + "runtime_create_ns": 34416, + "jit_attach_ns": 66802, + "context_create_ns": 119346, + "definition_eval_ns": 73620, + "first_eval_ns": 915346, + "threshold_crossing_ns": 11233809, + "compile_ns": 9757671, + "install_ns": 45885, + "osr_ns": 0, + "steady_state_ns": 11171211 + } + } + }, + { + "pair_index": 2, + "candidate": { + "elapsed_ns": 10832254, + "checksum": "number:409f400000000000", + "native_entries": 24007, + "native_acquisitions": 776, + "native_exits": 24007, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10129408, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24888115, + "runtime_create_ns": 29594, + "jit_attach_ns": 63381, + "context_create_ns": 109746, + "definition_eval_ns": 65732, + "first_eval_ns": 849986, + "threshold_crossing_ns": 11571450, + "compile_ns": 9508018, + "install_ns": 58042, + "osr_ns": 0, + "steady_state_ns": 10832254 + } + }, + "reference": { + "elapsed_ns": 14010515, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10166272, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 30495454, + "runtime_create_ns": 30960, + "jit_attach_ns": 71522, + "context_create_ns": 107129, + "definition_eval_ns": 71238, + "first_eval_ns": 2291054, + "threshold_crossing_ns": 12281910, + "compile_ns": 10628786, + "install_ns": 45112, + "osr_ns": 0, + "steady_state_ns": 14010515 + } + }, + "entry_cache": { + "elapsed_ns": 11141383, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 839, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10072064, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26083565, + "runtime_create_ns": 33428, + "jit_attach_ns": 69400, + "context_create_ns": 122382, + "definition_eval_ns": 76288, + "first_eval_ns": 907959, + "threshold_crossing_ns": 12359007, + "compile_ns": 9119142, + "install_ns": 41111, + "osr_ns": 0, + "steady_state_ns": 11141383 + } + } + }, + { + "pair_index": 3, + "reference": { + "elapsed_ns": 14079911, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10133504, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 30776201, + "runtime_create_ns": 26639, + "jit_attach_ns": 66236, + "context_create_ns": 110493, + "definition_eval_ns": 73312, + "first_eval_ns": 882838, + "threshold_crossing_ns": 13112024, + "compile_ns": 9459027, + "install_ns": 45386, + "osr_ns": 0, + "steady_state_ns": 14079911 + } + }, + "entry_cache": { + "elapsed_ns": 11091006, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10166272, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26092638, + "runtime_create_ns": 30666, + "jit_attach_ns": 67967, + "context_create_ns": 122214, + "definition_eval_ns": 82007, + "first_eval_ns": 898008, + "threshold_crossing_ns": 12430913, + "compile_ns": 9325438, + "install_ns": 44640, + "osr_ns": 0, + "steady_state_ns": 11091006 + } + }, + "candidate": { + "elapsed_ns": 10665399, + "checksum": "number:409f400000000000", + "native_entries": 24004, + "native_acquisitions": 773, + "native_exits": 24004, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10084352, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24592425, + "runtime_create_ns": 30569, + "jit_attach_ns": 62420, + "context_create_ns": 113802, + "definition_eval_ns": 67371, + "first_eval_ns": 828740, + "threshold_crossing_ns": 11479377, + "compile_ns": 9755111, + "install_ns": 43279, + "osr_ns": 0, + "steady_state_ns": 10665399 + } + } + }, + { + "pair_index": 4, + "reference": { + "elapsed_ns": 14031351, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10256384, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 30502798, + "runtime_create_ns": 26016, + "jit_attach_ns": 63000, + "context_create_ns": 108741, + "definition_eval_ns": 76692, + "first_eval_ns": 892711, + "threshold_crossing_ns": 13648780, + "compile_ns": 10055386, + "install_ns": 44484, + "osr_ns": 0, + "steady_state_ns": 14031351 + } + }, + "entry_cache": { + "elapsed_ns": 10302676, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25409470, + "runtime_create_ns": 41360, + "jit_attach_ns": 63163, + "context_create_ns": 115767, + "definition_eval_ns": 70751, + "first_eval_ns": 2305088, + "threshold_crossing_ns": 11132891, + "compile_ns": 10101053, + "install_ns": 56196, + "osr_ns": 0, + "steady_state_ns": 10302676 + } + }, + "candidate": { + "elapsed_ns": 10904169, + "checksum": "number:409f400000000000", + "native_entries": 26006, + "native_acquisitions": 839, + "native_exits": 26006, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10149888, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25530217, + "runtime_create_ns": 32470, + "jit_attach_ns": 62590, + "context_create_ns": 112366, + "definition_eval_ns": 69730, + "first_eval_ns": 2842631, + "threshold_crossing_ns": 9897206, + "compile_ns": 8948822, + "install_ns": 41855, + "osr_ns": 0, + "steady_state_ns": 10904169 + } + } + }, + { + "pair_index": 5, + "reference": { + "elapsed_ns": 13261470, + "checksum": "number:409f400000000000", + "native_entries": 24004, + "native_exits": 24004, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10117120, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29213732, + "runtime_create_ns": 29169, + "jit_attach_ns": 64952, + "context_create_ns": 110233, + "definition_eval_ns": 74908, + "first_eval_ns": 2289652, + "threshold_crossing_ns": 11722424, + "compile_ns": 10305667, + "install_ns": 46244, + "osr_ns": 0, + "steady_state_ns": 13261470 + } + }, + "entry_cache": { + "elapsed_ns": 10386968, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10174464, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28154208, + "runtime_create_ns": 30668, + "jit_attach_ns": 66907, + "context_create_ns": 120095, + "definition_eval_ns": 82205, + "first_eval_ns": 3000817, + "threshold_crossing_ns": 11364688, + "compile_ns": 10173653, + "install_ns": 42889, + "osr_ns": 0, + "steady_state_ns": 10386968 + } + }, + "candidate": { + "elapsed_ns": 11896510, + "checksum": "number:409f400000000000", + "native_entries": 26006, + "native_acquisitions": 840, + "native_exits": 26006, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10031104, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26922686, + "runtime_create_ns": 29008, + "jit_attach_ns": 63512, + "context_create_ns": 112535, + "definition_eval_ns": 69798, + "first_eval_ns": 854069, + "threshold_crossing_ns": 12625774, + "compile_ns": 9831265, + "install_ns": 46745, + "osr_ns": 0, + "steady_state_ns": 11896510 + } + } + }, + { + "pair_index": 6, + "reference": { + "elapsed_ns": 13688951, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10285056, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29598006, + "runtime_create_ns": 24384, + "jit_attach_ns": 85592, + "context_create_ns": 108048, + "definition_eval_ns": 67031, + "first_eval_ns": 2280527, + "threshold_crossing_ns": 11698601, + "compile_ns": 9841520, + "install_ns": 44694, + "osr_ns": 0, + "steady_state_ns": 13688951 + } + }, + "entry_cache": { + "elapsed_ns": 10457775, + "checksum": "number:409f400000000000", + "native_entries": 24004, + "native_acquisitions": 773, + "native_exits": 24004, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10186752, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24332464, + "runtime_create_ns": 29150, + "jit_attach_ns": 67260, + "context_create_ns": 115612, + "definition_eval_ns": 80454, + "first_eval_ns": 910161, + "threshold_crossing_ns": 11310870, + "compile_ns": 9833185, + "install_ns": 43986, + "osr_ns": 0, + "steady_state_ns": 10457775 + } + }, + "candidate": { + "elapsed_ns": 10184051, + "checksum": "number:409f400000000000", + "native_entries": 24004, + "native_acquisitions": 774, + "native_exits": 24004, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10133504, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24630298, + "runtime_create_ns": 27770, + "jit_attach_ns": 71644, + "context_create_ns": 113217, + "definition_eval_ns": 71761, + "first_eval_ns": 839878, + "threshold_crossing_ns": 11979055, + "compile_ns": 9884764, + "install_ns": 49312, + "osr_ns": 0, + "steady_state_ns": 10184051 + } + } + }, + { + "pair_index": 7, + "entry_cache": { + "elapsed_ns": 12326585, + "checksum": "number:409f400000000000", + "native_entries": 25715, + "native_acquisitions": 832, + "native_exits": 25715, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10149888, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26436309, + "runtime_create_ns": 35870, + "jit_attach_ns": 69264, + "context_create_ns": 125868, + "definition_eval_ns": 78229, + "first_eval_ns": 2294698, + "threshold_crossing_ns": 10213516, + "compile_ns": 9246536, + "install_ns": 46470, + "osr_ns": 0, + "steady_state_ns": 12326585 + } + }, + "candidate": { + "elapsed_ns": 10264538, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 839, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10055680, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26373435, + "runtime_create_ns": 31581, + "jit_attach_ns": 67195, + "context_create_ns": 119204, + "definition_eval_ns": 73422, + "first_eval_ns": 3272260, + "threshold_crossing_ns": 10648218, + "compile_ns": 9555051, + "install_ns": 44923, + "osr_ns": 0, + "steady_state_ns": 10264538 + } + }, + "reference": { + "elapsed_ns": 15591812, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10100736, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 31732075, + "runtime_create_ns": 30247, + "jit_attach_ns": 65404, + "context_create_ns": 119127, + "definition_eval_ns": 68210, + "first_eval_ns": 2287877, + "threshold_crossing_ns": 11832538, + "compile_ns": 9878957, + "install_ns": 47896, + "osr_ns": 0, + "steady_state_ns": 15591812 + } + } + }, + { + "pair_index": 8, + "entry_cache": { + "elapsed_ns": 10396931, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10256384, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26036425, + "runtime_create_ns": 27652, + "jit_attach_ns": 66805, + "context_create_ns": 115593, + "definition_eval_ns": 82618, + "first_eval_ns": 914180, + "threshold_crossing_ns": 13066373, + "compile_ns": 9899855, + "install_ns": 44723, + "osr_ns": 0, + "steady_state_ns": 10396931 + } + }, + "candidate": { + "elapsed_ns": 11569720, + "checksum": "number:409f400000000000", + "native_entries": 24007, + "native_acquisitions": 776, + "native_exits": 24007, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29850344, + "runtime_create_ns": 26186, + "jit_attach_ns": 62494, + "context_create_ns": 112759, + "definition_eval_ns": 71290, + "first_eval_ns": 847813, + "threshold_crossing_ns": 15771094, + "compile_ns": 13924461, + "install_ns": 62966, + "osr_ns": 0, + "steady_state_ns": 11569720 + } + }, + "reference": { + "elapsed_ns": 15234026, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10162176, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 32785526, + "runtime_create_ns": 30751, + "jit_attach_ns": 72871, + "context_create_ns": 108263, + "definition_eval_ns": 76698, + "first_eval_ns": 884170, + "threshold_crossing_ns": 14709010, + "compile_ns": 9199199, + "install_ns": 49342, + "osr_ns": 0, + "steady_state_ns": 15234026 + } + } + }, + { + "pair_index": 9, + "entry_cache": { + "elapsed_ns": 11022297, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10207232, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26584942, + "runtime_create_ns": 28654, + "jit_attach_ns": 63263, + "context_create_ns": 126626, + "definition_eval_ns": 77703, + "first_eval_ns": 2306714, + "threshold_crossing_ns": 11599083, + "compile_ns": 10402343, + "install_ns": 44194, + "osr_ns": 0, + "steady_state_ns": 11022297 + } + }, + "candidate": { + "elapsed_ns": 10825407, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10170368, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26108405, + "runtime_create_ns": 30670, + "jit_attach_ns": 62364, + "context_create_ns": 108638, + "definition_eval_ns": 67430, + "first_eval_ns": 850375, + "threshold_crossing_ns": 12824118, + "compile_ns": 9313090, + "install_ns": 42340, + "osr_ns": 0, + "steady_state_ns": 10825407 + } + }, + "reference": { + "elapsed_ns": 13870742, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29741598, + "runtime_create_ns": 28413, + "jit_attach_ns": 81477, + "context_create_ns": 112176, + "definition_eval_ns": 71975, + "first_eval_ns": 2298485, + "threshold_crossing_ns": 11646122, + "compile_ns": 9961086, + "install_ns": 47597, + "osr_ns": 0, + "steady_state_ns": 13870742 + } + } + }, + { + "pair_index": 10, + "entry_cache": { + "elapsed_ns": 10311232, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10108928, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25392077, + "runtime_create_ns": 31817, + "jit_attach_ns": 66707, + "context_create_ns": 115195, + "definition_eval_ns": 74364, + "first_eval_ns": 910266, + "threshold_crossing_ns": 12507981, + "compile_ns": 9560976, + "install_ns": 46841, + "osr_ns": 0, + "steady_state_ns": 10311232 + } + }, + "candidate": { + "elapsed_ns": 10291710, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10199040, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28179462, + "runtime_create_ns": 27297, + "jit_attach_ns": 71053, + "context_create_ns": 112883, + "definition_eval_ns": 77277, + "first_eval_ns": 2465835, + "threshold_crossing_ns": 12037228, + "compile_ns": 10813900, + "install_ns": 42967, + "osr_ns": 0, + "steady_state_ns": 10291710 + } + }, + "reference": { + "elapsed_ns": 14806024, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10059776, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 30515724, + "runtime_create_ns": 30963, + "jit_attach_ns": 67741, + "context_create_ns": 108387, + "definition_eval_ns": 70336, + "first_eval_ns": 880853, + "threshold_crossing_ns": 12897234, + "compile_ns": 9211597, + "install_ns": 47613, + "osr_ns": 0, + "steady_state_ns": 14806024 + } + } + }, + { + "pair_index": 11, + "candidate": { + "elapsed_ns": 10288928, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10231808, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25399300, + "runtime_create_ns": 29579, + "jit_attach_ns": 66605, + "context_create_ns": 113975, + "definition_eval_ns": 69184, + "first_eval_ns": 844212, + "threshold_crossing_ns": 12641683, + "compile_ns": 9412971, + "install_ns": 47928, + "osr_ns": 0, + "steady_state_ns": 10288928 + } + }, + "reference": { + "elapsed_ns": 13353505, + "checksum": "number:409f400000000000", + "native_entries": 24004, + "native_exits": 24004, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10190848, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27544395, + "runtime_create_ns": 26735, + "jit_attach_ns": 66392, + "context_create_ns": 108067, + "definition_eval_ns": 75482, + "first_eval_ns": 2293772, + "threshold_crossing_ns": 9850811, + "compile_ns": 9363908, + "install_ns": 48482, + "osr_ns": 0, + "steady_state_ns": 13353505 + } + }, + "entry_cache": { + "elapsed_ns": 10546813, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10203136, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26270295, + "runtime_create_ns": 34345, + "jit_attach_ns": 71153, + "context_create_ns": 115479, + "definition_eval_ns": 73659, + "first_eval_ns": 883593, + "threshold_crossing_ns": 13090021, + "compile_ns": 9711113, + "install_ns": 50436, + "osr_ns": 0, + "steady_state_ns": 10546813 + } + } + }, + { + "pair_index": 12, + "candidate": { + "elapsed_ns": 10929885, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10104832, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25455200, + "runtime_create_ns": 28568, + "jit_attach_ns": 66593, + "context_create_ns": 130720, + "definition_eval_ns": 73249, + "first_eval_ns": 2258665, + "threshold_crossing_ns": 10615644, + "compile_ns": 9483308, + "install_ns": 45789, + "osr_ns": 0, + "steady_state_ns": 10929885 + } + }, + "reference": { + "elapsed_ns": 17603219, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10125312, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 35376617, + "runtime_create_ns": 30035, + "jit_attach_ns": 67789, + "context_create_ns": 107926, + "definition_eval_ns": 80349, + "first_eval_ns": 877502, + "threshold_crossing_ns": 13900306, + "compile_ns": 9490103, + "install_ns": 45752, + "osr_ns": 0, + "steady_state_ns": 17603219 + } + }, + "entry_cache": { + "elapsed_ns": 10473467, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 839, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10006528, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26197751, + "runtime_create_ns": 31623, + "jit_attach_ns": 69625, + "context_create_ns": 115858, + "definition_eval_ns": 78687, + "first_eval_ns": 2308472, + "threshold_crossing_ns": 11750368, + "compile_ns": 10740709, + "install_ns": 46581, + "osr_ns": 0, + "steady_state_ns": 10473467 + } + } + }, + { + "pair_index": 13, + "candidate": { + "elapsed_ns": 10231830, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10186752, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25683802, + "runtime_create_ns": 26359, + "jit_attach_ns": 73580, + "context_create_ns": 112719, + "definition_eval_ns": 80293, + "first_eval_ns": 2264319, + "threshold_crossing_ns": 10745825, + "compile_ns": 9711134, + "install_ns": 45559, + "osr_ns": 0, + "steady_state_ns": 10231830 + } + }, + "reference": { + "elapsed_ns": 14146622, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10162176, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 30032127, + "runtime_create_ns": 28728, + "jit_attach_ns": 62383, + "context_create_ns": 109176, + "definition_eval_ns": 73076, + "first_eval_ns": 3032306, + "threshold_crossing_ns": 10930687, + "compile_ns": 9507647, + "install_ns": 42939, + "osr_ns": 0, + "steady_state_ns": 14146622 + } + }, + "entry_cache": { + "elapsed_ns": 10556607, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10199040, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25654219, + "runtime_create_ns": 29968, + "jit_attach_ns": 65522, + "context_create_ns": 128957, + "definition_eval_ns": 75679, + "first_eval_ns": 2309468, + "threshold_crossing_ns": 11116356, + "compile_ns": 9952118, + "install_ns": 43859, + "osr_ns": 0, + "steady_state_ns": 10556607 + } + } + }, + { + "pair_index": 14, + "candidate": { + "elapsed_ns": 11146448, + "checksum": "number:409f400000000000", + "native_entries": 26006, + "native_acquisitions": 839, + "native_exits": 26006, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10149888, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26499623, + "runtime_create_ns": 26988, + "jit_attach_ns": 64837, + "context_create_ns": 113877, + "definition_eval_ns": 73745, + "first_eval_ns": 864688, + "threshold_crossing_ns": 12933140, + "compile_ns": 10091334, + "install_ns": 54139, + "osr_ns": 0, + "steady_state_ns": 11146448 + } + }, + "reference": { + "elapsed_ns": 14111327, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10031104, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 30146351, + "runtime_create_ns": 27387, + "jit_attach_ns": 67245, + "context_create_ns": 111903, + "definition_eval_ns": 71205, + "first_eval_ns": 864424, + "threshold_crossing_ns": 13215925, + "compile_ns": 9434369, + "install_ns": 58677, + "osr_ns": 0, + "steady_state_ns": 14111327 + } + }, + "entry_cache": { + "elapsed_ns": 11457244, + "checksum": "number:409f400000000000", + "native_entries": 26006, + "native_acquisitions": 839, + "native_exits": 26006, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10174464, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27274521, + "runtime_create_ns": 28581, + "jit_attach_ns": 67712, + "context_create_ns": 116930, + "definition_eval_ns": 79132, + "first_eval_ns": 877826, + "threshold_crossing_ns": 13341118, + "compile_ns": 10461377, + "install_ns": 53528, + "osr_ns": 0, + "steady_state_ns": 11457244 + } + } + }, + { + "pair_index": 15, + "reference": { + "elapsed_ns": 14864824, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10084352, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 30604719, + "runtime_create_ns": 28387, + "jit_attach_ns": 68333, + "context_create_ns": 114600, + "definition_eval_ns": 71933, + "first_eval_ns": 2295350, + "threshold_crossing_ns": 11513891, + "compile_ns": 9911907, + "install_ns": 51112, + "osr_ns": 0, + "steady_state_ns": 14864824 + } + }, + "entry_cache": { + "elapsed_ns": 12314805, + "checksum": "number:409f400000000000", + "native_entries": 26006, + "native_acquisitions": 840, + "native_exits": 26006, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10182656, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28501472, + "runtime_create_ns": 30181, + "jit_attach_ns": 66591, + "context_create_ns": 125605, + "definition_eval_ns": 87745, + "first_eval_ns": 3003380, + "threshold_crossing_ns": 11563768, + "compile_ns": 10372443, + "install_ns": 41094, + "osr_ns": 0, + "steady_state_ns": 12314805 + } + }, + "candidate": { + "elapsed_ns": 11896778, + "checksum": "number:409f400000000000", + "native_entries": 26006, + "native_acquisitions": 840, + "native_exits": 26006, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10268672, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27877208, + "runtime_create_ns": 26465, + "jit_attach_ns": 65599, + "context_create_ns": 114135, + "definition_eval_ns": 72872, + "first_eval_ns": 859366, + "threshold_crossing_ns": 13553907, + "compile_ns": 10536999, + "install_ns": 46639, + "osr_ns": 0, + "steady_state_ns": 11896778 + } + } + }, + { + "pair_index": 16, + "reference": { + "elapsed_ns": 16638647, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 32577854, + "runtime_create_ns": 32008, + "jit_attach_ns": 63209, + "context_create_ns": 107699, + "definition_eval_ns": 71451, + "first_eval_ns": 891176, + "threshold_crossing_ns": 13089387, + "compile_ns": 9296762, + "install_ns": 41910, + "osr_ns": 0, + "steady_state_ns": 16638647 + } + }, + "entry_cache": { + "elapsed_ns": 11738640, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10129408, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27066601, + "runtime_create_ns": 39016, + "jit_attach_ns": 101743, + "context_create_ns": 164671, + "definition_eval_ns": 87916, + "first_eval_ns": 924114, + "threshold_crossing_ns": 12637467, + "compile_ns": 9461489, + "install_ns": 45529, + "osr_ns": 0, + "steady_state_ns": 11738640 + } + }, + "candidate": { + "elapsed_ns": 10221527, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10215424, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28076991, + "runtime_create_ns": 29498, + "jit_attach_ns": 61290, + "context_create_ns": 112717, + "definition_eval_ns": 72790, + "first_eval_ns": 840602, + "threshold_crossing_ns": 13776589, + "compile_ns": 10139307, + "install_ns": 44546, + "osr_ns": 0, + "steady_state_ns": 10221527 + } + } + }, + { + "pair_index": 17, + "reference": { + "elapsed_ns": 15123970, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10092544, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 31197951, + "runtime_create_ns": 31814, + "jit_attach_ns": 68762, + "context_create_ns": 107558, + "definition_eval_ns": 75654, + "first_eval_ns": 895443, + "threshold_crossing_ns": 13228735, + "compile_ns": 9719309, + "install_ns": 63679, + "osr_ns": 0, + "steady_state_ns": 15123970 + } + }, + "entry_cache": { + "elapsed_ns": 11153445, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 839, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10219520, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25710078, + "runtime_create_ns": 30400, + "jit_attach_ns": 73682, + "context_create_ns": 124258, + "definition_eval_ns": 90401, + "first_eval_ns": 2402850, + "threshold_crossing_ns": 10463870, + "compile_ns": 9707859, + "install_ns": 51304, + "osr_ns": 0, + "steady_state_ns": 11153445 + } + }, + "candidate": { + "elapsed_ns": 10318289, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10063872, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25145922, + "runtime_create_ns": 30934, + "jit_attach_ns": 59973, + "context_create_ns": 111127, + "definition_eval_ns": 67071, + "first_eval_ns": 825742, + "threshold_crossing_ns": 12383182, + "compile_ns": 9459920, + "install_ns": 46300, + "osr_ns": 0, + "steady_state_ns": 10318289 + } + } + }, + { + "pair_index": 18, + "reference": { + "elapsed_ns": 14862127, + "checksum": "number:409f400000000000", + "native_entries": 25034, + "native_exits": 25034, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10186752, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29528984, + "runtime_create_ns": 24322, + "jit_attach_ns": 66329, + "context_create_ns": 108581, + "definition_eval_ns": 60658, + "first_eval_ns": 888195, + "threshold_crossing_ns": 11877636, + "compile_ns": 8707542, + "install_ns": 45865, + "osr_ns": 0, + "steady_state_ns": 14862127 + } + }, + "entry_cache": { + "elapsed_ns": 11957343, + "checksum": "number:409f400000000000", + "native_entries": 24006, + "native_acquisitions": 775, + "native_exits": 24006, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10092544, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29685549, + "runtime_create_ns": 30452, + "jit_attach_ns": 67447, + "context_create_ns": 120486, + "definition_eval_ns": 166532, + "first_eval_ns": 2313727, + "threshold_crossing_ns": 13655870, + "compile_ns": 13790193, + "install_ns": 52944, + "osr_ns": 0, + "steady_state_ns": 11957343 + } + }, + "candidate": { + "elapsed_ns": 10177313, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10137600, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26393818, + "runtime_create_ns": 31066, + "jit_attach_ns": 62910, + "context_create_ns": 110286, + "definition_eval_ns": 66449, + "first_eval_ns": 828378, + "threshold_crossing_ns": 13637983, + "compile_ns": 9110454, + "install_ns": 45782, + "osr_ns": 0, + "steady_state_ns": 10177313 + } + } + }, + { + "pair_index": 19, + "entry_cache": { + "elapsed_ns": 16807076, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10190848, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 42103685, + "runtime_create_ns": 29237, + "jit_attach_ns": 64123, + "context_create_ns": 131595, + "definition_eval_ns": 78543, + "first_eval_ns": 2328982, + "threshold_crossing_ns": 20004482, + "compile_ns": 15593292, + "install_ns": 46390, + "osr_ns": 0, + "steady_state_ns": 16807076 + } + }, + "candidate": { + "elapsed_ns": 13644099, + "checksum": "number:409f400000000000", + "native_entries": 24007, + "native_acquisitions": 776, + "native_exits": 24007, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10129408, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 31352287, + "runtime_create_ns": 30306, + "jit_attach_ns": 65388, + "context_create_ns": 111609, + "definition_eval_ns": 68189, + "first_eval_ns": 860532, + "threshold_crossing_ns": 15221291, + "compile_ns": 13487221, + "install_ns": 59816, + "osr_ns": 0, + "steady_state_ns": 13644099 + } + }, + "reference": { + "elapsed_ns": 17256445, + "checksum": "number:409f400000000000", + "native_entries": 23774, + "native_exits": 23774, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10211328, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 34353634, + "runtime_create_ns": 26864, + "jit_attach_ns": 66731, + "context_create_ns": 117902, + "definition_eval_ns": 69987, + "first_eval_ns": 2315001, + "threshold_crossing_ns": 12849352, + "compile_ns": 12742418, + "install_ns": 47071, + "osr_ns": 0, + "steady_state_ns": 17256445 + } + } + }, + { + "pair_index": 20, + "entry_cache": { + "elapsed_ns": 13704344, + "checksum": "number:409f400000000000", + "native_entries": 24005, + "native_acquisitions": 774, + "native_exits": 24005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10170368, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 32664604, + "runtime_create_ns": 30832, + "jit_attach_ns": 65668, + "context_create_ns": 125590, + "definition_eval_ns": 78688, + "first_eval_ns": 2330756, + "threshold_crossing_ns": 14947954, + "compile_ns": 15100057, + "install_ns": 58068, + "osr_ns": 0, + "steady_state_ns": 13704344 + } + }, + "candidate": { + "elapsed_ns": 13153347, + "checksum": "number:409f400000000000", + "native_entries": 24005, + "native_acquisitions": 774, + "native_exits": 24005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10182656, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 31606010, + "runtime_create_ns": 31037, + "jit_attach_ns": 63800, + "context_create_ns": 110743, + "definition_eval_ns": 67194, + "first_eval_ns": 844368, + "threshold_crossing_ns": 15975507, + "compile_ns": 14450723, + "install_ns": 56737, + "osr_ns": 0, + "steady_state_ns": 13153347 + } + }, + "reference": { + "elapsed_ns": 16770146, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10190848, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 33400116, + "runtime_create_ns": 26717, + "jit_attach_ns": 62819, + "context_create_ns": 107736, + "definition_eval_ns": 69652, + "first_eval_ns": 868485, + "threshold_crossing_ns": 13828847, + "compile_ns": 10131282, + "install_ns": 48183, + "osr_ns": 0, + "steady_state_ns": 16770146 + } + } + }, + { + "pair_index": 21, + "entry_cache": { + "elapsed_ns": 12224568, + "checksum": "number:409f400000000000", + "native_entries": 26006, + "native_acquisitions": 840, + "native_exits": 26006, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10047488, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27259381, + "runtime_create_ns": 30058, + "jit_attach_ns": 64065, + "context_create_ns": 125956, + "definition_eval_ns": 73667, + "first_eval_ns": 2334199, + "threshold_crossing_ns": 11100730, + "compile_ns": 10169740, + "install_ns": 41156, + "osr_ns": 0, + "steady_state_ns": 12224568 + } + }, + "candidate": { + "elapsed_ns": 11499966, + "checksum": "number:409f400000000000", + "native_entries": 24004, + "native_acquisitions": 773, + "native_exits": 24004, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9998336, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25503076, + "runtime_create_ns": 28520, + "jit_attach_ns": 62106, + "context_create_ns": 115113, + "definition_eval_ns": 72180, + "first_eval_ns": 839971, + "threshold_crossing_ns": 11531420, + "compile_ns": 9743144, + "install_ns": 42264, + "osr_ns": 0, + "steady_state_ns": 11499966 + } + }, + "reference": { + "elapsed_ns": 13377023, + "checksum": "number:409f400000000000", + "native_entries": 24007, + "native_exits": 24007, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9998336, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29525520, + "runtime_create_ns": 26932, + "jit_attach_ns": 64554, + "context_create_ns": 108511, + "definition_eval_ns": 71396, + "first_eval_ns": 882996, + "threshold_crossing_ns": 13323345, + "compile_ns": 11141199, + "install_ns": 59705, + "osr_ns": 0, + "steady_state_ns": 13377023 + } + } + }, + { + "pair_index": 22, + "entry_cache": { + "elapsed_ns": 10413439, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24662091, + "runtime_create_ns": 27247, + "jit_attach_ns": 56582, + "context_create_ns": 105071, + "definition_eval_ns": 57804, + "first_eval_ns": 2322542, + "threshold_crossing_ns": 10312158, + "compile_ns": 9221712, + "install_ns": 43046, + "osr_ns": 0, + "steady_state_ns": 10413439 + } + }, + "candidate": { + "elapsed_ns": 10249682, + "checksum": "number:409f400000000000", + "native_entries": 28006, + "native_acquisitions": 903, + "native_exits": 28006, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25635411, + "runtime_create_ns": 32816, + "jit_attach_ns": 65288, + "context_create_ns": 111005, + "definition_eval_ns": 68395, + "first_eval_ns": 2301615, + "threshold_crossing_ns": 11455891, + "compile_ns": 10634392, + "install_ns": 49199, + "osr_ns": 0, + "steady_state_ns": 10249682 + } + }, + "reference": { + "elapsed_ns": 13208195, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10231808, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28933058, + "runtime_create_ns": 25545, + "jit_attach_ns": 64629, + "context_create_ns": 113316, + "definition_eval_ns": 69367, + "first_eval_ns": 2292353, + "threshold_crossing_ns": 11433239, + "compile_ns": 9807231, + "install_ns": 43770, + "osr_ns": 0, + "steady_state_ns": 13208195 + } + } + }, + { + "pair_index": 23, + "candidate": { + "elapsed_ns": 10794295, + "checksum": "number:409f400000000000", + "native_entries": 26006, + "native_acquisitions": 839, + "native_exits": 26006, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26003458, + "runtime_create_ns": 31825, + "jit_attach_ns": 62556, + "context_create_ns": 107430, + "definition_eval_ns": 68567, + "first_eval_ns": 841191, + "threshold_crossing_ns": 12816994, + "compile_ns": 9908782, + "install_ns": 42531, + "osr_ns": 0, + "steady_state_ns": 10794295 + } + }, + "reference": { + "elapsed_ns": 13320965, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29594371, + "runtime_create_ns": 27702, + "jit_attach_ns": 65532, + "context_create_ns": 110811, + "definition_eval_ns": 68497, + "first_eval_ns": 877286, + "threshold_crossing_ns": 13474096, + "compile_ns": 9962470, + "install_ns": 53397, + "osr_ns": 0, + "steady_state_ns": 13320965 + } + }, + "entry_cache": { + "elapsed_ns": 10501297, + "checksum": "number:409f400000000000", + "native_entries": 24004, + "native_acquisitions": 774, + "native_exits": 24004, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10149888, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25089046, + "runtime_create_ns": 31836, + "jit_attach_ns": 63807, + "context_create_ns": 117795, + "definition_eval_ns": 77494, + "first_eval_ns": 928216, + "threshold_crossing_ns": 11797951, + "compile_ns": 9749726, + "install_ns": 44244, + "osr_ns": 0, + "steady_state_ns": 10501297 + } + } + }, + { + "pair_index": 24, + "candidate": { + "elapsed_ns": 11647267, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10211328, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27640936, + "runtime_create_ns": 28149, + "jit_attach_ns": 61902, + "context_create_ns": 113034, + "definition_eval_ns": 72522, + "first_eval_ns": 829017, + "threshold_crossing_ns": 13537214, + "compile_ns": 9341123, + "install_ns": 47995, + "osr_ns": 0, + "steady_state_ns": 11647267 + } + }, + "reference": { + "elapsed_ns": 15131166, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10227712, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 30976196, + "runtime_create_ns": 28183, + "jit_attach_ns": 65192, + "context_create_ns": 109477, + "definition_eval_ns": 67194, + "first_eval_ns": 881235, + "threshold_crossing_ns": 13010482, + "compile_ns": 9305034, + "install_ns": 46634, + "osr_ns": 0, + "steady_state_ns": 15131166 + } + }, + "entry_cache": { + "elapsed_ns": 10648552, + "checksum": "number:409f400000000000", + "native_entries": 24007, + "native_acquisitions": 777, + "native_exits": 24007, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10121216, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28030096, + "runtime_create_ns": 35469, + "jit_attach_ns": 62408, + "context_create_ns": 121504, + "definition_eval_ns": 73823, + "first_eval_ns": 2283766, + "threshold_crossing_ns": 13418941, + "compile_ns": 13553465, + "install_ns": 50552, + "osr_ns": 0, + "steady_state_ns": 10648552 + } + } + }, + { + "pair_index": 25, + "candidate": { + "elapsed_ns": 10356099, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10133504, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25107560, + "runtime_create_ns": 31630, + "jit_attach_ns": 64156, + "context_create_ns": 123948, + "definition_eval_ns": 68565, + "first_eval_ns": 827957, + "threshold_crossing_ns": 12239663, + "compile_ns": 9303120, + "install_ns": 44404, + "osr_ns": 0, + "steady_state_ns": 10356099 + } + }, + "reference": { + "elapsed_ns": 15073919, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9936896, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 31619191, + "runtime_create_ns": 28681, + "jit_attach_ns": 68157, + "context_create_ns": 109043, + "definition_eval_ns": 70259, + "first_eval_ns": 2944362, + "threshold_crossing_ns": 11677273, + "compile_ns": 10099259, + "install_ns": 42624, + "osr_ns": 0, + "steady_state_ns": 15073919 + } + }, + "entry_cache": { + "elapsed_ns": 10550950, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10137600, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27841423, + "runtime_create_ns": 31473, + "jit_attach_ns": 61402, + "context_create_ns": 114983, + "definition_eval_ns": 74913, + "first_eval_ns": 906090, + "threshold_crossing_ns": 13228093, + "compile_ns": 10081529, + "install_ns": 41482, + "osr_ns": 0, + "steady_state_ns": 10550950 + } + } + }, + { + "pair_index": 26, + "candidate": { + "elapsed_ns": 10798925, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25442475, + "runtime_create_ns": 27788, + "jit_attach_ns": 64181, + "context_create_ns": 106435, + "definition_eval_ns": 61500, + "first_eval_ns": 848561, + "threshold_crossing_ns": 12153509, + "compile_ns": 9235823, + "install_ns": 40024, + "osr_ns": 0, + "steady_state_ns": 10798925 + } + }, + "reference": { + "elapsed_ns": 14062716, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10260480, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 30686007, + "runtime_create_ns": 28216, + "jit_attach_ns": 74946, + "context_create_ns": 120072, + "definition_eval_ns": 81048, + "first_eval_ns": 880977, + "threshold_crossing_ns": 13775938, + "compile_ns": 9831148, + "install_ns": 52959, + "osr_ns": 0, + "steady_state_ns": 14062716 + } + }, + "entry_cache": { + "elapsed_ns": 10616330, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10039296, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25612355, + "runtime_create_ns": 33315, + "jit_attach_ns": 64312, + "context_create_ns": 112358, + "definition_eval_ns": 79033, + "first_eval_ns": 904765, + "threshold_crossing_ns": 12439704, + "compile_ns": 9781564, + "install_ns": 43557, + "osr_ns": 0, + "steady_state_ns": 10616330 + } + } + }, + { + "pair_index": 27, + "reference": { + "elapsed_ns": 16045612, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10231808, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 32254384, + "runtime_create_ns": 28110, + "jit_attach_ns": 63640, + "context_create_ns": 108012, + "definition_eval_ns": 68699, + "first_eval_ns": 891777, + "threshold_crossing_ns": 13279450, + "compile_ns": 9659954, + "install_ns": 45503, + "osr_ns": 0, + "steady_state_ns": 16045612 + } + }, + "entry_cache": { + "elapsed_ns": 12392237, + "checksum": "number:409f400000000000", + "native_entries": 26006, + "native_acquisitions": 839, + "native_exits": 26006, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27327774, + "runtime_create_ns": 28692, + "jit_attach_ns": 65162, + "context_create_ns": 115655, + "definition_eval_ns": 82347, + "first_eval_ns": 910750, + "threshold_crossing_ns": 12428101, + "compile_ns": 9239103, + "install_ns": 43822, + "osr_ns": 0, + "steady_state_ns": 12392237 + } + }, + "candidate": { + "elapsed_ns": 11608317, + "checksum": "number:409f400000000000", + "native_entries": 24004, + "native_acquisitions": 773, + "native_exits": 24004, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10031104, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26293582, + "runtime_create_ns": 32016, + "jit_attach_ns": 67027, + "context_create_ns": 113704, + "definition_eval_ns": 65870, + "first_eval_ns": 860443, + "threshold_crossing_ns": 12177810, + "compile_ns": 10616295, + "install_ns": 45625, + "osr_ns": 0, + "steady_state_ns": 11608317 + } + } + }, + { + "pair_index": 28, + "reference": { + "elapsed_ns": 13720107, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10121216, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29477860, + "runtime_create_ns": 30652, + "jit_attach_ns": 65238, + "context_create_ns": 112641, + "definition_eval_ns": 80617, + "first_eval_ns": 866934, + "threshold_crossing_ns": 12950121, + "compile_ns": 9716514, + "install_ns": 46982, + "osr_ns": 0, + "steady_state_ns": 13720107 + } + }, + "entry_cache": { + "elapsed_ns": 12216101, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10272768, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28379250, + "runtime_create_ns": 30859, + "jit_attach_ns": 69047, + "context_create_ns": 121608, + "definition_eval_ns": 100871, + "first_eval_ns": 901672, + "threshold_crossing_ns": 13531558, + "compile_ns": 10151595, + "install_ns": 202073, + "osr_ns": 0, + "steady_state_ns": 12216101 + } + }, + "candidate": { + "elapsed_ns": 10332508, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10190848, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25666056, + "runtime_create_ns": 39896, + "jit_attach_ns": 69075, + "context_create_ns": 117560, + "definition_eval_ns": 68579, + "first_eval_ns": 2321741, + "threshold_crossing_ns": 11356462, + "compile_ns": 10373579, + "install_ns": 50952, + "osr_ns": 0, + "steady_state_ns": 10332508 + } + } + }, + { + "pair_index": 29, + "reference": { + "elapsed_ns": 13305864, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10035200, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 30734608, + "runtime_create_ns": 32118, + "jit_attach_ns": 65810, + "context_create_ns": 106800, + "definition_eval_ns": 68589, + "first_eval_ns": 863494, + "threshold_crossing_ns": 14612421, + "compile_ns": 9206755, + "install_ns": 46244, + "osr_ns": 0, + "steady_state_ns": 13305864 + } + }, + "entry_cache": { + "elapsed_ns": 10627830, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10043392, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25220429, + "runtime_create_ns": 34261, + "jit_attach_ns": 64353, + "context_create_ns": 108740, + "definition_eval_ns": 76465, + "first_eval_ns": 1085785, + "threshold_crossing_ns": 11821513, + "compile_ns": 8586502, + "install_ns": 41885, + "osr_ns": 0, + "steady_state_ns": 10627830 + } + }, + "candidate": { + "elapsed_ns": 10453567, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27645334, + "runtime_create_ns": 31644, + "jit_attach_ns": 60955, + "context_create_ns": 111248, + "definition_eval_ns": 69370, + "first_eval_ns": 866629, + "threshold_crossing_ns": 13096366, + "compile_ns": 9925812, + "install_ns": 54468, + "osr_ns": 0, + "steady_state_ns": 10453567 + } + } + } + ], + "automatic": [ + { + "pair_index": 0, + "reference": { + "elapsed_ns": 14101740, + "checksum": "number:409f400000000000", + "native_entries": 2679336, + "native_exits": 2679336, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10072064, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2021451128, + "runtime_create_ns": 27343, + "jit_attach_ns": 67661, + "context_create_ns": 110504, + "definition_eval_ns": 66046, + "first_eval_ns": 743331, + "threshold_crossing_ns": 2005054745, + "compile_ns": 9444945, + "install_ns": 56386, + "osr_ns": 0, + "steady_state_ns": 14101740 + } + }, + "entry_cache": { + "elapsed_ns": 12852414, + "checksum": "number:409f400000000000", + "native_entries": 3172123, + "native_acquisitions": 101599, + "native_exits": 3172123, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10027008, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2021053314, + "runtime_create_ns": 34625, + "jit_attach_ns": 66371, + "context_create_ns": 114113, + "definition_eval_ns": 59958, + "first_eval_ns": 787929, + "threshold_crossing_ns": 2006157271, + "compile_ns": 10822025, + "install_ns": 56560, + "osr_ns": 0, + "steady_state_ns": 12852414 + } + }, + "candidate": { + "elapsed_ns": 9478000, + "checksum": "number:409f400000000000", + "native_entries": 3632709, + "native_acquisitions": 116345, + "native_exits": 3632709, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10031104, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014543972, + "runtime_create_ns": 28573, + "jit_attach_ns": 65264, + "context_create_ns": 116160, + "definition_eval_ns": 55488, + "first_eval_ns": 725904, + "threshold_crossing_ns": 2003121779, + "compile_ns": 9249771, + "install_ns": 48742, + "osr_ns": 0, + "steady_state_ns": 9478000 + } + } + }, + { + "pair_index": 1, + "reference": { + "elapsed_ns": 13348813, + "checksum": "number:409f400000000000", + "native_entries": 2773390, + "native_exits": 2773390, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10014720, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020185139, + "runtime_create_ns": 29450, + "jit_attach_ns": 64716, + "context_create_ns": 106371, + "definition_eval_ns": 68079, + "first_eval_ns": 749156, + "threshold_crossing_ns": 2004536748, + "compile_ns": 10389889, + "install_ns": 71581, + "osr_ns": 0, + "steady_state_ns": 13348813 + } + }, + "entry_cache": { + "elapsed_ns": 9547336, + "checksum": "number:409f400000000000", + "native_entries": 3484001, + "native_acquisitions": 111593, + "native_exits": 3484001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015278572, + "runtime_create_ns": 34672, + "jit_attach_ns": 67124, + "context_create_ns": 120297, + "definition_eval_ns": 55458, + "first_eval_ns": 783231, + "threshold_crossing_ns": 2003690900, + "compile_ns": 9176187, + "install_ns": 57323, + "osr_ns": 0, + "steady_state_ns": 9547336 + } + }, + "candidate": { + "elapsed_ns": 9953910, + "checksum": "number:409f400000000000", + "native_entries": 3544361, + "native_acquisitions": 113543, + "native_exits": 3544361, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10121216, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015301411, + "runtime_create_ns": 30672, + "jit_attach_ns": 62943, + "context_create_ns": 114442, + "definition_eval_ns": 53646, + "first_eval_ns": 732524, + "threshold_crossing_ns": 2003398885, + "compile_ns": 9364900, + "install_ns": 53325, + "osr_ns": 0, + "steady_state_ns": 9953910 + } + } + }, + { + "pair_index": 2, + "reference": { + "elapsed_ns": 12582152, + "checksum": "number:409f400000000000", + "native_entries": 2684014, + "native_exits": 2684014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10072064, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020667413, + "runtime_create_ns": 27718, + "jit_attach_ns": 67787, + "context_create_ns": 114110, + "definition_eval_ns": 55153, + "first_eval_ns": 753380, + "threshold_crossing_ns": 2004185809, + "compile_ns": 9960248, + "install_ns": 46713, + "osr_ns": 0, + "steady_state_ns": 12582152 + } + }, + "entry_cache": { + "elapsed_ns": 9523370, + "checksum": "number:409f400000000000", + "native_entries": 3452001, + "native_acquisitions": 110600, + "native_exits": 3452001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10063872, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016959746, + "runtime_create_ns": 35429, + "jit_attach_ns": 66269, + "context_create_ns": 117404, + "definition_eval_ns": 58885, + "first_eval_ns": 784724, + "threshold_crossing_ns": 2005397185, + "compile_ns": 11033603, + "install_ns": 65397, + "osr_ns": 0, + "steady_state_ns": 9523370 + } + }, + "candidate": { + "elapsed_ns": 10684229, + "checksum": "number:409f400000000000", + "native_entries": 3466001, + "native_acquisitions": 111002, + "native_exits": 3466001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10203136, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015856292, + "runtime_create_ns": 27051, + "jit_attach_ns": 64027, + "context_create_ns": 111936, + "definition_eval_ns": 57734, + "first_eval_ns": 728278, + "threshold_crossing_ns": 2003221517, + "compile_ns": 9630769, + "install_ns": 58702, + "osr_ns": 0, + "steady_state_ns": 10684229 + } + } + }, + { + "pair_index": 3, + "reference": { + "elapsed_ns": 13430656, + "checksum": "number:409f400000000000", + "native_entries": 2604067, + "native_exits": 2604067, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10067968, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2021233774, + "runtime_create_ns": 36612, + "jit_attach_ns": 67027, + "context_create_ns": 105881, + "definition_eval_ns": 57914, + "first_eval_ns": 2252267, + "threshold_crossing_ns": 2004012308, + "compile_ns": 10024097, + "install_ns": 47440, + "osr_ns": 0, + "steady_state_ns": 13430656 + } + }, + "entry_cache": { + "elapsed_ns": 9515507, + "checksum": "number:409f400000000000", + "native_entries": 3562001, + "native_acquisitions": 114072, + "native_exits": 3562001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10141696, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016497319, + "runtime_create_ns": 28894, + "jit_attach_ns": 70030, + "context_create_ns": 118304, + "definition_eval_ns": 61086, + "first_eval_ns": 795973, + "threshold_crossing_ns": 2004929965, + "compile_ns": 10583544, + "install_ns": 53836, + "osr_ns": 0, + "steady_state_ns": 9515507 + } + }, + "candidate": { + "elapsed_ns": 9358670, + "checksum": "number:409f400000000000", + "native_entries": 3586012, + "native_acquisitions": 114955, + "native_exits": 3586012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10162176, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016641798, + "runtime_create_ns": 42418, + "jit_attach_ns": 72639, + "context_create_ns": 111044, + "definition_eval_ns": 53227, + "first_eval_ns": 2193435, + "threshold_crossing_ns": 2003853242, + "compile_ns": 14825788, + "install_ns": 68419, + "osr_ns": 0, + "steady_state_ns": 9358670 + } + } + }, + { + "pair_index": 4, + "entry_cache": { + "elapsed_ns": 9508153, + "checksum": "number:409f400000000000", + "native_entries": 3555653, + "native_acquisitions": 113868, + "native_exits": 3555653, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10108928, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015558640, + "runtime_create_ns": 31733, + "jit_attach_ns": 62320, + "context_create_ns": 114865, + "definition_eval_ns": 59100, + "first_eval_ns": 1333312, + "threshold_crossing_ns": 2003469069, + "compile_ns": 15679462, + "install_ns": 71153, + "osr_ns": 0, + "steady_state_ns": 9508153 + } + }, + "candidate": { + "elapsed_ns": 9824864, + "checksum": "number:409f400000000000", + "native_entries": 3579340, + "native_acquisitions": 114651, + "native_exits": 3579340, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10203136, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015572598, + "runtime_create_ns": 25839, + "jit_attach_ns": 64994, + "context_create_ns": 110585, + "definition_eval_ns": 54462, + "first_eval_ns": 752607, + "threshold_crossing_ns": 2003559719, + "compile_ns": 10994651, + "install_ns": 65481, + "osr_ns": 0, + "steady_state_ns": 9824864 + } + }, + "reference": { + "elapsed_ns": 14100364, + "checksum": "number:409f400000000000", + "native_entries": 2728993, + "native_exits": 2728993, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10039296, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2022985191, + "runtime_create_ns": 29425, + "jit_attach_ns": 247990, + "context_create_ns": 566287, + "definition_eval_ns": 271851, + "first_eval_ns": 2598932, + "threshold_crossing_ns": 2003878186, + "compile_ns": 10513743, + "install_ns": 78773, + "osr_ns": 0, + "steady_state_ns": 14100364 + } + } + }, + { + "pair_index": 5, + "entry_cache": { + "elapsed_ns": 9495742, + "checksum": "number:409f400000000000", + "native_entries": 3587146, + "native_acquisitions": 114980, + "native_exits": 3587146, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10141696, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015405119, + "runtime_create_ns": 32049, + "jit_attach_ns": 67045, + "context_create_ns": 115575, + "definition_eval_ns": 60412, + "first_eval_ns": 773083, + "threshold_crossing_ns": 2003877711, + "compile_ns": 14483888, + "install_ns": 77844, + "osr_ns": 0, + "steady_state_ns": 9495742 + } + }, + "candidate": { + "elapsed_ns": 9947997, + "checksum": "number:409f400000000000", + "native_entries": 3756001, + "native_acquisitions": 120280, + "native_exits": 3756001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10084352, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015104134, + "runtime_create_ns": 30797, + "jit_attach_ns": 63442, + "context_create_ns": 109068, + "definition_eval_ns": 52028, + "first_eval_ns": 729455, + "threshold_crossing_ns": 2003211135, + "compile_ns": 9279243, + "install_ns": 69760, + "osr_ns": 0, + "steady_state_ns": 9947997 + } + }, + "reference": { + "elapsed_ns": 13450425, + "checksum": "number:409f400000000000", + "native_entries": 2786522, + "native_exits": 2786522, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10166272, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2021058301, + "runtime_create_ns": 31277, + "jit_attach_ns": 67156, + "context_create_ns": 110644, + "definition_eval_ns": 54199, + "first_eval_ns": 764385, + "threshold_crossing_ns": 2005292033, + "compile_ns": 10947722, + "install_ns": 79481, + "osr_ns": 0, + "steady_state_ns": 13450425 + } + } + }, + { + "pair_index": 6, + "entry_cache": { + "elapsed_ns": 10933197, + "checksum": "number:409f400000000000", + "native_entries": 3553568, + "native_acquisitions": 113826, + "native_exits": 3553568, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10153984, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015995921, + "runtime_create_ns": 34462, + "jit_attach_ns": 62697, + "context_create_ns": 116522, + "definition_eval_ns": 67569, + "first_eval_ns": 778319, + "threshold_crossing_ns": 2003032284, + "compile_ns": 9826589, + "install_ns": 107119, + "osr_ns": 0, + "steady_state_ns": 10933197 + } + }, + "candidate": { + "elapsed_ns": 9869440, + "checksum": "number:409f400000000000", + "native_entries": 3639813, + "native_acquisitions": 116563, + "native_exits": 3639813, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015504544, + "runtime_create_ns": 29292, + "jit_attach_ns": 78938, + "context_create_ns": 119885, + "definition_eval_ns": 54978, + "first_eval_ns": 711171, + "threshold_crossing_ns": 2003684640, + "compile_ns": 10609650, + "install_ns": 74369, + "osr_ns": 0, + "steady_state_ns": 9869440 + } + }, + "reference": { + "elapsed_ns": 12583427, + "checksum": "number:409f400000000000", + "native_entries": 2768839, + "native_exits": 2768839, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9940992, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2021414319, + "runtime_create_ns": 34109, + "jit_attach_ns": 68385, + "context_create_ns": 109651, + "definition_eval_ns": 56712, + "first_eval_ns": 771062, + "threshold_crossing_ns": 2006496083, + "compile_ns": 9702108, + "install_ns": 148045, + "osr_ns": 0, + "steady_state_ns": 12583427 + } + } + }, + { + "pair_index": 7, + "entry_cache": { + "elapsed_ns": 11099625, + "checksum": "number:409f400000000000", + "native_entries": 3594001, + "native_acquisitions": 115110, + "native_exits": 3594001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10149888, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016429204, + "runtime_create_ns": 32976, + "jit_attach_ns": 64897, + "context_create_ns": 116499, + "definition_eval_ns": 59323, + "first_eval_ns": 792388, + "threshold_crossing_ns": 2003288549, + "compile_ns": 9413971, + "install_ns": 55181, + "osr_ns": 0, + "steady_state_ns": 11099625 + } + }, + "candidate": { + "elapsed_ns": 9912736, + "checksum": "number:409f400000000000", + "native_entries": 3763275, + "native_acquisitions": 120505, + "native_exits": 3763275, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015646685, + "runtime_create_ns": 27718, + "jit_attach_ns": 65429, + "context_create_ns": 119415, + "definition_eval_ns": 68823, + "first_eval_ns": 714139, + "threshold_crossing_ns": 2003781860, + "compile_ns": 10080330, + "install_ns": 70376, + "osr_ns": 0, + "steady_state_ns": 9912736 + } + }, + "reference": { + "elapsed_ns": 12560429, + "checksum": "number:409f400000000000", + "native_entries": 2800659, + "native_exits": 2800659, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10063872, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2021113098, + "runtime_create_ns": 28180, + "jit_attach_ns": 70990, + "context_create_ns": 114641, + "definition_eval_ns": 61322, + "first_eval_ns": 754781, + "threshold_crossing_ns": 2006222273, + "compile_ns": 11052642, + "install_ns": 52608, + "osr_ns": 0, + "steady_state_ns": 12560429 + } + } + }, + { + "pair_index": 8, + "candidate": { + "elapsed_ns": 10632372, + "checksum": "number:409f400000000000", + "native_entries": 3582001, + "native_acquisitions": 114742, + "native_exits": 3582001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10100736, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016195753, + "runtime_create_ns": 32104, + "jit_attach_ns": 65399, + "context_create_ns": 112757, + "definition_eval_ns": 56140, + "first_eval_ns": 706952, + "threshold_crossing_ns": 2003631368, + "compile_ns": 10450623, + "install_ns": 62965, + "osr_ns": 0, + "steady_state_ns": 10632372 + } + }, + "reference": { + "elapsed_ns": 13400466, + "checksum": "number:409f400000000000", + "native_entries": 2666395, + "native_exits": 2666395, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10059776, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020369201, + "runtime_create_ns": 28573, + "jit_attach_ns": 70086, + "context_create_ns": 119734, + "definition_eval_ns": 52609, + "first_eval_ns": 764647, + "threshold_crossing_ns": 2004661237, + "compile_ns": 9927440, + "install_ns": 54294, + "osr_ns": 0, + "steady_state_ns": 13400466 + } + }, + "entry_cache": { + "elapsed_ns": 10153526, + "checksum": "number:409f400000000000", + "native_entries": 3674029, + "native_acquisitions": 117688, + "native_exits": 3674029, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10235904, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016680423, + "runtime_create_ns": 31898, + "jit_attach_ns": 73916, + "context_create_ns": 122295, + "definition_eval_ns": 59631, + "first_eval_ns": 2225051, + "threshold_crossing_ns": 2003035767, + "compile_ns": 10078124, + "install_ns": 49792, + "osr_ns": 0, + "steady_state_ns": 10153526 + } + } + }, + { + "pair_index": 9, + "candidate": { + "elapsed_ns": 9304473, + "checksum": "number:409f400000000000", + "native_entries": 3774301, + "native_acquisitions": 120899, + "native_exits": 3774301, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9940992, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016154235, + "runtime_create_ns": 28412, + "jit_attach_ns": 64383, + "context_create_ns": 114178, + "definition_eval_ns": 54253, + "first_eval_ns": 2226899, + "threshold_crossing_ns": 2003409324, + "compile_ns": 10057289, + "install_ns": 46045, + "osr_ns": 0, + "steady_state_ns": 9304473 + } + }, + "reference": { + "elapsed_ns": 14127602, + "checksum": "number:409f400000000000", + "native_entries": 2730001, + "native_exits": 2730001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10067968, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2022676263, + "runtime_create_ns": 30034, + "jit_attach_ns": 66399, + "context_create_ns": 108553, + "definition_eval_ns": 57933, + "first_eval_ns": 752416, + "threshold_crossing_ns": 2006248852, + "compile_ns": 10515929, + "install_ns": 56016, + "osr_ns": 0, + "steady_state_ns": 14127602 + } + }, + "entry_cache": { + "elapsed_ns": 9554887, + "checksum": "number:409f400000000000", + "native_entries": 3394987, + "native_acquisitions": 108829, + "native_exits": 3394987, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10166272, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016666434, + "runtime_create_ns": 31051, + "jit_attach_ns": 66208, + "context_create_ns": 122337, + "definition_eval_ns": 58010, + "first_eval_ns": 786776, + "threshold_crossing_ns": 2005020465, + "compile_ns": 14581039, + "install_ns": 73720, + "osr_ns": 0, + "steady_state_ns": 9554887 + } + } + }, + { + "pair_index": 10, + "candidate": { + "elapsed_ns": 9389173, + "checksum": "number:409f400000000000", + "native_entries": 3733168, + "native_acquisitions": 119567, + "native_exits": 3733168, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10186752, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015023368, + "runtime_create_ns": 27141, + "jit_attach_ns": 66621, + "context_create_ns": 113300, + "definition_eval_ns": 61964, + "first_eval_ns": 713103, + "threshold_crossing_ns": 2003697863, + "compile_ns": 9501409, + "install_ns": 52223, + "osr_ns": 0, + "steady_state_ns": 9389173 + } + }, + "reference": { + "elapsed_ns": 13330223, + "checksum": "number:409f400000000000", + "native_entries": 2798001, + "native_exits": 2798001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020493103, + "runtime_create_ns": 25332, + "jit_attach_ns": 66391, + "context_create_ns": 118617, + "definition_eval_ns": 56957, + "first_eval_ns": 747445, + "threshold_crossing_ns": 2004859088, + "compile_ns": 10649800, + "install_ns": 66036, + "osr_ns": 0, + "steady_state_ns": 13330223 + } + }, + "entry_cache": { + "elapsed_ns": 13146351, + "checksum": "number:409f400000000000", + "native_entries": 3522776, + "native_acquisitions": 112802, + "native_exits": 3522776, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2018359743, + "runtime_create_ns": 30583, + "jit_attach_ns": 68235, + "context_create_ns": 119985, + "definition_eval_ns": 66319, + "first_eval_ns": 791580, + "threshold_crossing_ns": 2003164811, + "compile_ns": 9305964, + "install_ns": 85905, + "osr_ns": 0, + "steady_state_ns": 13146351 + } + } + }, + { + "pair_index": 11, + "candidate": { + "elapsed_ns": 9362192, + "checksum": "number:409f400000000000", + "native_entries": 3566640, + "native_acquisitions": 114230, + "native_exits": 3566640, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10227712, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014481884, + "runtime_create_ns": 26839, + "jit_attach_ns": 64453, + "context_create_ns": 114516, + "definition_eval_ns": 57595, + "first_eval_ns": 714698, + "threshold_crossing_ns": 2003184258, + "compile_ns": 9173068, + "install_ns": 54302, + "osr_ns": 0, + "steady_state_ns": 9362192 + } + }, + "reference": { + "elapsed_ns": 13365751, + "checksum": "number:409f400000000000", + "native_entries": 2678001, + "native_exits": 2678001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9990144, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020783102, + "runtime_create_ns": 30317, + "jit_attach_ns": 64692, + "context_create_ns": 107224, + "definition_eval_ns": 57470, + "first_eval_ns": 754033, + "threshold_crossing_ns": 2005112452, + "compile_ns": 10766774, + "install_ns": 53821, + "osr_ns": 0, + "steady_state_ns": 13365751 + } + }, + "entry_cache": { + "elapsed_ns": 10325002, + "checksum": "number:409f400000000000", + "native_entries": 3568379, + "native_acquisitions": 114313, + "native_exits": 3568379, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2017671765, + "runtime_create_ns": 33018, + "jit_attach_ns": 69405, + "context_create_ns": 116037, + "definition_eval_ns": 62096, + "first_eval_ns": 2311644, + "threshold_crossing_ns": 2003779072, + "compile_ns": 10318489, + "install_ns": 73993, + "osr_ns": 0, + "steady_state_ns": 10325002 + } + } + }, + { + "pair_index": 12, + "reference": { + "elapsed_ns": 13390958, + "checksum": "number:409f400000000000", + "native_entries": 2746013, + "native_exits": 2746013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10121216, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020781202, + "runtime_create_ns": 27118, + "jit_attach_ns": 68116, + "context_create_ns": 110474, + "definition_eval_ns": 53534, + "first_eval_ns": 752585, + "threshold_crossing_ns": 2005082897, + "compile_ns": 10051532, + "install_ns": 85423, + "osr_ns": 0, + "steady_state_ns": 13390958 + } + }, + "entry_cache": { + "elapsed_ns": 10345510, + "checksum": "number:409f400000000000", + "native_entries": 3584220, + "native_acquisitions": 114789, + "native_exits": 3584220, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10174464, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015527301, + "runtime_create_ns": 27315, + "jit_attach_ns": 65366, + "context_create_ns": 116701, + "definition_eval_ns": 64925, + "first_eval_ns": 807654, + "threshold_crossing_ns": 2003124367, + "compile_ns": 10044741, + "install_ns": 66449, + "osr_ns": 0, + "steady_state_ns": 10345510 + } + }, + "candidate": { + "elapsed_ns": 9342402, + "checksum": "number:409f400000000000", + "native_entries": 3767824, + "native_acquisitions": 120717, + "native_exits": 3767824, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10047488, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015628567, + "runtime_create_ns": 29718, + "jit_attach_ns": 74819, + "context_create_ns": 115127, + "definition_eval_ns": 56455, + "first_eval_ns": 717476, + "threshold_crossing_ns": 2004339172, + "compile_ns": 10709864, + "install_ns": 61348, + "osr_ns": 0, + "steady_state_ns": 9342402 + } + } + }, + { + "pair_index": 13, + "reference": { + "elapsed_ns": 14169456, + "checksum": "number:409f400000000000", + "native_entries": 2670860, + "native_exits": 2670860, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10121216, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020900216, + "runtime_create_ns": 27355, + "jit_attach_ns": 63863, + "context_create_ns": 110381, + "definition_eval_ns": 54429, + "first_eval_ns": 760104, + "threshold_crossing_ns": 2004446534, + "compile_ns": 9928299, + "install_ns": 68508, + "osr_ns": 0, + "steady_state_ns": 14169456 + } + }, + "entry_cache": { + "elapsed_ns": 9426023, + "checksum": "number:409f400000000000", + "native_entries": 3620001, + "native_acquisitions": 115958, + "native_exits": 3620001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016250710, + "runtime_create_ns": 31037, + "jit_attach_ns": 69212, + "context_create_ns": 117591, + "definition_eval_ns": 65471, + "first_eval_ns": 2631363, + "threshold_crossing_ns": 2002942299, + "compile_ns": 11038194, + "install_ns": 56792, + "osr_ns": 0, + "steady_state_ns": 9426023 + } + }, + "candidate": { + "elapsed_ns": 9355253, + "checksum": "number:409f400000000000", + "native_entries": 3598036, + "native_acquisitions": 115229, + "native_exits": 3598036, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10178560, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016678405, + "runtime_create_ns": 31504, + "jit_attach_ns": 65692, + "context_create_ns": 119640, + "definition_eval_ns": 51819, + "first_eval_ns": 2196042, + "threshold_crossing_ns": 2003894277, + "compile_ns": 9955491, + "install_ns": 78137, + "osr_ns": 0, + "steady_state_ns": 9355253 + } + } + }, + { + "pair_index": 14, + "reference": { + "elapsed_ns": 14108134, + "checksum": "number:409f400000000000", + "native_entries": 2671975, + "native_exits": 2671975, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10002432, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2023935555, + "runtime_create_ns": 29356, + "jit_attach_ns": 73810, + "context_create_ns": 108795, + "definition_eval_ns": 60907, + "first_eval_ns": 743543, + "threshold_crossing_ns": 2007477872, + "compile_ns": 9721458, + "install_ns": 52169, + "osr_ns": 0, + "steady_state_ns": 14108134 + } + }, + "entry_cache": { + "elapsed_ns": 9603418, + "checksum": "number:409f400000000000", + "native_entries": 3444121, + "native_acquisitions": 110417, + "native_exits": 3444121, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9981952, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2018228306, + "runtime_create_ns": 40349, + "jit_attach_ns": 62151, + "context_create_ns": 115780, + "definition_eval_ns": 59330, + "first_eval_ns": 2233549, + "threshold_crossing_ns": 2005134882, + "compile_ns": 14084122, + "install_ns": 63646, + "osr_ns": 0, + "steady_state_ns": 9603418 + } + }, + "candidate": { + "elapsed_ns": 11530249, + "checksum": "number:409f400000000000", + "native_entries": 3626002, + "native_acquisitions": 116094, + "native_exits": 3626002, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10084352, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2017367460, + "runtime_create_ns": 29374, + "jit_attach_ns": 67554, + "context_create_ns": 112516, + "definition_eval_ns": 55412, + "first_eval_ns": 718367, + "threshold_crossing_ns": 2003890926, + "compile_ns": 9552091, + "install_ns": 54242, + "osr_ns": 0, + "steady_state_ns": 11530249 + } + } + }, + { + "pair_index": 15, + "reference": { + "elapsed_ns": 14342813, + "checksum": "number:409f400000000000", + "native_entries": 2766530, + "native_exits": 2766530, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9940992, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2022586218, + "runtime_create_ns": 27763, + "jit_attach_ns": 64441, + "context_create_ns": 111223, + "definition_eval_ns": 56155, + "first_eval_ns": 771090, + "threshold_crossing_ns": 2005021651, + "compile_ns": 9196555, + "install_ns": 71348, + "osr_ns": 0, + "steady_state_ns": 14342813 + } + }, + "entry_cache": { + "elapsed_ns": 11267591, + "checksum": "number:409f400000000000", + "native_entries": 3528001, + "native_acquisitions": 113014, + "native_exits": 3528001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9994240, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016996680, + "runtime_create_ns": 35221, + "jit_attach_ns": 70357, + "context_create_ns": 113815, + "definition_eval_ns": 62605, + "first_eval_ns": 790348, + "threshold_crossing_ns": 2003684289, + "compile_ns": 9667657, + "install_ns": 63201, + "osr_ns": 0, + "steady_state_ns": 11267591 + } + }, + "candidate": { + "elapsed_ns": 10796363, + "checksum": "number:409f400000000000", + "native_entries": 3570001, + "native_acquisitions": 114357, + "native_exits": 3570001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10166272, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016518658, + "runtime_create_ns": 32165, + "jit_attach_ns": 62116, + "context_create_ns": 112177, + "definition_eval_ns": 53057, + "first_eval_ns": 720182, + "threshold_crossing_ns": 2003779144, + "compile_ns": 10342007, + "install_ns": 251470, + "osr_ns": 0, + "steady_state_ns": 10796363 + } + } + }, + { + "pair_index": 16, + "entry_cache": { + "elapsed_ns": 10793172, + "checksum": "number:409f400000000000", + "native_entries": 3454776, + "native_acquisitions": 110626, + "native_exits": 3454776, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10076160, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016018600, + "runtime_create_ns": 30905, + "jit_attach_ns": 64760, + "context_create_ns": 120873, + "definition_eval_ns": 61441, + "first_eval_ns": 794444, + "threshold_crossing_ns": 2003171904, + "compile_ns": 10014813, + "install_ns": 66516, + "osr_ns": 0, + "steady_state_ns": 10793172 + } + }, + "candidate": { + "elapsed_ns": 9324358, + "checksum": "number:409f400000000000", + "native_entries": 3588916, + "native_acquisitions": 114978, + "native_exits": 3588916, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10178560, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016238804, + "runtime_create_ns": 27522, + "jit_attach_ns": 66903, + "context_create_ns": 115878, + "definition_eval_ns": 57386, + "first_eval_ns": 722457, + "threshold_crossing_ns": 2004959859, + "compile_ns": 9991961, + "install_ns": 76378, + "osr_ns": 0, + "steady_state_ns": 9324358 + } + }, + "reference": { + "elapsed_ns": 14265203, + "checksum": "number:409f400000000000", + "native_entries": 2640269, + "native_exits": 2640269, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2023488812, + "runtime_create_ns": 26651, + "jit_attach_ns": 66512, + "context_create_ns": 110329, + "definition_eval_ns": 56659, + "first_eval_ns": 2325510, + "threshold_crossing_ns": 2005357973, + "compile_ns": 10614530, + "install_ns": 72555, + "osr_ns": 0, + "steady_state_ns": 14265203 + } + } + }, + { + "pair_index": 17, + "entry_cache": { + "elapsed_ns": 10335141, + "checksum": "number:409f400000000000", + "native_entries": 3633713, + "native_acquisitions": 116392, + "native_exits": 3633713, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10108928, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016042870, + "runtime_create_ns": 34542, + "jit_attach_ns": 65088, + "context_create_ns": 128585, + "definition_eval_ns": 57648, + "first_eval_ns": 769373, + "threshold_crossing_ns": 2003678770, + "compile_ns": 9996729, + "install_ns": 65633, + "osr_ns": 0, + "steady_state_ns": 10335141 + } + }, + "candidate": { + "elapsed_ns": 10639502, + "checksum": "number:409f400000000000", + "native_entries": 3743888, + "native_acquisitions": 119922, + "native_exits": 3743888, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10166272, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016086541, + "runtime_create_ns": 37650, + "jit_attach_ns": 67709, + "context_create_ns": 110878, + "definition_eval_ns": 53555, + "first_eval_ns": 704742, + "threshold_crossing_ns": 2003514254, + "compile_ns": 10742782, + "install_ns": 56237, + "osr_ns": 0, + "steady_state_ns": 10639502 + } + }, + "reference": { + "elapsed_ns": 12574175, + "checksum": "number:409f400000000000", + "native_entries": 2682001, + "native_exits": 2682001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10170368, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020292127, + "runtime_create_ns": 33453, + "jit_attach_ns": 68385, + "context_create_ns": 108215, + "definition_eval_ns": 52873, + "first_eval_ns": 758537, + "threshold_crossing_ns": 2005427821, + "compile_ns": 10403562, + "install_ns": 51127, + "osr_ns": 0, + "steady_state_ns": 12574175 + } + } + }, + { + "pair_index": 18, + "entry_cache": { + "elapsed_ns": 10963871, + "checksum": "number:409f400000000000", + "native_entries": 3459701, + "native_acquisitions": 110826, + "native_exits": 3459701, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10092544, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016408641, + "runtime_create_ns": 33776, + "jit_attach_ns": 67179, + "context_create_ns": 125501, + "definition_eval_ns": 55583, + "first_eval_ns": 771758, + "threshold_crossing_ns": 2003416074, + "compile_ns": 10404662, + "install_ns": 70110, + "osr_ns": 0, + "steady_state_ns": 10963871 + } + }, + "candidate": { + "elapsed_ns": 10801405, + "checksum": "number:409f400000000000", + "native_entries": 3570082, + "native_acquisitions": 114333, + "native_exits": 3570082, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10145792, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015697433, + "runtime_create_ns": 29238, + "jit_attach_ns": 64629, + "context_create_ns": 115581, + "definition_eval_ns": 55075, + "first_eval_ns": 726450, + "threshold_crossing_ns": 2002921852, + "compile_ns": 8971639, + "install_ns": 52564, + "osr_ns": 0, + "steady_state_ns": 10801405 + } + }, + "reference": { + "elapsed_ns": 17241475, + "checksum": "number:409f400000000000", + "native_entries": 2598001, + "native_exits": 2598001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10039296, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2023813589, + "runtime_create_ns": 31794, + "jit_attach_ns": 70661, + "context_create_ns": 108972, + "definition_eval_ns": 63713, + "first_eval_ns": 779510, + "threshold_crossing_ns": 2004241935, + "compile_ns": 11975251, + "install_ns": 64343, + "osr_ns": 0, + "steady_state_ns": 17241475 + } + } + }, + { + "pair_index": 19, + "entry_cache": { + "elapsed_ns": 11139408, + "checksum": "number:409f400000000000", + "native_entries": 3502014, + "native_acquisitions": 112154, + "native_exits": 3502014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9977856, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016465471, + "runtime_create_ns": 34461, + "jit_attach_ns": 67015, + "context_create_ns": 114989, + "definition_eval_ns": 56205, + "first_eval_ns": 801001, + "threshold_crossing_ns": 2003270535, + "compile_ns": 9095500, + "install_ns": 65032, + "osr_ns": 0, + "steady_state_ns": 11139408 + } + }, + "candidate": { + "elapsed_ns": 10314546, + "checksum": "number:409f400000000000", + "native_entries": 3627903, + "native_acquisitions": 116264, + "native_exits": 3627903, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9977856, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016045112, + "runtime_create_ns": 31412, + "jit_attach_ns": 77469, + "context_create_ns": 116768, + "definition_eval_ns": 53892, + "first_eval_ns": 720222, + "threshold_crossing_ns": 2003772608, + "compile_ns": 13645548, + "install_ns": 78566, + "osr_ns": 0, + "steady_state_ns": 10314546 + } + }, + "reference": { + "elapsed_ns": 13107442, + "checksum": "number:409f400000000000", + "native_entries": 2644001, + "native_exits": 2644001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019913788, + "runtime_create_ns": 28387, + "jit_attach_ns": 70133, + "context_create_ns": 111605, + "definition_eval_ns": 54056, + "first_eval_ns": 754121, + "threshold_crossing_ns": 2004399143, + "compile_ns": 10460015, + "install_ns": 53129, + "osr_ns": 0, + "steady_state_ns": 13107442 + } + } + }, + { + "pair_index": 20, + "candidate": { + "elapsed_ns": 9295349, + "checksum": "number:409f400000000000", + "native_entries": 3577591, + "native_acquisitions": 114652, + "native_exits": 3577591, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9998336, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014053631, + "runtime_create_ns": 33492, + "jit_attach_ns": 66369, + "context_create_ns": 123114, + "definition_eval_ns": 52036, + "first_eval_ns": 700179, + "threshold_crossing_ns": 2002834775, + "compile_ns": 15061969, + "install_ns": 64001, + "osr_ns": 0, + "steady_state_ns": 9295349 + } + }, + "reference": { + "elapsed_ns": 12620463, + "checksum": "number:409f400000000000", + "native_entries": 2440151, + "native_exits": 2440151, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10047488, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2021261834, + "runtime_create_ns": 27790, + "jit_attach_ns": 65629, + "context_create_ns": 109707, + "definition_eval_ns": 53469, + "first_eval_ns": 2259944, + "threshold_crossing_ns": 2004847925, + "compile_ns": 9960638, + "install_ns": 52145, + "osr_ns": 0, + "steady_state_ns": 12620463 + } + }, + "entry_cache": { + "elapsed_ns": 11113859, + "checksum": "number:409f400000000000", + "native_entries": 3306001, + "native_acquisitions": 105880, + "native_exits": 3306001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10002432, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016596736, + "runtime_create_ns": 79233, + "jit_attach_ns": 77958, + "context_create_ns": 111746, + "definition_eval_ns": 61206, + "first_eval_ns": 788402, + "threshold_crossing_ns": 2003383572, + "compile_ns": 9591109, + "install_ns": 68420, + "osr_ns": 0, + "steady_state_ns": 11113859 + } + } + }, + { + "pair_index": 21, + "candidate": { + "elapsed_ns": 12363822, + "checksum": "number:409f400000000000", + "native_entries": 3482340, + "native_acquisitions": 111559, + "native_exits": 3482340, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10153984, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2018164492, + "runtime_create_ns": 31735, + "jit_attach_ns": 60872, + "context_create_ns": 110442, + "definition_eval_ns": 53714, + "first_eval_ns": 720873, + "threshold_crossing_ns": 2003856548, + "compile_ns": 10177390, + "install_ns": 508289, + "osr_ns": 0, + "steady_state_ns": 12363822 + } + }, + "reference": { + "elapsed_ns": 24004279, + "checksum": "number:409f400000000000", + "native_entries": 2679223, + "native_exits": 2679223, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10141696, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2037598818, + "runtime_create_ns": 30701, + "jit_attach_ns": 68449, + "context_create_ns": 110518, + "definition_eval_ns": 55914, + "first_eval_ns": 743132, + "threshold_crossing_ns": 2009716008, + "compile_ns": 10471790, + "install_ns": 64354, + "osr_ns": 0, + "steady_state_ns": 24004279 + } + }, + "entry_cache": { + "elapsed_ns": 9571541, + "checksum": "number:409f400000000000", + "native_entries": 3394745, + "native_acquisitions": 108733, + "native_exits": 3394745, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10108928, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015048756, + "runtime_create_ns": 29625, + "jit_attach_ns": 68172, + "context_create_ns": 117586, + "definition_eval_ns": 60016, + "first_eval_ns": 794452, + "threshold_crossing_ns": 2003435098, + "compile_ns": 9670383, + "install_ns": 74452, + "osr_ns": 0, + "steady_state_ns": 9571541 + } + } + }, + { + "pair_index": 22, + "candidate": { + "elapsed_ns": 9383870, + "checksum": "number:409f400000000000", + "native_entries": 3590472, + "native_acquisitions": 114993, + "native_exits": 3590472, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9969664, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014536017, + "runtime_create_ns": 27587, + "jit_attach_ns": 58710, + "context_create_ns": 111330, + "definition_eval_ns": 52789, + "first_eval_ns": 723359, + "threshold_crossing_ns": 2003216449, + "compile_ns": 9141638, + "install_ns": 46901, + "osr_ns": 0, + "steady_state_ns": 9383870 + } + }, + "reference": { + "elapsed_ns": 12522078, + "checksum": "number:409f400000000000", + "native_entries": 2644001, + "native_exits": 2644001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10129408, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019358442, + "runtime_create_ns": 29528, + "jit_attach_ns": 66459, + "context_create_ns": 112412, + "definition_eval_ns": 70436, + "first_eval_ns": 760819, + "threshold_crossing_ns": 2004524095, + "compile_ns": 9853365, + "install_ns": 65513, + "osr_ns": 0, + "steady_state_ns": 12522078 + } + }, + "entry_cache": { + "elapsed_ns": 9632810, + "checksum": "number:409f400000000000", + "native_entries": 3454846, + "native_acquisitions": 110657, + "native_exits": 3454846, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10133504, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014717212, + "runtime_create_ns": 28053, + "jit_attach_ns": 72696, + "context_create_ns": 116264, + "definition_eval_ns": 64021, + "first_eval_ns": 791370, + "threshold_crossing_ns": 2003027805, + "compile_ns": 9639146, + "install_ns": 56922, + "osr_ns": 0, + "steady_state_ns": 9632810 + } + } + }, + { + "pair_index": 23, + "candidate": { + "elapsed_ns": 9346875, + "checksum": "number:409f400000000000", + "native_entries": 3738001, + "native_acquisitions": 119732, + "native_exits": 3738001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10186752, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015079279, + "runtime_create_ns": 29804, + "jit_attach_ns": 60667, + "context_create_ns": 109631, + "definition_eval_ns": 53515, + "first_eval_ns": 726842, + "threshold_crossing_ns": 2003710671, + "compile_ns": 8904515, + "install_ns": 58754, + "osr_ns": 0, + "steady_state_ns": 9346875 + } + }, + "reference": { + "elapsed_ns": 13224500, + "checksum": "number:409f400000000000", + "native_entries": 2812001, + "native_exits": 2812001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019568146, + "runtime_create_ns": 26753, + "jit_attach_ns": 66080, + "context_create_ns": 109477, + "definition_eval_ns": 53036, + "first_eval_ns": 756265, + "threshold_crossing_ns": 2004059550, + "compile_ns": 11065113, + "install_ns": 58100, + "osr_ns": 0, + "steady_state_ns": 13224500 + } + }, + "entry_cache": { + "elapsed_ns": 9501581, + "checksum": "number:409f400000000000", + "native_entries": 3435714, + "native_acquisitions": 110058, + "native_exits": 3435714, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10059776, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015751639, + "runtime_create_ns": 148743, + "jit_attach_ns": 363594, + "context_create_ns": 204113, + "definition_eval_ns": 99246, + "first_eval_ns": 784278, + "threshold_crossing_ns": 2003653571, + "compile_ns": 9971986, + "install_ns": 60016, + "osr_ns": 0, + "steady_state_ns": 9501581 + } + } + }, + { + "pair_index": 24, + "reference": { + "elapsed_ns": 14802612, + "checksum": "number:409f400000000000", + "native_entries": 2554001, + "native_exits": 2554001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2023244573, + "runtime_create_ns": 39318, + "jit_attach_ns": 66304, + "context_create_ns": 108338, + "definition_eval_ns": 57035, + "first_eval_ns": 2586385, + "threshold_crossing_ns": 2004224629, + "compile_ns": 10841494, + "install_ns": 52238, + "osr_ns": 0, + "steady_state_ns": 14802612 + } + }, + "entry_cache": { + "elapsed_ns": 10909274, + "checksum": "number:409f400000000000", + "native_entries": 3472460, + "native_acquisitions": 111244, + "native_exits": 3472460, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10031104, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016726090, + "runtime_create_ns": 32997, + "jit_attach_ns": 66952, + "context_create_ns": 117092, + "definition_eval_ns": 56156, + "first_eval_ns": 791339, + "threshold_crossing_ns": 2003769974, + "compile_ns": 10695456, + "install_ns": 73134, + "osr_ns": 0, + "steady_state_ns": 10909274 + } + }, + "candidate": { + "elapsed_ns": 10428776, + "checksum": "number:409f400000000000", + "native_entries": 3546001, + "native_acquisitions": 113590, + "native_exits": 3546001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10125312, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015820094, + "runtime_create_ns": 27367, + "jit_attach_ns": 64814, + "context_create_ns": 111433, + "definition_eval_ns": 57524, + "first_eval_ns": 724623, + "threshold_crossing_ns": 2003156773, + "compile_ns": 10496657, + "install_ns": 65971, + "osr_ns": 0, + "steady_state_ns": 10428776 + } + } + }, + { + "pair_index": 25, + "reference": { + "elapsed_ns": 14091355, + "checksum": "number:409f400000000000", + "native_entries": 2698706, + "native_exits": 2698706, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10100736, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2022418594, + "runtime_create_ns": 27459, + "jit_attach_ns": 66260, + "context_create_ns": 114020, + "definition_eval_ns": 55679, + "first_eval_ns": 860681, + "threshold_crossing_ns": 2004457824, + "compile_ns": 10952932, + "install_ns": 59850, + "osr_ns": 0, + "steady_state_ns": 14091355 + } + }, + "entry_cache": { + "elapsed_ns": 9561050, + "checksum": "number:409f400000000000", + "native_entries": 3548033, + "native_acquisitions": 113657, + "native_exits": 3548033, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10035200, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016474104, + "runtime_create_ns": 41723, + "jit_attach_ns": 81132, + "context_create_ns": 116082, + "definition_eval_ns": 59776, + "first_eval_ns": 2217024, + "threshold_crossing_ns": 2003431019, + "compile_ns": 10189155, + "install_ns": 55654, + "osr_ns": 0, + "steady_state_ns": 9561050 + } + }, + "candidate": { + "elapsed_ns": 9949590, + "checksum": "number:409f400000000000", + "native_entries": 3748001, + "native_acquisitions": 120053, + "native_exits": 3748001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9977856, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015007660, + "runtime_create_ns": 32004, + "jit_attach_ns": 70010, + "context_create_ns": 110342, + "definition_eval_ns": 51122, + "first_eval_ns": 721622, + "threshold_crossing_ns": 2003126076, + "compile_ns": 8905296, + "install_ns": 61308, + "osr_ns": 0, + "steady_state_ns": 9949590 + } + } + }, + { + "pair_index": 26, + "reference": { + "elapsed_ns": 15589090, + "checksum": "number:409f400000000000", + "native_entries": 2708608, + "native_exits": 2708608, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10162176, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2029658590, + "runtime_create_ns": 30759, + "jit_attach_ns": 66614, + "context_create_ns": 119243, + "definition_eval_ns": 59200, + "first_eval_ns": 772723, + "threshold_crossing_ns": 2010164614, + "compile_ns": 10434979, + "install_ns": 50461, + "osr_ns": 0, + "steady_state_ns": 15589090 + } + }, + "entry_cache": { + "elapsed_ns": 9580889, + "checksum": "number:409f400000000000", + "native_entries": 3398001, + "native_acquisitions": 108826, + "native_exits": 3398001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10059776, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2018086215, + "runtime_create_ns": 34023, + "jit_attach_ns": 70892, + "context_create_ns": 135047, + "definition_eval_ns": 63186, + "first_eval_ns": 2621368, + "threshold_crossing_ns": 2003320250, + "compile_ns": 11075244, + "install_ns": 74167, + "osr_ns": 0, + "steady_state_ns": 9580889 + } + }, + "candidate": { + "elapsed_ns": 9401476, + "checksum": "number:409f400000000000", + "native_entries": 3670001, + "native_acquisitions": 117558, + "native_exits": 3670001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10121216, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016295372, + "runtime_create_ns": 31591, + "jit_attach_ns": 65856, + "context_create_ns": 112564, + "definition_eval_ns": 53873, + "first_eval_ns": 2813056, + "threshold_crossing_ns": 2002854838, + "compile_ns": 10245636, + "install_ns": 53081, + "osr_ns": 0, + "steady_state_ns": 9401476 + } + } + }, + { + "pair_index": 27, + "reference": { + "elapsed_ns": 14184121, + "checksum": "number:409f400000000000", + "native_entries": 2804343, + "native_exits": 2804343, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10244096, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2022251628, + "runtime_create_ns": 26268, + "jit_attach_ns": 67007, + "context_create_ns": 109608, + "definition_eval_ns": 59715, + "first_eval_ns": 761301, + "threshold_crossing_ns": 2005763427, + "compile_ns": 9484924, + "install_ns": 130476, + "osr_ns": 0, + "steady_state_ns": 14184121 + } + }, + "entry_cache": { + "elapsed_ns": 11040963, + "checksum": "number:409f400000000000", + "native_entries": 3484117, + "native_acquisitions": 111640, + "native_exits": 3484117, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10190848, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2018442441, + "runtime_create_ns": 31258, + "jit_attach_ns": 78640, + "context_create_ns": 121297, + "definition_eval_ns": 60688, + "first_eval_ns": 2258899, + "threshold_crossing_ns": 2003870161, + "compile_ns": 11165288, + "install_ns": 72503, + "osr_ns": 0, + "steady_state_ns": 11040963 + } + }, + "candidate": { + "elapsed_ns": 10756774, + "checksum": "number:409f400000000000", + "native_entries": 3598608, + "native_acquisitions": 115270, + "native_exits": 3598608, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10055680, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016436364, + "runtime_create_ns": 31042, + "jit_attach_ns": 67930, + "context_create_ns": 113496, + "definition_eval_ns": 53577, + "first_eval_ns": 723461, + "threshold_crossing_ns": 2003732245, + "compile_ns": 10305906, + "install_ns": 53346, + "osr_ns": 0, + "steady_state_ns": 10756774 + } + } + }, + { + "pair_index": 28, + "entry_cache": { + "elapsed_ns": 11132472, + "checksum": "number:409f400000000000", + "native_entries": 3482001, + "native_acquisitions": 111514, + "native_exits": 3482001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9981952, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2017979459, + "runtime_create_ns": 31701, + "jit_attach_ns": 64143, + "context_create_ns": 118875, + "definition_eval_ns": 63075, + "first_eval_ns": 779631, + "threshold_crossing_ns": 2004817440, + "compile_ns": 10088477, + "install_ns": 49137, + "osr_ns": 0, + "steady_state_ns": 11132472 + } + }, + "candidate": { + "elapsed_ns": 9380532, + "checksum": "number:409f400000000000", + "native_entries": 3609189, + "native_acquisitions": 115600, + "native_exits": 3609189, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10166272, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014227110, + "runtime_create_ns": 30332, + "jit_attach_ns": 67773, + "context_create_ns": 114691, + "definition_eval_ns": 61661, + "first_eval_ns": 714264, + "threshold_crossing_ns": 2002896673, + "compile_ns": 9525723, + "install_ns": 59227, + "osr_ns": 0, + "steady_state_ns": 9380532 + } + }, + "reference": { + "elapsed_ns": 12902348, + "checksum": "number:409f400000000000", + "native_entries": 2690001, + "native_exits": 2690001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10129408, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2022434329, + "runtime_create_ns": 47017, + "jit_attach_ns": 65532, + "context_create_ns": 103248, + "definition_eval_ns": 61302, + "first_eval_ns": 3591251, + "threshold_crossing_ns": 2004322682, + "compile_ns": 11289834, + "install_ns": 56928, + "osr_ns": 0, + "steady_state_ns": 12902348 + } + } + }, + { + "pair_index": 29, + "entry_cache": { + "elapsed_ns": 11086737, + "checksum": "number:409f400000000000", + "native_entries": 3400001, + "native_acquisitions": 108860, + "native_exits": 3400001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10125312, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016605115, + "runtime_create_ns": 30669, + "jit_attach_ns": 66996, + "context_create_ns": 121474, + "definition_eval_ns": 64758, + "first_eval_ns": 778930, + "threshold_crossing_ns": 2003476185, + "compile_ns": 9741380, + "install_ns": 58260, + "osr_ns": 0, + "steady_state_ns": 11086737 + } + }, + "candidate": { + "elapsed_ns": 10526413, + "checksum": "number:409f400000000000", + "native_entries": 3587561, + "native_acquisitions": 114913, + "native_exits": 3587561, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10153984, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016001011, + "runtime_create_ns": 29375, + "jit_attach_ns": 64517, + "context_create_ns": 129376, + "definition_eval_ns": 60216, + "first_eval_ns": 709003, + "threshold_crossing_ns": 2003528793, + "compile_ns": 11384445, + "install_ns": 66873, + "osr_ns": 0, + "steady_state_ns": 10526413 + } + }, + "reference": { + "elapsed_ns": 14367229, + "checksum": "number:409f400000000000", + "native_entries": 2598016, + "native_exits": 2598016, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10145792, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2027946537, + "runtime_create_ns": 37769, + "jit_attach_ns": 69713, + "context_create_ns": 111357, + "definition_eval_ns": 52263, + "first_eval_ns": 2210558, + "threshold_crossing_ns": 2008558033, + "compile_ns": 14178935, + "install_ns": 75854, + "osr_ns": 0, + "steady_state_ns": 14367229 + } + } + } + ] + }, + "throughput": { + "interpreter": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 298, + "elapsed_ns": 1000179110 + }, + { + "window_index": 1, + "fresh_workers": 305, + "elapsed_ns": 1000553622 + }, + { + "window_index": 2, + "fresh_workers": 299, + "elapsed_ns": 1001736784 + }, + { + "window_index": 3, + "fresh_workers": 298, + "elapsed_ns": 1002037712 + }, + { + "window_index": 4, + "fresh_workers": 301, + "elapsed_ns": 1001560574 + }, + { + "window_index": 5, + "fresh_workers": 311, + "elapsed_ns": 1003217918 + }, + { + "window_index": 6, + "fresh_workers": 315, + "elapsed_ns": 1002592403 + }, + { + "window_index": 7, + "fresh_workers": 302, + "elapsed_ns": 1003499982 + }, + { + "window_index": 8, + "fresh_workers": 300, + "elapsed_ns": 1002862217 + }, + { + "window_index": 9, + "fresh_workers": 292, + "elapsed_ns": 1000402091 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 309, + "elapsed_ns": 1002871979 + }, + { + "window_index": 1, + "fresh_workers": 326, + "elapsed_ns": 1002690000 + }, + { + "window_index": 2, + "fresh_workers": 291, + "elapsed_ns": 1000886659 + }, + { + "window_index": 3, + "fresh_workers": 300, + "elapsed_ns": 1003081452 + }, + { + "window_index": 4, + "fresh_workers": 302, + "elapsed_ns": 1002529621 + }, + { + "window_index": 5, + "fresh_workers": 313, + "elapsed_ns": 1003549136 + }, + { + "window_index": 6, + "fresh_workers": 314, + "elapsed_ns": 1000410837 + }, + { + "window_index": 7, + "fresh_workers": 302, + "elapsed_ns": 1000801167 + }, + { + "window_index": 8, + "fresh_workers": 300, + "elapsed_ns": 1000105777 + }, + { + "window_index": 9, + "fresh_workers": 303, + "elapsed_ns": 1001127102 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 302, + "elapsed_ns": 1001412009 + }, + { + "window_index": 1, + "fresh_workers": 329, + "elapsed_ns": 1001613146 + }, + { + "window_index": 2, + "fresh_workers": 307, + "elapsed_ns": 1000031891 + }, + { + "window_index": 3, + "fresh_workers": 311, + "elapsed_ns": 1003354160 + }, + { + "window_index": 4, + "fresh_workers": 303, + "elapsed_ns": 1002956526 + }, + { + "window_index": 5, + "fresh_workers": 311, + "elapsed_ns": 1003815322 + }, + { + "window_index": 6, + "fresh_workers": 314, + "elapsed_ns": 1002081574 + }, + { + "window_index": 7, + "fresh_workers": 302, + "elapsed_ns": 1001441070 + }, + { + "window_index": 8, + "fresh_workers": 320, + "elapsed_ns": 1000021903 + }, + { + "window_index": 9, + "fresh_workers": 286, + "elapsed_ns": 1000340313 + } + ] + }, + "tier1": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 30, + "elapsed_ns": 1001707719 + }, + { + "window_index": 1, + "fresh_workers": 31, + "elapsed_ns": 1020286031 + }, + { + "window_index": 2, + "fresh_workers": 32, + "elapsed_ns": 1014532318 + }, + { + "window_index": 3, + "fresh_workers": 31, + "elapsed_ns": 1017938776 + }, + { + "window_index": 4, + "fresh_workers": 32, + "elapsed_ns": 1007431512 + }, + { + "window_index": 5, + "fresh_workers": 33, + "elapsed_ns": 1030728843 + }, + { + "window_index": 6, + "fresh_workers": 32, + "elapsed_ns": 1019639950 + }, + { + "window_index": 7, + "fresh_workers": 31, + "elapsed_ns": 1031176039 + }, + { + "window_index": 8, + "fresh_workers": 31, + "elapsed_ns": 1023081498 + }, + { + "window_index": 9, + "fresh_workers": 31, + "elapsed_ns": 1025737541 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 34, + "elapsed_ns": 1011740216 + }, + { + "window_index": 1, + "fresh_workers": 36, + "elapsed_ns": 1019555605 + }, + { + "window_index": 2, + "fresh_workers": 36, + "elapsed_ns": 1019673651 + }, + { + "window_index": 3, + "fresh_workers": 34, + "elapsed_ns": 1019240082 + }, + { + "window_index": 4, + "fresh_workers": 35, + "elapsed_ns": 1019042419 + }, + { + "window_index": 5, + "fresh_workers": 34, + "elapsed_ns": 1009474841 + }, + { + "window_index": 6, + "fresh_workers": 35, + "elapsed_ns": 1018522739 + }, + { + "window_index": 7, + "fresh_workers": 34, + "elapsed_ns": 1001045691 + }, + { + "window_index": 8, + "fresh_workers": 34, + "elapsed_ns": 1020597814 + }, + { + "window_index": 9, + "fresh_workers": 33, + "elapsed_ns": 1011337065 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 34, + "elapsed_ns": 1003373067 + }, + { + "window_index": 1, + "fresh_workers": 35, + "elapsed_ns": 1011960227 + }, + { + "window_index": 2, + "fresh_workers": 36, + "elapsed_ns": 1024292748 + }, + { + "window_index": 3, + "fresh_workers": 33, + "elapsed_ns": 1003636498 + }, + { + "window_index": 4, + "fresh_workers": 35, + "elapsed_ns": 1001013869 + }, + { + "window_index": 5, + "fresh_workers": 36, + "elapsed_ns": 1020693086 + }, + { + "window_index": 6, + "fresh_workers": 36, + "elapsed_ns": 1001758230 + }, + { + "window_index": 7, + "fresh_workers": 36, + "elapsed_ns": 1010368691 + }, + { + "window_index": 8, + "fresh_workers": 35, + "elapsed_ns": 1020268948 + }, + { + "window_index": 9, + "fresh_workers": 35, + "elapsed_ns": 1026581590 + } + ] + }, + "tier2": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 30, + "elapsed_ns": 1002570845 + }, + { + "window_index": 1, + "fresh_workers": 30, + "elapsed_ns": 1011376692 + }, + { + "window_index": 2, + "fresh_workers": 31, + "elapsed_ns": 1030917657 + }, + { + "window_index": 3, + "fresh_workers": 30, + "elapsed_ns": 1011128557 + }, + { + "window_index": 4, + "fresh_workers": 31, + "elapsed_ns": 1027733516 + }, + { + "window_index": 5, + "fresh_workers": 30, + "elapsed_ns": 1010792581 + }, + { + "window_index": 6, + "fresh_workers": 31, + "elapsed_ns": 1014680611 + }, + { + "window_index": 7, + "fresh_workers": 32, + "elapsed_ns": 1025105930 + }, + { + "window_index": 8, + "fresh_workers": 30, + "elapsed_ns": 1005723327 + }, + { + "window_index": 9, + "fresh_workers": 31, + "elapsed_ns": 1008304396 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 34, + "elapsed_ns": 1021359449 + }, + { + "window_index": 1, + "fresh_workers": 35, + "elapsed_ns": 1014350013 + }, + { + "window_index": 2, + "fresh_workers": 35, + "elapsed_ns": 1015668224 + }, + { + "window_index": 3, + "fresh_workers": 35, + "elapsed_ns": 1023784290 + }, + { + "window_index": 4, + "fresh_workers": 36, + "elapsed_ns": 1010865561 + }, + { + "window_index": 5, + "fresh_workers": 36, + "elapsed_ns": 1026410639 + }, + { + "window_index": 6, + "fresh_workers": 36, + "elapsed_ns": 1021877955 + }, + { + "window_index": 7, + "fresh_workers": 36, + "elapsed_ns": 1008463249 + }, + { + "window_index": 8, + "fresh_workers": 35, + "elapsed_ns": 1026683372 + }, + { + "window_index": 9, + "fresh_workers": 34, + "elapsed_ns": 1026566162 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 33, + "elapsed_ns": 1009914425 + }, + { + "window_index": 1, + "fresh_workers": 35, + "elapsed_ns": 1003726721 + }, + { + "window_index": 2, + "fresh_workers": 35, + "elapsed_ns": 1006942112 + }, + { + "window_index": 3, + "fresh_workers": 35, + "elapsed_ns": 1007984787 + }, + { + "window_index": 4, + "fresh_workers": 36, + "elapsed_ns": 1002638787 + }, + { + "window_index": 5, + "fresh_workers": 36, + "elapsed_ns": 1020647738 + }, + { + "window_index": 6, + "fresh_workers": 35, + "elapsed_ns": 1022389330 + }, + { + "window_index": 7, + "fresh_workers": 37, + "elapsed_ns": 1028328702 + }, + { + "window_index": 8, + "fresh_workers": 36, + "elapsed_ns": 1008893600 + }, + { + "window_index": 9, + "fresh_workers": 33, + "elapsed_ns": 1011631381 + } + ] + }, + "automatic": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 1, + "elapsed_ns": 2023532779 + }, + { + "window_index": 1, + "fresh_workers": 1, + "elapsed_ns": 2022934216 + }, + { + "window_index": 2, + "fresh_workers": 1, + "elapsed_ns": 2022809927 + }, + { + "window_index": 3, + "fresh_workers": 1, + "elapsed_ns": 2024440162 + }, + { + "window_index": 4, + "fresh_workers": 1, + "elapsed_ns": 2027315924 + }, + { + "window_index": 5, + "fresh_workers": 1, + "elapsed_ns": 2022147988 + }, + { + "window_index": 6, + "fresh_workers": 1, + "elapsed_ns": 2022824858 + }, + { + "window_index": 7, + "fresh_workers": 1, + "elapsed_ns": 2024682155 + }, + { + "window_index": 8, + "fresh_workers": 1, + "elapsed_ns": 2025407145 + }, + { + "window_index": 9, + "fresh_workers": 1, + "elapsed_ns": 2023366039 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 1, + "elapsed_ns": 2018512294 + }, + { + "window_index": 1, + "fresh_workers": 1, + "elapsed_ns": 2018168860 + }, + { + "window_index": 2, + "fresh_workers": 1, + "elapsed_ns": 2019079144 + }, + { + "window_index": 3, + "fresh_workers": 1, + "elapsed_ns": 2018546669 + }, + { + "window_index": 4, + "fresh_workers": 1, + "elapsed_ns": 2018743676 + }, + { + "window_index": 5, + "fresh_workers": 1, + "elapsed_ns": 2028695177 + }, + { + "window_index": 6, + "fresh_workers": 1, + "elapsed_ns": 2017024735 + }, + { + "window_index": 7, + "fresh_workers": 1, + "elapsed_ns": 2019865344 + }, + { + "window_index": 8, + "fresh_workers": 1, + "elapsed_ns": 2018551017 + }, + { + "window_index": 9, + "fresh_workers": 1, + "elapsed_ns": 2018279684 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 1, + "elapsed_ns": 2018338939 + }, + { + "window_index": 1, + "fresh_workers": 1, + "elapsed_ns": 2016945404 + }, + { + "window_index": 2, + "fresh_workers": 1, + "elapsed_ns": 2019942903 + }, + { + "window_index": 3, + "fresh_workers": 1, + "elapsed_ns": 2024120035 + }, + { + "window_index": 4, + "fresh_workers": 1, + "elapsed_ns": 2018473480 + }, + { + "window_index": 5, + "fresh_workers": 1, + "elapsed_ns": 2018736010 + }, + { + "window_index": 6, + "fresh_workers": 1, + "elapsed_ns": 2016166273 + }, + { + "window_index": 7, + "fresh_workers": 1, + "elapsed_ns": 2018164952 + }, + { + "window_index": 8, + "fresh_workers": 1, + "elapsed_ns": 2016828682 + }, + { + "window_index": 9, + "fresh_workers": 1, + "elapsed_ns": 2018032006 + } + ] + } + }, + "summary": { + "interpreter": { + "reference": { + "baseline_median_ns": 1085453.5, + "candidate_median_ns": 1071455.0, + "candidate_speed_relative_to_baseline": 1.0130649443980382, + "paired_bootstrap_speed_ci95": [ + 1.000071856949396, + 1.0362110128378321 + ], + "statistically_tied": false + }, + "entry_cache": { + "baseline_median_ns": 1074611.5, + "candidate_median_ns": 1071455.0, + "candidate_speed_relative_to_baseline": 1.0029459939988148, + "paired_bootstrap_speed_ci95": [ + 0.9884508378704548, + 1.0176750298076733 + ], + "statistically_tied": true + } + }, + "tier1": { + "reference": { + "baseline_median_ns": 15847667.5, + "candidate_median_ns": 12492979.5, + "candidate_speed_relative_to_baseline": 1.2685258548611242, + "paired_bootstrap_speed_ci95": [ + 1.180665521789221, + 1.332903229163908 + ], + "statistically_tied": false + }, + "entry_cache": { + "baseline_median_ns": 12842634.5, + "candidate_median_ns": 12492979.5, + "candidate_speed_relative_to_baseline": 1.027988119247294, + "paired_bootstrap_speed_ci95": [ + 0.9660327226183314, + 1.1034563409531486 + ], + "statistically_tied": true + } + }, + "tier2": { + "reference": { + "baseline_median_ns": 14128974.5, + "candidate_median_ns": 10796610.0, + "candidate_speed_relative_to_baseline": 1.3086491500572865, + "paired_bootstrap_speed_ci95": [ + 1.2869280225174555, + 1.429894295014254 + ], + "statistically_tied": false + }, + "entry_cache": { + "baseline_median_ns": 11056651.5, + "candidate_median_ns": 10796610.0, + "candidate_speed_relative_to_baseline": 1.0240854768302272, + "paired_bootstrap_speed_ci95": [ + 0.9761021519647405, + 1.090178329327455 + ], + "statistically_tied": true + } + }, + "automatic": { + "reference": { + "baseline_median_ns": 13440540.5, + "candidate_median_ns": 9891088.0, + "candidate_speed_relative_to_baseline": 1.3588535962878907, + "paired_bootstrap_speed_ci95": [ + 1.3208664312162137, + 1.4932468994372514 + ], + "statistically_tied": false + }, + "entry_cache": { + "baseline_median_ns": 10330071.5, + "candidate_median_ns": 9891088.0, + "candidate_speed_relative_to_baseline": 1.0443817201909436, + "paired_bootstrap_speed_ci95": [ + 0.9637597900361249, + 1.139520591348517 + ], + "statistically_tied": true + } + } + }, + "driver_source": "\"\"\"Diagnostic paired revision comparison using the unchanged jit-bench worker ABI.\"\"\"\nimport hashlib\nimport json\nfrom pathlib import Path\nimport random\nimport statistics\nimport subprocess\nimport time\nimport os\nimport sys\n\nROOT = Path('/home/jason/work/quickjs-jit')\nWORKLOAD = sys.argv[1]\nassert WORKLOAD in ['generic-call-entry', 'call-heavy', 'fibonacci-recursive', 'scalar-loop']\nOUTPUT = Path('/tmp/jit-feedback-' + WORKLOAD + '.json')\nos.sched_setaffinity(0, {0})\nENGINES = {\n 'reference': Path('/tmp/jit-call-reference/jit-bench'),\n 'entry_cache': Path('/tmp/jit-native-return-stage2/jit-bench'),\n 'candidate': ROOT / 'target/release/jit-bench',\n}\nSCRIPT = ROOT / 'benchmarks/scripts' / (WORKLOAD + '.js')\nMODES = ['interpreter', 'tier1', 'tier2', 'automatic']\nWARMUPS, PAIRS, WINDOWS = 5, 30, 10\nchecksum = None\n\ndef digest(path):\n return hashlib.sha256(path.read_bytes()).hexdigest()\n\ndef run(engine, mode):\n global checksum\n completed = subprocess.run(\n [str(ENGINES[engine]), 'worker', '--mode', mode, '--script', str(SCRIPT)],\n cwd=ROOT, capture_output=True, text=True, check=True, timeout=120,\n )\n result = json.loads(completed.stdout)\n if checksum is None:\n checksum = result['checksum']\n assert result['checksum'] == checksum, (engine, mode, result)\n assert result['native_entries'] == result['native_exits'], (engine, mode, result)\n if mode == 'interpreter':\n assert result['native_entries'] == 0\n elif WORKLOAD == 'generic-call-entry':\n assert result['native_entries'] > 0, (engine, mode, result)\n return result\n\ndef rotated(items, offset):\n offset %= len(items)\n return items[offset:] + items[:offset]\n\ndef write():\n temporary = OUTPUT.with_suffix('.partial')\n temporary.write_text(json.dumps(evidence, indent=2) + '\\n')\n temporary.replace(OUTPUT)\n\n# Binary hashes bind each measurement to its implementation even though both\n# worker binaries see the current, dirty source tree for the shared script.\nevidence = {\n 'schema': 'jit-call-feedback-paired-diagnostic-v1',\n 'workload': WORKLOAD,\n 'cpu_affinity': sorted(os.sched_getaffinity(0)),\n 'status': 'running',\n 'started_utc': time.strftime('%Y-%m-%dT%H:%M:%SZ', time.gmtime()),\n 'driver_sha256': digest(Path(__file__)),\n 'script': str(SCRIPT), 'script_sha256': digest(SCRIPT),\n 'executables': {name: {'path': str(path), 'sha256': digest(path)} for name, path in ENGINES.items()},\n 'candidate_revision': subprocess.check_output(['git', 'rev-parse', 'HEAD'], cwd=ROOT, text=True).strip(),\n 'source_dirty': True,\n 'warmup_processes_per_engine_and_mode': WARMUPS,\n 'fresh_process_pairs_per_mode': PAIRS,\n 'throughput_windows_per_engine_and_mode': WINDOWS,\n 'throughput_window_min_ns': 1_000_000_000,\n 'throughput_unit': 'fresh jit-bench worker processes including setup and warmup',\n 'bootstrap_resamples': 10000,\n 'pairs': {mode: [] for mode in MODES},\n 'throughput': {mode: {engine: [] for engine in ENGINES} for mode in MODES},\n}\nwrite()\nfor pair in range(WARMUPS):\n for index, mode in enumerate(rotated(MODES, pair)):\n for engine in rotated(list(ENGINES), pair + index):\n run(engine, mode)\nprint('warmups complete', flush=True)\nfor pair in range(PAIRS):\n for index, mode in enumerate(rotated(MODES, pair)):\n row = {'pair_index': pair}\n for engine in rotated(list(ENGINES), pair + index):\n row[engine] = run(engine, mode)\n evidence['pairs'][mode].append(row)\n write()\n if (pair + 1) % 5 == 0:\n print(f'completed {pair + 1}/{PAIRS} pairs per mode', flush=True)\nfor window in range(WINDOWS):\n for index, mode in enumerate(rotated(MODES, window)):\n for engine in rotated(list(ENGINES), window + index):\n start = time.monotonic_ns()\n count = 0\n while time.monotonic_ns() - start < 1_000_000_000:\n run(engine, mode)\n count += 1\n evidence['throughput'][mode][engine].append({\n 'window_index': window, 'fresh_workers': count,\n 'elapsed_ns': time.monotonic_ns() - start,\n })\n write()\n print(f'completed {window + 1}/{WINDOWS} throughput windows', flush=True)\nsummary = {}\nfor mode, pairs in evidence['pairs'].items():\n summary[mode] = {}\n for baseline in ['reference', 'entry_cache']:\n a = [row[baseline]['elapsed_ns'] for row in pairs]\n b = [row['candidate']['elapsed_ns'] for row in pairs]\n rng = random.Random(20260905)\n bootstrap = []\n for _ in range(10000):\n indices = [rng.randrange(len(pairs)) for _ in pairs]\n bootstrap.append(statistics.median(a[i] for i in indices) / statistics.median(b[i] for i in indices))\n bootstrap.sort()\n summary[mode][baseline] = {\n 'baseline_median_ns': statistics.median(a),\n 'candidate_median_ns': statistics.median(b),\n 'candidate_speed_relative_to_baseline': statistics.median(a) / statistics.median(b),\n 'paired_bootstrap_speed_ci95': [bootstrap[249], bootstrap[9749]],\n 'statistically_tied': bootstrap[249] <= 1 <= bootstrap[9749],\n }\n# Detect replacement during measurement instead of silently mixing binaries.\nfor name, path in ENGINES.items():\n assert digest(path) == evidence['executables'][name]['sha256']\nassert digest(SCRIPT) == evidence['script_sha256']\nevidence['summary'] = summary\nevidence['status'] = 'complete'\nwrite()\nprint(json.dumps(summary, indent=2), flush=True)\n", + "host": { + "target_triple": "x86_64-unknown-linux-gnu", + "os": "linux", + "kernel": "Linux 7.1.9-arch1-2", + "cpu": "model name\t: 13th Gen Intel(R) Core(TM) i7-13700KF", + "power_mode": "powersave", + "rustc": "rustc 1.98.0 (88d9e12ae 2026-08-18)\nbinary: rustc\ncommit-hash: 88d9e12ae178fab0fb5cc050a94da85685d449ea\ncommit-date: 2026-08-18\nhost: x86_64-unknown-linux-gnu\nrelease: 1.98.0\nLLVM version: 22.1.8", + "llvm": "rustc 1.98.0 (88d9e12ae 2026-08-18)\nbinary: rustc\ncommit-hash: 88d9e12ae178fab0fb5cc050a94da85685d449ea\ncommit-date: 2026-08-18\nhost: x86_64-unknown-linux-gnu\nrelease: 1.98.0\nLLVM version: 22.1.8" + }, + "implementations": { + "reference": "M2 2bd518e plus benchmark script, without entry cache", + "entry_cache": "Pre-buffer baseline: entry cache plus inline native-return handoff; legacy engine key retained", + "candidate": "Entry cache, inline native-return handoff, and reused CALL feedback buffer (production source committed as e4ae17e)" + }, + "limitations": [ + "Run began on a dirty source tree; diagnostic evidence, not the clean-source performance acceptance gate.", + "Requested tier2 and automatic execute Tier 1 for this probe.", + "Incremental buffer-reuse speed is statistically tied with the pre-buffer baseline in all four modes; do not claim a measured incremental speedup.", + "Complete matrix, startup/reload/tail latency acceptance remain open." + ] +} diff --git a/docs/M3.md b/docs/M3.md index 7fdaa6bc1..4d2d9a256 100644 --- a/docs/M3.md +++ b/docs/M3.md @@ -184,3 +184,21 @@ subsequent event. Independent review found no actionable issues. Final code verification: 511 release runtime tests, 39 AddressSanitizer tests, and full-workspace Clippy passed. Earlier paired reports identify the pre-buffer binary by its hash; they are not timings of this final incremental change. + + +The final buffer-reuse paired diagnostic is archived in +[`m3-call-feedback-generic-paired.json`](../benchmarks/results/m3-call-feedback-generic-paired.json). +Relative to M2, automatic mode is 1.359x speed (32.1%–49.3% faster, paired 95% +interval). Relative to the pre-buffer version, its result is statistically tied: +between 3.6% slower and 14.0% faster. All four modes are tied against that +incremental baseline; the zero-allocation regression proves the allocation +reduction, while this timing run does not establish its incremental speedup. +The same 5/30/10 sampling, unchanged executable/script hashes, checksum agreement, +and balanced native entries/exits were verified. + +PR #18's coverage job exposed a formatting mismatch between bundled and fresh +bindgen output for the new callback type (line wrapping and a trailing comma; +no type or offset difference). The exact bindgen-enabled ABI test failed locally +before correcting all ten bundles. The complete 15-test bindgen ABI suite then +passed. This adds fresh-bindgen execution to the final verification coverage; +the earlier release suite without `bindgen` did not exercise that comparison. diff --git a/docs/NEXT_SESSION_GOAL.md b/docs/NEXT_SESSION_GOAL.md index 44d191520..8ce5267f4 100644 --- a/docs/NEXT_SESSION_GOAL.md +++ b/docs/NEXT_SESSION_GOAL.md @@ -315,3 +315,11 @@ must retain their code and metadata even after future entries are invalidated. Cache hits now reuse a `ProductionEntryPin`; per-call hot/enter/exit callbacks remain in place. Do not treat this first cache step as completion of the whole native-call overhead target. + + +PR #18 is open on `perf/m3-native-entry-overhead`. Final CALL-buffer diagnostics +are archived in `benchmarks/results/m3-call-feedback-generic-paired.json`: +automatic mode is 1.359x M2 speed, but statistically tied with the pre-buffer +version. Coverage CI exposed a bundled/fresh bindgen formatting mismatch, +reproduced locally and corrected across all ten bundles. Follow the current PR +checks and run the clean-source benchmark matrix before broader acceptance. From b7be6a41c50e3cc04a782acb13558687d190ac6c Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Sat, 5 Sep 2026 18:11:27 +0800 Subject: [PATCH 4/5] bench(jit): archive complete clean-source M3 performance matrix --- benchmarks/report.rs | 6 +- .../results/m3-clean-matrix-launch.json | 17 + benchmarks/results/m3-clean-matrix.json | 108581 +++++++++++++++ benchmarks/results/m3-clean-matrix.md | 59 + docs/M3.md | 43 + docs/NEXT_SESSION_GOAL.md | 13 + 6 files changed, 108716 insertions(+), 3 deletions(-) create mode 100644 benchmarks/results/m3-clean-matrix-launch.json create mode 100644 benchmarks/results/m3-clean-matrix.json create mode 100644 benchmarks/results/m3-clean-matrix.md diff --git a/benchmarks/report.rs b/benchmarks/report.rs index 205742d02..2c190b4d3 100644 --- a/benchmarks/report.rs +++ b/benchmarks/report.rs @@ -208,7 +208,7 @@ fn render(data: &BenchmarkFile) -> (String, bool) { let t2 = mode(data, "tier2"); let auto = mode(data, "automatic"); let bun = mode(data, "bun"); - let mut out=format!("# JIT performance report\n\nStatus: generated from tracked raw `jit-benchmark-v1` evidence. Source `{}` (dirty: {}), QuickJS `{}`; target `{}`; CPU `{}`; power `{}`. Bun: `{}` at `{}` (SHA-256 `{}`).\n\nCommand: `{}`. Schema SHA-256 `{}`; suites lock SHA-256 `{}`.\n\nSampling: {} discarded warmup processes, {} interleaved paired fresh processes, {} interleaved one-second throughput windows, {} joint paired bootstrap resamples.\n\n## Workloads\n\nA JIT ratio is reported only when that mode actually entered native code; fallback-only timing is shown as `N/A (no native entry)`. Bun remains an external engine comparison.\n\n| workload (suite) | interpreter median ns | Tier1 | Tier2 | automatic | Bun | T1/T2 entries | fallback/retry | checksum |\n|---|---:|---:|---:|---:|---:|---:|---:|---|\n",data.provenance.source_revision,data.provenance.source_dirty,data.provenance.quickjs_revision,data.provenance.target,data.provenance.cpu.replace('\n'," "),data.provenance.power_mode,data.provenance.bun_version.as_deref().unwrap_or("N/A"),data.provenance.bun_path.as_deref().unwrap_or("N/A"),data.provenance.bun_sha256.as_deref().unwrap_or("N/A"),data.provenance.command.join(" "),data.provenance.schema_sha256,data.provenance.suites_lock_sha256,data.policy.latency_warmups,data.policy.latency_processes,data.policy.throughput_windows,data.policy.bootstrap_resamples); + let mut out=format!("# JIT performance report\n\nStatus: generated from tracked raw `jit-benchmark-v1` evidence. Source `{}` (dirty: {}), QuickJS `{}`; target `{}`; CPU `{}`; power `{}`. Bun: `{}` at `{}` (SHA-256 `{}`).\n\nCommand: `{}`. Schema SHA-256 `{}`; suites lock SHA-256 `{}`.\n\nSampling: {} discarded warmup processes, {} interleaved paired fresh processes, {} interleaved one-second throughput windows, {} joint paired bootstrap resamples.\n\n## Workloads\n\nTier1/Tier2 columns require an entry in the requested tier; automatic accepts either native tier. Without that evidence, timing is shown as `N/A (no qualifying native entry)`. Bun remains an external engine comparison.\n\n| workload (suite) | interpreter median ns | Tier1 | Tier2 | automatic | Bun | T1/T2 entries | fallback/retry | checksum |\n|---|---:|---:|---:|---:|---:|---:|---:|---|\n",data.provenance.source_revision,data.provenance.source_dirty,data.provenance.quickjs_revision,data.provenance.target,data.provenance.cpu.replace('\n'," "),data.provenance.power_mode,data.provenance.bun_version.as_deref().unwrap_or("N/A"),data.provenance.bun_path.as_deref().unwrap_or("N/A"),data.provenance.bun_sha256.as_deref().unwrap_or("N/A"),data.provenance.command.join(" "),data.provenance.schema_sha256,data.provenance.suites_lock_sha256,data.policy.latency_warmups,data.policy.latency_processes,data.policy.throughput_windows,data.policy.bootstrap_resamples); let mut checksums = true; let mut strict_native = true; let mut automatic_policy = false; @@ -566,7 +566,7 @@ fn fmt_jit_speedup( Some(candidate) if candidate.samples.iter().any(|sample| entries(sample) > 0) => { fmt(speedup(base, Some(candidate))) } - Some(_) => "N/A (no native entry)".into(), + Some(_) => "N/A (no qualifying native entry)".into(), None => "—".into(), } } @@ -750,7 +750,7 @@ mod tests { } assert_eq!( fmt_jit_speedup(&base, Some(&fallback), |s| s.native_entries.unwrap_or(0)), - "N/A (no native entry)" + "N/A (no qualifying native entry)" ); fallback.samples[0].native_entries = Some(1); assert_eq!( diff --git a/benchmarks/results/m3-clean-matrix-launch.json b/benchmarks/results/m3-clean-matrix-launch.json new file mode 100644 index 000000000..1baf9a31e --- /dev/null +++ b/benchmarks/results/m3-clean-matrix-launch.json @@ -0,0 +1,17 @@ +{ + "revision": "4d0a35bafa321766c5f4be44fd2258309ac384f5", + "cpu_affinity": [ + 0 + ], + "executable_sha256": "85e999b748efb30dec40b27938fab9d457b0258931997398b22f43032e3cd26b", + "command": [ + "/home/jason/work/quickjs-jit/target/release/jit-bench", + "compare", + "--modes", + "interpreter,tier1,tier2,automatic", + "--output", + "/tmp/jit-m3-clean-matrix.json", + "--report", + "/tmp/jit-m3-clean-matrix.md" + ] +} diff --git a/benchmarks/results/m3-clean-matrix.json b/benchmarks/results/m3-clean-matrix.json new file mode 100644 index 000000000..bbe6944ac --- /dev/null +++ b/benchmarks/results/m3-clean-matrix.json @@ -0,0 +1,108581 @@ +{ + "schema": "jit-benchmark-v1", + "provenance": { + "source_revision": "4d0a35bafa321766c5f4be44fd2258309ac384f5", + "quickjs_revision": "fd0a0210b7be00957751871e7e01b8291268fc29", + "source_dirty": false, + "command": [ + "/home/jason/work/quickjs-jit/target/release/jit-bench", + "compare", + "--modes", + "interpreter,tier1,tier2,automatic", + "--output", + "/tmp/jit-m3-clean-matrix.json", + "--report", + "/tmp/jit-m3-clean-matrix.md" + ], + "target": "x86_64", + "target_triple": "x86_64-unknown-linux-gnu", + "os": "linux", + "kernel": "Linux 7.1.9-arch1-2", + "cpu": "model name\t: 13th Gen Intel(R) Core(TM) i7-13700KF", + "power_mode": "powersave", + "rustc": "rustc 1.98.0 (88d9e12ae 2026-08-18)\nbinary: rustc\ncommit-hash: 88d9e12ae178fab0fb5cc050a94da85685d449ea\ncommit-date: 2026-08-18\nhost: x86_64-unknown-linux-gnu\nrelease: 1.98.0\nLLVM version: 22.1.8", + "llvm": "rustc 1.98.0 (88d9e12ae 2026-08-18)\nbinary: rustc\ncommit-hash: 88d9e12ae178fab0fb5cc050a94da85685d449ea\ncommit-date: 2026-08-18\nhost: x86_64-unknown-linux-gnu\nrelease: 1.98.0\nLLVM version: 22.1.8", + "executable_bytes": 7657592, + "stripped_jit_bytes": 5833784, + "stripped_no_jit_bytes": 1721728, + "stripped_jit_delta_bytes": 4112056, + "schema_sha256": "01abae6a1b1a5b0492897612693493b19ee011d7e4dfcd7108616012f28ecaab", + "suites_lock_sha256": "03b8db038b7633f44046b7912af1d79e38616e20ea431613d0c64344b17e1732", + "bun_version": "1.4.0", + "bun_path": "/home/jason/.bun/bin/bun", + "bun_sha256": "33d56b070be6a9e3da0ab013038b43d1645d0534ca811ecdba4472599117eb4b" + }, + "policy": { + "latency_warmups": 5, + "latency_processes": 30, + "throughput_windows": 10, + "throughput_window_ns": 1000000000, + "bootstrap_resamples": 10000, + "pairing": "round-robin interleaved fresh processes; pair_index is the joint resampling unit" + }, + "modes": [ + { + "mode": "automatic", + "workloads": [ + { + "name": "quickjs-int-arith", + "suite": "QuickJS microbench", + "group": "compute", + "designated_kernel": true, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 3910884, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12656640, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 45309438, + "runtime_create_ns": 28005, + "jit_attach_ns": 60335, + "context_create_ns": 120432, + "definition_eval_ns": 46893, + "first_eval_ns": 2733891, + "threshold_crossing_ns": 37990425, + "compile_ns": 34007322, + "install_ns": 84174, + "osr_ns": 0, + "steady_state_ns": 3910884 + } + }, + { + "pair_index": 1, + "elapsed_ns": 3887857, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12787712, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 40991468, + "runtime_create_ns": 31888, + "jit_attach_ns": 67070, + "context_create_ns": 108972, + "definition_eval_ns": 47149, + "first_eval_ns": 2779374, + "threshold_crossing_ns": 33654957, + "compile_ns": 29761184, + "install_ns": 87639, + "osr_ns": 0, + "steady_state_ns": 3887857 + } + }, + { + "pair_index": 2, + "elapsed_ns": 3960632, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12660736, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 40665038, + "runtime_create_ns": 24883, + "jit_attach_ns": 54103, + "context_create_ns": 112213, + "definition_eval_ns": 50618, + "first_eval_ns": 2772953, + "threshold_crossing_ns": 33285058, + "compile_ns": 29401316, + "install_ns": 77091, + "osr_ns": 0, + "steady_state_ns": 3960632 + } + }, + { + "pair_index": 3, + "elapsed_ns": 3898869, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12632064, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 42159772, + "runtime_create_ns": 25834, + "jit_attach_ns": 57511, + "context_create_ns": 110656, + "definition_eval_ns": 45739, + "first_eval_ns": 2782537, + "threshold_crossing_ns": 34835475, + "compile_ns": 30863389, + "install_ns": 89838, + "osr_ns": 0, + "steady_state_ns": 3898869 + } + }, + { + "pair_index": 4, + "elapsed_ns": 3943360, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12632064, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 41999139, + "runtime_create_ns": 28727, + "jit_attach_ns": 68152, + "context_create_ns": 107900, + "definition_eval_ns": 45746, + "first_eval_ns": 2746718, + "threshold_crossing_ns": 34647394, + "compile_ns": 30735487, + "install_ns": 85938, + "osr_ns": 0, + "steady_state_ns": 3943360 + } + }, + { + "pair_index": 5, + "elapsed_ns": 5064543, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12808192, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 42113541, + "runtime_create_ns": 24585, + "jit_attach_ns": 56318, + "context_create_ns": 112933, + "definition_eval_ns": 46475, + "first_eval_ns": 2776664, + "threshold_crossing_ns": 33628540, + "compile_ns": 29676546, + "install_ns": 87413, + "osr_ns": 0, + "steady_state_ns": 5064543 + } + }, + { + "pair_index": 6, + "elapsed_ns": 3967767, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12673024, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 50523484, + "runtime_create_ns": 25957, + "jit_attach_ns": 56088, + "context_create_ns": 104770, + "definition_eval_ns": 45412, + "first_eval_ns": 2749801, + "threshold_crossing_ns": 43160021, + "compile_ns": 38732442, + "install_ns": 104547, + "osr_ns": 0, + "steady_state_ns": 3967767 + } + }, + { + "pair_index": 7, + "elapsed_ns": 3931484, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12623872, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 40563473, + "runtime_create_ns": 26021, + "jit_attach_ns": 56578, + "context_create_ns": 110144, + "definition_eval_ns": 44177, + "first_eval_ns": 2751907, + "threshold_crossing_ns": 33227795, + "compile_ns": 29327054, + "install_ns": 80085, + "osr_ns": 0, + "steady_state_ns": 3931484 + } + }, + { + "pair_index": 8, + "elapsed_ns": 3891640, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12587008, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 40922886, + "runtime_create_ns": 26862, + "jit_attach_ns": 58027, + "context_create_ns": 106585, + "definition_eval_ns": 47178, + "first_eval_ns": 2755735, + "threshold_crossing_ns": 33634871, + "compile_ns": 29708125, + "install_ns": 87998, + "osr_ns": 0, + "steady_state_ns": 3891640 + } + }, + { + "pair_index": 9, + "elapsed_ns": 4036082, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12664832, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 42912124, + "runtime_create_ns": 25955, + "jit_attach_ns": 62960, + "context_create_ns": 110306, + "definition_eval_ns": 48254, + "first_eval_ns": 2781184, + "threshold_crossing_ns": 35403189, + "compile_ns": 31342096, + "install_ns": 86950, + "osr_ns": 0, + "steady_state_ns": 4036082 + } + }, + { + "pair_index": 10, + "elapsed_ns": 4097569, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12607488, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 44618198, + "runtime_create_ns": 28739, + "jit_attach_ns": 79060, + "context_create_ns": 127008, + "definition_eval_ns": 61672, + "first_eval_ns": 2875462, + "threshold_crossing_ns": 36942553, + "compile_ns": 33087583, + "install_ns": 94694, + "osr_ns": 0, + "steady_state_ns": 4097569 + } + }, + { + "pair_index": 11, + "elapsed_ns": 3894810, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12627968, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 42440550, + "runtime_create_ns": 28857, + "jit_attach_ns": 58131, + "context_create_ns": 108279, + "definition_eval_ns": 49053, + "first_eval_ns": 2752073, + "threshold_crossing_ns": 35135185, + "compile_ns": 31099864, + "install_ns": 123086, + "osr_ns": 0, + "steady_state_ns": 3894810 + } + }, + { + "pair_index": 12, + "elapsed_ns": 4092640, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12722176, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 44771073, + "runtime_create_ns": 37461, + "jit_attach_ns": 65966, + "context_create_ns": 117162, + "definition_eval_ns": 56681, + "first_eval_ns": 2787333, + "threshold_crossing_ns": 37191755, + "compile_ns": 32447180, + "install_ns": 96302, + "osr_ns": 0, + "steady_state_ns": 4092640 + } + }, + { + "pair_index": 13, + "elapsed_ns": 3896277, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12603392, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 42779533, + "runtime_create_ns": 27820, + "jit_attach_ns": 62588, + "context_create_ns": 110016, + "definition_eval_ns": 44704, + "first_eval_ns": 2782588, + "threshold_crossing_ns": 35431790, + "compile_ns": 30566907, + "install_ns": 81389, + "osr_ns": 0, + "steady_state_ns": 3896277 + } + }, + { + "pair_index": 14, + "elapsed_ns": 3919566, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12599296, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 40809753, + "runtime_create_ns": 27339, + "jit_attach_ns": 61627, + "context_create_ns": 106007, + "definition_eval_ns": 46897, + "first_eval_ns": 2765927, + "threshold_crossing_ns": 33462964, + "compile_ns": 29582084, + "install_ns": 86295, + "osr_ns": 0, + "steady_state_ns": 3919566 + } + }, + { + "pair_index": 15, + "elapsed_ns": 3952891, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12632064, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 40616408, + "runtime_create_ns": 25515, + "jit_attach_ns": 49459, + "context_create_ns": 103318, + "definition_eval_ns": 43710, + "first_eval_ns": 2748256, + "threshold_crossing_ns": 33284145, + "compile_ns": 29277024, + "install_ns": 83842, + "osr_ns": 0, + "steady_state_ns": 3952891 + } + }, + { + "pair_index": 16, + "elapsed_ns": 3891952, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12521472, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 41136741, + "runtime_create_ns": 39524, + "jit_attach_ns": 274460, + "context_create_ns": 184778, + "definition_eval_ns": 47818, + "first_eval_ns": 2776294, + "threshold_crossing_ns": 33513565, + "compile_ns": 29993004, + "install_ns": 109742, + "osr_ns": 0, + "steady_state_ns": 3891952 + } + }, + { + "pair_index": 17, + "elapsed_ns": 3946520, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12787712, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 44629583, + "runtime_create_ns": 25832, + "jit_attach_ns": 68316, + "context_create_ns": 107772, + "definition_eval_ns": 47239, + "first_eval_ns": 2750902, + "threshold_crossing_ns": 37211579, + "compile_ns": 32989466, + "install_ns": 85092, + "osr_ns": 0, + "steady_state_ns": 3946520 + } + }, + { + "pair_index": 18, + "elapsed_ns": 4251783, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12701696, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 45824909, + "runtime_create_ns": 29568, + "jit_attach_ns": 61448, + "context_create_ns": 112251, + "definition_eval_ns": 54951, + "first_eval_ns": 2841066, + "threshold_crossing_ns": 38059150, + "compile_ns": 34158082, + "install_ns": 81038, + "osr_ns": 0, + "steady_state_ns": 4251783 + } + }, + { + "pair_index": 19, + "elapsed_ns": 3917292, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12640256, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 42676179, + "runtime_create_ns": 30109, + "jit_attach_ns": 56529, + "context_create_ns": 103111, + "definition_eval_ns": 44129, + "first_eval_ns": 2757556, + "threshold_crossing_ns": 35362709, + "compile_ns": 30742235, + "install_ns": 86487, + "osr_ns": 0, + "steady_state_ns": 3917292 + } + }, + { + "pair_index": 20, + "elapsed_ns": 3903403, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12673024, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 40589375, + "runtime_create_ns": 28013, + "jit_attach_ns": 60878, + "context_create_ns": 103865, + "definition_eval_ns": 47940, + "first_eval_ns": 2755165, + "threshold_crossing_ns": 33275712, + "compile_ns": 29366373, + "install_ns": 87042, + "osr_ns": 0, + "steady_state_ns": 3903403 + } + }, + { + "pair_index": 21, + "elapsed_ns": 3903595, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12603392, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 41417586, + "runtime_create_ns": 27633, + "jit_attach_ns": 57521, + "context_create_ns": 120633, + "definition_eval_ns": 45714, + "first_eval_ns": 2953099, + "threshold_crossing_ns": 33892546, + "compile_ns": 29944279, + "install_ns": 93432, + "osr_ns": 0, + "steady_state_ns": 3903595 + } + }, + { + "pair_index": 22, + "elapsed_ns": 3913772, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12644352, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 41128131, + "runtime_create_ns": 29356, + "jit_attach_ns": 61112, + "context_create_ns": 104929, + "definition_eval_ns": 49802, + "first_eval_ns": 2761903, + "threshold_crossing_ns": 33795718, + "compile_ns": 29865683, + "install_ns": 82683, + "osr_ns": 0, + "steady_state_ns": 3913772 + } + }, + { + "pair_index": 23, + "elapsed_ns": 3894390, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12701696, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 41091429, + "runtime_create_ns": 27203, + "jit_attach_ns": 54889, + "context_create_ns": 106186, + "definition_eval_ns": 51988, + "first_eval_ns": 5569260, + "threshold_crossing_ns": 30961003, + "compile_ns": 29694552, + "install_ns": 79096, + "osr_ns": 0, + "steady_state_ns": 3894390 + } + }, + { + "pair_index": 24, + "elapsed_ns": 4178652, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12779520, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 41547968, + "runtime_create_ns": 24821, + "jit_attach_ns": 58190, + "context_create_ns": 109328, + "definition_eval_ns": 47577, + "first_eval_ns": 1336545, + "threshold_crossing_ns": 35388063, + "compile_ns": 29056784, + "install_ns": 94395, + "osr_ns": 0, + "steady_state_ns": 4178652 + } + }, + { + "pair_index": 25, + "elapsed_ns": 3906645, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12804096, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 42149745, + "runtime_create_ns": 23180, + "jit_attach_ns": 52205, + "context_create_ns": 103884, + "definition_eval_ns": 47362, + "first_eval_ns": 2769335, + "threshold_crossing_ns": 34825313, + "compile_ns": 30905176, + "install_ns": 88621, + "osr_ns": 0, + "steady_state_ns": 3906645 + } + }, + { + "pair_index": 26, + "elapsed_ns": 3900980, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12709888, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 44844171, + "runtime_create_ns": 28430, + "jit_attach_ns": 57450, + "context_create_ns": 107504, + "definition_eval_ns": 46265, + "first_eval_ns": 2763511, + "threshold_crossing_ns": 37537808, + "compile_ns": 33473799, + "install_ns": 92705, + "osr_ns": 0, + "steady_state_ns": 3900980 + } + }, + { + "pair_index": 27, + "elapsed_ns": 3913649, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12754944, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 45157125, + "runtime_create_ns": 26131, + "jit_attach_ns": 52249, + "context_create_ns": 105464, + "definition_eval_ns": 46864, + "first_eval_ns": 2761901, + "threshold_crossing_ns": 37841604, + "compile_ns": 33984011, + "install_ns": 92000, + "osr_ns": 0, + "steady_state_ns": 3913649 + } + }, + { + "pair_index": 28, + "elapsed_ns": 3943988, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12689408, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 40644000, + "runtime_create_ns": 28562, + "jit_attach_ns": 54222, + "context_create_ns": 107129, + "definition_eval_ns": 57549, + "first_eval_ns": 2761369, + "threshold_crossing_ns": 33283460, + "compile_ns": 29341196, + "install_ns": 85542, + "osr_ns": 0, + "steady_state_ns": 3943988 + } + }, + { + "pair_index": 29, + "elapsed_ns": 4663787, + "checksum": "string:4992502500", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12673024, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 45029280, + "runtime_create_ns": 30390, + "jit_attach_ns": 64934, + "context_create_ns": 118065, + "definition_eval_ns": 51445, + "first_eval_ns": 2760368, + "threshold_crossing_ns": 36935244, + "compile_ns": 32945830, + "install_ns": 96482, + "osr_ns": 0, + "steady_state_ns": 4663787 + } + } + ], + "raw_latency_ns": [ + 3910884, + 3887857, + 3960632, + 3898869, + 3943360, + 5064543, + 3967767, + 3931484, + 3891640, + 4036082, + 4097569, + 3894810, + 4092640, + 3896277, + 3919566, + 3952891, + 3891952, + 3946520, + 4251783, + 3917292, + 3903403, + 3903595, + 3913772, + 3894390, + 4178652, + 3906645, + 3900980, + 3913649, + 3943988, + 4663787 + ], + "raw_throughput_ops": [ + 23, + 23, + 24, + 24, + 24, + 24, + 23, + 24, + 24, + 24 + ], + "median_ns": 3919566, + "mad_ns": 25176, + "p95_ns": 4663787, + "p99_ns": 5064543, + "ci95_ns": [ + 3906645, + 3952891 + ], + "compile_ns": 30735487, + "install_ns": 87413, + "break_even_executions": 11 + }, + { + "name": "quickjs-bitops", + "suite": "rquickjs-jit local", + "group": "compute", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 206997, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 328729, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10723328, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13827189, + "runtime_create_ns": 24872, + "jit_attach_ns": 49416, + "context_create_ns": 99795, + "definition_eval_ns": 32263, + "first_eval_ns": 228553, + "threshold_crossing_ns": 13147180, + "compile_ns": 11470273, + "install_ns": 60706, + "osr_ns": 0, + "steady_state_ns": 206997 + } + }, + { + "pair_index": 1, + "elapsed_ns": 210632, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 319560, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10678272, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13567062, + "runtime_create_ns": 28922, + "jit_attach_ns": 62484, + "context_create_ns": 105438, + "definition_eval_ns": 40120, + "first_eval_ns": 235178, + "threshold_crossing_ns": 12842582, + "compile_ns": 11202347, + "install_ns": 57952, + "osr_ns": 0, + "steady_state_ns": 210632 + } + }, + { + "pair_index": 2, + "elapsed_ns": 213587, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 348127, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10719232, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13611983, + "runtime_create_ns": 25339, + "jit_attach_ns": 54277, + "context_create_ns": 100108, + "definition_eval_ns": 41835, + "first_eval_ns": 217096, + "threshold_crossing_ns": 12923561, + "compile_ns": 11275428, + "install_ns": 48141, + "osr_ns": 0, + "steady_state_ns": 213587 + } + }, + { + "pair_index": 3, + "elapsed_ns": 207634, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 352565, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10694656, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13731971, + "runtime_create_ns": 25840, + "jit_attach_ns": 48050, + "context_create_ns": 118294, + "definition_eval_ns": 28647, + "first_eval_ns": 224480, + "threshold_crossing_ns": 13041115, + "compile_ns": 11259866, + "install_ns": 51367, + "osr_ns": 0, + "steady_state_ns": 207634 + } + }, + { + "pair_index": 4, + "elapsed_ns": 207802, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 329657, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10842112, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13755843, + "runtime_create_ns": 24418, + "jit_attach_ns": 50005, + "context_create_ns": 110020, + "definition_eval_ns": 32748, + "first_eval_ns": 220119, + "threshold_crossing_ns": 13071152, + "compile_ns": 11317592, + "install_ns": 51582, + "osr_ns": 0, + "steady_state_ns": 207802 + } + }, + { + "pair_index": 5, + "elapsed_ns": 218370, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 320223, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10805248, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13597036, + "runtime_create_ns": 25343, + "jit_attach_ns": 48256, + "context_create_ns": 101499, + "definition_eval_ns": 34673, + "first_eval_ns": 227257, + "threshold_crossing_ns": 12901717, + "compile_ns": 11243500, + "install_ns": 55319, + "osr_ns": 0, + "steady_state_ns": 218370 + } + }, + { + "pair_index": 6, + "elapsed_ns": 210690, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 333526, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10674176, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13487840, + "runtime_create_ns": 25253, + "jit_attach_ns": 51675, + "context_create_ns": 103091, + "definition_eval_ns": 35100, + "first_eval_ns": 218811, + "threshold_crossing_ns": 12801728, + "compile_ns": 11160877, + "install_ns": 46498, + "osr_ns": 0, + "steady_state_ns": 210690 + } + }, + { + "pair_index": 7, + "elapsed_ns": 207847, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 330532, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10940416, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 17876800, + "runtime_create_ns": 47831, + "jit_attach_ns": 103107, + "context_create_ns": 217541, + "definition_eval_ns": 137760, + "first_eval_ns": 1785740, + "threshold_crossing_ns": 15309307, + "compile_ns": 15298133, + "install_ns": 100621, + "osr_ns": 0, + "steady_state_ns": 207847 + } + }, + { + "pair_index": 8, + "elapsed_ns": 208069, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 349839, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10792960, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13934614, + "runtime_create_ns": 28474, + "jit_attach_ns": 49197, + "context_create_ns": 108963, + "definition_eval_ns": 32597, + "first_eval_ns": 220132, + "threshold_crossing_ns": 13247713, + "compile_ns": 11577238, + "install_ns": 51020, + "osr_ns": 0, + "steady_state_ns": 208069 + } + }, + { + "pair_index": 9, + "elapsed_ns": 208545, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 339078, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10788864, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13786643, + "runtime_create_ns": 22856, + "jit_attach_ns": 51132, + "context_create_ns": 103184, + "definition_eval_ns": 37060, + "first_eval_ns": 220560, + "threshold_crossing_ns": 13104482, + "compile_ns": 11447948, + "install_ns": 48813, + "osr_ns": 0, + "steady_state_ns": 208545 + } + }, + { + "pair_index": 10, + "elapsed_ns": 210215, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 334797, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10743808, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13932708, + "runtime_create_ns": 25322, + "jit_attach_ns": 52561, + "context_create_ns": 103013, + "definition_eval_ns": 38913, + "first_eval_ns": 238756, + "threshold_crossing_ns": 13215804, + "compile_ns": 11568180, + "install_ns": 48092, + "osr_ns": 0, + "steady_state_ns": 210215 + } + }, + { + "pair_index": 11, + "elapsed_ns": 218066, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 315843, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10739712, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 14067362, + "runtime_create_ns": 25015, + "jit_attach_ns": 49097, + "context_create_ns": 99826, + "definition_eval_ns": 30967, + "first_eval_ns": 217811, + "threshold_crossing_ns": 13389456, + "compile_ns": 11751623, + "install_ns": 45403, + "osr_ns": 0, + "steady_state_ns": 218066 + } + }, + { + "pair_index": 12, + "elapsed_ns": 209160, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 749954, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10784768, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 20900738, + "runtime_create_ns": 23860, + "jit_attach_ns": 50020, + "context_create_ns": 102811, + "definition_eval_ns": 34179, + "first_eval_ns": 237584, + "threshold_crossing_ns": 20205221, + "compile_ns": 17203409, + "install_ns": 94358, + "osr_ns": 0, + "steady_state_ns": 209160 + } + }, + { + "pair_index": 13, + "elapsed_ns": 209602, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 321316, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10862592, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 14021319, + "runtime_create_ns": 24512, + "jit_attach_ns": 57273, + "context_create_ns": 99888, + "definition_eval_ns": 29752, + "first_eval_ns": 215600, + "threshold_crossing_ns": 13346520, + "compile_ns": 11703883, + "install_ns": 50114, + "osr_ns": 0, + "steady_state_ns": 209602 + } + }, + { + "pair_index": 14, + "elapsed_ns": 219976, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 345409, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10792960, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13885499, + "runtime_create_ns": 23734, + "jit_attach_ns": 48004, + "context_create_ns": 105599, + "definition_eval_ns": 42966, + "first_eval_ns": 223727, + "threshold_crossing_ns": 13180869, + "compile_ns": 11499148, + "install_ns": 58841, + "osr_ns": 0, + "steady_state_ns": 219976 + } + }, + { + "pair_index": 15, + "elapsed_ns": 208524, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 331326, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10866688, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 15895033, + "runtime_create_ns": 26400, + "jit_attach_ns": 50344, + "context_create_ns": 99287, + "definition_eval_ns": 35216, + "first_eval_ns": 233285, + "threshold_crossing_ns": 15202046, + "compile_ns": 12246334, + "install_ns": 81334, + "osr_ns": 0, + "steady_state_ns": 208524 + } + }, + { + "pair_index": 16, + "elapsed_ns": 208187, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 344124, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10850304, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13821027, + "runtime_create_ns": 25258, + "jit_attach_ns": 47423, + "context_create_ns": 99689, + "definition_eval_ns": 29471, + "first_eval_ns": 221345, + "threshold_crossing_ns": 13151977, + "compile_ns": 11495301, + "install_ns": 48294, + "osr_ns": 0, + "steady_state_ns": 208187 + } + }, + { + "pair_index": 17, + "elapsed_ns": 217225, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 326817, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10862592, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 14152100, + "runtime_create_ns": 25547, + "jit_attach_ns": 50084, + "context_create_ns": 115498, + "definition_eval_ns": 34805, + "first_eval_ns": 217791, + "threshold_crossing_ns": 13452506, + "compile_ns": 11702078, + "install_ns": 53510, + "osr_ns": 0, + "steady_state_ns": 217225 + } + }, + { + "pair_index": 18, + "elapsed_ns": 212959, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 325706, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10854400, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 16465834, + "runtime_create_ns": 24118, + "jit_attach_ns": 49620, + "context_create_ns": 96926, + "definition_eval_ns": 27652, + "first_eval_ns": 212013, + "threshold_crossing_ns": 15805937, + "compile_ns": 14117656, + "install_ns": 87150, + "osr_ns": 0, + "steady_state_ns": 212959 + } + }, + { + "pair_index": 19, + "elapsed_ns": 213823, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 324138, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10715136, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 14197254, + "runtime_create_ns": 26439, + "jit_attach_ns": 49965, + "context_create_ns": 97650, + "definition_eval_ns": 30429, + "first_eval_ns": 220976, + "threshold_crossing_ns": 13519644, + "compile_ns": 11771394, + "install_ns": 53543, + "osr_ns": 0, + "steady_state_ns": 213823 + } + }, + { + "pair_index": 20, + "elapsed_ns": 212337, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 323251, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10752000, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13843638, + "runtime_create_ns": 23031, + "jit_attach_ns": 47840, + "context_create_ns": 100629, + "definition_eval_ns": 169183, + "first_eval_ns": 234568, + "threshold_crossing_ns": 13017236, + "compile_ns": 11325361, + "install_ns": 56621, + "osr_ns": 0, + "steady_state_ns": 212337 + } + }, + { + "pair_index": 21, + "elapsed_ns": 211540, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 325423, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10719232, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13789479, + "runtime_create_ns": 25425, + "jit_attach_ns": 50641, + "context_create_ns": 109074, + "definition_eval_ns": 31144, + "first_eval_ns": 219773, + "threshold_crossing_ns": 13102528, + "compile_ns": 11455643, + "install_ns": 52053, + "osr_ns": 0, + "steady_state_ns": 211540 + } + }, + { + "pair_index": 22, + "elapsed_ns": 208600, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 340057, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10706944, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13653643, + "runtime_create_ns": 25095, + "jit_attach_ns": 52081, + "context_create_ns": 109282, + "definition_eval_ns": 31892, + "first_eval_ns": 216045, + "threshold_crossing_ns": 12973690, + "compile_ns": 11315663, + "install_ns": 48377, + "osr_ns": 0, + "steady_state_ns": 208600 + } + }, + { + "pair_index": 23, + "elapsed_ns": 211629, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 348034, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10801152, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13508977, + "runtime_create_ns": 21880, + "jit_attach_ns": 47296, + "context_create_ns": 98729, + "definition_eval_ns": 30435, + "first_eval_ns": 214796, + "threshold_crossing_ns": 12846495, + "compile_ns": 11190687, + "install_ns": 48111, + "osr_ns": 0, + "steady_state_ns": 211629 + } + }, + { + "pair_index": 24, + "elapsed_ns": 210047, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 326772, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10723328, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 15218638, + "runtime_create_ns": 108510, + "jit_attach_ns": 233871, + "context_create_ns": 510155, + "definition_eval_ns": 135312, + "first_eval_ns": 257560, + "threshold_crossing_ns": 13695307, + "compile_ns": 12092136, + "install_ns": 61336, + "osr_ns": 0, + "steady_state_ns": 210047 + } + }, + { + "pair_index": 25, + "elapsed_ns": 215110, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 355012, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10797056, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13775630, + "runtime_create_ns": 24227, + "jit_attach_ns": 48656, + "context_create_ns": 102311, + "definition_eval_ns": 35650, + "first_eval_ns": 236369, + "threshold_crossing_ns": 13074674, + "compile_ns": 11394858, + "install_ns": 49610, + "osr_ns": 0, + "steady_state_ns": 215110 + } + }, + { + "pair_index": 26, + "elapsed_ns": 207549, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 340321, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10801152, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13451730, + "runtime_create_ns": 22564, + "jit_attach_ns": 49915, + "context_create_ns": 101109, + "definition_eval_ns": 34373, + "first_eval_ns": 222212, + "threshold_crossing_ns": 12775213, + "compile_ns": 11121453, + "install_ns": 52999, + "osr_ns": 0, + "steady_state_ns": 207549 + } + }, + { + "pair_index": 27, + "elapsed_ns": 218244, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 335081, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10801152, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13834922, + "runtime_create_ns": 22526, + "jit_attach_ns": 50770, + "context_create_ns": 102238, + "definition_eval_ns": 36240, + "first_eval_ns": 218637, + "threshold_crossing_ns": 13148957, + "compile_ns": 11402730, + "install_ns": 52298, + "osr_ns": 0, + "steady_state_ns": 218244 + } + }, + { + "pair_index": 28, + "elapsed_ns": 219834, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 325699, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10809344, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13648317, + "runtime_create_ns": 27048, + "jit_attach_ns": 51832, + "context_create_ns": 101163, + "definition_eval_ns": 36248, + "first_eval_ns": 219499, + "threshold_crossing_ns": 12954466, + "compile_ns": 11293966, + "install_ns": 51640, + "osr_ns": 0, + "steady_state_ns": 219834 + } + }, + { + "pair_index": 29, + "elapsed_ns": 210251, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 335883, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10936320, + "code_bytes": 36248, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13762506, + "runtime_create_ns": 28351, + "jit_attach_ns": 50634, + "context_create_ns": 100771, + "definition_eval_ns": 33905, + "first_eval_ns": 215676, + "threshold_crossing_ns": 13081740, + "compile_ns": 11385390, + "install_ns": 48817, + "osr_ns": 0, + "steady_state_ns": 210251 + } + } + ], + "raw_latency_ns": [ + 206997, + 210632, + 213587, + 207634, + 207802, + 218370, + 210690, + 207847, + 208069, + 208545, + 210215, + 218066, + 209160, + 209602, + 219976, + 208524, + 208187, + 217225, + 212959, + 213823, + 212337, + 211540, + 208600, + 211629, + 210047, + 215110, + 207549, + 218244, + 219834, + 210251 + ], + "raw_throughput_ops": [ + 67, + 67, + 67, + 69, + 69, + 67, + 68, + 68, + 69, + 69 + ], + "median_ns": 210632, + "mad_ns": 2563, + "p95_ns": 219834, + "p99_ns": 219976, + "ci95_ns": [ + 209160, + 212959 + ], + "compile_ns": 11455643, + "install_ns": 52053, + "break_even_executions": 12 + }, + { + "name": "quickjs-fibonacci", + "suite": "rquickjs-jit local", + "group": "compute", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 420164, + "checksum": "number:41d4c00d39400000", + "native_entries": 14179, + "native_acquisitions": 14179, + "native_exits": 14179, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14179, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10620928, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001085693, + "runtime_create_ns": 23857, + "jit_attach_ns": 51511, + "context_create_ns": 97443, + "definition_eval_ns": 28040, + "first_eval_ns": 231194, + "threshold_crossing_ns": 2000179201, + "compile_ns": 10141136, + "install_ns": 40149, + "osr_ns": 0, + "steady_state_ns": 420164 + } + }, + { + "pair_index": 1, + "elapsed_ns": 372935, + "checksum": "number:41d4c00d39400000", + "native_entries": 14204, + "native_acquisitions": 14204, + "native_exits": 14204, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14204, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10731520, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001042256, + "runtime_create_ns": 23380, + "jit_attach_ns": 75493, + "context_create_ns": 99858, + "definition_eval_ns": 32660, + "first_eval_ns": 234530, + "threshold_crossing_ns": 2000147095, + "compile_ns": 9898390, + "install_ns": 36675, + "osr_ns": 0, + "steady_state_ns": 372935 + } + }, + { + "pair_index": 2, + "elapsed_ns": 362248, + "checksum": "number:41d4c00d39400000", + "native_entries": 14368, + "native_acquisitions": 14368, + "native_exits": 14368, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14368, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10772480, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001053956, + "runtime_create_ns": 24464, + "jit_attach_ns": 50335, + "context_create_ns": 101278, + "definition_eval_ns": 31953, + "first_eval_ns": 239570, + "threshold_crossing_ns": 2000188294, + "compile_ns": 10298620, + "install_ns": 36889, + "osr_ns": 0, + "steady_state_ns": 362248 + } + }, + { + "pair_index": 3, + "elapsed_ns": 374328, + "checksum": "number:41d4c00d39400000", + "native_entries": 14409, + "native_acquisitions": 14409, + "native_exits": 14409, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14409, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10846208, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001127956, + "runtime_create_ns": 25974, + "jit_attach_ns": 54458, + "context_create_ns": 111242, + "definition_eval_ns": 36303, + "first_eval_ns": 239967, + "threshold_crossing_ns": 2000227641, + "compile_ns": 10170311, + "install_ns": 37741, + "osr_ns": 0, + "steady_state_ns": 374328 + } + }, + { + "pair_index": 4, + "elapsed_ns": 384162, + "checksum": "number:41d4c00d39400000", + "native_entries": 14374, + "native_acquisitions": 14374, + "native_exits": 14374, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14374, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10706944, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001120047, + "runtime_create_ns": 26883, + "jit_attach_ns": 53353, + "context_create_ns": 103688, + "definition_eval_ns": 36074, + "first_eval_ns": 237628, + "threshold_crossing_ns": 2000221213, + "compile_ns": 10384289, + "install_ns": 42494, + "osr_ns": 0, + "steady_state_ns": 384162 + } + }, + { + "pair_index": 5, + "elapsed_ns": 393566, + "checksum": "number:41d4c00d39400000", + "native_entries": 14319, + "native_acquisitions": 14319, + "native_exits": 14319, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14319, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10854400, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001129935, + "runtime_create_ns": 24837, + "jit_attach_ns": 54574, + "context_create_ns": 104453, + "definition_eval_ns": 40539, + "first_eval_ns": 246896, + "threshold_crossing_ns": 2000205631, + "compile_ns": 10972194, + "install_ns": 44492, + "osr_ns": 0, + "steady_state_ns": 393566 + } + }, + { + "pair_index": 6, + "elapsed_ns": 356748, + "checksum": "number:41d4c00d39400000", + "native_entries": 14368, + "native_acquisitions": 14368, + "native_exits": 14368, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14368, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10678272, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2000999169, + "runtime_create_ns": 26330, + "jit_attach_ns": 52373, + "context_create_ns": 100418, + "definition_eval_ns": 35862, + "first_eval_ns": 255601, + "threshold_crossing_ns": 2000117491, + "compile_ns": 9808766, + "install_ns": 36636, + "osr_ns": 0, + "steady_state_ns": 356748 + } + }, + { + "pair_index": 7, + "elapsed_ns": 457047, + "checksum": "number:41d4c00d39400000", + "native_entries": 14328, + "native_acquisitions": 14328, + "native_exits": 14328, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14328, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10616832, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001208069, + "runtime_create_ns": 24191, + "jit_attach_ns": 51987, + "context_create_ns": 104106, + "definition_eval_ns": 37606, + "first_eval_ns": 237979, + "threshold_crossing_ns": 2000224595, + "compile_ns": 10160594, + "install_ns": 40600, + "osr_ns": 0, + "steady_state_ns": 457047 + } + }, + { + "pair_index": 8, + "elapsed_ns": 378121, + "checksum": "number:41d4c00d39400000", + "native_entries": 14236, + "native_acquisitions": 14236, + "native_exits": 14236, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14236, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10805248, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001025139, + "runtime_create_ns": 23264, + "jit_attach_ns": 49141, + "context_create_ns": 101534, + "definition_eval_ns": 34715, + "first_eval_ns": 241412, + "threshold_crossing_ns": 2000138982, + "compile_ns": 10111892, + "install_ns": 37047, + "osr_ns": 0, + "steady_state_ns": 378121 + } + }, + { + "pair_index": 9, + "elapsed_ns": 371979, + "checksum": "number:41d4c00d39400000", + "native_entries": 14170, + "native_acquisitions": 14170, + "native_exits": 14170, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14170, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10776576, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001017663, + "runtime_create_ns": 25517, + "jit_attach_ns": 53643, + "context_create_ns": 98332, + "definition_eval_ns": 32642, + "first_eval_ns": 234275, + "threshold_crossing_ns": 2000146930, + "compile_ns": 10101014, + "install_ns": 39450, + "osr_ns": 0, + "steady_state_ns": 371979 + } + }, + { + "pair_index": 10, + "elapsed_ns": 358095, + "checksum": "number:41d4c00d39400000", + "native_entries": 14314, + "native_acquisitions": 14314, + "native_exits": 14314, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14314, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10690560, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2000990209, + "runtime_create_ns": 24530, + "jit_attach_ns": 50329, + "context_create_ns": 98211, + "definition_eval_ns": 29857, + "first_eval_ns": 241256, + "threshold_crossing_ns": 2000133894, + "compile_ns": 10314974, + "install_ns": 40640, + "osr_ns": 0, + "steady_state_ns": 358095 + } + }, + { + "pair_index": 11, + "elapsed_ns": 369377, + "checksum": "number:41d4c00d39400000", + "native_entries": 14258, + "native_acquisitions": 14258, + "native_exits": 14258, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14258, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10690560, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001105853, + "runtime_create_ns": 26690, + "jit_attach_ns": 51858, + "context_create_ns": 99888, + "definition_eval_ns": 33998, + "first_eval_ns": 239562, + "threshold_crossing_ns": 2000226635, + "compile_ns": 10266184, + "install_ns": 40072, + "osr_ns": 0, + "steady_state_ns": 369377 + } + }, + { + "pair_index": 12, + "elapsed_ns": 369003, + "checksum": "number:41d4c00d39400000", + "native_entries": 14248, + "native_acquisitions": 14248, + "native_exits": 14248, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14248, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10629120, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001103743, + "runtime_create_ns": 25266, + "jit_attach_ns": 50719, + "context_create_ns": 100294, + "definition_eval_ns": 37578, + "first_eval_ns": 243315, + "threshold_crossing_ns": 2000224022, + "compile_ns": 10265118, + "install_ns": 36293, + "osr_ns": 0, + "steady_state_ns": 369003 + } + }, + { + "pair_index": 13, + "elapsed_ns": 356620, + "checksum": "number:41d4c00d39400000", + "native_entries": 14277, + "native_acquisitions": 14277, + "native_exits": 14277, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14277, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10739712, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001100719, + "runtime_create_ns": 22877, + "jit_attach_ns": 51821, + "context_create_ns": 100509, + "definition_eval_ns": 30223, + "first_eval_ns": 250170, + "threshold_crossing_ns": 2000234834, + "compile_ns": 10097157, + "install_ns": 38185, + "osr_ns": 0, + "steady_state_ns": 356620 + } + }, + { + "pair_index": 14, + "elapsed_ns": 360231, + "checksum": "number:41d4c00d39400000", + "native_entries": 14363, + "native_acquisitions": 14363, + "native_exits": 14363, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14363, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10764288, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001069274, + "runtime_create_ns": 23310, + "jit_attach_ns": 59743, + "context_create_ns": 100998, + "definition_eval_ns": 33415, + "first_eval_ns": 234952, + "threshold_crossing_ns": 2000199767, + "compile_ns": 10137091, + "install_ns": 39864, + "osr_ns": 0, + "steady_state_ns": 360231 + } + }, + { + "pair_index": 15, + "elapsed_ns": 380057, + "checksum": "number:41d4c00d39400000", + "native_entries": 14200, + "native_acquisitions": 14200, + "native_exits": 14200, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14200, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10784768, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001172934, + "runtime_create_ns": 23382, + "jit_attach_ns": 75585, + "context_create_ns": 103210, + "definition_eval_ns": 41500, + "first_eval_ns": 259105, + "threshold_crossing_ns": 2000231980, + "compile_ns": 10048440, + "install_ns": 38036, + "osr_ns": 0, + "steady_state_ns": 380057 + } + }, + { + "pair_index": 16, + "elapsed_ns": 389158, + "checksum": "number:41d4c00d39400000", + "native_entries": 12632, + "native_acquisitions": 12632, + "native_exits": 12632, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12632, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10842112, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001124821, + "runtime_create_ns": 26843, + "jit_attach_ns": 61585, + "context_create_ns": 118518, + "definition_eval_ns": 44876, + "first_eval_ns": 250276, + "threshold_crossing_ns": 2000171586, + "compile_ns": 10262677, + "install_ns": 52236, + "osr_ns": 0, + "steady_state_ns": 389158 + } + }, + { + "pair_index": 17, + "elapsed_ns": 388182, + "checksum": "number:41d4c00d39400000", + "native_entries": 14042, + "native_acquisitions": 14042, + "native_exits": 14042, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14042, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10768384, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001065952, + "runtime_create_ns": 26881, + "jit_attach_ns": 55751, + "context_create_ns": 113366, + "definition_eval_ns": 37392, + "first_eval_ns": 244558, + "threshold_crossing_ns": 2000141928, + "compile_ns": 10399143, + "install_ns": 55102, + "osr_ns": 0, + "steady_state_ns": 388182 + } + }, + { + "pair_index": 18, + "elapsed_ns": 373561, + "checksum": "number:41d4c00d39400000", + "native_entries": 14278, + "native_acquisitions": 14278, + "native_exits": 14278, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14278, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10838016, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001149145, + "runtime_create_ns": 26111, + "jit_attach_ns": 55373, + "context_create_ns": 104731, + "definition_eval_ns": 38728, + "first_eval_ns": 248216, + "threshold_crossing_ns": 2000239884, + "compile_ns": 10265354, + "install_ns": 46502, + "osr_ns": 0, + "steady_state_ns": 373561 + } + }, + { + "pair_index": 19, + "elapsed_ns": 376482, + "checksum": "number:41d4c00d39400000", + "native_entries": 14058, + "native_acquisitions": 14058, + "native_exits": 14058, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14058, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10838016, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001019221, + "runtime_create_ns": 22229, + "jit_attach_ns": 52346, + "context_create_ns": 100318, + "definition_eval_ns": 33114, + "first_eval_ns": 234982, + "threshold_crossing_ns": 2000143751, + "compile_ns": 10732306, + "install_ns": 43469, + "osr_ns": 0, + "steady_state_ns": 376482 + } + }, + { + "pair_index": 20, + "elapsed_ns": 393976, + "checksum": "number:41d4c00d39400000", + "native_entries": 13999, + "native_acquisitions": 13999, + "native_exits": 13999, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13999, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10747904, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001126952, + "runtime_create_ns": 25455, + "jit_attach_ns": 54565, + "context_create_ns": 111825, + "definition_eval_ns": 35796, + "first_eval_ns": 235455, + "threshold_crossing_ns": 2000213028, + "compile_ns": 10212851, + "install_ns": 48339, + "osr_ns": 0, + "steady_state_ns": 393976 + } + }, + { + "pair_index": 21, + "elapsed_ns": 372106, + "checksum": "number:41d4c00d39400000", + "native_entries": 14071, + "native_acquisitions": 14071, + "native_exits": 14071, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14071, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10727424, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001115814, + "runtime_create_ns": 29531, + "jit_attach_ns": 56750, + "context_create_ns": 107893, + "definition_eval_ns": 41537, + "first_eval_ns": 268068, + "threshold_crossing_ns": 2000181092, + "compile_ns": 10272333, + "install_ns": 56914, + "osr_ns": 0, + "steady_state_ns": 372106 + } + }, + { + "pair_index": 22, + "elapsed_ns": 604999, + "checksum": "number:41d4c00d39400000", + "native_entries": 14113, + "native_acquisitions": 14113, + "native_exits": 14113, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14113, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10657792, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001563458, + "runtime_create_ns": 26597, + "jit_attach_ns": 56742, + "context_create_ns": 104125, + "definition_eval_ns": 37465, + "first_eval_ns": 310900, + "threshold_crossing_ns": 2000297395, + "compile_ns": 11066234, + "install_ns": 47053, + "osr_ns": 0, + "steady_state_ns": 604999 + } + }, + { + "pair_index": 23, + "elapsed_ns": 380796, + "checksum": "number:41d4c00d39400000", + "native_entries": 14202, + "native_acquisitions": 14202, + "native_exits": 14202, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14202, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10735616, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001125410, + "runtime_create_ns": 25276, + "jit_attach_ns": 55515, + "context_create_ns": 100317, + "definition_eval_ns": 34399, + "first_eval_ns": 238231, + "threshold_crossing_ns": 2000233176, + "compile_ns": 10137160, + "install_ns": 41267, + "osr_ns": 0, + "steady_state_ns": 380796 + } + }, + { + "pair_index": 24, + "elapsed_ns": 388273, + "checksum": "number:41d4c00d39400000", + "native_entries": 14203, + "native_acquisitions": 14203, + "native_exits": 14203, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14203, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10801152, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001153445, + "runtime_create_ns": 29432, + "jit_attach_ns": 66476, + "context_create_ns": 126017, + "definition_eval_ns": 52589, + "first_eval_ns": 277640, + "threshold_crossing_ns": 2000151740, + "compile_ns": 10390663, + "install_ns": 44338, + "osr_ns": 0, + "steady_state_ns": 388273 + } + }, + { + "pair_index": 25, + "elapsed_ns": 372758, + "checksum": "number:41d4c00d39400000", + "native_entries": 14339, + "native_acquisitions": 14339, + "native_exits": 14339, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14339, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10747904, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001052149, + "runtime_create_ns": 23340, + "jit_attach_ns": 54196, + "context_create_ns": 103055, + "definition_eval_ns": 37286, + "first_eval_ns": 247826, + "threshold_crossing_ns": 2000157559, + "compile_ns": 10143338, + "install_ns": 41047, + "osr_ns": 0, + "steady_state_ns": 372758 + } + }, + { + "pair_index": 26, + "elapsed_ns": 358009, + "checksum": "number:41d4c00d39400000", + "native_entries": 14297, + "native_acquisitions": 14297, + "native_exits": 14297, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14297, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10838016, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001095993, + "runtime_create_ns": 29286, + "jit_attach_ns": 58436, + "context_create_ns": 109172, + "definition_eval_ns": 41650, + "first_eval_ns": 245149, + "threshold_crossing_ns": 2000196145, + "compile_ns": 9663187, + "install_ns": 49880, + "osr_ns": 0, + "steady_state_ns": 358009 + } + }, + { + "pair_index": 27, + "elapsed_ns": 379368, + "checksum": "number:41d4c00d39400000", + "native_entries": 14309, + "native_acquisitions": 14309, + "native_exits": 14309, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14309, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10805248, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001123418, + "runtime_create_ns": 23417, + "jit_attach_ns": 62841, + "context_create_ns": 101484, + "definition_eval_ns": 33559, + "first_eval_ns": 234086, + "threshold_crossing_ns": 2000230515, + "compile_ns": 10109117, + "install_ns": 37765, + "osr_ns": 0, + "steady_state_ns": 379368 + } + }, + { + "pair_index": 28, + "elapsed_ns": 370876, + "checksum": "number:41d4c00d39400000", + "native_entries": 14342, + "native_acquisitions": 14342, + "native_exits": 14342, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14342, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10657792, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001007408, + "runtime_create_ns": 26064, + "jit_attach_ns": 53936, + "context_create_ns": 100037, + "definition_eval_ns": 33584, + "first_eval_ns": 236071, + "threshold_crossing_ns": 2000130243, + "compile_ns": 10098908, + "install_ns": 60788, + "osr_ns": 0, + "steady_state_ns": 370876 + } + }, + { + "pair_index": 29, + "elapsed_ns": 389682, + "checksum": "number:41d4c00d39400000", + "native_entries": 14347, + "native_acquisitions": 14347, + "native_exits": 14347, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14347, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10788864, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 2001043854, + "runtime_create_ns": 24374, + "jit_attach_ns": 53931, + "context_create_ns": 109237, + "definition_eval_ns": 33392, + "first_eval_ns": 243833, + "threshold_crossing_ns": 2000132250, + "compile_ns": 10044542, + "install_ns": 43028, + "osr_ns": 0, + "steady_state_ns": 389682 + } + } + ], + "raw_latency_ns": [ + 420164, + 372935, + 362248, + 374328, + 384162, + 393566, + 356748, + 457047, + 378121, + 371979, + 358095, + 369377, + 369003, + 356620, + 360231, + 380057, + 389158, + 388182, + 373561, + 376482, + 393976, + 372106, + 604999, + 380796, + 388273, + 372758, + 358009, + 379368, + 370876, + 389682 + ], + "raw_throughput_ops": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ], + "median_ns": 376482, + "mad_ns": 11700, + "p95_ns": 457047, + "p99_ns": 604999, + "ci95_ns": [ + 372106, + 384162 + ], + "compile_ns": 10170311, + "install_ns": 41047, + "break_even_executions": 19 + }, + { + "name": "numeric", + "suite": "rquickjs-jit", + "group": "compute", + "designated_kernel": true, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 32117, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 275380, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9846784, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7740799, + "runtime_create_ns": 28285, + "jit_attach_ns": 55769, + "context_create_ns": 106012, + "definition_eval_ns": 30251, + "first_eval_ns": 195521, + "threshold_crossing_ns": 7271282, + "compile_ns": 5767681, + "install_ns": 52212, + "osr_ns": 0, + "steady_state_ns": 32117 + } + }, + { + "pair_index": 1, + "elapsed_ns": 31578, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284381, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9977856, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7205357, + "runtime_create_ns": 23116, + "jit_attach_ns": 51849, + "context_create_ns": 101683, + "definition_eval_ns": 27973, + "first_eval_ns": 197765, + "threshold_crossing_ns": 6749662, + "compile_ns": 5446529, + "install_ns": 42787, + "osr_ns": 0, + "steady_state_ns": 31578 + } + }, + { + "pair_index": 2, + "elapsed_ns": 26356, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283435, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 9148034, + "runtime_create_ns": 23654, + "jit_attach_ns": 52821, + "context_create_ns": 104815, + "definition_eval_ns": 32321, + "first_eval_ns": 192744, + "threshold_crossing_ns": 8693671, + "compile_ns": 6894901, + "install_ns": 57858, + "osr_ns": 0, + "steady_state_ns": 26356 + } + }, + { + "pair_index": 3, + "elapsed_ns": 26503, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282346, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7604313, + "runtime_create_ns": 27710, + "jit_attach_ns": 49067, + "context_create_ns": 97450, + "definition_eval_ns": 25712, + "first_eval_ns": 188413, + "threshold_crossing_ns": 7169166, + "compile_ns": 5785392, + "install_ns": 44209, + "osr_ns": 0, + "steady_state_ns": 26503 + } + }, + { + "pair_index": 4, + "elapsed_ns": 26566, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282050, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9940992, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7671247, + "runtime_create_ns": 25432, + "jit_attach_ns": 46973, + "context_create_ns": 100716, + "definition_eval_ns": 26788, + "first_eval_ns": 185751, + "threshold_crossing_ns": 7239535, + "compile_ns": 5800308, + "install_ns": 57892, + "osr_ns": 0, + "steady_state_ns": 26566 + } + }, + { + "pair_index": 5, + "elapsed_ns": 27424, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284177, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9998336, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 8014847, + "runtime_create_ns": 24661, + "jit_attach_ns": 53072, + "context_create_ns": 101997, + "definition_eval_ns": 29543, + "first_eval_ns": 191768, + "threshold_crossing_ns": 7564860, + "compile_ns": 6168106, + "install_ns": 44488, + "osr_ns": 0, + "steady_state_ns": 27424 + } + }, + { + "pair_index": 6, + "elapsed_ns": 27217, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280054, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9953280, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7565675, + "runtime_create_ns": 25528, + "jit_attach_ns": 51432, + "context_create_ns": 101039, + "definition_eval_ns": 29964, + "first_eval_ns": 198124, + "threshold_crossing_ns": 7111078, + "compile_ns": 5671999, + "install_ns": 49644, + "osr_ns": 0, + "steady_state_ns": 27217 + } + }, + { + "pair_index": 7, + "elapsed_ns": 27270, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 291072, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9895936, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7773658, + "runtime_create_ns": 26177, + "jit_attach_ns": 52639, + "context_create_ns": 100834, + "definition_eval_ns": 30899, + "first_eval_ns": 195196, + "threshold_crossing_ns": 7319960, + "compile_ns": 5927244, + "install_ns": 51611, + "osr_ns": 0, + "steady_state_ns": 27270 + } + }, + { + "pair_index": 8, + "elapsed_ns": 27386, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281403, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9883648, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7388319, + "runtime_create_ns": 27115, + "jit_attach_ns": 51583, + "context_create_ns": 104475, + "definition_eval_ns": 31035, + "first_eval_ns": 190148, + "threshold_crossing_ns": 6934234, + "compile_ns": 5588241, + "install_ns": 53885, + "osr_ns": 0, + "steady_state_ns": 27386 + } + }, + { + "pair_index": 9, + "elapsed_ns": 26902, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 289526, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9900032, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7448554, + "runtime_create_ns": 26854, + "jit_attach_ns": 61966, + "context_create_ns": 102525, + "definition_eval_ns": 29420, + "first_eval_ns": 198938, + "threshold_crossing_ns": 6979997, + "compile_ns": 5528661, + "install_ns": 46352, + "osr_ns": 0, + "steady_state_ns": 26902 + } + }, + { + "pair_index": 10, + "elapsed_ns": 27070, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282660, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9879552, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 8172240, + "runtime_create_ns": 24021, + "jit_attach_ns": 48987, + "context_create_ns": 101147, + "definition_eval_ns": 27413, + "first_eval_ns": 194393, + "threshold_crossing_ns": 7729511, + "compile_ns": 6303237, + "install_ns": 49666, + "osr_ns": 0, + "steady_state_ns": 27070 + } + }, + { + "pair_index": 11, + "elapsed_ns": 27334, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 293277, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9846784, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7518391, + "runtime_create_ns": 30899, + "jit_attach_ns": 90062, + "context_create_ns": 115793, + "definition_eval_ns": 107764, + "first_eval_ns": 326932, + "threshold_crossing_ns": 6779552, + "compile_ns": 5346559, + "install_ns": 49898, + "osr_ns": 0, + "steady_state_ns": 27334 + } + }, + { + "pair_index": 12, + "elapsed_ns": 26628, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281957, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9973760, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7739380, + "runtime_create_ns": 26647, + "jit_attach_ns": 50903, + "context_create_ns": 100762, + "definition_eval_ns": 27637, + "first_eval_ns": 191981, + "threshold_crossing_ns": 7294112, + "compile_ns": 5949147, + "install_ns": 49848, + "osr_ns": 0, + "steady_state_ns": 26628 + } + }, + { + "pair_index": 13, + "elapsed_ns": 27085, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 294355, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9949184, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7605629, + "runtime_create_ns": 25859, + "jit_attach_ns": 51239, + "context_create_ns": 98634, + "definition_eval_ns": 25019, + "first_eval_ns": 191014, + "threshold_crossing_ns": 7166618, + "compile_ns": 5789466, + "install_ns": 45189, + "osr_ns": 0, + "steady_state_ns": 27085 + } + }, + { + "pair_index": 14, + "elapsed_ns": 27138, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 294178, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9936896, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7809358, + "runtime_create_ns": 27011, + "jit_attach_ns": 50451, + "context_create_ns": 98434, + "definition_eval_ns": 25100, + "first_eval_ns": 190016, + "threshold_crossing_ns": 7371762, + "compile_ns": 5882637, + "install_ns": 58683, + "osr_ns": 0, + "steady_state_ns": 27138 + } + }, + { + "pair_index": 15, + "elapsed_ns": 27191, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281312, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9973760, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7856805, + "runtime_create_ns": 22927, + "jit_attach_ns": 50097, + "context_create_ns": 97680, + "definition_eval_ns": 26922, + "first_eval_ns": 199352, + "threshold_crossing_ns": 7410885, + "compile_ns": 6042410, + "install_ns": 43410, + "osr_ns": 0, + "steady_state_ns": 27191 + } + }, + { + "pair_index": 16, + "elapsed_ns": 27101, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283621, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9912320, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7485787, + "runtime_create_ns": 24107, + "jit_attach_ns": 49984, + "context_create_ns": 100424, + "definition_eval_ns": 25598, + "first_eval_ns": 195062, + "threshold_crossing_ns": 7042871, + "compile_ns": 5671805, + "install_ns": 40982, + "osr_ns": 0, + "steady_state_ns": 27101 + } + }, + { + "pair_index": 17, + "elapsed_ns": 26777, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 303699, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9986048, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7653873, + "runtime_create_ns": 27057, + "jit_attach_ns": 52114, + "context_create_ns": 106217, + "definition_eval_ns": 32517, + "first_eval_ns": 191619, + "threshold_crossing_ns": 7192953, + "compile_ns": 5760288, + "install_ns": 49745, + "osr_ns": 0, + "steady_state_ns": 26777 + } + }, + { + "pair_index": 18, + "elapsed_ns": 26768, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 294021, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 8177445, + "runtime_create_ns": 25829, + "jit_attach_ns": 54901, + "context_create_ns": 100282, + "definition_eval_ns": 28932, + "first_eval_ns": 194671, + "threshold_crossing_ns": 7726408, + "compile_ns": 6225393, + "install_ns": 44699, + "osr_ns": 0, + "steady_state_ns": 26768 + } + }, + { + "pair_index": 19, + "elapsed_ns": 27336, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 290919, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10010624, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7433303, + "runtime_create_ns": 23107, + "jit_attach_ns": 52859, + "context_create_ns": 101369, + "definition_eval_ns": 32791, + "first_eval_ns": 202769, + "threshold_crossing_ns": 6970976, + "compile_ns": 5515919, + "install_ns": 43793, + "osr_ns": 0, + "steady_state_ns": 27336 + } + }, + { + "pair_index": 20, + "elapsed_ns": 26744, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 294517, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7921931, + "runtime_create_ns": 23328, + "jit_attach_ns": 47345, + "context_create_ns": 100801, + "definition_eval_ns": 25806, + "first_eval_ns": 200811, + "threshold_crossing_ns": 7475601, + "compile_ns": 6053999, + "install_ns": 47987, + "osr_ns": 0, + "steady_state_ns": 26744 + } + }, + { + "pair_index": 21, + "elapsed_ns": 26575, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 300540, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10063872, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7705489, + "runtime_create_ns": 25359, + "jit_attach_ns": 52406, + "context_create_ns": 102196, + "definition_eval_ns": 26310, + "first_eval_ns": 189134, + "threshold_crossing_ns": 7263055, + "compile_ns": 5838713, + "install_ns": 43910, + "osr_ns": 0, + "steady_state_ns": 26575 + } + }, + { + "pair_index": 22, + "elapsed_ns": 26964, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281060, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9912320, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7614935, + "runtime_create_ns": 32412, + "jit_attach_ns": 209915, + "context_create_ns": 132124, + "definition_eval_ns": 46612, + "first_eval_ns": 196939, + "threshold_crossing_ns": 6945443, + "compile_ns": 5467190, + "install_ns": 46179, + "osr_ns": 0, + "steady_state_ns": 26964 + } + }, + { + "pair_index": 23, + "elapsed_ns": 27095, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283111, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9940992, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7398586, + "runtime_create_ns": 25917, + "jit_attach_ns": 49773, + "context_create_ns": 102349, + "definition_eval_ns": 27832, + "first_eval_ns": 194332, + "threshold_crossing_ns": 6949921, + "compile_ns": 5528510, + "install_ns": 55540, + "osr_ns": 0, + "steady_state_ns": 27095 + } + }, + { + "pair_index": 24, + "elapsed_ns": 27228, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282452, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9994240, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7523923, + "runtime_create_ns": 25563, + "jit_attach_ns": 49959, + "context_create_ns": 110454, + "definition_eval_ns": 26222, + "first_eval_ns": 195202, + "threshold_crossing_ns": 7069726, + "compile_ns": 5643371, + "install_ns": 44241, + "osr_ns": 0, + "steady_state_ns": 27228 + } + }, + { + "pair_index": 25, + "elapsed_ns": 27034, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 320727, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7758715, + "runtime_create_ns": 23022, + "jit_attach_ns": 48282, + "context_create_ns": 99362, + "definition_eval_ns": 25504, + "first_eval_ns": 186906, + "threshold_crossing_ns": 7327308, + "compile_ns": 5832882, + "install_ns": 58567, + "osr_ns": 0, + "steady_state_ns": 27034 + } + }, + { + "pair_index": 26, + "elapsed_ns": 26645, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283229, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9945088, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 8267827, + "runtime_create_ns": 27339, + "jit_attach_ns": 53147, + "context_create_ns": 98817, + "definition_eval_ns": 27177, + "first_eval_ns": 191725, + "threshold_crossing_ns": 7823384, + "compile_ns": 6313223, + "install_ns": 47574, + "osr_ns": 0, + "steady_state_ns": 26645 + } + }, + { + "pair_index": 27, + "elapsed_ns": 26849, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 299587, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9986048, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7704751, + "runtime_create_ns": 25589, + "jit_attach_ns": 58547, + "context_create_ns": 118995, + "definition_eval_ns": 35846, + "first_eval_ns": 202128, + "threshold_crossing_ns": 7212957, + "compile_ns": 5757685, + "install_ns": 45837, + "osr_ns": 0, + "steady_state_ns": 26849 + } + }, + { + "pair_index": 28, + "elapsed_ns": 27080, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281581, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9875456, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7349957, + "runtime_create_ns": 27108, + "jit_attach_ns": 55529, + "context_create_ns": 104582, + "definition_eval_ns": 33260, + "first_eval_ns": 204824, + "threshold_crossing_ns": 6875878, + "compile_ns": 5417607, + "install_ns": 48151, + "osr_ns": 0, + "steady_state_ns": 27080 + } + }, + { + "pair_index": 29, + "elapsed_ns": 27387, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284415, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7214491, + "runtime_create_ns": 25075, + "jit_attach_ns": 55304, + "context_create_ns": 103909, + "definition_eval_ns": 31104, + "first_eval_ns": 196130, + "threshold_crossing_ns": 6750428, + "compile_ns": 5332342, + "install_ns": 65181, + "osr_ns": 0, + "steady_state_ns": 27387 + } + } + ], + "raw_latency_ns": [ + 32117, + 31578, + 26356, + 26503, + 26566, + 27424, + 27217, + 27270, + 27386, + 26902, + 27070, + 27334, + 26628, + 27085, + 27138, + 27191, + 27101, + 26777, + 26768, + 27336, + 26744, + 26575, + 26964, + 27095, + 27228, + 27034, + 26645, + 26849, + 27080, + 27387 + ], + "raw_throughput_ops": [ + 119, + 117, + 122, + 119, + 120, + 78, + 121, + 122, + 124, + 123 + ], + "median_ns": 27085, + "mad_ns": 251, + "p95_ns": 31578, + "p99_ns": 32117, + "ci95_ns": [ + 26902, + 27217 + ], + "compile_ns": 5785392, + "install_ns": 48151, + "break_even_executions": 10 + }, + { + "name": "scalar-loop", + "suite": "rquickjs-jit focused", + "group": "scalar-loop", + "designated_kernel": true, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 27103, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280587, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9936896, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7841025, + "runtime_create_ns": 24736, + "jit_attach_ns": 50366, + "context_create_ns": 96741, + "definition_eval_ns": 26305, + "first_eval_ns": 192901, + "threshold_crossing_ns": 7382716, + "compile_ns": 6017314, + "install_ns": 39957, + "osr_ns": 0, + "steady_state_ns": 27103 + } + }, + { + "pair_index": 1, + "elapsed_ns": 27557, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 289217, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10006528, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7589797, + "runtime_create_ns": 22914, + "jit_attach_ns": 47536, + "context_create_ns": 97761, + "definition_eval_ns": 26963, + "first_eval_ns": 194708, + "threshold_crossing_ns": 7151235, + "compile_ns": 5777315, + "install_ns": 43096, + "osr_ns": 0, + "steady_state_ns": 27557 + } + }, + { + "pair_index": 2, + "elapsed_ns": 34693, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 275873, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9932800, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7500235, + "runtime_create_ns": 22727, + "jit_attach_ns": 47396, + "context_create_ns": 100062, + "definition_eval_ns": 26552, + "first_eval_ns": 207225, + "threshold_crossing_ns": 7038511, + "compile_ns": 5645015, + "install_ns": 42366, + "osr_ns": 0, + "steady_state_ns": 34693 + } + }, + { + "pair_index": 3, + "elapsed_ns": 26786, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282746, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9957376, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7351807, + "runtime_create_ns": 22267, + "jit_attach_ns": 53663, + "context_create_ns": 99080, + "definition_eval_ns": 26405, + "first_eval_ns": 189761, + "threshold_crossing_ns": 6912102, + "compile_ns": 5512672, + "install_ns": 43495, + "osr_ns": 0, + "steady_state_ns": 26786 + } + }, + { + "pair_index": 4, + "elapsed_ns": 27187, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281655, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7441111, + "runtime_create_ns": 25504, + "jit_attach_ns": 49376, + "context_create_ns": 97880, + "definition_eval_ns": 25357, + "first_eval_ns": 196696, + "threshold_crossing_ns": 6999739, + "compile_ns": 5702316, + "install_ns": 44390, + "osr_ns": 0, + "steady_state_ns": 27187 + } + }, + { + "pair_index": 5, + "elapsed_ns": 27434, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282482, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9842688, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7291691, + "runtime_create_ns": 22832, + "jit_attach_ns": 47341, + "context_create_ns": 100738, + "definition_eval_ns": 26037, + "first_eval_ns": 187068, + "threshold_crossing_ns": 6860183, + "compile_ns": 5518437, + "install_ns": 39217, + "osr_ns": 0, + "steady_state_ns": 27434 + } + }, + { + "pair_index": 6, + "elapsed_ns": 26842, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282895, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 8070039, + "runtime_create_ns": 23323, + "jit_attach_ns": 50213, + "context_create_ns": 116265, + "definition_eval_ns": 28682, + "first_eval_ns": 192949, + "threshold_crossing_ns": 7608946, + "compile_ns": 6186838, + "install_ns": 44002, + "osr_ns": 0, + "steady_state_ns": 26842 + } + }, + { + "pair_index": 7, + "elapsed_ns": 27371, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283805, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9756672, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7632451, + "runtime_create_ns": 23637, + "jit_attach_ns": 47928, + "context_create_ns": 100414, + "definition_eval_ns": 26690, + "first_eval_ns": 189737, + "threshold_crossing_ns": 7196355, + "compile_ns": 5778292, + "install_ns": 45047, + "osr_ns": 0, + "steady_state_ns": 27371 + } + }, + { + "pair_index": 8, + "elapsed_ns": 27098, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 289358, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 8031927, + "runtime_create_ns": 29493, + "jit_attach_ns": 63328, + "context_create_ns": 110064, + "definition_eval_ns": 43028, + "first_eval_ns": 208986, + "threshold_crossing_ns": 7525037, + "compile_ns": 6078873, + "install_ns": 58163, + "osr_ns": 0, + "steady_state_ns": 27098 + } + }, + { + "pair_index": 9, + "elapsed_ns": 32452, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 279656, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9990144, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7580073, + "runtime_create_ns": 21348, + "jit_attach_ns": 49572, + "context_create_ns": 99258, + "definition_eval_ns": 26094, + "first_eval_ns": 195022, + "threshold_crossing_ns": 7134564, + "compile_ns": 5764923, + "install_ns": 40451, + "osr_ns": 0, + "steady_state_ns": 32452 + } + }, + { + "pair_index": 10, + "elapsed_ns": 27451, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 299604, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9887744, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7251501, + "runtime_create_ns": 25173, + "jit_attach_ns": 48156, + "context_create_ns": 95814, + "definition_eval_ns": 25968, + "first_eval_ns": 204537, + "threshold_crossing_ns": 6805270, + "compile_ns": 5372501, + "install_ns": 40528, + "osr_ns": 0, + "steady_state_ns": 27451 + } + }, + { + "pair_index": 11, + "elapsed_ns": 27216, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283520, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9846784, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7634525, + "runtime_create_ns": 24052, + "jit_attach_ns": 47304, + "context_create_ns": 100000, + "definition_eval_ns": 26979, + "first_eval_ns": 186574, + "threshold_crossing_ns": 7201637, + "compile_ns": 5760710, + "install_ns": 39717, + "osr_ns": 0, + "steady_state_ns": 27216 + } + }, + { + "pair_index": 12, + "elapsed_ns": 27511, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282570, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9867264, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7507262, + "runtime_create_ns": 24345, + "jit_attach_ns": 47204, + "context_create_ns": 97331, + "definition_eval_ns": 25638, + "first_eval_ns": 190640, + "threshold_crossing_ns": 7075843, + "compile_ns": 5641331, + "install_ns": 46998, + "osr_ns": 0, + "steady_state_ns": 27511 + } + }, + { + "pair_index": 13, + "elapsed_ns": 27156, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 305941, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9842688, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 8349610, + "runtime_create_ns": 26180, + "jit_attach_ns": 48226, + "context_create_ns": 98893, + "definition_eval_ns": 26819, + "first_eval_ns": 231246, + "threshold_crossing_ns": 7872364, + "compile_ns": 6348794, + "install_ns": 48230, + "osr_ns": 0, + "steady_state_ns": 27156 + } + }, + { + "pair_index": 14, + "elapsed_ns": 29894, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281863, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9940992, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7603080, + "runtime_create_ns": 21232, + "jit_attach_ns": 47733, + "context_create_ns": 98764, + "definition_eval_ns": 28640, + "first_eval_ns": 198173, + "threshold_crossing_ns": 7157187, + "compile_ns": 5730978, + "install_ns": 41595, + "osr_ns": 0, + "steady_state_ns": 29894 + } + }, + { + "pair_index": 15, + "elapsed_ns": 27034, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281931, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10014720, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7680028, + "runtime_create_ns": 21596, + "jit_attach_ns": 50033, + "context_create_ns": 100797, + "definition_eval_ns": 31365, + "first_eval_ns": 191201, + "threshold_crossing_ns": 7237227, + "compile_ns": 5805931, + "install_ns": 51389, + "osr_ns": 0, + "steady_state_ns": 27034 + } + }, + { + "pair_index": 16, + "elapsed_ns": 27067, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283489, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7587399, + "runtime_create_ns": 24324, + "jit_attach_ns": 47962, + "context_create_ns": 98351, + "definition_eval_ns": 27337, + "first_eval_ns": 186481, + "threshold_crossing_ns": 7155137, + "compile_ns": 5761337, + "install_ns": 40024, + "osr_ns": 0, + "steady_state_ns": 27067 + } + }, + { + "pair_index": 17, + "elapsed_ns": 27154, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282713, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9826304, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7995023, + "runtime_create_ns": 23578, + "jit_attach_ns": 47970, + "context_create_ns": 103004, + "definition_eval_ns": 25970, + "first_eval_ns": 186341, + "threshold_crossing_ns": 7560484, + "compile_ns": 6176631, + "install_ns": 47860, + "osr_ns": 0, + "steady_state_ns": 27154 + } + }, + { + "pair_index": 18, + "elapsed_ns": 27121, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 296651, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9949184, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7745038, + "runtime_create_ns": 22781, + "jit_attach_ns": 47050, + "context_create_ns": 102211, + "definition_eval_ns": 25878, + "first_eval_ns": 184239, + "threshold_crossing_ns": 7314161, + "compile_ns": 5884328, + "install_ns": 40415, + "osr_ns": 0, + "steady_state_ns": 27121 + } + }, + { + "pair_index": 19, + "elapsed_ns": 27492, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 298005, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10035200, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 10653976, + "runtime_create_ns": 29156, + "jit_attach_ns": 64337, + "context_create_ns": 127966, + "definition_eval_ns": 44138, + "first_eval_ns": 244476, + "threshold_crossing_ns": 10088177, + "compile_ns": 7093306, + "install_ns": 80716, + "osr_ns": 0, + "steady_state_ns": 27492 + } + }, + { + "pair_index": 20, + "elapsed_ns": 26911, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282734, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9945088, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7431811, + "runtime_create_ns": 23354, + "jit_attach_ns": 47426, + "context_create_ns": 98820, + "definition_eval_ns": 28728, + "first_eval_ns": 195675, + "threshold_crossing_ns": 6989272, + "compile_ns": 5628268, + "install_ns": 44170, + "osr_ns": 0, + "steady_state_ns": 26911 + } + }, + { + "pair_index": 21, + "elapsed_ns": 27705, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281063, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9965568, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7774993, + "runtime_create_ns": 25887, + "jit_attach_ns": 47555, + "context_create_ns": 102923, + "definition_eval_ns": 34454, + "first_eval_ns": 187092, + "threshold_crossing_ns": 7326272, + "compile_ns": 5921204, + "install_ns": 44743, + "osr_ns": 0, + "steady_state_ns": 27705 + } + }, + { + "pair_index": 22, + "elapsed_ns": 27173, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 291108, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9969664, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7622200, + "runtime_create_ns": 22682, + "jit_attach_ns": 47920, + "context_create_ns": 97164, + "definition_eval_ns": 28275, + "first_eval_ns": 184582, + "threshold_crossing_ns": 7193519, + "compile_ns": 5753012, + "install_ns": 43677, + "osr_ns": 0, + "steady_state_ns": 27173 + } + }, + { + "pair_index": 23, + "elapsed_ns": 26847, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281619, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9936896, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7861377, + "runtime_create_ns": 24215, + "jit_attach_ns": 47829, + "context_create_ns": 103931, + "definition_eval_ns": 35114, + "first_eval_ns": 190129, + "threshold_crossing_ns": 7413079, + "compile_ns": 6078221, + "install_ns": 41506, + "osr_ns": 0, + "steady_state_ns": 26847 + } + }, + { + "pair_index": 24, + "elapsed_ns": 26885, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281337, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9842688, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 8139209, + "runtime_create_ns": 24014, + "jit_attach_ns": 48608, + "context_create_ns": 98501, + "definition_eval_ns": 27752, + "first_eval_ns": 188305, + "threshold_crossing_ns": 7705648, + "compile_ns": 6214641, + "install_ns": 42730, + "osr_ns": 0, + "steady_state_ns": 26885 + } + }, + { + "pair_index": 25, + "elapsed_ns": 27372, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280571, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7648488, + "runtime_create_ns": 23062, + "jit_attach_ns": 47746, + "context_create_ns": 103919, + "definition_eval_ns": 28193, + "first_eval_ns": 195846, + "threshold_crossing_ns": 7200159, + "compile_ns": 5892007, + "install_ns": 40941, + "osr_ns": 0, + "steady_state_ns": 27372 + } + }, + { + "pair_index": 26, + "elapsed_ns": 27422, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280660, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9969664, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7609092, + "runtime_create_ns": 21451, + "jit_attach_ns": 47536, + "context_create_ns": 108914, + "definition_eval_ns": 27837, + "first_eval_ns": 191450, + "threshold_crossing_ns": 7163430, + "compile_ns": 5771550, + "install_ns": 45467, + "osr_ns": 0, + "steady_state_ns": 27422 + } + }, + { + "pair_index": 27, + "elapsed_ns": 27269, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 290693, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9986048, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7990693, + "runtime_create_ns": 30365, + "jit_attach_ns": 49627, + "context_create_ns": 99645, + "definition_eval_ns": 28395, + "first_eval_ns": 195953, + "threshold_crossing_ns": 7538155, + "compile_ns": 6145840, + "install_ns": 42738, + "osr_ns": 0, + "steady_state_ns": 27269 + } + }, + { + "pair_index": 28, + "elapsed_ns": 27192, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280417, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7929180, + "runtime_create_ns": 22659, + "jit_attach_ns": 46753, + "context_create_ns": 99095, + "definition_eval_ns": 28080, + "first_eval_ns": 196607, + "threshold_crossing_ns": 7487689, + "compile_ns": 6072160, + "install_ns": 49138, + "osr_ns": 0, + "steady_state_ns": 27192 + } + }, + { + "pair_index": 29, + "elapsed_ns": 26556, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281496, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9805824, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 8957152, + "runtime_create_ns": 32465, + "jit_attach_ns": 76563, + "context_create_ns": 122975, + "definition_eval_ns": 50296, + "first_eval_ns": 296331, + "threshold_crossing_ns": 8319032, + "compile_ns": 6899008, + "install_ns": 54886, + "osr_ns": 0, + "steady_state_ns": 26556 + } + } + ], + "raw_latency_ns": [ + 27103, + 27557, + 34693, + 26786, + 27187, + 27434, + 26842, + 27371, + 27098, + 32452, + 27451, + 27216, + 27511, + 27156, + 29894, + 27034, + 27067, + 27154, + 27121, + 27492, + 26911, + 27705, + 27173, + 26847, + 26885, + 27372, + 27422, + 27269, + 27192, + 26556 + ], + "raw_throughput_ops": [ + 118, + 119, + 122, + 124, + 124, + 106, + 115, + 121, + 120, + 122 + ], + "median_ns": 27192, + "mad_ns": 242, + "p95_ns": 32452, + "p99_ns": 34693, + "ci95_ns": [ + 27121, + 27422 + ], + "compile_ns": 5805931, + "install_ns": 43677, + "break_even_executions": 10 + }, + { + "name": "call-heavy", + "suite": "rquickjs-jit focused", + "group": "call-heavy", + "designated_kernel": true, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 314499, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 95, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2011, + "measured_benefit_ns": 16845199, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11001856, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18231113, + "runtime_create_ns": 28026, + "jit_attach_ns": 52697, + "context_create_ns": 102235, + "definition_eval_ns": 44062, + "first_eval_ns": 775016, + "threshold_crossing_ns": 16863610, + "compile_ns": 15435364, + "install_ns": 86725, + "osr_ns": 0, + "steady_state_ns": 314499 + } + }, + { + "pair_index": 1, + "elapsed_ns": 323023, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 86, + "native_exits": 2110, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 95, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 16756112, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11046912, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18283982, + "runtime_create_ns": 24801, + "jit_attach_ns": 54527, + "context_create_ns": 106697, + "definition_eval_ns": 50127, + "first_eval_ns": 2246263, + "threshold_crossing_ns": 15428429, + "compile_ns": 15516918, + "install_ns": 93031, + "osr_ns": 0, + "steady_state_ns": 323023 + } + }, + { + "pair_index": 2, + "elapsed_ns": 314158, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 95, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2009, + "measured_benefit_ns": 16752410, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11063296, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18342831, + "runtime_create_ns": 25173, + "jit_attach_ns": 53114, + "context_create_ns": 100324, + "definition_eval_ns": 42819, + "first_eval_ns": 798365, + "threshold_crossing_ns": 16959922, + "compile_ns": 15519985, + "install_ns": 81593, + "osr_ns": 0, + "steady_state_ns": 314158 + } + }, + { + "pair_index": 3, + "elapsed_ns": 330395, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 85, + "native_exits": 2108, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 93, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2006, + "measured_benefit_ns": 16609501, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11231232, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18263175, + "runtime_create_ns": 22919, + "jit_attach_ns": 51959, + "context_create_ns": 109766, + "definition_eval_ns": 55167, + "first_eval_ns": 2224336, + "threshold_crossing_ns": 15418972, + "compile_ns": 15481945, + "install_ns": 97127, + "osr_ns": 0, + "steady_state_ns": 330395 + } + }, + { + "pair_index": 4, + "elapsed_ns": 313175, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 125, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2014, + "measured_benefit_ns": 17129383, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11124736, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18361185, + "runtime_create_ns": 26600, + "jit_attach_ns": 60755, + "context_create_ns": 114760, + "definition_eval_ns": 53254, + "first_eval_ns": 2275454, + "threshold_crossing_ns": 15466162, + "compile_ns": 15613860, + "install_ns": 97290, + "osr_ns": 0, + "steady_state_ns": 313175 + } + }, + { + "pair_index": 5, + "elapsed_ns": 313335, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 86, + "native_exits": 2140, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 125, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1996, + "measured_benefit_ns": 16701068, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11001856, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 19049812, + "runtime_create_ns": 25959, + "jit_attach_ns": 62311, + "context_create_ns": 102575, + "definition_eval_ns": 46139, + "first_eval_ns": 758947, + "threshold_crossing_ns": 17690489, + "compile_ns": 16248849, + "install_ns": 95289, + "osr_ns": 0, + "steady_state_ns": 313335 + } + }, + { + "pair_index": 6, + "elapsed_ns": 313265, + "checksum": "number:40bb580000000000", + "native_entries": 2096, + "native_acquisitions": 85, + "native_exits": 2096, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 81, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2003, + "measured_benefit_ns": 16962166, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10997760, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18315362, + "runtime_create_ns": 27127, + "jit_attach_ns": 57503, + "context_create_ns": 109996, + "definition_eval_ns": 48566, + "first_eval_ns": 2232709, + "threshold_crossing_ns": 15475847, + "compile_ns": 15524470, + "install_ns": 105354, + "osr_ns": 0, + "steady_state_ns": 313265 + } + }, + { + "pair_index": 7, + "elapsed_ns": 312807, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 95, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 16716895, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11091968, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18316632, + "runtime_create_ns": 25952, + "jit_attach_ns": 53219, + "context_create_ns": 104686, + "definition_eval_ns": 45755, + "first_eval_ns": 766208, + "threshold_crossing_ns": 16958132, + "compile_ns": 15552649, + "install_ns": 88369, + "osr_ns": 0, + "steady_state_ns": 312807 + } + }, + { + "pair_index": 8, + "elapsed_ns": 314403, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 95, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2008, + "measured_benefit_ns": 16704205, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11116544, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18263452, + "runtime_create_ns": 23901, + "jit_attach_ns": 51674, + "context_create_ns": 104178, + "definition_eval_ns": 45503, + "first_eval_ns": 767503, + "threshold_crossing_ns": 16906116, + "compile_ns": 15483764, + "install_ns": 82964, + "osr_ns": 0, + "steady_state_ns": 314403 + } + }, + { + "pair_index": 9, + "elapsed_ns": 322271, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 86, + "native_exits": 2140, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 125, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1999, + "measured_benefit_ns": 16567709, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10985472, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18255096, + "runtime_create_ns": 27619, + "jit_attach_ns": 55163, + "context_create_ns": 108453, + "definition_eval_ns": 48109, + "first_eval_ns": 762687, + "threshold_crossing_ns": 16881438, + "compile_ns": 15489047, + "install_ns": 84759, + "osr_ns": 0, + "steady_state_ns": 322271 + } + }, + { + "pair_index": 10, + "elapsed_ns": 312985, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 93, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2006, + "measured_benefit_ns": 16849548, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10936320, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18278146, + "runtime_create_ns": 23861, + "jit_attach_ns": 51921, + "context_create_ns": 104763, + "definition_eval_ns": 43897, + "first_eval_ns": 767776, + "threshold_crossing_ns": 16924076, + "compile_ns": 15458366, + "install_ns": 88986, + "osr_ns": 0, + "steady_state_ns": 312985 + } + }, + { + "pair_index": 11, + "elapsed_ns": 312301, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 95, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 17171381, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11194368, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 19063805, + "runtime_create_ns": 22545, + "jit_attach_ns": 50798, + "context_create_ns": 121501, + "definition_eval_ns": 47436, + "first_eval_ns": 2259432, + "threshold_crossing_ns": 16200287, + "compile_ns": 16804442, + "install_ns": 89218, + "osr_ns": 0, + "steady_state_ns": 312301 + } + }, + { + "pair_index": 12, + "elapsed_ns": 313228, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 95, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2010, + "measured_benefit_ns": 16709390, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11206656, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18292330, + "runtime_create_ns": 23723, + "jit_attach_ns": 55792, + "context_create_ns": 106483, + "definition_eval_ns": 48235, + "first_eval_ns": 770697, + "threshold_crossing_ns": 16923132, + "compile_ns": 15520985, + "install_ns": 84211, + "osr_ns": 0, + "steady_state_ns": 313228 + } + }, + { + "pair_index": 13, + "elapsed_ns": 313542, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 93, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2004, + "measured_benefit_ns": 16636039, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11124736, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18822042, + "runtime_create_ns": 26083, + "jit_attach_ns": 50239, + "context_create_ns": 100746, + "definition_eval_ns": 45189, + "first_eval_ns": 770712, + "threshold_crossing_ns": 17463953, + "compile_ns": 16030369, + "install_ns": 79233, + "osr_ns": 0, + "steady_state_ns": 313542 + } + }, + { + "pair_index": 14, + "elapsed_ns": 322304, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 125, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2001, + "measured_benefit_ns": 16673709, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11100160, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18173301, + "runtime_create_ns": 28989, + "jit_attach_ns": 54552, + "context_create_ns": 105086, + "definition_eval_ns": 53497, + "first_eval_ns": 763200, + "threshold_crossing_ns": 16795456, + "compile_ns": 15377206, + "install_ns": 76120, + "osr_ns": 0, + "steady_state_ns": 322304 + } + }, + { + "pair_index": 15, + "elapsed_ns": 312647, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 95, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2004, + "measured_benefit_ns": 16744041, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11210752, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18159918, + "runtime_create_ns": 22254, + "jit_attach_ns": 52280, + "context_create_ns": 102144, + "definition_eval_ns": 46457, + "first_eval_ns": 771702, + "threshold_crossing_ns": 16802415, + "compile_ns": 15375839, + "install_ns": 84017, + "osr_ns": 0, + "steady_state_ns": 312647 + } + }, + { + "pair_index": 16, + "elapsed_ns": 315892, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 95, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2001, + "measured_benefit_ns": 16660610, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11124736, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18918803, + "runtime_create_ns": 25359, + "jit_attach_ns": 63862, + "context_create_ns": 105557, + "definition_eval_ns": 53194, + "first_eval_ns": 759103, + "threshold_crossing_ns": 17545169, + "compile_ns": 16165333, + "install_ns": 78111, + "osr_ns": 0, + "steady_state_ns": 315892 + } + }, + { + "pair_index": 17, + "elapsed_ns": 319503, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 95, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2004, + "measured_benefit_ns": 16625225, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11198464, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18264983, + "runtime_create_ns": 23285, + "jit_attach_ns": 53173, + "context_create_ns": 103115, + "definition_eval_ns": 49139, + "first_eval_ns": 780717, + "threshold_crossing_ns": 16886162, + "compile_ns": 15502152, + "install_ns": 82162, + "osr_ns": 0, + "steady_state_ns": 319503 + } + }, + { + "pair_index": 18, + "elapsed_ns": 313512, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 93, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2003, + "measured_benefit_ns": 16708414, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11165696, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18392203, + "runtime_create_ns": 25886, + "jit_attach_ns": 52231, + "context_create_ns": 103920, + "definition_eval_ns": 45963, + "first_eval_ns": 766640, + "threshold_crossing_ns": 17033253, + "compile_ns": 15601932, + "install_ns": 103367, + "osr_ns": 0, + "steady_state_ns": 313512 + } + }, + { + "pair_index": 19, + "elapsed_ns": 315704, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 93, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2006, + "measured_benefit_ns": 16749904, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11083776, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 19000582, + "runtime_create_ns": 22904, + "jit_attach_ns": 51808, + "context_create_ns": 110880, + "definition_eval_ns": 53255, + "first_eval_ns": 760153, + "threshold_crossing_ns": 17635866, + "compile_ns": 16212141, + "install_ns": 93709, + "osr_ns": 0, + "steady_state_ns": 315704 + } + }, + { + "pair_index": 20, + "elapsed_ns": 313778, + "checksum": "number:40bb580000000000", + "native_entries": 2091, + "native_acquisitions": 84, + "native_exits": 2091, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 76, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2004, + "measured_benefit_ns": 16565525, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11149312, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18275203, + "runtime_create_ns": 27349, + "jit_attach_ns": 55350, + "context_create_ns": 106047, + "definition_eval_ns": 48926, + "first_eval_ns": 2222619, + "threshold_crossing_ns": 15450954, + "compile_ns": 15517748, + "install_ns": 94491, + "osr_ns": 0, + "steady_state_ns": 313778 + } + }, + { + "pair_index": 21, + "elapsed_ns": 315319, + "checksum": "number:40bb580000000000", + "native_entries": 4111, + "native_acquisitions": 150, + "native_exits": 4111, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 96, + "tier2_entries": 4015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 4005, + "measured_benefit_ns": 16893009, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11067392, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 19827453, + "runtime_create_ns": 26146, + "jit_attach_ns": 53956, + "context_create_ns": 103409, + "definition_eval_ns": 45798, + "first_eval_ns": 765015, + "threshold_crossing_ns": 18467101, + "compile_ns": 16949394, + "install_ns": 101148, + "osr_ns": 0, + "steady_state_ns": 315319 + } + }, + { + "pair_index": 22, + "elapsed_ns": 315805, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 95, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2009, + "measured_benefit_ns": 16765178, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10993664, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18953716, + "runtime_create_ns": 26072, + "jit_attach_ns": 53883, + "context_create_ns": 114896, + "definition_eval_ns": 43983, + "first_eval_ns": 752865, + "threshold_crossing_ns": 17596741, + "compile_ns": 16161145, + "install_ns": 86466, + "osr_ns": 0, + "steady_state_ns": 315805 + } + }, + { + "pair_index": 23, + "elapsed_ns": 315410, + "checksum": "number:40bb580000000000", + "native_entries": 2078, + "native_acquisitions": 84, + "native_exits": 2078, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 63, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 16601780, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18279832, + "runtime_create_ns": 26995, + "jit_attach_ns": 51765, + "context_create_ns": 108167, + "definition_eval_ns": 46395, + "first_eval_ns": 2221673, + "threshold_crossing_ns": 15457322, + "compile_ns": 15530688, + "install_ns": 86900, + "osr_ns": 0, + "steady_state_ns": 315410 + } + }, + { + "pair_index": 24, + "elapsed_ns": 324746, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 93, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2010, + "measured_benefit_ns": 16800378, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10977280, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18863135, + "runtime_create_ns": 25317, + "jit_attach_ns": 52455, + "context_create_ns": 106679, + "definition_eval_ns": 45891, + "first_eval_ns": 774267, + "threshold_crossing_ns": 17484427, + "compile_ns": 16074768, + "install_ns": 75706, + "osr_ns": 0, + "steady_state_ns": 324746 + } + }, + { + "pair_index": 25, + "elapsed_ns": 311379, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 93, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2008, + "measured_benefit_ns": 16865351, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11051008, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18270755, + "runtime_create_ns": 26685, + "jit_attach_ns": 52590, + "context_create_ns": 102762, + "definition_eval_ns": 43793, + "first_eval_ns": 769769, + "threshold_crossing_ns": 16914833, + "compile_ns": 15464885, + "install_ns": 85684, + "osr_ns": 0, + "steady_state_ns": 311379 + } + }, + { + "pair_index": 26, + "elapsed_ns": 324729, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 125, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2013, + "measured_benefit_ns": 16818823, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10989568, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18973395, + "runtime_create_ns": 24919, + "jit_attach_ns": 54735, + "context_create_ns": 101021, + "definition_eval_ns": 48431, + "first_eval_ns": 773254, + "threshold_crossing_ns": 17597144, + "compile_ns": 16147706, + "install_ns": 92935, + "osr_ns": 0, + "steady_state_ns": 324729 + } + }, + { + "pair_index": 27, + "elapsed_ns": 312968, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 125, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2008, + "measured_benefit_ns": 16777697, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11227136, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18334631, + "runtime_create_ns": 23087, + "jit_attach_ns": 52465, + "context_create_ns": 105847, + "definition_eval_ns": 47670, + "first_eval_ns": 771108, + "threshold_crossing_ns": 16970051, + "compile_ns": 15565879, + "install_ns": 87886, + "osr_ns": 0, + "steady_state_ns": 312968 + } + }, + { + "pair_index": 28, + "elapsed_ns": 320244, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 95, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2011, + "measured_benefit_ns": 16973750, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11124736, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18311814, + "runtime_create_ns": 31950, + "jit_attach_ns": 54377, + "context_create_ns": 102936, + "definition_eval_ns": 48112, + "first_eval_ns": 779675, + "threshold_crossing_ns": 16924826, + "compile_ns": 15494305, + "install_ns": 94157, + "osr_ns": 0, + "steady_state_ns": 320244 + } + }, + { + "pair_index": 29, + "elapsed_ns": 312232, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 93, + "tier2_entries": 2015, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2013, + "measured_benefit_ns": 16692885, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11716, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18343149, + "runtime_create_ns": 24630, + "jit_attach_ns": 52031, + "context_create_ns": 105260, + "definition_eval_ns": 52521, + "first_eval_ns": 772598, + "threshold_crossing_ns": 16973691, + "compile_ns": 15571009, + "install_ns": 86735, + "osr_ns": 0, + "steady_state_ns": 312232 + } + } + ], + "raw_latency_ns": [ + 314499, + 323023, + 314158, + 330395, + 313175, + 313335, + 313265, + 312807, + 314403, + 322271, + 312985, + 312301, + 313228, + 313542, + 322304, + 312647, + 315892, + 319503, + 313512, + 315704, + 313778, + 315319, + 315805, + 315410, + 324746, + 311379, + 324729, + 312968, + 320244, + 312232 + ], + "raw_throughput_ops": [ + 50, + 52, + 51, + 52, + 52, + 52, + 51, + 52, + 50, + 53 + ], + "median_ns": 314403, + "mad_ns": 1435, + "p95_ns": 324746, + "p99_ns": 330395, + "ci95_ns": [ + 313335, + 315805 + ], + "compile_ns": 15530688, + "install_ns": 87886, + "break_even_executions": 15 + }, + { + "name": "generic-call-entry", + "suite": "rquickjs-jit focused", + "group": "call-heavy", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 9392409, + "checksum": "number:409f400000000000", + "native_entries": 3907993, + "native_acquisitions": 125173, + "native_exits": 3907993, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3907993, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10055680, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2015111323, + "runtime_create_ns": 36078, + "jit_attach_ns": 57283, + "context_create_ns": 109495, + "definition_eval_ns": 47624, + "first_eval_ns": 715891, + "threshold_crossing_ns": 2003778673, + "compile_ns": 9939915, + "install_ns": 50983, + "osr_ns": 0, + "steady_state_ns": 9392409 + } + }, + { + "pair_index": 1, + "elapsed_ns": 9290499, + "checksum": "number:409f400000000000", + "native_entries": 3869891, + "native_acquisitions": 123953, + "native_exits": 3869891, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3869891, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10035200, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2014906766, + "runtime_create_ns": 26367, + "jit_attach_ns": 58334, + "context_create_ns": 110980, + "definition_eval_ns": 46196, + "first_eval_ns": 720696, + "threshold_crossing_ns": 2003697460, + "compile_ns": 9795183, + "install_ns": 45036, + "osr_ns": 0, + "steady_state_ns": 9290499 + } + }, + { + "pair_index": 2, + "elapsed_ns": 9338135, + "checksum": "number:409f400000000000", + "native_entries": 3835698, + "native_acquisitions": 122886, + "native_exits": 3835698, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3835698, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9977856, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2016410423, + "runtime_create_ns": 25768, + "jit_attach_ns": 56453, + "context_create_ns": 99497, + "definition_eval_ns": 40605, + "first_eval_ns": 711010, + "threshold_crossing_ns": 2005184444, + "compile_ns": 10414994, + "install_ns": 62837, + "osr_ns": 0, + "steady_state_ns": 9338135 + } + }, + { + "pair_index": 3, + "elapsed_ns": 9363302, + "checksum": "number:409f400000000000", + "native_entries": 3779980, + "native_acquisitions": 121079, + "native_exits": 3779980, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3779980, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10166272, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2014167541, + "runtime_create_ns": 27141, + "jit_attach_ns": 57484, + "context_create_ns": 126074, + "definition_eval_ns": 50874, + "first_eval_ns": 712681, + "threshold_crossing_ns": 2002874166, + "compile_ns": 10315502, + "install_ns": 59220, + "osr_ns": 0, + "steady_state_ns": 9363302 + } + }, + { + "pair_index": 4, + "elapsed_ns": 9360076, + "checksum": "number:409f400000000000", + "native_entries": 3937864, + "native_acquisitions": 126129, + "native_exits": 3937864, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3937864, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10092544, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2014584192, + "runtime_create_ns": 26180, + "jit_attach_ns": 56545, + "context_create_ns": 103007, + "definition_eval_ns": 49058, + "first_eval_ns": 717595, + "threshold_crossing_ns": 2003303517, + "compile_ns": 9932846, + "install_ns": 59351, + "osr_ns": 0, + "steady_state_ns": 9360076 + } + }, + { + "pair_index": 5, + "elapsed_ns": 9326586, + "checksum": "number:409f400000000000", + "native_entries": 3905804, + "native_acquisitions": 125100, + "native_exits": 3905804, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3905804, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10043392, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2014419562, + "runtime_create_ns": 25313, + "jit_attach_ns": 55336, + "context_create_ns": 108502, + "definition_eval_ns": 45277, + "first_eval_ns": 709132, + "threshold_crossing_ns": 2003189528, + "compile_ns": 9782740, + "install_ns": 46302, + "osr_ns": 0, + "steady_state_ns": 9326586 + } + }, + { + "pair_index": 6, + "elapsed_ns": 9619257, + "checksum": "number:409f400000000000", + "native_entries": 3965930, + "native_acquisitions": 127024, + "native_exits": 3965930, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3965930, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10211328, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2014724231, + "runtime_create_ns": 25244, + "jit_attach_ns": 62186, + "context_create_ns": 107874, + "definition_eval_ns": 50740, + "first_eval_ns": 710759, + "threshold_crossing_ns": 2003191881, + "compile_ns": 9942121, + "install_ns": 56501, + "osr_ns": 0, + "steady_state_ns": 9619257 + } + }, + { + "pair_index": 7, + "elapsed_ns": 9311603, + "checksum": "number:409f400000000000", + "native_entries": 3987967, + "native_acquisitions": 127731, + "native_exits": 3987967, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3987967, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9965568, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2014659577, + "runtime_create_ns": 27356, + "jit_attach_ns": 57383, + "context_create_ns": 110312, + "definition_eval_ns": 48291, + "first_eval_ns": 723811, + "threshold_crossing_ns": 2003423800, + "compile_ns": 10024365, + "install_ns": 65719, + "osr_ns": 0, + "steady_state_ns": 9311603 + } + }, + { + "pair_index": 8, + "elapsed_ns": 9437983, + "checksum": "number:409f400000000000", + "native_entries": 3853809, + "native_acquisitions": 123435, + "native_exits": 3853809, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3853809, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10035200, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2014803053, + "runtime_create_ns": 24979, + "jit_attach_ns": 60248, + "context_create_ns": 106449, + "definition_eval_ns": 47383, + "first_eval_ns": 707058, + "threshold_crossing_ns": 2003456307, + "compile_ns": 9784394, + "install_ns": 49896, + "osr_ns": 0, + "steady_state_ns": 9437983 + } + }, + { + "pair_index": 9, + "elapsed_ns": 9326315, + "checksum": "number:409f400000000000", + "native_entries": 3673947, + "native_acquisitions": 117685, + "native_exits": 3673947, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3673947, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10055680, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2014076624, + "runtime_create_ns": 26376, + "jit_attach_ns": 56631, + "context_create_ns": 108992, + "definition_eval_ns": 47368, + "first_eval_ns": 720711, + "threshold_crossing_ns": 2002829143, + "compile_ns": 9879271, + "install_ns": 50944, + "osr_ns": 0, + "steady_state_ns": 9326315 + } + }, + { + "pair_index": 10, + "elapsed_ns": 9367137, + "checksum": "number:409f400000000000", + "native_entries": 3755851, + "native_acquisitions": 120289, + "native_exits": 3755851, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3755851, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10133504, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2015077472, + "runtime_create_ns": 25064, + "jit_attach_ns": 56734, + "context_create_ns": 124240, + "definition_eval_ns": 47897, + "first_eval_ns": 705954, + "threshold_crossing_ns": 2003791974, + "compile_ns": 11448893, + "install_ns": 66750, + "osr_ns": 0, + "steady_state_ns": 9367137 + } + }, + { + "pair_index": 11, + "elapsed_ns": 9341431, + "checksum": "number:409f400000000000", + "native_entries": 3892001, + "native_acquisitions": 124660, + "native_exits": 3892001, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3892001, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9990144, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2014904232, + "runtime_create_ns": 29399, + "jit_attach_ns": 60135, + "context_create_ns": 110467, + "definition_eval_ns": 51867, + "first_eval_ns": 701217, + "threshold_crossing_ns": 2003651360, + "compile_ns": 9922793, + "install_ns": 51664, + "osr_ns": 0, + "steady_state_ns": 9341431 + } + }, + { + "pair_index": 12, + "elapsed_ns": 9352208, + "checksum": "number:409f400000000000", + "native_entries": 3867587, + "native_acquisitions": 123876, + "native_exits": 3867587, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3867587, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10145792, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2015002871, + "runtime_create_ns": 26519, + "jit_attach_ns": 51704, + "context_create_ns": 100960, + "definition_eval_ns": 40561, + "first_eval_ns": 688514, + "threshold_crossing_ns": 2003790613, + "compile_ns": 9566178, + "install_ns": 46096, + "osr_ns": 0, + "steady_state_ns": 9352208 + } + }, + { + "pair_index": 13, + "elapsed_ns": 9354125, + "checksum": "number:409f400000000000", + "native_entries": 3903593, + "native_acquisitions": 125028, + "native_exits": 3903593, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3903593, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10219520, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2014512950, + "runtime_create_ns": 23299, + "jit_attach_ns": 51261, + "context_create_ns": 102217, + "definition_eval_ns": 41741, + "first_eval_ns": 705986, + "threshold_crossing_ns": 2003280061, + "compile_ns": 9622643, + "install_ns": 48945, + "osr_ns": 0, + "steady_state_ns": 9354125 + } + }, + { + "pair_index": 14, + "elapsed_ns": 9567537, + "checksum": "number:409f400000000000", + "native_entries": 3811739, + "native_acquisitions": 122091, + "native_exits": 3811739, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3811739, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9994240, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2015213212, + "runtime_create_ns": 25633, + "jit_attach_ns": 53695, + "context_create_ns": 105600, + "definition_eval_ns": 40876, + "first_eval_ns": 699363, + "threshold_crossing_ns": 2003776725, + "compile_ns": 9667817, + "install_ns": 42637, + "osr_ns": 0, + "steady_state_ns": 9567537 + } + }, + { + "pair_index": 15, + "elapsed_ns": 9408558, + "checksum": "number:409f400000000000", + "native_entries": 3960839, + "native_acquisitions": 126878, + "native_exits": 3960839, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3960839, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10092544, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2016152985, + "runtime_create_ns": 26266, + "jit_attach_ns": 65493, + "context_create_ns": 106143, + "definition_eval_ns": 52583, + "first_eval_ns": 2325274, + "threshold_crossing_ns": 2003210766, + "compile_ns": 10390939, + "install_ns": 52146, + "osr_ns": 0, + "steady_state_ns": 9408558 + } + }, + { + "pair_index": 16, + "elapsed_ns": 9344653, + "checksum": "number:409f400000000000", + "native_entries": 4009901, + "native_acquisitions": 128431, + "native_exits": 4009901, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4009901, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10072064, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2014677741, + "runtime_create_ns": 27815, + "jit_attach_ns": 58888, + "context_create_ns": 109298, + "definition_eval_ns": 47759, + "first_eval_ns": 717396, + "threshold_crossing_ns": 2003413432, + "compile_ns": 9821235, + "install_ns": 54263, + "osr_ns": 0, + "steady_state_ns": 9344653 + } + }, + { + "pair_index": 17, + "elapsed_ns": 9427085, + "checksum": "number:409f400000000000", + "native_entries": 3859916, + "native_acquisitions": 123636, + "native_exits": 3859916, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3859916, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10108928, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2014840107, + "runtime_create_ns": 25639, + "jit_attach_ns": 58460, + "context_create_ns": 110053, + "definition_eval_ns": 48860, + "first_eval_ns": 712758, + "threshold_crossing_ns": 2003493896, + "compile_ns": 9912472, + "install_ns": 62890, + "osr_ns": 0, + "steady_state_ns": 9427085 + } + }, + { + "pair_index": 18, + "elapsed_ns": 9335482, + "checksum": "number:409f400000000000", + "native_entries": 3846002, + "native_acquisitions": 123190, + "native_exits": 3846002, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3846002, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10141696, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2016336763, + "runtime_create_ns": 23638, + "jit_attach_ns": 56943, + "context_create_ns": 104803, + "definition_eval_ns": 51966, + "first_eval_ns": 2166900, + "threshold_crossing_ns": 2003639206, + "compile_ns": 9998081, + "install_ns": 54860, + "osr_ns": 0, + "steady_state_ns": 9335482 + } + }, + { + "pair_index": 19, + "elapsed_ns": 10125836, + "checksum": "number:409f400000000000", + "native_entries": 3564283, + "native_acquisitions": 114152, + "native_exits": 3564283, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3564283, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10100736, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2015180280, + "runtime_create_ns": 23801, + "jit_attach_ns": 52996, + "context_create_ns": 101611, + "definition_eval_ns": 46024, + "first_eval_ns": 705043, + "threshold_crossing_ns": 2003171423, + "compile_ns": 8928896, + "install_ns": 43545, + "osr_ns": 0, + "steady_state_ns": 10125836 + } + }, + { + "pair_index": 20, + "elapsed_ns": 9377423, + "checksum": "number:409f400000000000", + "native_entries": 3710001, + "native_acquisitions": 118836, + "native_exits": 3710001, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3710001, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2016647580, + "runtime_create_ns": 30432, + "jit_attach_ns": 59967, + "context_create_ns": 108568, + "definition_eval_ns": 48135, + "first_eval_ns": 2132680, + "threshold_crossing_ns": 2003933638, + "compile_ns": 10327187, + "install_ns": 72339, + "osr_ns": 0, + "steady_state_ns": 9377423 + } + }, + { + "pair_index": 21, + "elapsed_ns": 9547370, + "checksum": "number:409f400000000000", + "native_entries": 3860060, + "native_acquisitions": 123641, + "native_exits": 3860060, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3860060, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10027008, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2016003940, + "runtime_create_ns": 30455, + "jit_attach_ns": 63049, + "context_create_ns": 108119, + "definition_eval_ns": 48942, + "first_eval_ns": 2173974, + "threshold_crossing_ns": 2003075928, + "compile_ns": 9933234, + "install_ns": 57349, + "osr_ns": 0, + "steady_state_ns": 9547370 + } + }, + { + "pair_index": 22, + "elapsed_ns": 9352122, + "checksum": "number:409f400000000000", + "native_entries": 3792998, + "native_acquisitions": 121482, + "native_exits": 3792998, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3792998, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10162176, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2016493698, + "runtime_create_ns": 65167, + "jit_attach_ns": 123490, + "context_create_ns": 180097, + "definition_eval_ns": 63198, + "first_eval_ns": 2396029, + "threshold_crossing_ns": 2003341491, + "compile_ns": 9403691, + "install_ns": 49876, + "osr_ns": 0, + "steady_state_ns": 9352122 + } + }, + { + "pair_index": 23, + "elapsed_ns": 9488606, + "checksum": "number:409f400000000000", + "native_entries": 3851861, + "native_acquisitions": 123375, + "native_exits": 3851861, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3851861, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10027008, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2014555031, + "runtime_create_ns": 26382, + "jit_attach_ns": 56881, + "context_create_ns": 108963, + "definition_eval_ns": 48518, + "first_eval_ns": 711711, + "threshold_crossing_ns": 2003155973, + "compile_ns": 9824565, + "install_ns": 55324, + "osr_ns": 0, + "steady_state_ns": 9488606 + } + }, + { + "pair_index": 24, + "elapsed_ns": 9354247, + "checksum": "number:409f400000000000", + "native_entries": 3877734, + "native_acquisitions": 124203, + "native_exits": 3877734, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3877734, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10084352, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2015015855, + "runtime_create_ns": 26861, + "jit_attach_ns": 51991, + "context_create_ns": 105022, + "definition_eval_ns": 46742, + "first_eval_ns": 707681, + "threshold_crossing_ns": 2003768539, + "compile_ns": 9705455, + "install_ns": 46129, + "osr_ns": 0, + "steady_state_ns": 9354247 + } + }, + { + "pair_index": 25, + "elapsed_ns": 9314204, + "checksum": "number:409f400000000000", + "native_entries": 3851763, + "native_acquisitions": 123371, + "native_exits": 3851763, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3851763, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10141696, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2014644440, + "runtime_create_ns": 26317, + "jit_attach_ns": 55349, + "context_create_ns": 99635, + "definition_eval_ns": 43780, + "first_eval_ns": 708704, + "threshold_crossing_ns": 2003448100, + "compile_ns": 9660109, + "install_ns": 49570, + "osr_ns": 0, + "steady_state_ns": 9314204 + } + }, + { + "pair_index": 26, + "elapsed_ns": 9310388, + "checksum": "number:409f400000000000", + "native_entries": 3993610, + "native_acquisitions": 127907, + "native_exits": 3993610, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3993610, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10178560, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2014746822, + "runtime_create_ns": 24788, + "jit_attach_ns": 53639, + "context_create_ns": 100773, + "definition_eval_ns": 39400, + "first_eval_ns": 701216, + "threshold_crossing_ns": 2003561834, + "compile_ns": 9580249, + "install_ns": 48478, + "osr_ns": 0, + "steady_state_ns": 9310388 + } + }, + { + "pair_index": 27, + "elapsed_ns": 9310651, + "checksum": "number:409f400000000000", + "native_entries": 3991897, + "native_acquisitions": 127858, + "native_exits": 3991897, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3991897, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10170368, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2014463180, + "runtime_create_ns": 26873, + "jit_attach_ns": 58945, + "context_create_ns": 109363, + "definition_eval_ns": 51200, + "first_eval_ns": 714182, + "threshold_crossing_ns": 2003238566, + "compile_ns": 8886047, + "install_ns": 76155, + "osr_ns": 0, + "steady_state_ns": 9310651 + } + }, + { + "pair_index": 28, + "elapsed_ns": 9345471, + "checksum": "number:409f400000000000", + "native_entries": 3983721, + "native_acquisitions": 127594, + "native_exits": 3983721, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3983721, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10076160, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2014880758, + "runtime_create_ns": 23403, + "jit_attach_ns": 64488, + "context_create_ns": 103583, + "definition_eval_ns": 41280, + "first_eval_ns": 722551, + "threshold_crossing_ns": 2003627138, + "compile_ns": 9660328, + "install_ns": 45911, + "osr_ns": 0, + "steady_state_ns": 9345471 + } + }, + { + "pair_index": 29, + "elapsed_ns": 9334936, + "checksum": "number:409f400000000000", + "native_entries": 3993649, + "native_acquisitions": 127910, + "native_exits": 3993649, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3993649, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10022912, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 2014095502, + "runtime_create_ns": 23875, + "jit_attach_ns": 53443, + "context_create_ns": 114466, + "definition_eval_ns": 42911, + "first_eval_ns": 693681, + "threshold_crossing_ns": 2002877354, + "compile_ns": 9641298, + "install_ns": 44812, + "osr_ns": 0, + "steady_state_ns": 9334936 + } + } + ], + "raw_latency_ns": [ + 9392409, + 9290499, + 9338135, + 9363302, + 9360076, + 9326586, + 9619257, + 9311603, + 9437983, + 9326315, + 9367137, + 9341431, + 9352208, + 9354125, + 9567537, + 9408558, + 9344653, + 9427085, + 9335482, + 10125836, + 9377423, + 9547370, + 9352122, + 9488606, + 9354247, + 9314204, + 9310388, + 9310651, + 9345471, + 9334936 + ], + "raw_throughput_ops": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ], + "median_ns": 9354125, + "mad_ns": 27810, + "p95_ns": 9619257, + "p99_ns": 10125836, + "ci95_ns": [ + 9341431, + 9377423 + ], + "compile_ns": 9824565, + "install_ns": 51664, + "break_even_executions": null + }, + { + "name": "property-heavy", + "suite": "rquickjs-jit focused", + "group": "property-heavy", + "designated_kernel": true, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 25041886, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11681792, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 72309518, + "runtime_create_ns": 27412, + "jit_attach_ns": 59266, + "context_create_ns": 106270, + "definition_eval_ns": 45730, + "first_eval_ns": 492028, + "threshold_crossing_ns": 44013424, + "compile_ns": 18497877, + "install_ns": 75367, + "osr_ns": 0, + "steady_state_ns": 25041886 + } + }, + { + "pair_index": 1, + "elapsed_ns": 25012341, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11644928, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 74015605, + "runtime_create_ns": 41277, + "jit_attach_ns": 67224, + "context_create_ns": 122043, + "definition_eval_ns": 60576, + "first_eval_ns": 1939607, + "threshold_crossing_ns": 44258489, + "compile_ns": 20048870, + "install_ns": 78103, + "osr_ns": 0, + "steady_state_ns": 25012341 + } + }, + { + "pair_index": 2, + "elapsed_ns": 24823119, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11849728, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 72042877, + "runtime_create_ns": 26472, + "jit_attach_ns": 58611, + "context_create_ns": 112351, + "definition_eval_ns": 50718, + "first_eval_ns": 488237, + "threshold_crossing_ns": 43983809, + "compile_ns": 18731378, + "install_ns": 67287, + "osr_ns": 0, + "steady_state_ns": 24823119 + } + }, + { + "pair_index": 3, + "elapsed_ns": 24861485, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11849728, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 75969637, + "runtime_create_ns": 36549, + "jit_attach_ns": 74195, + "context_create_ns": 118019, + "definition_eval_ns": 75920, + "first_eval_ns": 582015, + "threshold_crossing_ns": 47709098, + "compile_ns": 22173979, + "install_ns": 101850, + "osr_ns": 0, + "steady_state_ns": 24861485 + } + }, + { + "pair_index": 4, + "elapsed_ns": 24921924, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11681792, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 74320895, + "runtime_create_ns": 29214, + "jit_attach_ns": 59245, + "context_create_ns": 118789, + "definition_eval_ns": 51477, + "first_eval_ns": 478706, + "threshold_crossing_ns": 45927095, + "compile_ns": 19868600, + "install_ns": 67892, + "osr_ns": 0, + "steady_state_ns": 24921924 + } + }, + { + "pair_index": 5, + "elapsed_ns": 24822291, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11767808, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 75782534, + "runtime_create_ns": 26030, + "jit_attach_ns": 57612, + "context_create_ns": 109376, + "definition_eval_ns": 47628, + "first_eval_ns": 490717, + "threshold_crossing_ns": 47730830, + "compile_ns": 20812024, + "install_ns": 75328, + "osr_ns": 0, + "steady_state_ns": 24822291 + } + }, + { + "pair_index": 6, + "elapsed_ns": 24828358, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11771904, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 72023554, + "runtime_create_ns": 27560, + "jit_attach_ns": 56353, + "context_create_ns": 104837, + "definition_eval_ns": 46812, + "first_eval_ns": 491528, + "threshold_crossing_ns": 43962735, + "compile_ns": 18795337, + "install_ns": 64710, + "osr_ns": 0, + "steady_state_ns": 24828358 + } + }, + { + "pair_index": 7, + "elapsed_ns": 24845693, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11714560, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 75865721, + "runtime_create_ns": 26866, + "jit_attach_ns": 54444, + "context_create_ns": 112674, + "definition_eval_ns": 48382, + "first_eval_ns": 494420, + "threshold_crossing_ns": 47775074, + "compile_ns": 21949213, + "install_ns": 163789, + "osr_ns": 0, + "steady_state_ns": 24845693 + } + }, + { + "pair_index": 8, + "elapsed_ns": 25430479, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11657216, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 72746738, + "runtime_create_ns": 31023, + "jit_attach_ns": 59675, + "context_create_ns": 108944, + "definition_eval_ns": 49111, + "first_eval_ns": 482352, + "threshold_crossing_ns": 44082889, + "compile_ns": 18785237, + "install_ns": 76750, + "osr_ns": 0, + "steady_state_ns": 25430479 + } + }, + { + "pair_index": 9, + "elapsed_ns": 26722320, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11624448, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 75794862, + "runtime_create_ns": 25972, + "jit_attach_ns": 54705, + "context_create_ns": 106603, + "definition_eval_ns": 49138, + "first_eval_ns": 491181, + "threshold_crossing_ns": 45624046, + "compile_ns": 18761627, + "install_ns": 66281, + "osr_ns": 0, + "steady_state_ns": 26722320 + } + }, + { + "pair_index": 10, + "elapsed_ns": 24836306, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11743232, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 71632824, + "runtime_create_ns": 26317, + "jit_attach_ns": 59671, + "context_create_ns": 106791, + "definition_eval_ns": 53596, + "first_eval_ns": 493014, + "threshold_crossing_ns": 43558311, + "compile_ns": 18330835, + "install_ns": 67554, + "osr_ns": 0, + "steady_state_ns": 24836306 + } + }, + { + "pair_index": 11, + "elapsed_ns": 24839453, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11722752, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 76724189, + "runtime_create_ns": 26463, + "jit_attach_ns": 53083, + "context_create_ns": 103132, + "definition_eval_ns": 48559, + "first_eval_ns": 486976, + "threshold_crossing_ns": 48443281, + "compile_ns": 21585414, + "install_ns": 89242, + "osr_ns": 0, + "steady_state_ns": 24839453 + } + }, + { + "pair_index": 12, + "elapsed_ns": 24805908, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11804672, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 75582556, + "runtime_create_ns": 26233, + "jit_attach_ns": 74367, + "context_create_ns": 114887, + "definition_eval_ns": 56130, + "first_eval_ns": 495371, + "threshold_crossing_ns": 47509232, + "compile_ns": 22305557, + "install_ns": 74170, + "osr_ns": 0, + "steady_state_ns": 24805908 + } + }, + { + "pair_index": 13, + "elapsed_ns": 27020246, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11825152, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 74280895, + "runtime_create_ns": 24960, + "jit_attach_ns": 57341, + "context_create_ns": 107214, + "definition_eval_ns": 49722, + "first_eval_ns": 485530, + "threshold_crossing_ns": 44017961, + "compile_ns": 18780310, + "install_ns": 64466, + "osr_ns": 0, + "steady_state_ns": 27020246 + } + }, + { + "pair_index": 14, + "elapsed_ns": 24841469, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11608064, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 72186564, + "runtime_create_ns": 30837, + "jit_attach_ns": 62309, + "context_create_ns": 105281, + "definition_eval_ns": 53019, + "first_eval_ns": 495877, + "threshold_crossing_ns": 44100581, + "compile_ns": 18837021, + "install_ns": 72621, + "osr_ns": 0, + "steady_state_ns": 24841469 + } + }, + { + "pair_index": 15, + "elapsed_ns": 28282380, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11849728, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 75555915, + "runtime_create_ns": 23123, + "jit_attach_ns": 52593, + "context_create_ns": 108259, + "definition_eval_ns": 48251, + "first_eval_ns": 474978, + "threshold_crossing_ns": 44053440, + "compile_ns": 18727827, + "install_ns": 67851, + "osr_ns": 0, + "steady_state_ns": 28282380 + } + }, + { + "pair_index": 16, + "elapsed_ns": 24888223, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11849728, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 75780647, + "runtime_create_ns": 27944, + "jit_attach_ns": 60102, + "context_create_ns": 105469, + "definition_eval_ns": 48688, + "first_eval_ns": 482594, + "threshold_crossing_ns": 47666585, + "compile_ns": 19290604, + "install_ns": 158204, + "osr_ns": 0, + "steady_state_ns": 24888223 + } + }, + { + "pair_index": 17, + "elapsed_ns": 26425738, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11571200, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 78800653, + "runtime_create_ns": 25928, + "jit_attach_ns": 59462, + "context_create_ns": 111037, + "definition_eval_ns": 48477, + "first_eval_ns": 483093, + "threshold_crossing_ns": 49143162, + "compile_ns": 21612994, + "install_ns": 76699, + "osr_ns": 0, + "steady_state_ns": 26425738 + } + }, + { + "pair_index": 18, + "elapsed_ns": 24974801, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11718656, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 72168902, + "runtime_create_ns": 30070, + "jit_attach_ns": 62614, + "context_create_ns": 107592, + "definition_eval_ns": 48135, + "first_eval_ns": 493689, + "threshold_crossing_ns": 43950352, + "compile_ns": 18527574, + "install_ns": 65549, + "osr_ns": 0, + "steady_state_ns": 24974801 + } + }, + { + "pair_index": 19, + "elapsed_ns": 25040304, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11755520, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 72099134, + "runtime_create_ns": 23493, + "jit_attach_ns": 60401, + "context_create_ns": 108913, + "definition_eval_ns": 50554, + "first_eval_ns": 483753, + "threshold_crossing_ns": 43828755, + "compile_ns": 18390488, + "install_ns": 66370, + "osr_ns": 0, + "steady_state_ns": 25040304 + } + }, + { + "pair_index": 20, + "elapsed_ns": 25622711, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11681792, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 74733367, + "runtime_create_ns": 27285, + "jit_attach_ns": 54148, + "context_create_ns": 104477, + "definition_eval_ns": 48437, + "first_eval_ns": 483364, + "threshold_crossing_ns": 45418053, + "compile_ns": 19738540, + "install_ns": 83897, + "osr_ns": 0, + "steady_state_ns": 25622711 + } + }, + { + "pair_index": 21, + "elapsed_ns": 25321623, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11657216, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 73237334, + "runtime_create_ns": 28877, + "jit_attach_ns": 57416, + "context_create_ns": 108938, + "definition_eval_ns": 53207, + "first_eval_ns": 490945, + "threshold_crossing_ns": 44617949, + "compile_ns": 18823902, + "install_ns": 69042, + "osr_ns": 0, + "steady_state_ns": 25321623 + } + }, + { + "pair_index": 22, + "elapsed_ns": 24859787, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11714560, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 72158593, + "runtime_create_ns": 29989, + "jit_attach_ns": 60137, + "context_create_ns": 109892, + "definition_eval_ns": 48819, + "first_eval_ns": 473918, + "threshold_crossing_ns": 44070015, + "compile_ns": 18889793, + "install_ns": 65590, + "osr_ns": 0, + "steady_state_ns": 24859787 + } + }, + { + "pair_index": 23, + "elapsed_ns": 24827616, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11743232, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 71961889, + "runtime_create_ns": 23959, + "jit_attach_ns": 57525, + "context_create_ns": 108511, + "definition_eval_ns": 49242, + "first_eval_ns": 480227, + "threshold_crossing_ns": 43906843, + "compile_ns": 18695194, + "install_ns": 65494, + "osr_ns": 0, + "steady_state_ns": 24827616 + } + }, + { + "pair_index": 24, + "elapsed_ns": 27372143, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11780096, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 74739611, + "runtime_create_ns": 30494, + "jit_attach_ns": 61171, + "context_create_ns": 102970, + "definition_eval_ns": 44420, + "first_eval_ns": 477223, + "threshold_crossing_ns": 44142396, + "compile_ns": 18786040, + "install_ns": 67181, + "osr_ns": 0, + "steady_state_ns": 27372143 + } + }, + { + "pair_index": 25, + "elapsed_ns": 24852884, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11571200, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 71722579, + "runtime_create_ns": 28170, + "jit_attach_ns": 57132, + "context_create_ns": 107820, + "definition_eval_ns": 46635, + "first_eval_ns": 476931, + "threshold_crossing_ns": 43648789, + "compile_ns": 18390936, + "install_ns": 67913, + "osr_ns": 0, + "steady_state_ns": 24852884 + } + }, + { + "pair_index": 26, + "elapsed_ns": 24815133, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11833344, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 76442678, + "runtime_create_ns": 83769, + "jit_attach_ns": 115572, + "context_create_ns": 200443, + "definition_eval_ns": 67350, + "first_eval_ns": 1983419, + "threshold_crossing_ns": 46666256, + "compile_ns": 23334232, + "install_ns": 75590, + "osr_ns": 0, + "steady_state_ns": 24815133 + } + }, + { + "pair_index": 27, + "elapsed_ns": 24837235, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11620352, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 71670063, + "runtime_create_ns": 27739, + "jit_attach_ns": 54686, + "context_create_ns": 103955, + "definition_eval_ns": 51868, + "first_eval_ns": 490951, + "threshold_crossing_ns": 43594683, + "compile_ns": 18315015, + "install_ns": 62678, + "osr_ns": 0, + "steady_state_ns": 24837235 + } + }, + { + "pair_index": 28, + "elapsed_ns": 24850367, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11833344, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 71801757, + "runtime_create_ns": 24173, + "jit_attach_ns": 56206, + "context_create_ns": 107242, + "definition_eval_ns": 53193, + "first_eval_ns": 501938, + "threshold_crossing_ns": 43698087, + "compile_ns": 18396413, + "install_ns": 67828, + "osr_ns": 0, + "steady_state_ns": 24850367 + } + }, + { + "pair_index": 29, + "elapsed_ns": 24873025, + "checksum": "number:412e942200000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11636736, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 72105740, + "runtime_create_ns": 27256, + "jit_attach_ns": 55708, + "context_create_ns": 104788, + "definition_eval_ns": 43255, + "first_eval_ns": 488519, + "threshold_crossing_ns": 44011694, + "compile_ns": 18723425, + "install_ns": 65164, + "osr_ns": 0, + "steady_state_ns": 24873025 + } + } + ], + "raw_latency_ns": [ + 25041886, + 25012341, + 24823119, + 24861485, + 24921924, + 24822291, + 24828358, + 24845693, + 25430479, + 26722320, + 24836306, + 24839453, + 24805908, + 27020246, + 24841469, + 28282380, + 24888223, + 26425738, + 24974801, + 25040304, + 25622711, + 25321623, + 24859787, + 24827616, + 27372143, + 24852884, + 24815133, + 24837235, + 24850367, + 24873025 + ], + "raw_throughput_ops": [ + 14, + 14, + 14, + 14, + 14, + 14, + 14, + 14, + 14, + 14 + ], + "median_ns": 24873025, + "mad_ns": 50734, + "p95_ns": 27372143, + "p99_ns": 28282380, + "ci95_ns": [ + 24845693, + 25040304 + ], + "compile_ns": 18795337, + "install_ns": 67913, + "break_even_executions": null + }, + { + "name": "fibonacci-iterative", + "suite": "rquickjs-jit focused", + "group": "compute", + "designated_kernel": true, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 851133, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 9658552, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12640256, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 45330972, + "runtime_create_ns": 30300, + "jit_attach_ns": 65672, + "context_create_ns": 115299, + "definition_eval_ns": 50115, + "first_eval_ns": 13422774, + "threshold_crossing_ns": 30682257, + "compile_ns": 29952388, + "install_ns": 78558, + "osr_ns": 0, + "steady_state_ns": 851133 + } + }, + { + "pair_index": 1, + "elapsed_ns": 900781, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 9456348, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12541952, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 45357902, + "runtime_create_ns": 25779, + "jit_attach_ns": 53095, + "context_create_ns": 103503, + "definition_eval_ns": 42249, + "first_eval_ns": 13335747, + "threshold_crossing_ns": 30790111, + "compile_ns": 29752071, + "install_ns": 69400, + "osr_ns": 0, + "steady_state_ns": 900781 + } + }, + { + "pair_index": 2, + "elapsed_ns": 870181, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 10159354, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12529664, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 43658566, + "runtime_create_ns": 28621, + "jit_attach_ns": 74200, + "context_create_ns": 155694, + "definition_eval_ns": 77766, + "first_eval_ns": 13577494, + "threshold_crossing_ns": 28761553, + "compile_ns": 27988319, + "install_ns": 79189, + "osr_ns": 0, + "steady_state_ns": 870181 + } + }, + { + "pair_index": 3, + "elapsed_ns": 830808, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 10313494, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12361728, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 43129716, + "runtime_create_ns": 25324, + "jit_attach_ns": 58609, + "context_create_ns": 112455, + "definition_eval_ns": 43078, + "first_eval_ns": 13320404, + "threshold_crossing_ns": 28636770, + "compile_ns": 27293475, + "install_ns": 66142, + "osr_ns": 0, + "steady_state_ns": 830808 + } + }, + { + "pair_index": 4, + "elapsed_ns": 837511, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 9617072, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12562432, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 45413137, + "runtime_create_ns": 25336, + "jit_attach_ns": 54709, + "context_create_ns": 116318, + "definition_eval_ns": 41650, + "first_eval_ns": 10552686, + "threshold_crossing_ns": 33681497, + "compile_ns": 29857588, + "install_ns": 71163, + "osr_ns": 0, + "steady_state_ns": 837511 + } + }, + { + "pair_index": 5, + "elapsed_ns": 826326, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 9687353, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12517376, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 45483668, + "runtime_create_ns": 29814, + "jit_attach_ns": 63314, + "context_create_ns": 102535, + "definition_eval_ns": 44271, + "first_eval_ns": 10535478, + "threshold_crossing_ns": 33779170, + "compile_ns": 29890805, + "install_ns": 73504, + "osr_ns": 0, + "steady_state_ns": 826326 + } + }, + { + "pair_index": 6, + "elapsed_ns": 834425, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 10164843, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12484608, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 42863858, + "runtime_create_ns": 25818, + "jit_attach_ns": 53610, + "context_create_ns": 108142, + "definition_eval_ns": 43297, + "first_eval_ns": 13480884, + "threshold_crossing_ns": 28209805, + "compile_ns": 27201423, + "install_ns": 67383, + "osr_ns": 0, + "steady_state_ns": 834425 + } + }, + { + "pair_index": 7, + "elapsed_ns": 834830, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 10181993, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12537856, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 43092359, + "runtime_create_ns": 25353, + "jit_attach_ns": 61241, + "context_create_ns": 107138, + "definition_eval_ns": 44850, + "first_eval_ns": 13440278, + "threshold_crossing_ns": 28475608, + "compile_ns": 27183725, + "install_ns": 75605, + "osr_ns": 0, + "steady_state_ns": 834830 + } + }, + { + "pair_index": 8, + "elapsed_ns": 835589, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 9773778, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12492800, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 44963083, + "runtime_create_ns": 24667, + "jit_attach_ns": 53187, + "context_create_ns": 106181, + "definition_eval_ns": 45445, + "first_eval_ns": 10461960, + "threshold_crossing_ns": 33332084, + "compile_ns": 29364769, + "install_ns": 69919, + "osr_ns": 0, + "steady_state_ns": 835589 + } + }, + { + "pair_index": 9, + "elapsed_ns": 885057, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 9643806, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12398592, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 44827587, + "runtime_create_ns": 25369, + "jit_attach_ns": 54473, + "context_create_ns": 101451, + "definition_eval_ns": 45905, + "first_eval_ns": 13274073, + "threshold_crossing_ns": 30333270, + "compile_ns": 29235923, + "install_ns": 65247, + "osr_ns": 0, + "steady_state_ns": 885057 + } + }, + { + "pair_index": 10, + "elapsed_ns": 947185, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 9787390, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12492800, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 46233765, + "runtime_create_ns": 26978, + "jit_attach_ns": 55024, + "context_create_ns": 104543, + "definition_eval_ns": 43888, + "first_eval_ns": 13487635, + "threshold_crossing_ns": 31467900, + "compile_ns": 30353797, + "install_ns": 73297, + "osr_ns": 0, + "steady_state_ns": 947185 + } + }, + { + "pair_index": 11, + "elapsed_ns": 855342, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 8604131, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12419072, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 41898953, + "runtime_create_ns": 27372, + "jit_attach_ns": 54697, + "context_create_ns": 103759, + "definition_eval_ns": 42241, + "first_eval_ns": 10496227, + "threshold_crossing_ns": 30211960, + "compile_ns": 26913030, + "install_ns": 72014, + "osr_ns": 0, + "steady_state_ns": 855342 + } + }, + { + "pair_index": 12, + "elapsed_ns": 829263, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 10154328, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12468224, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 47581030, + "runtime_create_ns": 26051, + "jit_attach_ns": 55568, + "context_create_ns": 104579, + "definition_eval_ns": 42912, + "first_eval_ns": 13364356, + "threshold_crossing_ns": 33049228, + "compile_ns": 31774362, + "install_ns": 92750, + "osr_ns": 0, + "steady_state_ns": 829263 + } + }, + { + "pair_index": 13, + "elapsed_ns": 833865, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 9459204, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12644352, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 45039788, + "runtime_create_ns": 27426, + "jit_attach_ns": 57290, + "context_create_ns": 103114, + "definition_eval_ns": 40000, + "first_eval_ns": 10480955, + "threshold_crossing_ns": 33389587, + "compile_ns": 29605721, + "install_ns": 65508, + "osr_ns": 0, + "steady_state_ns": 833865 + } + }, + { + "pair_index": 14, + "elapsed_ns": 850399, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 10274419, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12492800, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 48600660, + "runtime_create_ns": 23960, + "jit_attach_ns": 51462, + "context_create_ns": 106359, + "definition_eval_ns": 41927, + "first_eval_ns": 11480457, + "threshold_crossing_ns": 35936411, + "compile_ns": 32722381, + "install_ns": 95875, + "osr_ns": 0, + "steady_state_ns": 850399 + } + }, + { + "pair_index": 15, + "elapsed_ns": 859711, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 9645415, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12488704, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 45116774, + "runtime_create_ns": 26396, + "jit_attach_ns": 54029, + "context_create_ns": 100147, + "definition_eval_ns": 39314, + "first_eval_ns": 10078849, + "threshold_crossing_ns": 33853037, + "compile_ns": 29318931, + "install_ns": 70597, + "osr_ns": 0, + "steady_state_ns": 859711 + } + }, + { + "pair_index": 16, + "elapsed_ns": 848139, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 9554321, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12427264, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 45213129, + "runtime_create_ns": 25214, + "jit_attach_ns": 52835, + "context_create_ns": 108749, + "definition_eval_ns": 42671, + "first_eval_ns": 11508150, + "threshold_crossing_ns": 32523707, + "compile_ns": 29655900, + "install_ns": 67636, + "osr_ns": 0, + "steady_state_ns": 848139 + } + }, + { + "pair_index": 17, + "elapsed_ns": 837629, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 10545725, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12505088, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 44335669, + "runtime_create_ns": 31734, + "jit_attach_ns": 70860, + "context_create_ns": 124036, + "definition_eval_ns": 57509, + "first_eval_ns": 13767836, + "threshold_crossing_ns": 29327695, + "compile_ns": 28252695, + "install_ns": 72164, + "osr_ns": 0, + "steady_state_ns": 837629 + } + }, + { + "pair_index": 18, + "elapsed_ns": 842834, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 10442423, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12537856, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 44239506, + "runtime_create_ns": 31782, + "jit_attach_ns": 58929, + "context_create_ns": 134510, + "definition_eval_ns": 56224, + "first_eval_ns": 13609049, + "threshold_crossing_ns": 29399952, + "compile_ns": 28084479, + "install_ns": 73444, + "osr_ns": 0, + "steady_state_ns": 842834 + } + }, + { + "pair_index": 19, + "elapsed_ns": 854854, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 9454643, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12480512, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 45604214, + "runtime_create_ns": 32057, + "jit_attach_ns": 67232, + "context_create_ns": 114047, + "definition_eval_ns": 49601, + "first_eval_ns": 13422192, + "threshold_crossing_ns": 30956687, + "compile_ns": 30340961, + "install_ns": 77747, + "osr_ns": 0, + "steady_state_ns": 854854 + } + }, + { + "pair_index": 20, + "elapsed_ns": 833886, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 9522788, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12533760, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 45100432, + "runtime_create_ns": 27296, + "jit_attach_ns": 58682, + "context_create_ns": 104337, + "definition_eval_ns": 44708, + "first_eval_ns": 10434148, + "threshold_crossing_ns": 33495355, + "compile_ns": 29660136, + "install_ns": 69654, + "osr_ns": 0, + "steady_state_ns": 833886 + } + }, + { + "pair_index": 21, + "elapsed_ns": 837021, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 9514607, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12566528, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 45181921, + "runtime_create_ns": 24292, + "jit_attach_ns": 59439, + "context_create_ns": 109173, + "definition_eval_ns": 42342, + "first_eval_ns": 13293564, + "threshold_crossing_ns": 30710918, + "compile_ns": 29674213, + "install_ns": 65533, + "osr_ns": 0, + "steady_state_ns": 837021 + } + }, + { + "pair_index": 22, + "elapsed_ns": 895598, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 9396002, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12460032, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 45373129, + "runtime_create_ns": 27621, + "jit_attach_ns": 55135, + "context_create_ns": 111492, + "definition_eval_ns": 43260, + "first_eval_ns": 10559953, + "threshold_crossing_ns": 33571948, + "compile_ns": 29886575, + "install_ns": 73748, + "osr_ns": 0, + "steady_state_ns": 895598 + } + }, + { + "pair_index": 23, + "elapsed_ns": 868410, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 9429931, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12554240, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 45275755, + "runtime_create_ns": 24300, + "jit_attach_ns": 53334, + "context_create_ns": 103600, + "definition_eval_ns": 42568, + "first_eval_ns": 13292094, + "threshold_crossing_ns": 30780875, + "compile_ns": 29687447, + "install_ns": 73702, + "osr_ns": 0, + "steady_state_ns": 868410 + } + }, + { + "pair_index": 24, + "elapsed_ns": 915237, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 9777564, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12509184, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 43959422, + "runtime_create_ns": 24458, + "jit_attach_ns": 52128, + "context_create_ns": 102572, + "definition_eval_ns": 43735, + "first_eval_ns": 13326625, + "threshold_crossing_ns": 29308461, + "compile_ns": 27543873, + "install_ns": 73461, + "osr_ns": 0, + "steady_state_ns": 915237 + } + }, + { + "pair_index": 25, + "elapsed_ns": 833574, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 9495043, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12496896, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 45260667, + "runtime_create_ns": 25743, + "jit_attach_ns": 55187, + "context_create_ns": 104415, + "definition_eval_ns": 41025, + "first_eval_ns": 13319115, + "threshold_crossing_ns": 30780454, + "compile_ns": 29740238, + "install_ns": 62023, + "osr_ns": 0, + "steady_state_ns": 833574 + } + }, + { + "pair_index": 26, + "elapsed_ns": 828269, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 9499971, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12500992, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 45142088, + "runtime_create_ns": 24972, + "jit_attach_ns": 51568, + "context_create_ns": 103601, + "definition_eval_ns": 44179, + "first_eval_ns": 13293786, + "threshold_crossing_ns": 30693320, + "compile_ns": 29739426, + "install_ns": 69121, + "osr_ns": 0, + "steady_state_ns": 828269 + } + }, + { + "pair_index": 27, + "elapsed_ns": 836489, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 9638060, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12513280, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 45280035, + "runtime_create_ns": 28321, + "jit_attach_ns": 52775, + "context_create_ns": 106614, + "definition_eval_ns": 43975, + "first_eval_ns": 10517053, + "threshold_crossing_ns": 33587425, + "compile_ns": 29724495, + "install_ns": 70542, + "osr_ns": 0, + "steady_state_ns": 836489 + } + }, + { + "pair_index": 28, + "elapsed_ns": 839429, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 10098725, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12541952, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 42883359, + "runtime_create_ns": 27613, + "jit_attach_ns": 50237, + "context_create_ns": 103910, + "definition_eval_ns": 39688, + "first_eval_ns": 13266396, + "threshold_crossing_ns": 28435246, + "compile_ns": 27134996, + "install_ns": 66781, + "osr_ns": 0, + "steady_state_ns": 839429 + } + }, + { + "pair_index": 29, + "elapsed_ns": 831929, + "checksum": "number:419865fb2c000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 9552716, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 12443648, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 47135359, + "runtime_create_ns": 28523, + "jit_attach_ns": 50158, + "context_create_ns": 107816, + "definition_eval_ns": 42748, + "first_eval_ns": 13321672, + "threshold_crossing_ns": 32648726, + "compile_ns": 31644275, + "install_ns": 79644, + "osr_ns": 0, + "steady_state_ns": 831929 + } + } + ], + "raw_latency_ns": [ + 851133, + 900781, + 870181, + 830808, + 837511, + 826326, + 834425, + 834830, + 835589, + 885057, + 947185, + 855342, + 829263, + 833865, + 850399, + 859711, + 848139, + 837629, + 842834, + 854854, + 833886, + 837021, + 895598, + 868410, + 915237, + 833574, + 828269, + 836489, + 839429, + 831929 + ], + "raw_throughput_ops": [ + 22, + 22, + 22, + 22, + 22, + 22, + 22, + 22, + 22, + 22 + ], + "median_ns": 839429, + "mad_ns": 10166, + "p95_ns": 915237, + "p99_ns": 947185, + "ci95_ns": [ + 835589, + 854854 + ], + "compile_ns": 29674213, + "install_ns": 72014, + "break_even_executions": 1 + }, + { + "name": "fibonacci-recursive", + "suite": "rquickjs-jit focused", + "group": "call-heavy", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 17595938, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9281536, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2030520794, + "runtime_create_ns": 25968, + "jit_attach_ns": 54036, + "context_create_ns": 103226, + "definition_eval_ns": 32351, + "first_eval_ns": 4627360, + "threshold_crossing_ns": 2006389393, + "compile_ns": 4177793, + "install_ns": 44614, + "osr_ns": 0, + "steady_state_ns": 17595938 + } + }, + { + "pair_index": 1, + "elapsed_ns": 12165969, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9191424, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2023909552, + "runtime_create_ns": 28554, + "jit_attach_ns": 60588, + "context_create_ns": 110657, + "definition_eval_ns": 37558, + "first_eval_ns": 6076439, + "threshold_crossing_ns": 2004211916, + "compile_ns": 5543511, + "install_ns": 42672, + "osr_ns": 0, + "steady_state_ns": 12165969 + } + }, + { + "pair_index": 2, + "elapsed_ns": 12177515, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9347072, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2021969415, + "runtime_create_ns": 27487, + "jit_attach_ns": 54648, + "context_create_ns": 100120, + "definition_eval_ns": 31877, + "first_eval_ns": 4163571, + "threshold_crossing_ns": 2004167613, + "compile_ns": 3112803, + "install_ns": 40476, + "osr_ns": 0, + "steady_state_ns": 12177515 + } + }, + { + "pair_index": 3, + "elapsed_ns": 12223527, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9359360, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2022459359, + "runtime_create_ns": 29168, + "jit_attach_ns": 62098, + "context_create_ns": 122657, + "definition_eval_ns": 39655, + "first_eval_ns": 4277181, + "threshold_crossing_ns": 2004455049, + "compile_ns": 3343745, + "install_ns": 38047, + "osr_ns": 0, + "steady_state_ns": 12223527 + } + }, + { + "pair_index": 4, + "elapsed_ns": 12092224, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9236480, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2022449663, + "runtime_create_ns": 25678, + "jit_attach_ns": 54111, + "context_create_ns": 105131, + "definition_eval_ns": 36015, + "first_eval_ns": 4599175, + "threshold_crossing_ns": 2004291696, + "compile_ns": 3708294, + "install_ns": 38017, + "osr_ns": 0, + "steady_state_ns": 12092224 + } + }, + { + "pair_index": 5, + "elapsed_ns": 12319773, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9404416, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2023583640, + "runtime_create_ns": 26137, + "jit_attach_ns": 61477, + "context_create_ns": 108855, + "definition_eval_ns": 41130, + "first_eval_ns": 4973496, + "threshold_crossing_ns": 2004804680, + "compile_ns": 4181030, + "install_ns": 39623, + "osr_ns": 0, + "steady_state_ns": 12319773 + } + }, + { + "pair_index": 6, + "elapsed_ns": 12186771, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9355264, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2024273396, + "runtime_create_ns": 22544, + "jit_attach_ns": 53248, + "context_create_ns": 104258, + "definition_eval_ns": 40752, + "first_eval_ns": 6001061, + "threshold_crossing_ns": 2004649426, + "compile_ns": 5409319, + "install_ns": 39270, + "osr_ns": 0, + "steady_state_ns": 12186771 + } + }, + { + "pair_index": 7, + "elapsed_ns": 12518335, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9330688, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2023250740, + "runtime_create_ns": 29740, + "jit_attach_ns": 57850, + "context_create_ns": 111856, + "definition_eval_ns": 43230, + "first_eval_ns": 4393138, + "threshold_crossing_ns": 2004835877, + "compile_ns": 3455558, + "install_ns": 41403, + "osr_ns": 0, + "steady_state_ns": 12518335 + } + }, + { + "pair_index": 8, + "elapsed_ns": 12054283, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9277440, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2021623161, + "runtime_create_ns": 31156, + "jit_attach_ns": 57607, + "context_create_ns": 118869, + "definition_eval_ns": 41218, + "first_eval_ns": 4354106, + "threshold_crossing_ns": 2003740635, + "compile_ns": 3460580, + "install_ns": 38016, + "osr_ns": 0, + "steady_state_ns": 12054283 + } + }, + { + "pair_index": 9, + "elapsed_ns": 12444258, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9420800, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2024816812, + "runtime_create_ns": 23807, + "jit_attach_ns": 55927, + "context_create_ns": 105062, + "definition_eval_ns": 36680, + "first_eval_ns": 6026478, + "threshold_crossing_ns": 2004871667, + "compile_ns": 5436284, + "install_ns": 42527, + "osr_ns": 0, + "steady_state_ns": 12444258 + } + }, + { + "pair_index": 10, + "elapsed_ns": 12265733, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9330688, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2023874458, + "runtime_create_ns": 26928, + "jit_attach_ns": 55991, + "context_create_ns": 101843, + "definition_eval_ns": 33642, + "first_eval_ns": 6024480, + "threshold_crossing_ns": 2004110890, + "compile_ns": 5428155, + "install_ns": 41897, + "osr_ns": 0, + "steady_state_ns": 12265733 + } + }, + { + "pair_index": 11, + "elapsed_ns": 12143936, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9293824, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2024185613, + "runtime_create_ns": 26063, + "jit_attach_ns": 56645, + "context_create_ns": 109807, + "definition_eval_ns": 39041, + "first_eval_ns": 6010317, + "threshold_crossing_ns": 2004547121, + "compile_ns": 5478859, + "install_ns": 41780, + "osr_ns": 0, + "steady_state_ns": 12143936 + } + }, + { + "pair_index": 12, + "elapsed_ns": 12199073, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9265152, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2023509093, + "runtime_create_ns": 29777, + "jit_attach_ns": 57472, + "context_create_ns": 107113, + "definition_eval_ns": 35944, + "first_eval_ns": 5023863, + "threshold_crossing_ns": 2004836993, + "compile_ns": 4206682, + "install_ns": 36737, + "osr_ns": 0, + "steady_state_ns": 12199073 + } + }, + { + "pair_index": 13, + "elapsed_ns": 12047688, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9240576, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2022967272, + "runtime_create_ns": 23476, + "jit_attach_ns": 53005, + "context_create_ns": 103568, + "definition_eval_ns": 35742, + "first_eval_ns": 4710137, + "threshold_crossing_ns": 2004784066, + "compile_ns": 3853000, + "install_ns": 39245, + "osr_ns": 0, + "steady_state_ns": 12047688 + } + }, + { + "pair_index": 14, + "elapsed_ns": 14118792, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9342976, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2026471206, + "runtime_create_ns": 25697, + "jit_attach_ns": 54924, + "context_create_ns": 100442, + "definition_eval_ns": 31711, + "first_eval_ns": 5594666, + "threshold_crossing_ns": 2005280670, + "compile_ns": 4341558, + "install_ns": 51944, + "osr_ns": 0, + "steady_state_ns": 14118792 + } + }, + { + "pair_index": 15, + "elapsed_ns": 12111042, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9265152, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2022202836, + "runtime_create_ns": 25110, + "jit_attach_ns": 56322, + "context_create_ns": 111585, + "definition_eval_ns": 41601, + "first_eval_ns": 4883755, + "threshold_crossing_ns": 2003761732, + "compile_ns": 4211861, + "install_ns": 86570, + "osr_ns": 0, + "steady_state_ns": 12111042 + } + }, + { + "pair_index": 16, + "elapsed_ns": 12228337, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9232384, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2022053108, + "runtime_create_ns": 27818, + "jit_attach_ns": 53824, + "context_create_ns": 103321, + "definition_eval_ns": 38285, + "first_eval_ns": 4051959, + "threshold_crossing_ns": 2004332205, + "compile_ns": 3008039, + "install_ns": 38403, + "osr_ns": 0, + "steady_state_ns": 12228337 + } + }, + { + "pair_index": 17, + "elapsed_ns": 12221483, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9261056, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2024087919, + "runtime_create_ns": 29386, + "jit_attach_ns": 52865, + "context_create_ns": 102906, + "definition_eval_ns": 37883, + "first_eval_ns": 5983840, + "threshold_crossing_ns": 2004410143, + "compile_ns": 5379205, + "install_ns": 437706, + "osr_ns": 0, + "steady_state_ns": 12221483 + } + }, + { + "pair_index": 18, + "elapsed_ns": 12127175, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9277440, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2024146405, + "runtime_create_ns": 24793, + "jit_attach_ns": 52366, + "context_create_ns": 114922, + "definition_eval_ns": 34212, + "first_eval_ns": 6010733, + "threshold_crossing_ns": 2004547265, + "compile_ns": 5463573, + "install_ns": 49241, + "osr_ns": 0, + "steady_state_ns": 12127175 + } + }, + { + "pair_index": 19, + "elapsed_ns": 12295281, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9396224, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2022095197, + "runtime_create_ns": 26993, + "jit_attach_ns": 62720, + "context_create_ns": 105376, + "definition_eval_ns": 38242, + "first_eval_ns": 4557729, + "threshold_crossing_ns": 2003754860, + "compile_ns": 3641675, + "install_ns": 38703, + "osr_ns": 0, + "steady_state_ns": 12295281 + } + }, + { + "pair_index": 20, + "elapsed_ns": 12248828, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9240576, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2023099007, + "runtime_create_ns": 24345, + "jit_attach_ns": 52963, + "context_create_ns": 102287, + "definition_eval_ns": 34158, + "first_eval_ns": 4831917, + "threshold_crossing_ns": 2004546136, + "compile_ns": 3943163, + "install_ns": 36137, + "osr_ns": 0, + "steady_state_ns": 12248828 + } + }, + { + "pair_index": 21, + "elapsed_ns": 12316464, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9334784, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2024053955, + "runtime_create_ns": 27253, + "jit_attach_ns": 51589, + "context_create_ns": 102746, + "definition_eval_ns": 34831, + "first_eval_ns": 5992455, + "threshold_crossing_ns": 2004258054, + "compile_ns": 5387750, + "install_ns": 36670, + "osr_ns": 0, + "steady_state_ns": 12316464 + } + }, + { + "pair_index": 22, + "elapsed_ns": 12222130, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9334784, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2023396939, + "runtime_create_ns": 27037, + "jit_attach_ns": 57754, + "context_create_ns": 103468, + "definition_eval_ns": 34472, + "first_eval_ns": 4833969, + "threshold_crossing_ns": 2004864160, + "compile_ns": 4011879, + "install_ns": 42975, + "osr_ns": 0, + "steady_state_ns": 12222130 + } + }, + { + "pair_index": 23, + "elapsed_ns": 12378338, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9252864, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2023246228, + "runtime_create_ns": 26348, + "jit_attach_ns": 56073, + "context_create_ns": 110273, + "definition_eval_ns": 38958, + "first_eval_ns": 4589890, + "threshold_crossing_ns": 2004785477, + "compile_ns": 3711794, + "install_ns": 39730, + "osr_ns": 0, + "steady_state_ns": 12378338 + } + }, + { + "pair_index": 24, + "elapsed_ns": 12352781, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9240576, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2022633768, + "runtime_create_ns": 26707, + "jit_attach_ns": 54606, + "context_create_ns": 104248, + "definition_eval_ns": 35072, + "first_eval_ns": 4508620, + "threshold_crossing_ns": 2004309936, + "compile_ns": 3558628, + "install_ns": 37405, + "osr_ns": 0, + "steady_state_ns": 12352781 + } + }, + { + "pair_index": 25, + "elapsed_ns": 12301329, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9412608, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2023843987, + "runtime_create_ns": 28182, + "jit_attach_ns": 59414, + "context_create_ns": 106448, + "definition_eval_ns": 40123, + "first_eval_ns": 5989072, + "threshold_crossing_ns": 2004056629, + "compile_ns": 5440945, + "install_ns": 36270, + "osr_ns": 0, + "steady_state_ns": 12301329 + } + }, + { + "pair_index": 26, + "elapsed_ns": 12182741, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9297920, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2024288810, + "runtime_create_ns": 28583, + "jit_attach_ns": 54023, + "context_create_ns": 101762, + "definition_eval_ns": 30508, + "first_eval_ns": 6012222, + "threshold_crossing_ns": 2004635753, + "compile_ns": 5406414, + "install_ns": 49949, + "osr_ns": 0, + "steady_state_ns": 12182741 + } + }, + { + "pair_index": 27, + "elapsed_ns": 12199089, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9334784, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2022258666, + "runtime_create_ns": 24102, + "jit_attach_ns": 56861, + "context_create_ns": 108148, + "definition_eval_ns": 42311, + "first_eval_ns": 4901562, + "threshold_crossing_ns": 2003679580, + "compile_ns": 4068019, + "install_ns": 39236, + "osr_ns": 0, + "steady_state_ns": 12199089 + } + }, + { + "pair_index": 28, + "elapsed_ns": 36869878, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9175040, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2058265584, + "runtime_create_ns": 26822, + "jit_attach_ns": 54268, + "context_create_ns": 104495, + "definition_eval_ns": 36018, + "first_eval_ns": 4396545, + "threshold_crossing_ns": 2014030332, + "compile_ns": 3414725, + "install_ns": 36252, + "osr_ns": 0, + "steady_state_ns": 36869878 + } + }, + { + "pair_index": 29, + "elapsed_ns": 24952549, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9453568, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 2043005373, + "runtime_create_ns": 41235, + "jit_attach_ns": 85831, + "context_create_ns": 184652, + "definition_eval_ns": 55619, + "first_eval_ns": 7994073, + "threshold_crossing_ns": 2007867719, + "compile_ns": 7447287, + "install_ns": 61808, + "osr_ns": 0, + "steady_state_ns": 24952549 + } + } + ], + "raw_latency_ns": [ + 17595938, + 12165969, + 12177515, + 12223527, + 12092224, + 12319773, + 12186771, + 12518335, + 12054283, + 12444258, + 12265733, + 12143936, + 12199073, + 12047688, + 14118792, + 12111042, + 12228337, + 12221483, + 12127175, + 12295281, + 12248828, + 12316464, + 12222130, + 12378338, + 12352781, + 12301329, + 12182741, + 12199089, + 36869878, + 24952549 + ], + "raw_throughput_ops": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ], + "median_ns": 12228337, + "mad_ns": 88127, + "p95_ns": 24952549, + "p99_ns": 36869878, + "ci95_ns": [ + 12199073, + 12316464 + ], + "compile_ns": 4181030, + "install_ns": 39730, + "break_even_executions": null + }, + { + "name": "collections", + "suite": "rquickjs-jit", + "group": "compute", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 1814990, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6197248, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003050994, + "runtime_create_ns": 24600, + "jit_attach_ns": 51780, + "context_create_ns": 100667, + "definition_eval_ns": 32714, + "first_eval_ns": 220341, + "threshold_crossing_ns": 2000607174, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1814990 + } + }, + { + "pair_index": 1, + "elapsed_ns": 1802154, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6475776, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003127059, + "runtime_create_ns": 25490, + "jit_attach_ns": 47865, + "context_create_ns": 100552, + "definition_eval_ns": 33308, + "first_eval_ns": 227491, + "threshold_crossing_ns": 2000692543, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1802154 + } + }, + { + "pair_index": 2, + "elapsed_ns": 1775964, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6266880, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002981511, + "runtime_create_ns": 26097, + "jit_attach_ns": 52763, + "context_create_ns": 103712, + "definition_eval_ns": 46238, + "first_eval_ns": 236490, + "threshold_crossing_ns": 2000546556, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1775964 + } + }, + { + "pair_index": 3, + "elapsed_ns": 1805115, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6418432, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003231203, + "runtime_create_ns": 25733, + "jit_attach_ns": 60088, + "context_create_ns": 111009, + "definition_eval_ns": 50184, + "first_eval_ns": 240667, + "threshold_crossing_ns": 2000735446, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1805115 + } + }, + { + "pair_index": 4, + "elapsed_ns": 1800160, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6479872, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003132524, + "runtime_create_ns": 23200, + "jit_attach_ns": 50654, + "context_create_ns": 100374, + "definition_eval_ns": 34422, + "first_eval_ns": 228380, + "threshold_crossing_ns": 2000697705, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1800160 + } + }, + { + "pair_index": 5, + "elapsed_ns": 1791000, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6361088, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003161897, + "runtime_create_ns": 25503, + "jit_attach_ns": 52518, + "context_create_ns": 110141, + "definition_eval_ns": 34558, + "first_eval_ns": 216829, + "threshold_crossing_ns": 2000732909, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1791000 + } + }, + { + "pair_index": 6, + "elapsed_ns": 1776261, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6397952, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003141655, + "runtime_create_ns": 22845, + "jit_attach_ns": 49810, + "context_create_ns": 99828, + "definition_eval_ns": 33770, + "first_eval_ns": 221343, + "threshold_crossing_ns": 2000743021, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1776261 + } + }, + { + "pair_index": 7, + "elapsed_ns": 1787401, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6217728, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003174682, + "runtime_create_ns": 27082, + "jit_attach_ns": 61077, + "context_create_ns": 113777, + "definition_eval_ns": 46081, + "first_eval_ns": 221501, + "threshold_crossing_ns": 2000716206, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1787401 + } + }, + { + "pair_index": 8, + "elapsed_ns": 1796932, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6500352, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003204387, + "runtime_create_ns": 23223, + "jit_attach_ns": 51203, + "context_create_ns": 102375, + "definition_eval_ns": 34138, + "first_eval_ns": 217920, + "threshold_crossing_ns": 2000779364, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1796932 + } + }, + { + "pair_index": 9, + "elapsed_ns": 1801272, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6471680, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003234458, + "runtime_create_ns": 23055, + "jit_attach_ns": 51790, + "context_create_ns": 106686, + "definition_eval_ns": 47432, + "first_eval_ns": 239760, + "threshold_crossing_ns": 2000761164, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1801272 + } + }, + { + "pair_index": 10, + "elapsed_ns": 1826218, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6119424, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003030144, + "runtime_create_ns": 25130, + "jit_attach_ns": 50153, + "context_create_ns": 99715, + "definition_eval_ns": 41083, + "first_eval_ns": 218531, + "threshold_crossing_ns": 2000573435, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1826218 + } + }, + { + "pair_index": 11, + "elapsed_ns": 1782518, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6135808, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003166397, + "runtime_create_ns": 28309, + "jit_attach_ns": 60202, + "context_create_ns": 119038, + "definition_eval_ns": 46278, + "first_eval_ns": 222947, + "threshold_crossing_ns": 2000712184, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1782518 + } + }, + { + "pair_index": 12, + "elapsed_ns": 1780837, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6344704, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003330455, + "runtime_create_ns": 29958, + "jit_attach_ns": 68287, + "context_create_ns": 145309, + "definition_eval_ns": 44997, + "first_eval_ns": 330243, + "threshold_crossing_ns": 2000731768, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1780837 + } + }, + { + "pair_index": 13, + "elapsed_ns": 1807304, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6524928, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003054817, + "runtime_create_ns": 23270, + "jit_attach_ns": 51450, + "context_create_ns": 100850, + "definition_eval_ns": 34750, + "first_eval_ns": 217782, + "threshold_crossing_ns": 2000620139, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1807304 + } + }, + { + "pair_index": 14, + "elapsed_ns": 1795983, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6459392, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003134927, + "runtime_create_ns": 22873, + "jit_attach_ns": 49279, + "context_create_ns": 101579, + "definition_eval_ns": 34019, + "first_eval_ns": 216570, + "threshold_crossing_ns": 2000716079, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1795983 + } + }, + { + "pair_index": 15, + "elapsed_ns": 1800132, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6430720, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003159693, + "runtime_create_ns": 25116, + "jit_attach_ns": 58938, + "context_create_ns": 112047, + "definition_eval_ns": 46872, + "first_eval_ns": 224279, + "threshold_crossing_ns": 2000684475, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1800132 + } + }, + { + "pair_index": 16, + "elapsed_ns": 1809898, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6361088, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003158575, + "runtime_create_ns": 24640, + "jit_attach_ns": 51989, + "context_create_ns": 100762, + "definition_eval_ns": 33609, + "first_eval_ns": 222450, + "threshold_crossing_ns": 2000716910, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1809898 + } + }, + { + "pair_index": 17, + "elapsed_ns": 1803919, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6287360, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003055363, + "runtime_create_ns": 25856, + "jit_attach_ns": 52471, + "context_create_ns": 93245, + "definition_eval_ns": 32566, + "first_eval_ns": 221520, + "threshold_crossing_ns": 2000628204, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1803919 + } + }, + { + "pair_index": 18, + "elapsed_ns": 1813349, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6258688, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003137221, + "runtime_create_ns": 26863, + "jit_attach_ns": 50729, + "context_create_ns": 102496, + "definition_eval_ns": 41244, + "first_eval_ns": 240731, + "threshold_crossing_ns": 2000664412, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1813349 + } + }, + { + "pair_index": 19, + "elapsed_ns": 1799846, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6504448, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003032159, + "runtime_create_ns": 25044, + "jit_attach_ns": 63860, + "context_create_ns": 110786, + "definition_eval_ns": 46933, + "first_eval_ns": 222960, + "threshold_crossing_ns": 2000557880, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1799846 + } + }, + { + "pair_index": 20, + "elapsed_ns": 1813089, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6451200, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003092214, + "runtime_create_ns": 28153, + "jit_attach_ns": 54547, + "context_create_ns": 101880, + "definition_eval_ns": 35780, + "first_eval_ns": 215395, + "threshold_crossing_ns": 2000645779, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1813089 + } + }, + { + "pair_index": 21, + "elapsed_ns": 1793373, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6438912, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003174971, + "runtime_create_ns": 22430, + "jit_attach_ns": 50525, + "context_create_ns": 101542, + "definition_eval_ns": 33951, + "first_eval_ns": 216615, + "threshold_crossing_ns": 2000761859, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1793373 + } + }, + { + "pair_index": 22, + "elapsed_ns": 1793149, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6459392, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003057537, + "runtime_create_ns": 22744, + "jit_attach_ns": 48104, + "context_create_ns": 101422, + "definition_eval_ns": 34024, + "first_eval_ns": 216382, + "threshold_crossing_ns": 2000646946, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1793149 + } + }, + { + "pair_index": 23, + "elapsed_ns": 1785860, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6287360, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003052150, + "runtime_create_ns": 27481, + "jit_attach_ns": 61933, + "context_create_ns": 108202, + "definition_eval_ns": 45612, + "first_eval_ns": 229079, + "threshold_crossing_ns": 2000593797, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1785860 + } + }, + { + "pair_index": 24, + "elapsed_ns": 2532535, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6434816, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004782726, + "runtime_create_ns": 26837, + "jit_attach_ns": 84417, + "context_create_ns": 223223, + "definition_eval_ns": 109514, + "first_eval_ns": 403867, + "threshold_crossing_ns": 2001007326, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2532535 + } + }, + { + "pair_index": 25, + "elapsed_ns": 2677869, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6492160, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004644265, + "runtime_create_ns": 27868, + "jit_attach_ns": 60799, + "context_create_ns": 113842, + "definition_eval_ns": 47177, + "first_eval_ns": 238283, + "threshold_crossing_ns": 2001189856, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2677869 + } + }, + { + "pair_index": 26, + "elapsed_ns": 1799849, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6471680, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003117561, + "runtime_create_ns": 25227, + "jit_attach_ns": 48203, + "context_create_ns": 109216, + "definition_eval_ns": 50470, + "first_eval_ns": 231193, + "threshold_crossing_ns": 2000658378, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1799849 + } + }, + { + "pair_index": 27, + "elapsed_ns": 1792834, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6119424, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003108583, + "runtime_create_ns": 29354, + "jit_attach_ns": 60815, + "context_create_ns": 110897, + "definition_eval_ns": 46463, + "first_eval_ns": 228961, + "threshold_crossing_ns": 2000633436, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1792834 + } + }, + { + "pair_index": 28, + "elapsed_ns": 1779548, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6111232, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003169716, + "runtime_create_ns": 27077, + "jit_attach_ns": 51639, + "context_create_ns": 109110, + "definition_eval_ns": 36573, + "first_eval_ns": 225379, + "threshold_crossing_ns": 2000744889, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1779548 + } + }, + { + "pair_index": 29, + "elapsed_ns": 1815542, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6258688, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003031561, + "runtime_create_ns": 27227, + "jit_attach_ns": 55583, + "context_create_ns": 108094, + "definition_eval_ns": 48124, + "first_eval_ns": 231426, + "threshold_crossing_ns": 2000547567, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1815542 + } + } + ], + "raw_latency_ns": [ + 1814990, + 1802154, + 1775964, + 1805115, + 1800160, + 1791000, + 1776261, + 1787401, + 1796932, + 1801272, + 1826218, + 1782518, + 1780837, + 1807304, + 1795983, + 1800132, + 1809898, + 1803919, + 1813349, + 1799846, + 1813089, + 1793373, + 1793149, + 1785860, + 2532535, + 2677869, + 1799849, + 1792834, + 1779548, + 1815542 + ], + "raw_throughput_ops": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ], + "median_ns": 1800132, + "mad_ns": 9766, + "p95_ns": 2532535, + "p99_ns": 2677869, + "ci95_ns": [ + 1793373, + 1805115 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "strings-json", + "suite": "rquickjs-jit", + "group": "compute", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 2259235, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11337728, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2004091153, + "runtime_create_ns": 25790, + "jit_attach_ns": 56031, + "context_create_ns": 109862, + "definition_eval_ns": 39430, + "first_eval_ns": 492698, + "threshold_crossing_ns": 2000865272, + "compile_ns": 14096120, + "install_ns": 41258, + "osr_ns": 0, + "steady_state_ns": 2259235 + } + }, + { + "pair_index": 1, + "elapsed_ns": 2270569, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11194368, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2004059303, + "runtime_create_ns": 24758, + "jit_attach_ns": 53448, + "context_create_ns": 117351, + "definition_eval_ns": 41366, + "first_eval_ns": 478876, + "threshold_crossing_ns": 2000826511, + "compile_ns": 14035815, + "install_ns": 35463, + "osr_ns": 0, + "steady_state_ns": 2270569 + } + }, + { + "pair_index": 2, + "elapsed_ns": 4203431, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11333632, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2007317290, + "runtime_create_ns": 30751, + "jit_attach_ns": 80186, + "context_create_ns": 129666, + "definition_eval_ns": 63620, + "first_eval_ns": 518332, + "threshold_crossing_ns": 2001814497, + "compile_ns": 14606439, + "install_ns": 44000, + "osr_ns": 0, + "steady_state_ns": 4203431 + } + }, + { + "pair_index": 3, + "elapsed_ns": 2292940, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11087872, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2004058517, + "runtime_create_ns": 25412, + "jit_attach_ns": 53426, + "context_create_ns": 105420, + "definition_eval_ns": 41413, + "first_eval_ns": 489937, + "threshold_crossing_ns": 2000803993, + "compile_ns": 14047788, + "install_ns": 39997, + "osr_ns": 0, + "steady_state_ns": 2292940 + } + }, + { + "pair_index": 4, + "elapsed_ns": 2273599, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11280384, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2004031828, + "runtime_create_ns": 25860, + "jit_attach_ns": 53881, + "context_create_ns": 102913, + "definition_eval_ns": 39883, + "first_eval_ns": 495407, + "threshold_crossing_ns": 2000793805, + "compile_ns": 14381952, + "install_ns": 37969, + "osr_ns": 0, + "steady_state_ns": 2273599 + } + }, + { + "pair_index": 5, + "elapsed_ns": 2321964, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11321344, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2004225567, + "runtime_create_ns": 22968, + "jit_attach_ns": 54000, + "context_create_ns": 104362, + "definition_eval_ns": 45674, + "first_eval_ns": 492314, + "threshold_crossing_ns": 2000935709, + "compile_ns": 14137160, + "install_ns": 38029, + "osr_ns": 0, + "steady_state_ns": 2321964 + } + }, + { + "pair_index": 6, + "elapsed_ns": 2262960, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11292672, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2004253612, + "runtime_create_ns": 26166, + "jit_attach_ns": 58404, + "context_create_ns": 110171, + "definition_eval_ns": 48833, + "first_eval_ns": 543089, + "threshold_crossing_ns": 2000955086, + "compile_ns": 14537279, + "install_ns": 39009, + "osr_ns": 0, + "steady_state_ns": 2262960 + } + }, + { + "pair_index": 7, + "elapsed_ns": 2271063, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11423744, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2004108201, + "runtime_create_ns": 26768, + "jit_attach_ns": 56781, + "context_create_ns": 111528, + "definition_eval_ns": 44077, + "first_eval_ns": 484085, + "threshold_crossing_ns": 2000868127, + "compile_ns": 14121770, + "install_ns": 44594, + "osr_ns": 0, + "steady_state_ns": 2271063 + } + }, + { + "pair_index": 8, + "elapsed_ns": 3040118, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11276288, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2004905273, + "runtime_create_ns": 26620, + "jit_attach_ns": 52076, + "context_create_ns": 103516, + "definition_eval_ns": 40867, + "first_eval_ns": 487558, + "threshold_crossing_ns": 2000902105, + "compile_ns": 13603500, + "install_ns": 43133, + "osr_ns": 0, + "steady_state_ns": 3040118 + } + }, + { + "pair_index": 9, + "elapsed_ns": 2280560, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11407360, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2004223813, + "runtime_create_ns": 35049, + "jit_attach_ns": 49875, + "context_create_ns": 102544, + "definition_eval_ns": 38771, + "first_eval_ns": 467255, + "threshold_crossing_ns": 2001003052, + "compile_ns": 14356116, + "install_ns": 40988, + "osr_ns": 0, + "steady_state_ns": 2280560 + } + }, + { + "pair_index": 10, + "elapsed_ns": 2284961, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11337728, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2004059804, + "runtime_create_ns": 23491, + "jit_attach_ns": 52313, + "context_create_ns": 105119, + "definition_eval_ns": 39810, + "first_eval_ns": 487238, + "threshold_crossing_ns": 2000817327, + "compile_ns": 14317719, + "install_ns": 35592, + "osr_ns": 0, + "steady_state_ns": 2284961 + } + }, + { + "pair_index": 11, + "elapsed_ns": 2342755, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11272192, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2004329648, + "runtime_create_ns": 31837, + "jit_attach_ns": 64932, + "context_create_ns": 112410, + "definition_eval_ns": 48546, + "first_eval_ns": 494979, + "threshold_crossing_ns": 2000975726, + "compile_ns": 14581500, + "install_ns": 42088, + "osr_ns": 0, + "steady_state_ns": 2342755 + } + }, + { + "pair_index": 12, + "elapsed_ns": 2298204, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11329536, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2004079737, + "runtime_create_ns": 26512, + "jit_attach_ns": 54814, + "context_create_ns": 104933, + "definition_eval_ns": 44176, + "first_eval_ns": 487005, + "threshold_crossing_ns": 2000819858, + "compile_ns": 14198537, + "install_ns": 37571, + "osr_ns": 0, + "steady_state_ns": 2298204 + } + }, + { + "pair_index": 13, + "elapsed_ns": 2279102, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11137024, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2003932578, + "runtime_create_ns": 25746, + "jit_attach_ns": 51732, + "context_create_ns": 112196, + "definition_eval_ns": 41686, + "first_eval_ns": 476570, + "threshold_crossing_ns": 2000700415, + "compile_ns": 14019850, + "install_ns": 39901, + "osr_ns": 0, + "steady_state_ns": 2279102 + } + }, + { + "pair_index": 14, + "elapsed_ns": 2289464, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11333632, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2004148997, + "runtime_create_ns": 27014, + "jit_attach_ns": 50869, + "context_create_ns": 113634, + "definition_eval_ns": 40498, + "first_eval_ns": 467705, + "threshold_crossing_ns": 2000914965, + "compile_ns": 13951241, + "install_ns": 38797, + "osr_ns": 0, + "steady_state_ns": 2289464 + } + }, + { + "pair_index": 15, + "elapsed_ns": 2545857, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11214848, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2004312593, + "runtime_create_ns": 28247, + "jit_attach_ns": 61311, + "context_create_ns": 104913, + "definition_eval_ns": 43424, + "first_eval_ns": 484503, + "threshold_crossing_ns": 2000800004, + "compile_ns": 14209853, + "install_ns": 39301, + "osr_ns": 0, + "steady_state_ns": 2545857 + } + }, + { + "pair_index": 16, + "elapsed_ns": 2283672, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11288576, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2004234170, + "runtime_create_ns": 26697, + "jit_attach_ns": 52993, + "context_create_ns": 104117, + "definition_eval_ns": 43023, + "first_eval_ns": 493157, + "threshold_crossing_ns": 2000980748, + "compile_ns": 14380834, + "install_ns": 40398, + "osr_ns": 0, + "steady_state_ns": 2283672 + } + }, + { + "pair_index": 17, + "elapsed_ns": 2297593, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11210752, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2003935600, + "runtime_create_ns": 26382, + "jit_attach_ns": 54001, + "context_create_ns": 100667, + "definition_eval_ns": 39389, + "first_eval_ns": 470041, + "threshold_crossing_ns": 2000704673, + "compile_ns": 14375915, + "install_ns": 37720, + "osr_ns": 0, + "steady_state_ns": 2297593 + } + }, + { + "pair_index": 18, + "elapsed_ns": 2264693, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11333632, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2004130638, + "runtime_create_ns": 25397, + "jit_attach_ns": 55145, + "context_create_ns": 106172, + "definition_eval_ns": 41496, + "first_eval_ns": 483324, + "threshold_crossing_ns": 2000908158, + "compile_ns": 14114508, + "install_ns": 39471, + "osr_ns": 0, + "steady_state_ns": 2264693 + } + }, + { + "pair_index": 19, + "elapsed_ns": 2270388, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11235328, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2004253774, + "runtime_create_ns": 29297, + "jit_attach_ns": 57763, + "context_create_ns": 108821, + "definition_eval_ns": 41314, + "first_eval_ns": 491939, + "threshold_crossing_ns": 2001008077, + "compile_ns": 14116342, + "install_ns": 39659, + "osr_ns": 0, + "steady_state_ns": 2270388 + } + }, + { + "pair_index": 20, + "elapsed_ns": 2276262, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11210752, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2004122352, + "runtime_create_ns": 27872, + "jit_attach_ns": 51974, + "context_create_ns": 111862, + "definition_eval_ns": 41251, + "first_eval_ns": 477128, + "threshold_crossing_ns": 2000891010, + "compile_ns": 13965780, + "install_ns": 36449, + "osr_ns": 0, + "steady_state_ns": 2276262 + } + }, + { + "pair_index": 21, + "elapsed_ns": 2272570, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11366400, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2004112992, + "runtime_create_ns": 24341, + "jit_attach_ns": 55522, + "context_create_ns": 104541, + "definition_eval_ns": 40311, + "first_eval_ns": 474164, + "threshold_crossing_ns": 2000893156, + "compile_ns": 14037643, + "install_ns": 45442, + "osr_ns": 0, + "steady_state_ns": 2272570 + } + }, + { + "pair_index": 22, + "elapsed_ns": 2281029, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11304960, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2004036641, + "runtime_create_ns": 23414, + "jit_attach_ns": 49684, + "context_create_ns": 100918, + "definition_eval_ns": 37322, + "first_eval_ns": 470400, + "threshold_crossing_ns": 2000830722, + "compile_ns": 13823192, + "install_ns": 35150, + "osr_ns": 0, + "steady_state_ns": 2281029 + } + }, + { + "pair_index": 23, + "elapsed_ns": 2276648, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11350016, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2004181476, + "runtime_create_ns": 24903, + "jit_attach_ns": 57003, + "context_create_ns": 103849, + "definition_eval_ns": 39774, + "first_eval_ns": 488901, + "threshold_crossing_ns": 2000945671, + "compile_ns": 14228447, + "install_ns": 37518, + "osr_ns": 0, + "steady_state_ns": 2276648 + } + }, + { + "pair_index": 24, + "elapsed_ns": 2271756, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11362304, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2003959813, + "runtime_create_ns": 23432, + "jit_attach_ns": 54073, + "context_create_ns": 112367, + "definition_eval_ns": 40346, + "first_eval_ns": 475675, + "threshold_crossing_ns": 2000738426, + "compile_ns": 13938954, + "install_ns": 38200, + "osr_ns": 0, + "steady_state_ns": 2271756 + } + }, + { + "pair_index": 25, + "elapsed_ns": 2262101, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11321344, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2004096117, + "runtime_create_ns": 22777, + "jit_attach_ns": 49041, + "context_create_ns": 100605, + "definition_eval_ns": 32960, + "first_eval_ns": 486051, + "threshold_crossing_ns": 2000900941, + "compile_ns": 13841843, + "install_ns": 31983, + "osr_ns": 0, + "steady_state_ns": 2262101 + } + }, + { + "pair_index": 26, + "elapsed_ns": 2257863, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11194368, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2003876629, + "runtime_create_ns": 27534, + "jit_attach_ns": 49434, + "context_create_ns": 98826, + "definition_eval_ns": 33893, + "first_eval_ns": 472322, + "threshold_crossing_ns": 2000693560, + "compile_ns": 14223428, + "install_ns": 37186, + "osr_ns": 0, + "steady_state_ns": 2257863 + } + }, + { + "pair_index": 27, + "elapsed_ns": 2272285, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11194368, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2003952985, + "runtime_create_ns": 25147, + "jit_attach_ns": 51545, + "context_create_ns": 99630, + "definition_eval_ns": 38901, + "first_eval_ns": 475250, + "threshold_crossing_ns": 2000745900, + "compile_ns": 14235745, + "install_ns": 39062, + "osr_ns": 0, + "steady_state_ns": 2272285 + } + }, + { + "pair_index": 28, + "elapsed_ns": 2281288, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11341824, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2003918409, + "runtime_create_ns": 26997, + "jit_attach_ns": 53291, + "context_create_ns": 102848, + "definition_eval_ns": 38752, + "first_eval_ns": 477524, + "threshold_crossing_ns": 2000694517, + "compile_ns": 13960089, + "install_ns": 35959, + "osr_ns": 0, + "steady_state_ns": 2281288 + } + }, + { + "pair_index": 29, + "elapsed_ns": 2295092, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11325440, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 2004150161, + "runtime_create_ns": 22573, + "jit_attach_ns": 53538, + "context_create_ns": 102843, + "definition_eval_ns": 42050, + "first_eval_ns": 482760, + "threshold_crossing_ns": 2000907442, + "compile_ns": 13995022, + "install_ns": 38565, + "osr_ns": 0, + "steady_state_ns": 2295092 + } + } + ], + "raw_latency_ns": [ + 2259235, + 2270569, + 4203431, + 2292940, + 2273599, + 2321964, + 2262960, + 2271063, + 3040118, + 2280560, + 2284961, + 2342755, + 2298204, + 2279102, + 2289464, + 2545857, + 2283672, + 2297593, + 2264693, + 2270388, + 2276262, + 2272570, + 2281029, + 2276648, + 2271756, + 2262101, + 2257863, + 2272285, + 2281288, + 2295092 + ], + "raw_throughput_ops": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ], + "median_ns": 2280560, + "mad_ns": 10172, + "p95_ns": 3040118, + "p99_ns": 4203431, + "ci95_ns": [ + 2272570, + 2289464 + ], + "compile_ns": 14121770, + "install_ns": 39009, + "break_even_executions": null + }, + { + "name": "calls-closures", + "suite": "rquickjs-jit", + "group": "compute", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 3616389, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6385664, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2006101213, + "runtime_create_ns": 24315, + "jit_attach_ns": 48943, + "context_create_ns": 98244, + "definition_eval_ns": 33489, + "first_eval_ns": 425072, + "threshold_crossing_ns": 2001478323, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3616389 + } + }, + { + "pair_index": 1, + "elapsed_ns": 3627422, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6152192, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2005961949, + "runtime_create_ns": 27475, + "jit_attach_ns": 57586, + "context_create_ns": 99573, + "definition_eval_ns": 36830, + "first_eval_ns": 434245, + "threshold_crossing_ns": 2001304543, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3627422 + } + }, + { + "pair_index": 2, + "elapsed_ns": 3608189, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6037504, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2005921865, + "runtime_create_ns": 24878, + "jit_attach_ns": 52854, + "context_create_ns": 99581, + "definition_eval_ns": 32665, + "first_eval_ns": 424973, + "threshold_crossing_ns": 2001304554, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3608189 + } + }, + { + "pair_index": 3, + "elapsed_ns": 3587780, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6328320, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2005733626, + "runtime_create_ns": 24901, + "jit_attach_ns": 50987, + "context_create_ns": 97352, + "definition_eval_ns": 36626, + "first_eval_ns": 433584, + "threshold_crossing_ns": 2001128254, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3587780 + } + }, + { + "pair_index": 4, + "elapsed_ns": 3617661, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6303744, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2006144032, + "runtime_create_ns": 22480, + "jit_attach_ns": 49217, + "context_create_ns": 103272, + "definition_eval_ns": 48626, + "first_eval_ns": 435866, + "threshold_crossing_ns": 2001487140, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3617661 + } + }, + { + "pair_index": 5, + "elapsed_ns": 3622853, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6389760, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2006080231, + "runtime_create_ns": 24263, + "jit_attach_ns": 46432, + "context_create_ns": 101107, + "definition_eval_ns": 33974, + "first_eval_ns": 434921, + "threshold_crossing_ns": 2001429480, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3622853 + } + }, + { + "pair_index": 6, + "elapsed_ns": 3624523, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6340608, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2006196451, + "runtime_create_ns": 23077, + "jit_attach_ns": 49774, + "context_create_ns": 101515, + "definition_eval_ns": 33602, + "first_eval_ns": 430657, + "threshold_crossing_ns": 2001555347, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3624523 + } + }, + { + "pair_index": 7, + "elapsed_ns": 3602981, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6209536, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2005972672, + "runtime_create_ns": 27145, + "jit_attach_ns": 51185, + "context_create_ns": 100978, + "definition_eval_ns": 46619, + "first_eval_ns": 432802, + "threshold_crossing_ns": 2001335170, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3602981 + } + }, + { + "pair_index": 8, + "elapsed_ns": 3594833, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6328320, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2005720371, + "runtime_create_ns": 27203, + "jit_attach_ns": 58510, + "context_create_ns": 102131, + "definition_eval_ns": 36236, + "first_eval_ns": 436962, + "threshold_crossing_ns": 2001083925, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3594833 + } + }, + { + "pair_index": 9, + "elapsed_ns": 3587644, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6205440, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2005711229, + "runtime_create_ns": 25960, + "jit_attach_ns": 61092, + "context_create_ns": 98503, + "definition_eval_ns": 33913, + "first_eval_ns": 419357, + "threshold_crossing_ns": 2001101571, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3587644 + } + }, + { + "pair_index": 10, + "elapsed_ns": 3595855, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6078464, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2006120403, + "runtime_create_ns": 23753, + "jit_attach_ns": 49285, + "context_create_ns": 98600, + "definition_eval_ns": 31622, + "first_eval_ns": 421741, + "threshold_crossing_ns": 2001525860, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3595855 + } + }, + { + "pair_index": 11, + "elapsed_ns": 3614215, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6144000, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2005742487, + "runtime_create_ns": 24402, + "jit_attach_ns": 48735, + "context_create_ns": 107143, + "definition_eval_ns": 32639, + "first_eval_ns": 426426, + "threshold_crossing_ns": 2001105387, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3614215 + } + }, + { + "pair_index": 12, + "elapsed_ns": 3620614, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6062080, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2005859112, + "runtime_create_ns": 25056, + "jit_attach_ns": 51378, + "context_create_ns": 113874, + "definition_eval_ns": 49857, + "first_eval_ns": 422944, + "threshold_crossing_ns": 2001192458, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3620614 + } + }, + { + "pair_index": 13, + "elapsed_ns": 3622368, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6344704, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2005764956, + "runtime_create_ns": 23862, + "jit_attach_ns": 51397, + "context_create_ns": 99895, + "definition_eval_ns": 37130, + "first_eval_ns": 439128, + "threshold_crossing_ns": 2001112887, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3622368 + } + }, + { + "pair_index": 14, + "elapsed_ns": 3687649, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6197248, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2006009255, + "runtime_create_ns": 23012, + "jit_attach_ns": 52914, + "context_create_ns": 104577, + "definition_eval_ns": 32951, + "first_eval_ns": 426581, + "threshold_crossing_ns": 2001307725, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3687649 + } + }, + { + "pair_index": 15, + "elapsed_ns": 3608388, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6475776, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2006115996, + "runtime_create_ns": 24604, + "jit_attach_ns": 45768, + "context_create_ns": 94079, + "definition_eval_ns": 31364, + "first_eval_ns": 430851, + "threshold_crossing_ns": 2001498262, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3608388 + } + }, + { + "pair_index": 16, + "elapsed_ns": 3601226, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6283264, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2006091748, + "runtime_create_ns": 22695, + "jit_attach_ns": 52589, + "context_create_ns": 104748, + "definition_eval_ns": 46239, + "first_eval_ns": 428199, + "threshold_crossing_ns": 2001460329, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3601226 + } + }, + { + "pair_index": 17, + "elapsed_ns": 3628239, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6381568, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2006047309, + "runtime_create_ns": 23935, + "jit_attach_ns": 46452, + "context_create_ns": 100851, + "definition_eval_ns": 33430, + "first_eval_ns": 424751, + "threshold_crossing_ns": 2001415260, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3628239 + } + }, + { + "pair_index": 18, + "elapsed_ns": 3592162, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6217728, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2005790145, + "runtime_create_ns": 24533, + "jit_attach_ns": 52077, + "context_create_ns": 102324, + "definition_eval_ns": 35265, + "first_eval_ns": 416736, + "threshold_crossing_ns": 2001183531, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3592162 + } + }, + { + "pair_index": 19, + "elapsed_ns": 3600946, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6361088, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2005929607, + "runtime_create_ns": 22907, + "jit_attach_ns": 46681, + "context_create_ns": 100387, + "definition_eval_ns": 35437, + "first_eval_ns": 424219, + "threshold_crossing_ns": 2001325042, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3600946 + } + }, + { + "pair_index": 20, + "elapsed_ns": 3616184, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6377472, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2006154444, + "runtime_create_ns": 23413, + "jit_attach_ns": 48635, + "context_create_ns": 102886, + "definition_eval_ns": 47395, + "first_eval_ns": 447870, + "threshold_crossing_ns": 2001490341, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3616184 + } + }, + { + "pair_index": 21, + "elapsed_ns": 3610701, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6017024, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2005871342, + "runtime_create_ns": 25295, + "jit_attach_ns": 46916, + "context_create_ns": 95744, + "definition_eval_ns": 31863, + "first_eval_ns": 426285, + "threshold_crossing_ns": 2001261331, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3610701 + } + }, + { + "pair_index": 22, + "elapsed_ns": 3599114, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6160384, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2006131484, + "runtime_create_ns": 22595, + "jit_attach_ns": 49196, + "context_create_ns": 100067, + "definition_eval_ns": 33061, + "first_eval_ns": 438249, + "threshold_crossing_ns": 2001509235, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3599114 + } + }, + { + "pair_index": 23, + "elapsed_ns": 3600548, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6172672, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2005704705, + "runtime_create_ns": 25162, + "jit_attach_ns": 54910, + "context_create_ns": 101049, + "definition_eval_ns": 34107, + "first_eval_ns": 431594, + "threshold_crossing_ns": 2001085158, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3600548 + } + }, + { + "pair_index": 24, + "elapsed_ns": 3597089, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6344704, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2006254994, + "runtime_create_ns": 22326, + "jit_attach_ns": 47107, + "context_create_ns": 101926, + "definition_eval_ns": 33220, + "first_eval_ns": 442279, + "threshold_crossing_ns": 2001625067, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3597089 + } + }, + { + "pair_index": 25, + "elapsed_ns": 3597311, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6332416, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2005866818, + "runtime_create_ns": 24746, + "jit_attach_ns": 47765, + "context_create_ns": 99084, + "definition_eval_ns": 33049, + "first_eval_ns": 438255, + "threshold_crossing_ns": 2001250130, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3597311 + } + }, + { + "pair_index": 26, + "elapsed_ns": 3590313, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 5963776, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2006056856, + "runtime_create_ns": 26003, + "jit_attach_ns": 53684, + "context_create_ns": 100141, + "definition_eval_ns": 33685, + "first_eval_ns": 419676, + "threshold_crossing_ns": 2001459240, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3590313 + } + }, + { + "pair_index": 27, + "elapsed_ns": 4424023, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6410240, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2007066351, + "runtime_create_ns": 34783, + "jit_attach_ns": 49634, + "context_create_ns": 98286, + "definition_eval_ns": 33691, + "first_eval_ns": 418715, + "threshold_crossing_ns": 2001525789, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4424023 + } + }, + { + "pair_index": 28, + "elapsed_ns": 4023744, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6062080, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2006787976, + "runtime_create_ns": 24641, + "jit_attach_ns": 51223, + "context_create_ns": 108859, + "definition_eval_ns": 46607, + "first_eval_ns": 485856, + "threshold_crossing_ns": 2001631169, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4023744 + } + }, + { + "pair_index": 29, + "elapsed_ns": 3615464, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6217728, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2006060472, + "runtime_create_ns": 26356, + "jit_attach_ns": 49460, + "context_create_ns": 99701, + "definition_eval_ns": 33793, + "first_eval_ns": 422678, + "threshold_crossing_ns": 2001437229, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3615464 + } + } + ], + "raw_latency_ns": [ + 3616389, + 3627422, + 3608189, + 3587780, + 3617661, + 3622853, + 3624523, + 3602981, + 3594833, + 3587644, + 3595855, + 3614215, + 3620614, + 3622368, + 3687649, + 3608388, + 3601226, + 3628239, + 3592162, + 3600946, + 3616184, + 3610701, + 3599114, + 3600548, + 3597089, + 3597311, + 3590313, + 4424023, + 4023744, + 3615464 + ], + "raw_throughput_ops": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ], + "median_ns": 3610701, + "mad_ns": 12152, + "p95_ns": 4023744, + "p99_ns": 4424023, + "ci95_ns": [ + 3600946, + 3617661 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "adversarial", + "suite": "rquickjs-jit", + "group": "adversarial", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 1052170, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10485760, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002148657, + "runtime_create_ns": 27513, + "jit_attach_ns": 51750, + "context_create_ns": 104272, + "definition_eval_ns": 38520, + "first_eval_ns": 246110, + "threshold_crossing_ns": 2000506967, + "compile_ns": 9684587, + "install_ns": 36267, + "osr_ns": 0, + "steady_state_ns": 1052170 + } + }, + { + "pair_index": 1, + "elapsed_ns": 1070144, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10633216, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002046761, + "runtime_create_ns": 24393, + "jit_attach_ns": 51481, + "context_create_ns": 103719, + "definition_eval_ns": 33026, + "first_eval_ns": 259477, + "threshold_crossing_ns": 2000380795, + "compile_ns": 9657161, + "install_ns": 37979, + "osr_ns": 0, + "steady_state_ns": 1070144 + } + }, + { + "pair_index": 2, + "elapsed_ns": 1071154, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10567680, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002238146, + "runtime_create_ns": 29073, + "jit_attach_ns": 55301, + "context_create_ns": 104509, + "definition_eval_ns": 130540, + "first_eval_ns": 258338, + "threshold_crossing_ns": 2000466732, + "compile_ns": 9857756, + "install_ns": 41076, + "osr_ns": 0, + "steady_state_ns": 1071154 + } + }, + { + "pair_index": 3, + "elapsed_ns": 1060047, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10412032, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002130926, + "runtime_create_ns": 30376, + "jit_attach_ns": 51440, + "context_create_ns": 105878, + "definition_eval_ns": 35186, + "first_eval_ns": 258580, + "threshold_crossing_ns": 2000464038, + "compile_ns": 10082697, + "install_ns": 37983, + "osr_ns": 0, + "steady_state_ns": 1060047 + } + }, + { + "pair_index": 4, + "elapsed_ns": 1067138, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10661888, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002116003, + "runtime_create_ns": 26855, + "jit_attach_ns": 58722, + "context_create_ns": 110186, + "definition_eval_ns": 43616, + "first_eval_ns": 251559, + "threshold_crossing_ns": 2000432325, + "compile_ns": 10312699, + "install_ns": 62922, + "osr_ns": 0, + "steady_state_ns": 1067138 + } + }, + { + "pair_index": 5, + "elapsed_ns": 1459072, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10543104, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002823662, + "runtime_create_ns": 38577, + "jit_attach_ns": 88036, + "context_create_ns": 130369, + "definition_eval_ns": 60928, + "first_eval_ns": 298738, + "threshold_crossing_ns": 2000576615, + "compile_ns": 10187291, + "install_ns": 40254, + "osr_ns": 0, + "steady_state_ns": 1459072 + } + }, + { + "pair_index": 6, + "elapsed_ns": 1053169, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10657792, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002035021, + "runtime_create_ns": 25013, + "jit_attach_ns": 59390, + "context_create_ns": 110146, + "definition_eval_ns": 53539, + "first_eval_ns": 251393, + "threshold_crossing_ns": 2000353392, + "compile_ns": 10009856, + "install_ns": 43240, + "osr_ns": 0, + "steady_state_ns": 1053169 + } + }, + { + "pair_index": 7, + "elapsed_ns": 1065585, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10555392, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002156418, + "runtime_create_ns": 27792, + "jit_attach_ns": 56160, + "context_create_ns": 106716, + "definition_eval_ns": 39271, + "first_eval_ns": 265940, + "threshold_crossing_ns": 2000472027, + "compile_ns": 9862769, + "install_ns": 37438, + "osr_ns": 0, + "steady_state_ns": 1065585 + } + }, + { + "pair_index": 8, + "elapsed_ns": 1055987, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10641408, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002030866, + "runtime_create_ns": 26241, + "jit_attach_ns": 56135, + "context_create_ns": 105674, + "definition_eval_ns": 42295, + "first_eval_ns": 257119, + "threshold_crossing_ns": 2000362545, + "compile_ns": 9820544, + "install_ns": 41004, + "osr_ns": 0, + "steady_state_ns": 1055987 + } + }, + { + "pair_index": 9, + "elapsed_ns": 1064265, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10534912, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002027674, + "runtime_create_ns": 29552, + "jit_attach_ns": 57736, + "context_create_ns": 104025, + "definition_eval_ns": 39079, + "first_eval_ns": 253838, + "threshold_crossing_ns": 2000356802, + "compile_ns": 9845412, + "install_ns": 43933, + "osr_ns": 0, + "steady_state_ns": 1064265 + } + }, + { + "pair_index": 10, + "elapsed_ns": 1046558, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10526720, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002099871, + "runtime_create_ns": 27166, + "jit_attach_ns": 58109, + "context_create_ns": 105266, + "definition_eval_ns": 44398, + "first_eval_ns": 262220, + "threshold_crossing_ns": 2000433624, + "compile_ns": 9577062, + "install_ns": 40937, + "osr_ns": 0, + "steady_state_ns": 1046558 + } + }, + { + "pair_index": 11, + "elapsed_ns": 1041958, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10698752, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2001997692, + "runtime_create_ns": 26722, + "jit_attach_ns": 55408, + "context_create_ns": 107377, + "definition_eval_ns": 40229, + "first_eval_ns": 248039, + "threshold_crossing_ns": 2000354639, + "compile_ns": 9603562, + "install_ns": 45090, + "osr_ns": 0, + "steady_state_ns": 1041958 + } + }, + { + "pair_index": 12, + "elapsed_ns": 1055588, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10702848, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002092842, + "runtime_create_ns": 23826, + "jit_attach_ns": 54842, + "context_create_ns": 105258, + "definition_eval_ns": 40615, + "first_eval_ns": 252775, + "threshold_crossing_ns": 2000436082, + "compile_ns": 9950241, + "install_ns": 38408, + "osr_ns": 0, + "steady_state_ns": 1055588 + } + }, + { + "pair_index": 13, + "elapsed_ns": 1064254, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10657792, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002092267, + "runtime_create_ns": 24263, + "jit_attach_ns": 53243, + "context_create_ns": 104504, + "definition_eval_ns": 37489, + "first_eval_ns": 241363, + "threshold_crossing_ns": 2000443150, + "compile_ns": 9803066, + "install_ns": 45269, + "osr_ns": 0, + "steady_state_ns": 1064254 + } + }, + { + "pair_index": 14, + "elapsed_ns": 1061466, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10649600, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002096599, + "runtime_create_ns": 24725, + "jit_attach_ns": 56439, + "context_create_ns": 107312, + "definition_eval_ns": 36236, + "first_eval_ns": 244370, + "threshold_crossing_ns": 2000432459, + "compile_ns": 10025897, + "install_ns": 93940, + "osr_ns": 0, + "steady_state_ns": 1061466 + } + }, + { + "pair_index": 15, + "elapsed_ns": 1078347, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10555392, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002144805, + "runtime_create_ns": 24367, + "jit_attach_ns": 54006, + "context_create_ns": 107233, + "definition_eval_ns": 41876, + "first_eval_ns": 263841, + "threshold_crossing_ns": 2000451508, + "compile_ns": 10106098, + "install_ns": 38163, + "osr_ns": 0, + "steady_state_ns": 1078347 + } + }, + { + "pair_index": 16, + "elapsed_ns": 1046218, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10559488, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002077157, + "runtime_create_ns": 30372, + "jit_attach_ns": 54588, + "context_create_ns": 105899, + "definition_eval_ns": 38316, + "first_eval_ns": 258842, + "threshold_crossing_ns": 2000416278, + "compile_ns": 10418385, + "install_ns": 43873, + "osr_ns": 0, + "steady_state_ns": 1046218 + } + }, + { + "pair_index": 17, + "elapsed_ns": 1068240, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10567680, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002091330, + "runtime_create_ns": 26679, + "jit_attach_ns": 54747, + "context_create_ns": 106483, + "definition_eval_ns": 37537, + "first_eval_ns": 246268, + "threshold_crossing_ns": 2000425618, + "compile_ns": 9798036, + "install_ns": 45213, + "osr_ns": 0, + "steady_state_ns": 1068240 + } + }, + { + "pair_index": 18, + "elapsed_ns": 1047040, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10526720, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002178354, + "runtime_create_ns": 24117, + "jit_attach_ns": 54497, + "context_create_ns": 104636, + "definition_eval_ns": 40451, + "first_eval_ns": 251801, + "threshold_crossing_ns": 2000531315, + "compile_ns": 9768123, + "install_ns": 38294, + "osr_ns": 0, + "steady_state_ns": 1047040 + } + }, + { + "pair_index": 19, + "elapsed_ns": 1071226, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10633216, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002165697, + "runtime_create_ns": 24923, + "jit_attach_ns": 52563, + "context_create_ns": 110507, + "definition_eval_ns": 32419, + "first_eval_ns": 256172, + "threshold_crossing_ns": 2000496279, + "compile_ns": 9721305, + "install_ns": 45440, + "osr_ns": 0, + "steady_state_ns": 1071226 + } + }, + { + "pair_index": 20, + "elapsed_ns": 1071848, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10526720, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002053931, + "runtime_create_ns": 34400, + "jit_attach_ns": 55808, + "context_create_ns": 104762, + "definition_eval_ns": 38816, + "first_eval_ns": 243543, + "threshold_crossing_ns": 2000379385, + "compile_ns": 10155962, + "install_ns": 45330, + "osr_ns": 0, + "steady_state_ns": 1071848 + } + }, + { + "pair_index": 21, + "elapsed_ns": 1064010, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10551296, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002016057, + "runtime_create_ns": 30500, + "jit_attach_ns": 54600, + "context_create_ns": 105796, + "definition_eval_ns": 48858, + "first_eval_ns": 246183, + "threshold_crossing_ns": 2000341228, + "compile_ns": 9820340, + "install_ns": 41047, + "osr_ns": 0, + "steady_state_ns": 1064010 + } + }, + { + "pair_index": 22, + "elapsed_ns": 1046125, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10567680, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2001959865, + "runtime_create_ns": 27830, + "jit_attach_ns": 54834, + "context_create_ns": 113725, + "definition_eval_ns": 34556, + "first_eval_ns": 241774, + "threshold_crossing_ns": 2000319426, + "compile_ns": 9980307, + "install_ns": 68493, + "osr_ns": 0, + "steady_state_ns": 1046125 + } + }, + { + "pair_index": 23, + "elapsed_ns": 1042729, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10530816, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002087189, + "runtime_create_ns": 27140, + "jit_attach_ns": 56781, + "context_create_ns": 107299, + "definition_eval_ns": 40531, + "first_eval_ns": 248626, + "threshold_crossing_ns": 2000440572, + "compile_ns": 9772641, + "install_ns": 41146, + "osr_ns": 0, + "steady_state_ns": 1042729 + } + }, + { + "pair_index": 24, + "elapsed_ns": 1069852, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10551296, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002022781, + "runtime_create_ns": 28546, + "jit_attach_ns": 51590, + "context_create_ns": 104413, + "definition_eval_ns": 33851, + "first_eval_ns": 245545, + "threshold_crossing_ns": 2000359833, + "compile_ns": 10114551, + "install_ns": 36976, + "osr_ns": 0, + "steady_state_ns": 1069852 + } + }, + { + "pair_index": 25, + "elapsed_ns": 1052807, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10465280, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002032866, + "runtime_create_ns": 25655, + "jit_attach_ns": 49767, + "context_create_ns": 103956, + "definition_eval_ns": 35287, + "first_eval_ns": 253996, + "threshold_crossing_ns": 2000388447, + "compile_ns": 9665719, + "install_ns": 31824, + "osr_ns": 0, + "steady_state_ns": 1052807 + } + }, + { + "pair_index": 26, + "elapsed_ns": 1077063, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10551296, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002136857, + "runtime_create_ns": 26812, + "jit_attach_ns": 49328, + "context_create_ns": 99239, + "definition_eval_ns": 32394, + "first_eval_ns": 243490, + "threshold_crossing_ns": 2000481498, + "compile_ns": 9671096, + "install_ns": 32974, + "osr_ns": 0, + "steady_state_ns": 1077063 + } + }, + { + "pair_index": 27, + "elapsed_ns": 1070685, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10457088, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2001989372, + "runtime_create_ns": 25012, + "jit_attach_ns": 51121, + "context_create_ns": 102811, + "definition_eval_ns": 31816, + "first_eval_ns": 239099, + "threshold_crossing_ns": 2000347744, + "compile_ns": 10274333, + "install_ns": 35769, + "osr_ns": 0, + "steady_state_ns": 1070685 + } + }, + { + "pair_index": 28, + "elapsed_ns": 1046269, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10592256, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002114348, + "runtime_create_ns": 24065, + "jit_attach_ns": 53676, + "context_create_ns": 102841, + "definition_eval_ns": 33696, + "first_eval_ns": 248865, + "threshold_crossing_ns": 2000481441, + "compile_ns": 9675300, + "install_ns": 32307, + "osr_ns": 0, + "steady_state_ns": 1046269 + } + }, + { + "pair_index": 29, + "elapsed_ns": 1076645, + "checksum": "string:7995", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10620928, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 2002117991, + "runtime_create_ns": 27492, + "jit_attach_ns": 55885, + "context_create_ns": 107678, + "definition_eval_ns": 47022, + "first_eval_ns": 257695, + "threshold_crossing_ns": 2000421155, + "compile_ns": 11574801, + "install_ns": 45660, + "osr_ns": 0, + "steady_state_ns": 1076645 + } + } + ], + "raw_latency_ns": [ + 1052170, + 1070144, + 1071154, + 1060047, + 1067138, + 1459072, + 1053169, + 1065585, + 1055987, + 1064265, + 1046558, + 1041958, + 1055588, + 1064254, + 1061466, + 1078347, + 1046218, + 1068240, + 1047040, + 1071226, + 1071848, + 1064010, + 1046125, + 1042729, + 1069852, + 1052807, + 1077063, + 1070685, + 1046269, + 1076645 + ], + "raw_throughput_ops": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ], + "median_ns": 1064254, + "mad_ns": 8666, + "p95_ns": 1078347, + "p99_ns": 1459072, + "ci95_ns": [ + 1055588, + 1069852 + ], + "compile_ns": 9857756, + "install_ns": 41047, + "break_even_executions": 13146 + }, + { + "name": "float64-dense", + "suite": "rquickjs-jit matrix", + "group": "float64", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 361311, + "checksum": "number:40a2d29809876024", + "native_entries": 48, + "native_acquisitions": 48, + "native_exits": 48, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 44, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 44, + "measured_benefit_ns": 5627879, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16429056, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 62936176, + "runtime_create_ns": 23411, + "jit_attach_ns": 58246, + "context_create_ns": 109818, + "definition_eval_ns": 57857, + "first_eval_ns": 2449752, + "threshold_crossing_ns": 59821418, + "compile_ns": 59179130, + "install_ns": 129503, + "osr_ns": 0, + "steady_state_ns": 361311 + } + }, + { + "pair_index": 1, + "elapsed_ns": 368442, + "checksum": "number:40a2d29809876024", + "native_entries": 49, + "native_acquisitions": 49, + "native_exits": 49, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 45, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 45, + "measured_benefit_ns": 5845766, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16322560, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 66191925, + "runtime_create_ns": 27425, + "jit_attach_ns": 57635, + "context_create_ns": 105462, + "definition_eval_ns": 59453, + "first_eval_ns": 2468967, + "threshold_crossing_ns": 63048630, + "compile_ns": 59559471, + "install_ns": 5463597, + "osr_ns": 0, + "steady_state_ns": 368442 + } + }, + { + "pair_index": 2, + "elapsed_ns": 360919, + "checksum": "number:40a2d29809876024", + "native_entries": 74, + "native_acquisitions": 74, + "native_exits": 74, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 70, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 70, + "measured_benefit_ns": 8966840, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16302080, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 63594585, + "runtime_create_ns": 32595, + "jit_attach_ns": 56829, + "context_create_ns": 105475, + "definition_eval_ns": 62169, + "first_eval_ns": 2468683, + "threshold_crossing_ns": 60452419, + "compile_ns": 59818820, + "install_ns": 144441, + "osr_ns": 0, + "steady_state_ns": 360919 + } + }, + { + "pair_index": 3, + "elapsed_ns": 361523, + "checksum": "number:40a2d29809876024", + "native_entries": 49, + "native_acquisitions": 49, + "native_exits": 49, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 45, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 45, + "measured_benefit_ns": 5693410, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16404480, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 63479933, + "runtime_create_ns": 24547, + "jit_attach_ns": 61388, + "context_create_ns": 103582, + "definition_eval_ns": 62448, + "first_eval_ns": 2441704, + "threshold_crossing_ns": 60369950, + "compile_ns": 59624063, + "install_ns": 148448, + "osr_ns": 0, + "steady_state_ns": 361523 + } + }, + { + "pair_index": 4, + "elapsed_ns": 370672, + "checksum": "number:40a2d29809876024", + "native_entries": 49, + "native_acquisitions": 49, + "native_exits": 49, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 45, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 45, + "measured_benefit_ns": 5714306, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16236544, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 64442643, + "runtime_create_ns": 28201, + "jit_attach_ns": 64764, + "context_create_ns": 118683, + "definition_eval_ns": 59584, + "first_eval_ns": 2470644, + "threshold_crossing_ns": 61276086, + "compile_ns": 60654154, + "install_ns": 140628, + "osr_ns": 0, + "steady_state_ns": 370672 + } + }, + { + "pair_index": 5, + "elapsed_ns": 361180, + "checksum": "number:40a2d29809876024", + "native_entries": 49, + "native_acquisitions": 49, + "native_exits": 49, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 45, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 45, + "measured_benefit_ns": 5682495, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16297984, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 64694857, + "runtime_create_ns": 32225, + "jit_attach_ns": 61467, + "context_create_ns": 112934, + "definition_eval_ns": 63768, + "first_eval_ns": 2475291, + "threshold_crossing_ns": 61530393, + "compile_ns": 60886114, + "install_ns": 145770, + "osr_ns": 0, + "steady_state_ns": 361180 + } + }, + { + "pair_index": 6, + "elapsed_ns": 360358, + "checksum": "number:40a2d29809876024", + "native_entries": 49, + "native_acquisitions": 49, + "native_exits": 49, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 45, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 45, + "measured_benefit_ns": 5905651, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16351232, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 64904323, + "runtime_create_ns": 30058, + "jit_attach_ns": 63026, + "context_create_ns": 107747, + "definition_eval_ns": 58536, + "first_eval_ns": 2446044, + "threshold_crossing_ns": 61783792, + "compile_ns": 61126023, + "install_ns": 149836, + "osr_ns": 0, + "steady_state_ns": 360358 + } + }, + { + "pair_index": 7, + "elapsed_ns": 360091, + "checksum": "number:40a2d29809876024", + "native_entries": 48, + "native_acquisitions": 48, + "native_exits": 48, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 44, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 44, + "measured_benefit_ns": 5667379, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16252928, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 64416866, + "runtime_create_ns": 27007, + "jit_attach_ns": 59453, + "context_create_ns": 115517, + "definition_eval_ns": 60787, + "first_eval_ns": 2507552, + "threshold_crossing_ns": 61228967, + "compile_ns": 60647629, + "install_ns": 142543, + "osr_ns": 0, + "steady_state_ns": 360091 + } + }, + { + "pair_index": 8, + "elapsed_ns": 360587, + "checksum": "number:40a2d29809876024", + "native_entries": 74, + "native_acquisitions": 74, + "native_exits": 74, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 70, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 70, + "measured_benefit_ns": 8954569, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16371712, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 64262937, + "runtime_create_ns": 30513, + "jit_attach_ns": 64129, + "context_create_ns": 103809, + "definition_eval_ns": 58312, + "first_eval_ns": 2466048, + "threshold_crossing_ns": 61116415, + "compile_ns": 60462030, + "install_ns": 139743, + "osr_ns": 0, + "steady_state_ns": 360587 + } + }, + { + "pair_index": 9, + "elapsed_ns": 370100, + "checksum": "number:40a2d29809876024", + "native_entries": 49, + "native_acquisitions": 49, + "native_exits": 49, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 45, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 45, + "measured_benefit_ns": 5811544, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16248832, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 64382939, + "runtime_create_ns": 29147, + "jit_attach_ns": 60833, + "context_create_ns": 119435, + "definition_eval_ns": 62299, + "first_eval_ns": 2436321, + "threshold_crossing_ns": 61248859, + "compile_ns": 60578949, + "install_ns": 172190, + "osr_ns": 0, + "steady_state_ns": 370100 + } + }, + { + "pair_index": 10, + "elapsed_ns": 359528, + "checksum": "number:40a2d29809876024", + "native_entries": 49, + "native_acquisitions": 49, + "native_exits": 49, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 45, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 45, + "measured_benefit_ns": 5767766, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16379904, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 64765365, + "runtime_create_ns": 30156, + "jit_attach_ns": 66716, + "context_create_ns": 106502, + "definition_eval_ns": 61339, + "first_eval_ns": 2478174, + "threshold_crossing_ns": 61608057, + "compile_ns": 60959386, + "install_ns": 144649, + "osr_ns": 0, + "steady_state_ns": 359528 + } + }, + { + "pair_index": 11, + "elapsed_ns": 361167, + "checksum": "number:40a2d29809876024", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 46, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 46, + "measured_benefit_ns": 5844891, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16203776, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 64993234, + "runtime_create_ns": 30533, + "jit_attach_ns": 55870, + "context_create_ns": 108313, + "definition_eval_ns": 61499, + "first_eval_ns": 2453983, + "threshold_crossing_ns": 61866973, + "compile_ns": 61261464, + "install_ns": 141175, + "osr_ns": 0, + "steady_state_ns": 361167 + } + }, + { + "pair_index": 12, + "elapsed_ns": 362329, + "checksum": "number:40a2d29809876024", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 46, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 46, + "measured_benefit_ns": 6138724, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16252928, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 65472680, + "runtime_create_ns": 29440, + "jit_attach_ns": 59753, + "context_create_ns": 105608, + "definition_eval_ns": 57813, + "first_eval_ns": 2635592, + "threshold_crossing_ns": 62168621, + "compile_ns": 61589860, + "install_ns": 147055, + "osr_ns": 0, + "steady_state_ns": 362329 + } + }, + { + "pair_index": 13, + "elapsed_ns": 360048, + "checksum": "number:40a2d29809876024", + "native_entries": 75, + "native_acquisitions": 75, + "native_exits": 75, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 71, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 71, + "measured_benefit_ns": 9385967, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16138240, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 63518771, + "runtime_create_ns": 28924, + "jit_attach_ns": 60147, + "context_create_ns": 109453, + "definition_eval_ns": 59530, + "first_eval_ns": 2445613, + "threshold_crossing_ns": 60399841, + "compile_ns": 59582113, + "install_ns": 160505, + "osr_ns": 0, + "steady_state_ns": 360048 + } + }, + { + "pair_index": 14, + "elapsed_ns": 362370, + "checksum": "number:40a2d29809876024", + "native_entries": 48, + "native_acquisitions": 48, + "native_exits": 48, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 44, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 44, + "measured_benefit_ns": 5583715, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16199680, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 64726827, + "runtime_create_ns": 30926, + "jit_attach_ns": 62288, + "context_create_ns": 112649, + "definition_eval_ns": 60215, + "first_eval_ns": 2452928, + "threshold_crossing_ns": 61587528, + "compile_ns": 60959644, + "install_ns": 140950, + "osr_ns": 0, + "steady_state_ns": 362370 + } + }, + { + "pair_index": 15, + "elapsed_ns": 360500, + "checksum": "number:40a2d29809876024", + "native_entries": 73, + "native_acquisitions": 73, + "native_exits": 73, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 69, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 69, + "measured_benefit_ns": 8722967, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16388096, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 63331170, + "runtime_create_ns": 26720, + "jit_attach_ns": 52940, + "context_create_ns": 104104, + "definition_eval_ns": 59441, + "first_eval_ns": 2435537, + "threshold_crossing_ns": 60238851, + "compile_ns": 59589948, + "install_ns": 149057, + "osr_ns": 0, + "steady_state_ns": 360500 + } + }, + { + "pair_index": 16, + "elapsed_ns": 369812, + "checksum": "number:40a2d29809876024", + "native_entries": 49, + "native_acquisitions": 49, + "native_exits": 49, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 45, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 45, + "measured_benefit_ns": 5782156, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16457728, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 63158564, + "runtime_create_ns": 31392, + "jit_attach_ns": 69947, + "context_create_ns": 129030, + "definition_eval_ns": 61868, + "first_eval_ns": 2443987, + "threshold_crossing_ns": 59992182, + "compile_ns": 59305878, + "install_ns": 130332, + "osr_ns": 0, + "steady_state_ns": 369812 + } + }, + { + "pair_index": 17, + "elapsed_ns": 359341, + "checksum": "number:40a2d29809876024", + "native_entries": 49, + "native_acquisitions": 49, + "native_exits": 49, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 45, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 45, + "measured_benefit_ns": 5970922, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16273408, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 64456818, + "runtime_create_ns": 30237, + "jit_attach_ns": 58271, + "context_create_ns": 103077, + "definition_eval_ns": 60102, + "first_eval_ns": 1058720, + "threshold_crossing_ns": 62733057, + "compile_ns": 59889402, + "install_ns": 156430, + "osr_ns": 0, + "steady_state_ns": 359341 + } + }, + { + "pair_index": 18, + "elapsed_ns": 368230, + "checksum": "number:40a2d29809876024", + "native_entries": 48, + "native_acquisitions": 48, + "native_exits": 48, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 44, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 44, + "measured_benefit_ns": 5760559, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16445440, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 64586814, + "runtime_create_ns": 29028, + "jit_attach_ns": 63225, + "context_create_ns": 113004, + "definition_eval_ns": 68007, + "first_eval_ns": 2444201, + "threshold_crossing_ns": 61446656, + "compile_ns": 60790070, + "install_ns": 136502, + "osr_ns": 0, + "steady_state_ns": 368230 + } + }, + { + "pair_index": 19, + "elapsed_ns": 360141, + "checksum": "number:40a2d29809876024", + "native_entries": 49, + "native_acquisitions": 49, + "native_exits": 49, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 45, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 45, + "measured_benefit_ns": 5720384, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16199680, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 64842699, + "runtime_create_ns": 27907, + "jit_attach_ns": 62401, + "context_create_ns": 106342, + "definition_eval_ns": 58702, + "first_eval_ns": 2477928, + "threshold_crossing_ns": 61693152, + "compile_ns": 60982730, + "install_ns": 150457, + "osr_ns": 0, + "steady_state_ns": 360141 + } + }, + { + "pair_index": 20, + "elapsed_ns": 369404, + "checksum": "number:40a2d29809876024", + "native_entries": 54, + "native_acquisitions": 54, + "native_exits": 54, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 50, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 50, + "measured_benefit_ns": 8529694, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16388096, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 67333723, + "runtime_create_ns": 30300, + "jit_attach_ns": 69643, + "context_create_ns": 109855, + "definition_eval_ns": 61139, + "first_eval_ns": 2766131, + "threshold_crossing_ns": 63873014, + "compile_ns": 63025438, + "install_ns": 147360, + "osr_ns": 0, + "steady_state_ns": 369404 + } + }, + { + "pair_index": 21, + "elapsed_ns": 369813, + "checksum": "number:40a2d29809876024", + "native_entries": 49, + "native_acquisitions": 49, + "native_exits": 49, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 45, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 45, + "measured_benefit_ns": 5686542, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16310272, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 65502261, + "runtime_create_ns": 29052, + "jit_attach_ns": 58093, + "context_create_ns": 107865, + "definition_eval_ns": 58620, + "first_eval_ns": 2469053, + "threshold_crossing_ns": 62355764, + "compile_ns": 61757535, + "install_ns": 143686, + "osr_ns": 0, + "steady_state_ns": 369813 + } + }, + { + "pair_index": 22, + "elapsed_ns": 373403, + "checksum": "number:40a2d29809876024", + "native_entries": 55, + "native_acquisitions": 55, + "native_exits": 55, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 51, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 51, + "measured_benefit_ns": 6403889, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16322560, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 66701777, + "runtime_create_ns": 29077, + "jit_attach_ns": 60464, + "context_create_ns": 107382, + "definition_eval_ns": 63072, + "first_eval_ns": 2446155, + "threshold_crossing_ns": 63564754, + "compile_ns": 62874260, + "install_ns": 136983, + "osr_ns": 0, + "steady_state_ns": 373403 + } + }, + { + "pair_index": 23, + "elapsed_ns": 361296, + "checksum": "number:40a2d29809876024", + "native_entries": 19, + "native_acquisitions": 19, + "native_exits": 19, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 1933719, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16453632, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 72255542, + "runtime_create_ns": 27893, + "jit_attach_ns": 56746, + "context_create_ns": 108294, + "definition_eval_ns": 61562, + "first_eval_ns": 2454395, + "threshold_crossing_ns": 69128462, + "compile_ns": 69396655, + "install_ns": 137703, + "osr_ns": 0, + "steady_state_ns": 361296 + } + }, + { + "pair_index": 24, + "elapsed_ns": 369164, + "checksum": "number:40a2d29809876024", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 46, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 46, + "measured_benefit_ns": 5861320, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16437248, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 65752687, + "runtime_create_ns": 25967, + "jit_attach_ns": 60704, + "context_create_ns": 108039, + "definition_eval_ns": 62290, + "first_eval_ns": 2454825, + "threshold_crossing_ns": 62615648, + "compile_ns": 61595749, + "install_ns": 146110, + "osr_ns": 0, + "steady_state_ns": 369164 + } + }, + { + "pair_index": 25, + "elapsed_ns": 370690, + "checksum": "number:40a2d29809876024", + "native_entries": 49, + "native_acquisitions": 49, + "native_exits": 49, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 45, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 45, + "measured_benefit_ns": 5750339, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16388096, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 64998275, + "runtime_create_ns": 29941, + "jit_attach_ns": 63855, + "context_create_ns": 120367, + "definition_eval_ns": 58721, + "first_eval_ns": 2451877, + "threshold_crossing_ns": 61847087, + "compile_ns": 61235093, + "install_ns": 150697, + "osr_ns": 0, + "steady_state_ns": 370690 + } + }, + { + "pair_index": 26, + "elapsed_ns": 360302, + "checksum": "number:40a2d29809876024", + "native_entries": 53, + "native_acquisitions": 53, + "native_exits": 53, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 49, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 49, + "measured_benefit_ns": 6088336, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16289792, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 66165264, + "runtime_create_ns": 35283, + "jit_attach_ns": 97419, + "context_create_ns": 228412, + "definition_eval_ns": 83021, + "first_eval_ns": 2464354, + "threshold_crossing_ns": 62832539, + "compile_ns": 62509226, + "install_ns": 157760, + "osr_ns": 0, + "steady_state_ns": 360302 + } + }, + { + "pair_index": 27, + "elapsed_ns": 362775, + "checksum": "number:40a2d29809876024", + "native_entries": 49, + "native_acquisitions": 49, + "native_exits": 49, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 45, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 45, + "measured_benefit_ns": 5933940, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16445440, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 65494055, + "runtime_create_ns": 30282, + "jit_attach_ns": 55743, + "context_create_ns": 107050, + "definition_eval_ns": 58998, + "first_eval_ns": 2510962, + "threshold_crossing_ns": 62312927, + "compile_ns": 61714121, + "install_ns": 156309, + "osr_ns": 0, + "steady_state_ns": 362775 + } + }, + { + "pair_index": 28, + "elapsed_ns": 359364, + "checksum": "number:40a2d29809876024", + "native_entries": 65, + "native_acquisitions": 65, + "native_exits": 65, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 61, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 61, + "measured_benefit_ns": 7886732, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16248832, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 65376244, + "runtime_create_ns": 28538, + "jit_attach_ns": 61187, + "context_create_ns": 109253, + "definition_eval_ns": 58395, + "first_eval_ns": 2433169, + "threshold_crossing_ns": 62272570, + "compile_ns": 61577717, + "install_ns": 148591, + "osr_ns": 0, + "steady_state_ns": 359364 + } + }, + { + "pair_index": 29, + "elapsed_ns": 371846, + "checksum": "number:40a2d29809876024", + "native_entries": 51, + "native_acquisitions": 51, + "native_exits": 51, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 47, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 47, + "measured_benefit_ns": 5879049, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16330752, + "code_bytes": 146560, + "metadata_bytes": 39400, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 66743863, + "runtime_create_ns": 28245, + "jit_attach_ns": 66060, + "context_create_ns": 109109, + "definition_eval_ns": 65626, + "first_eval_ns": 2451696, + "threshold_crossing_ns": 63590775, + "compile_ns": 62985421, + "install_ns": 138475, + "osr_ns": 0, + "steady_state_ns": 371846 + } + } + ], + "raw_latency_ns": [ + 361311, + 368442, + 360919, + 361523, + 370672, + 361180, + 360358, + 360091, + 360587, + 370100, + 359528, + 361167, + 362329, + 360048, + 362370, + 360500, + 369812, + 359341, + 368230, + 360141, + 369404, + 369813, + 373403, + 361296, + 369164, + 370690, + 360302, + 362775, + 359364, + 371846 + ], + "raw_throughput_ops": [ + 16, + 16, + 16, + 16, + 16, + 16, + 16, + 16, + 16, + 16 + ], + "median_ns": 361523, + "mad_ns": 1475, + "p95_ns": 371846, + "p99_ns": 373403, + "ci95_ns": [ + 360919, + 368442 + ], + "compile_ns": 60959644, + "install_ns": 146110, + "break_even_executions": 24 + }, + { + "name": "strings-regexp", + "suite": "rquickjs-jit matrix", + "group": "strings-regexp", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 20274538, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15466496, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2034750603, + "runtime_create_ns": 31459, + "jit_attach_ns": 60431, + "context_create_ns": 113671, + "definition_eval_ns": 57800, + "first_eval_ns": 4026954, + "threshold_crossing_ns": 2008146111, + "compile_ns": 35213047, + "install_ns": 61501, + "osr_ns": 0, + "steady_state_ns": 20274538 + } + }, + { + "pair_index": 1, + "elapsed_ns": 19912674, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15339520, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2033758696, + "runtime_create_ns": 38548, + "jit_attach_ns": 56834, + "context_create_ns": 112071, + "definition_eval_ns": 56296, + "first_eval_ns": 5257565, + "threshold_crossing_ns": 2006332454, + "compile_ns": 32370845, + "install_ns": 57090, + "osr_ns": 0, + "steady_state_ns": 19912674 + } + }, + { + "pair_index": 2, + "elapsed_ns": 19751217, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15331328, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2032319046, + "runtime_create_ns": 29216, + "jit_attach_ns": 61150, + "context_create_ns": 123969, + "definition_eval_ns": 57390, + "first_eval_ns": 3988805, + "threshold_crossing_ns": 2006315284, + "compile_ns": 32660032, + "install_ns": 66721, + "osr_ns": 0, + "steady_state_ns": 19751217 + } + }, + { + "pair_index": 3, + "elapsed_ns": 19812023, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15302656, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2036535396, + "runtime_create_ns": 31886, + "jit_attach_ns": 60764, + "context_create_ns": 112237, + "definition_eval_ns": 61109, + "first_eval_ns": 6855730, + "threshold_crossing_ns": 2007577472, + "compile_ns": 32196310, + "install_ns": 58270, + "osr_ns": 0, + "steady_state_ns": 19812023 + } + }, + { + "pair_index": 4, + "elapsed_ns": 19826226, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15491072, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2036568862, + "runtime_create_ns": 26495, + "jit_attach_ns": 62664, + "context_create_ns": 108845, + "definition_eval_ns": 63396, + "first_eval_ns": 6844040, + "threshold_crossing_ns": 2007642160, + "compile_ns": 33740336, + "install_ns": 64564, + "osr_ns": 0, + "steady_state_ns": 19826226 + } + }, + { + "pair_index": 5, + "elapsed_ns": 19835863, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15470592, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2033427108, + "runtime_create_ns": 28477, + "jit_attach_ns": 76163, + "context_create_ns": 111581, + "definition_eval_ns": 67177, + "first_eval_ns": 4016092, + "threshold_crossing_ns": 2007261969, + "compile_ns": 32356561, + "install_ns": 63782, + "osr_ns": 0, + "steady_state_ns": 19835863 + } + }, + { + "pair_index": 6, + "elapsed_ns": 20050323, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15327232, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2033553134, + "runtime_create_ns": 35965, + "jit_attach_ns": 61963, + "context_create_ns": 109498, + "definition_eval_ns": 57396, + "first_eval_ns": 5000744, + "threshold_crossing_ns": 2006241884, + "compile_ns": 34678384, + "install_ns": 63582, + "osr_ns": 0, + "steady_state_ns": 20050323 + } + }, + { + "pair_index": 7, + "elapsed_ns": 20610706, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15507456, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2036204747, + "runtime_create_ns": 25284, + "jit_attach_ns": 63644, + "context_create_ns": 120242, + "definition_eval_ns": 58753, + "first_eval_ns": 5055899, + "threshold_crossing_ns": 2008271623, + "compile_ns": 35037037, + "install_ns": 63265, + "osr_ns": 0, + "steady_state_ns": 20610706 + } + }, + { + "pair_index": 8, + "elapsed_ns": 20357523, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15425536, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2036856803, + "runtime_create_ns": 28028, + "jit_attach_ns": 60326, + "context_create_ns": 106086, + "definition_eval_ns": 55772, + "first_eval_ns": 7234762, + "threshold_crossing_ns": 2007015226, + "compile_ns": 32660796, + "install_ns": 69706, + "osr_ns": 0, + "steady_state_ns": 20357523 + } + }, + { + "pair_index": 9, + "elapsed_ns": 19784026, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15425536, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2036250991, + "runtime_create_ns": 26974, + "jit_attach_ns": 58177, + "context_create_ns": 108262, + "definition_eval_ns": 58361, + "first_eval_ns": 6844755, + "threshold_crossing_ns": 2007366769, + "compile_ns": 34402736, + "install_ns": 70625, + "osr_ns": 0, + "steady_state_ns": 19784026 + } + }, + { + "pair_index": 10, + "elapsed_ns": 19783521, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15331328, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2032362828, + "runtime_create_ns": 27255, + "jit_attach_ns": 71988, + "context_create_ns": 110831, + "definition_eval_ns": 58861, + "first_eval_ns": 4003260, + "threshold_crossing_ns": 2006277007, + "compile_ns": 33367071, + "install_ns": 68819, + "osr_ns": 0, + "steady_state_ns": 19783521 + } + }, + { + "pair_index": 11, + "elapsed_ns": 19759416, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15532032, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2032740557, + "runtime_create_ns": 29120, + "jit_attach_ns": 64519, + "context_create_ns": 131302, + "definition_eval_ns": 64005, + "first_eval_ns": 4070638, + "threshold_crossing_ns": 2006623250, + "compile_ns": 32501027, + "install_ns": 64020, + "osr_ns": 0, + "steady_state_ns": 19759416 + } + }, + { + "pair_index": 12, + "elapsed_ns": 19795203, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15409152, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2035086747, + "runtime_create_ns": 30987, + "jit_attach_ns": 59792, + "context_create_ns": 113710, + "definition_eval_ns": 57072, + "first_eval_ns": 5021715, + "threshold_crossing_ns": 2008005936, + "compile_ns": 32335804, + "install_ns": 63650, + "osr_ns": 0, + "steady_state_ns": 19795203 + } + }, + { + "pair_index": 13, + "elapsed_ns": 19828520, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15228928, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2036678978, + "runtime_create_ns": 27993, + "jit_attach_ns": 62353, + "context_create_ns": 109936, + "definition_eval_ns": 59145, + "first_eval_ns": 6818580, + "threshold_crossing_ns": 2007773806, + "compile_ns": 34406176, + "install_ns": 65260, + "osr_ns": 0, + "steady_state_ns": 19828520 + } + }, + { + "pair_index": 14, + "elapsed_ns": 19951505, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15425536, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2036135860, + "runtime_create_ns": 25852, + "jit_attach_ns": 61781, + "context_create_ns": 108041, + "definition_eval_ns": 59826, + "first_eval_ns": 6819059, + "threshold_crossing_ns": 2007115094, + "compile_ns": 32138518, + "install_ns": 57346, + "osr_ns": 0, + "steady_state_ns": 19951505 + } + }, + { + "pair_index": 15, + "elapsed_ns": 19785469, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15470592, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2036146422, + "runtime_create_ns": 26012, + "jit_attach_ns": 56951, + "context_create_ns": 110926, + "definition_eval_ns": 59457, + "first_eval_ns": 6851335, + "threshold_crossing_ns": 2007272390, + "compile_ns": 32303756, + "install_ns": 66700, + "osr_ns": 0, + "steady_state_ns": 19785469 + } + }, + { + "pair_index": 16, + "elapsed_ns": 20413109, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15409152, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2033155202, + "runtime_create_ns": 26440, + "jit_attach_ns": 62559, + "context_create_ns": 108523, + "definition_eval_ns": 54981, + "first_eval_ns": 4000538, + "threshold_crossing_ns": 2006482994, + "compile_ns": 34333478, + "install_ns": 71294, + "osr_ns": 0, + "steady_state_ns": 20413109 + } + }, + { + "pair_index": 17, + "elapsed_ns": 20578348, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15282176, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2033721529, + "runtime_create_ns": 27889, + "jit_attach_ns": 58583, + "context_create_ns": 104124, + "definition_eval_ns": 56670, + "first_eval_ns": 4010988, + "threshold_crossing_ns": 2006881907, + "compile_ns": 34977074, + "install_ns": 60845, + "osr_ns": 0, + "steady_state_ns": 20578348 + } + }, + { + "pair_index": 18, + "elapsed_ns": 20031391, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15310848, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2035335134, + "runtime_create_ns": 27972, + "jit_attach_ns": 62924, + "context_create_ns": 105409, + "definition_eval_ns": 58022, + "first_eval_ns": 4982275, + "threshold_crossing_ns": 2008074933, + "compile_ns": 33547369, + "install_ns": 63123, + "osr_ns": 0, + "steady_state_ns": 20031391 + } + }, + { + "pair_index": 19, + "elapsed_ns": 20393416, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15466496, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2034270836, + "runtime_create_ns": 67965, + "jit_attach_ns": 130368, + "context_create_ns": 258044, + "definition_eval_ns": 201046, + "first_eval_ns": 4055893, + "threshold_crossing_ns": 2007130828, + "compile_ns": 32970347, + "install_ns": 62952, + "osr_ns": 0, + "steady_state_ns": 20393416 + } + }, + { + "pair_index": 20, + "elapsed_ns": 20534512, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15462400, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2036684383, + "runtime_create_ns": 25326, + "jit_attach_ns": 76159, + "context_create_ns": 114766, + "definition_eval_ns": 73694, + "first_eval_ns": 6921622, + "threshold_crossing_ns": 2006331142, + "compile_ns": 32659506, + "install_ns": 70805, + "osr_ns": 0, + "steady_state_ns": 20534512 + } + }, + { + "pair_index": 21, + "elapsed_ns": 19784517, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15462400, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2034416516, + "runtime_create_ns": 26950, + "jit_attach_ns": 58793, + "context_create_ns": 119473, + "definition_eval_ns": 59753, + "first_eval_ns": 5001475, + "threshold_crossing_ns": 2007375248, + "compile_ns": 33391289, + "install_ns": 64642, + "osr_ns": 0, + "steady_state_ns": 19784517 + } + }, + { + "pair_index": 22, + "elapsed_ns": 19738198, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15425536, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2033159825, + "runtime_create_ns": 34888, + "jit_attach_ns": 61054, + "context_create_ns": 105275, + "definition_eval_ns": 55256, + "first_eval_ns": 3992179, + "threshold_crossing_ns": 2007179685, + "compile_ns": 33087178, + "install_ns": 61677, + "osr_ns": 0, + "steady_state_ns": 19738198 + } + }, + { + "pair_index": 23, + "elapsed_ns": 19815423, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15405056, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2036256218, + "runtime_create_ns": 28961, + "jit_attach_ns": 62684, + "context_create_ns": 115525, + "definition_eval_ns": 56958, + "first_eval_ns": 6829135, + "threshold_crossing_ns": 2007191649, + "compile_ns": 31795552, + "install_ns": 62842, + "osr_ns": 0, + "steady_state_ns": 19815423 + } + }, + { + "pair_index": 24, + "elapsed_ns": 19928413, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15466496, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2035596327, + "runtime_create_ns": 31378, + "jit_attach_ns": 54101, + "context_create_ns": 102942, + "definition_eval_ns": 52650, + "first_eval_ns": 6816862, + "threshold_crossing_ns": 2006613520, + "compile_ns": 33352416, + "install_ns": 54114, + "osr_ns": 0, + "steady_state_ns": 19928413 + } + }, + { + "pair_index": 25, + "elapsed_ns": 19823928, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15245312, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2034319601, + "runtime_create_ns": 27145, + "jit_attach_ns": 56404, + "context_create_ns": 143031, + "definition_eval_ns": 55189, + "first_eval_ns": 5012988, + "threshold_crossing_ns": 2007199524, + "compile_ns": 31879560, + "install_ns": 65709, + "osr_ns": 0, + "steady_state_ns": 19823928 + } + }, + { + "pair_index": 26, + "elapsed_ns": 19845057, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15384576, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2038202615, + "runtime_create_ns": 28889, + "jit_attach_ns": 62972, + "context_create_ns": 105453, + "definition_eval_ns": 55567, + "first_eval_ns": 6960309, + "threshold_crossing_ns": 2009155799, + "compile_ns": 35000713, + "install_ns": 61441, + "osr_ns": 0, + "steady_state_ns": 19845057 + } + }, + { + "pair_index": 27, + "elapsed_ns": 19791389, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15220736, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2034280725, + "runtime_create_ns": 24845, + "jit_attach_ns": 55622, + "context_create_ns": 117679, + "definition_eval_ns": 53901, + "first_eval_ns": 5001225, + "threshold_crossing_ns": 2007243924, + "compile_ns": 31930250, + "install_ns": 51859, + "osr_ns": 0, + "steady_state_ns": 19791389 + } + }, + { + "pair_index": 28, + "elapsed_ns": 19911789, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15437824, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2033050024, + "runtime_create_ns": 27177, + "jit_attach_ns": 79674, + "context_create_ns": 113416, + "definition_eval_ns": 68938, + "first_eval_ns": 4095392, + "threshold_crossing_ns": 2006765271, + "compile_ns": 36451378, + "install_ns": 62166, + "osr_ns": 0, + "steady_state_ns": 19911789 + } + }, + { + "pair_index": 29, + "elapsed_ns": 19836096, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15458304, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 2034157207, + "runtime_create_ns": 27296, + "jit_attach_ns": 63944, + "context_create_ns": 110303, + "definition_eval_ns": 55752, + "first_eval_ns": 4335087, + "threshold_crossing_ns": 2007729568, + "compile_ns": 32918210, + "install_ns": 57499, + "osr_ns": 0, + "steady_state_ns": 19836096 + } + } + ], + "raw_latency_ns": [ + 20274538, + 19912674, + 19751217, + 19812023, + 19826226, + 19835863, + 20050323, + 20610706, + 20357523, + 19784026, + 19783521, + 19759416, + 19795203, + 19828520, + 19951505, + 19785469, + 20413109, + 20578348, + 20031391, + 20393416, + 20534512, + 19784517, + 19738198, + 19815423, + 19928413, + 19823928, + 19845057, + 19791389, + 19911789, + 19836096 + ], + "raw_throughput_ops": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ], + "median_ns": 19836096, + "mad_ns": 76578, + "p95_ns": 20578348, + "p99_ns": 20610706, + "ci95_ns": [ + 19815423, + 19951505 + ], + "compile_ns": 33087178, + "install_ns": 63582, + "break_even_executions": null + }, + { + "name": "arrays-typed", + "suite": "rquickjs-jit matrix", + "group": "arrays-typed", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 20050629, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 35, + "native_acquisitions": 35, + "native_exits": 35, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 20, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 13, + "profitability_approved": 0, + "profitability_rejected": 13, + "benefit_recordings": 15, + "measured_benefit_ns": 3719189, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15454208, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 97254176, + "runtime_create_ns": 23915, + "jit_attach_ns": 52854, + "context_create_ns": 103170, + "definition_eval_ns": 63995, + "first_eval_ns": 2364463, + "threshold_crossing_ns": 72577095, + "compile_ns": 66008817, + "install_ns": 262119, + "osr_ns": 0, + "steady_state_ns": 20050629 + } + }, + { + "pair_index": 1, + "elapsed_ns": 20204912, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3846611, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15515648, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 96067349, + "runtime_create_ns": 28149, + "jit_attach_ns": 58486, + "context_create_ns": 103120, + "definition_eval_ns": 63432, + "first_eval_ns": 2354700, + "threshold_crossing_ns": 71210376, + "compile_ns": 64518377, + "install_ns": 118547, + "osr_ns": 0, + "steady_state_ns": 20204912 + } + }, + { + "pair_index": 2, + "elapsed_ns": 19949861, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 36, + "native_acquisitions": 36, + "native_exits": 36, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 21, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 13, + "profitability_approved": 0, + "profitability_rejected": 13, + "benefit_recordings": 15, + "measured_benefit_ns": 3642287, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15372288, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 98540746, + "runtime_create_ns": 29322, + "jit_attach_ns": 52153, + "context_create_ns": 109878, + "definition_eval_ns": 65007, + "first_eval_ns": 938645, + "threshold_crossing_ns": 75381780, + "compile_ns": 66672567, + "install_ns": 133957, + "osr_ns": 0, + "steady_state_ns": 19949861 + } + }, + { + "pair_index": 3, + "elapsed_ns": 19907931, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3710181, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15446016, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 96399483, + "runtime_create_ns": 23473, + "jit_attach_ns": 54347, + "context_create_ns": 110226, + "definition_eval_ns": 66401, + "first_eval_ns": 934591, + "threshold_crossing_ns": 73292515, + "compile_ns": 64592568, + "install_ns": 114974, + "osr_ns": 0, + "steady_state_ns": 19907931 + } + }, + { + "pair_index": 4, + "elapsed_ns": 20095833, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3686259, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15372288, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 96598058, + "runtime_create_ns": 26636, + "jit_attach_ns": 54254, + "context_create_ns": 114508, + "definition_eval_ns": 64272, + "first_eval_ns": 2340941, + "threshold_crossing_ns": 71885579, + "compile_ns": 65133506, + "install_ns": 129540, + "osr_ns": 0, + "steady_state_ns": 20095833 + } + }, + { + "pair_index": 5, + "elapsed_ns": 20040490, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3695839, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15380480, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 96472512, + "runtime_create_ns": 30487, + "jit_attach_ns": 55434, + "context_create_ns": 104643, + "definition_eval_ns": 70083, + "first_eval_ns": 2341103, + "threshold_crossing_ns": 71810642, + "compile_ns": 65181769, + "install_ns": 119449, + "osr_ns": 0, + "steady_state_ns": 20040490 + } + }, + { + "pair_index": 6, + "elapsed_ns": 19908160, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3672189, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15425536, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 96036826, + "runtime_create_ns": 26832, + "jit_attach_ns": 55595, + "context_create_ns": 110958, + "definition_eval_ns": 67464, + "first_eval_ns": 2363167, + "threshold_crossing_ns": 71481806, + "compile_ns": 64820381, + "install_ns": 121835, + "osr_ns": 0, + "steady_state_ns": 19908160 + } + }, + { + "pair_index": 7, + "elapsed_ns": 19951205, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3693977, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15253504, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 95753168, + "runtime_create_ns": 25792, + "jit_attach_ns": 58762, + "context_create_ns": 113287, + "definition_eval_ns": 62380, + "first_eval_ns": 2367501, + "threshold_crossing_ns": 71159768, + "compile_ns": 64511284, + "install_ns": 122618, + "osr_ns": 0, + "steady_state_ns": 19951205 + } + }, + { + "pair_index": 8, + "elapsed_ns": 20043333, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3819916, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15220736, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 96245212, + "runtime_create_ns": 25080, + "jit_attach_ns": 60118, + "context_create_ns": 106986, + "definition_eval_ns": 65449, + "first_eval_ns": 951784, + "threshold_crossing_ns": 72971120, + "compile_ns": 64012889, + "install_ns": 126494, + "osr_ns": 0, + "steady_state_ns": 20043333 + } + }, + { + "pair_index": 9, + "elapsed_ns": 20132101, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3698245, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15294464, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 96728842, + "runtime_create_ns": 27476, + "jit_attach_ns": 53395, + "context_create_ns": 102268, + "definition_eval_ns": 71382, + "first_eval_ns": 2343640, + "threshold_crossing_ns": 71968581, + "compile_ns": 65229111, + "install_ns": 107844, + "osr_ns": 0, + "steady_state_ns": 20132101 + } + }, + { + "pair_index": 10, + "elapsed_ns": 19967442, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3664064, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15405056, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 97009349, + "runtime_create_ns": 27393, + "jit_attach_ns": 55573, + "context_create_ns": 115820, + "definition_eval_ns": 70672, + "first_eval_ns": 2347411, + "threshold_crossing_ns": 72409563, + "compile_ns": 65751935, + "install_ns": 126865, + "osr_ns": 0, + "steady_state_ns": 19967442 + } + }, + { + "pair_index": 11, + "elapsed_ns": 19991676, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3753251, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15351808, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 96624567, + "runtime_create_ns": 27890, + "jit_attach_ns": 60028, + "context_create_ns": 106982, + "definition_eval_ns": 69134, + "first_eval_ns": 2376761, + "threshold_crossing_ns": 71972452, + "compile_ns": 65313677, + "install_ns": 120887, + "osr_ns": 0, + "steady_state_ns": 19991676 + } + }, + { + "pair_index": 12, + "elapsed_ns": 19978591, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3700700, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15314944, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 96931495, + "runtime_create_ns": 28420, + "jit_attach_ns": 59510, + "context_create_ns": 104211, + "definition_eval_ns": 61775, + "first_eval_ns": 2357269, + "threshold_crossing_ns": 72330567, + "compile_ns": 65635309, + "install_ns": 125455, + "osr_ns": 0, + "steady_state_ns": 19978591 + } + }, + { + "pair_index": 13, + "elapsed_ns": 19943780, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3701536, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15597568, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 96562189, + "runtime_create_ns": 24162, + "jit_attach_ns": 59562, + "context_create_ns": 103990, + "definition_eval_ns": 62552, + "first_eval_ns": 2354296, + "threshold_crossing_ns": 72001915, + "compile_ns": 65353187, + "install_ns": 114675, + "osr_ns": 0, + "steady_state_ns": 19943780 + } + }, + { + "pair_index": 14, + "elapsed_ns": 19933941, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3704423, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15224832, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 95560303, + "runtime_create_ns": 29060, + "jit_attach_ns": 66105, + "context_create_ns": 106135, + "definition_eval_ns": 63681, + "first_eval_ns": 2342334, + "threshold_crossing_ns": 70992735, + "compile_ns": 64288233, + "install_ns": 120902, + "osr_ns": 0, + "steady_state_ns": 19933941 + } + }, + { + "pair_index": 15, + "elapsed_ns": 19935326, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3751116, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15364096, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 96011886, + "runtime_create_ns": 36315, + "jit_attach_ns": 65655, + "context_create_ns": 118149, + "definition_eval_ns": 68616, + "first_eval_ns": 2359580, + "threshold_crossing_ns": 71414132, + "compile_ns": 64741110, + "install_ns": 132978, + "osr_ns": 0, + "steady_state_ns": 19935326 + } + }, + { + "pair_index": 16, + "elapsed_ns": 19940073, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 35, + "native_acquisitions": 35, + "native_exits": 35, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 20, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 13, + "profitability_approved": 0, + "profitability_rejected": 13, + "benefit_recordings": 15, + "measured_benefit_ns": 3705951, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15294464, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 97017413, + "runtime_create_ns": 26731, + "jit_attach_ns": 55524, + "context_create_ns": 106312, + "definition_eval_ns": 64262, + "first_eval_ns": 2350372, + "threshold_crossing_ns": 72462059, + "compile_ns": 65864140, + "install_ns": 137026, + "osr_ns": 0, + "steady_state_ns": 19940073 + } + }, + { + "pair_index": 17, + "elapsed_ns": 19960526, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3688893, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15454208, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 96598147, + "runtime_create_ns": 26894, + "jit_attach_ns": 59885, + "context_create_ns": 121789, + "definition_eval_ns": 69734, + "first_eval_ns": 2358613, + "threshold_crossing_ns": 71984314, + "compile_ns": 65333291, + "install_ns": 131927, + "osr_ns": 0, + "steady_state_ns": 19960526 + } + }, + { + "pair_index": 18, + "elapsed_ns": 19911623, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3685529, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15446016, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 96570512, + "runtime_create_ns": 25661, + "jit_attach_ns": 60112, + "context_create_ns": 105470, + "definition_eval_ns": 65736, + "first_eval_ns": 2345763, + "threshold_crossing_ns": 72031533, + "compile_ns": 65360790, + "install_ns": 119635, + "osr_ns": 0, + "steady_state_ns": 19911623 + } + }, + { + "pair_index": 19, + "elapsed_ns": 19913624, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3815978, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15437824, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 96593874, + "runtime_create_ns": 29615, + "jit_attach_ns": 54223, + "context_create_ns": 103412, + "definition_eval_ns": 65597, + "first_eval_ns": 2376030, + "threshold_crossing_ns": 72041919, + "compile_ns": 65376092, + "install_ns": 138443, + "osr_ns": 0, + "steady_state_ns": 19913624 + } + }, + { + "pair_index": 20, + "elapsed_ns": 19918796, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3700844, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15458304, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 96602102, + "runtime_create_ns": 24027, + "jit_attach_ns": 55176, + "context_create_ns": 121809, + "definition_eval_ns": 67882, + "first_eval_ns": 2358330, + "threshold_crossing_ns": 72044995, + "compile_ns": 65373462, + "install_ns": 125513, + "osr_ns": 0, + "steady_state_ns": 19918796 + } + }, + { + "pair_index": 21, + "elapsed_ns": 19921048, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 35, + "native_acquisitions": 35, + "native_exits": 35, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 20, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 13, + "profitability_approved": 0, + "profitability_rejected": 13, + "benefit_recordings": 15, + "measured_benefit_ns": 3705298, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15380480, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 97695806, + "runtime_create_ns": 27009, + "jit_attach_ns": 54614, + "context_create_ns": 109516, + "definition_eval_ns": 62275, + "first_eval_ns": 2351555, + "threshold_crossing_ns": 73165869, + "compile_ns": 66643445, + "install_ns": 121376, + "osr_ns": 0, + "steady_state_ns": 19921048 + } + }, + { + "pair_index": 22, + "elapsed_ns": 19969665, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3641569, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15441920, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 95835501, + "runtime_create_ns": 37219, + "jit_attach_ns": 57953, + "context_create_ns": 104715, + "definition_eval_ns": 66222, + "first_eval_ns": 2345531, + "threshold_crossing_ns": 71233693, + "compile_ns": 64535856, + "install_ns": 116014, + "osr_ns": 0, + "steady_state_ns": 19969665 + } + }, + { + "pair_index": 23, + "elapsed_ns": 19927689, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3681254, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15523840, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 96857960, + "runtime_create_ns": 25554, + "jit_attach_ns": 55721, + "context_create_ns": 116515, + "definition_eval_ns": 63605, + "first_eval_ns": 2352650, + "threshold_crossing_ns": 72312615, + "compile_ns": 65621021, + "install_ns": 125832, + "osr_ns": 0, + "steady_state_ns": 19927689 + } + }, + { + "pair_index": 24, + "elapsed_ns": 19919669, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3688007, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15355904, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 95617538, + "runtime_create_ns": 29194, + "jit_attach_ns": 58541, + "context_create_ns": 112601, + "definition_eval_ns": 62787, + "first_eval_ns": 2335495, + "threshold_crossing_ns": 71078867, + "compile_ns": 64410205, + "install_ns": 123110, + "osr_ns": 0, + "steady_state_ns": 19919669 + } + }, + { + "pair_index": 25, + "elapsed_ns": 19965053, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3704816, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 16003072, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 96332405, + "runtime_create_ns": 26737, + "jit_attach_ns": 60294, + "context_create_ns": 107104, + "definition_eval_ns": 68059, + "first_eval_ns": 2359798, + "threshold_crossing_ns": 71734203, + "compile_ns": 65064337, + "install_ns": 125426, + "osr_ns": 0, + "steady_state_ns": 19965053 + } + }, + { + "pair_index": 26, + "elapsed_ns": 20113067, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3693262, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15220736, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 95802530, + "runtime_create_ns": 28090, + "jit_attach_ns": 56940, + "context_create_ns": 119090, + "definition_eval_ns": 65358, + "first_eval_ns": 2348629, + "threshold_crossing_ns": 71037704, + "compile_ns": 64339403, + "install_ns": 112010, + "osr_ns": 0, + "steady_state_ns": 20113067 + } + }, + { + "pair_index": 27, + "elapsed_ns": 19952491, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3701419, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15462400, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 97116266, + "runtime_create_ns": 27837, + "jit_attach_ns": 53218, + "context_create_ns": 100812, + "definition_eval_ns": 71238, + "first_eval_ns": 2345485, + "threshold_crossing_ns": 72552059, + "compile_ns": 65832817, + "install_ns": 130618, + "osr_ns": 0, + "steady_state_ns": 19952491 + } + }, + { + "pair_index": 28, + "elapsed_ns": 20081866, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3703539, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15310848, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 96619941, + "runtime_create_ns": 27550, + "jit_attach_ns": 65289, + "context_create_ns": 112646, + "definition_eval_ns": 64819, + "first_eval_ns": 2346645, + "threshold_crossing_ns": 71905805, + "compile_ns": 65244646, + "install_ns": 112932, + "osr_ns": 0, + "steady_state_ns": 20081866 + } + }, + { + "pair_index": 29, + "elapsed_ns": 19972239, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 34, + "native_acquisitions": 34, + "native_exits": 34, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 15, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 12, + "profitability_approved": 0, + "profitability_rejected": 12, + "benefit_recordings": 15, + "measured_benefit_ns": 3793955, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 15405056, + "code_bytes": 140856, + "metadata_bytes": 31754, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 95700759, + "runtime_create_ns": 28253, + "jit_attach_ns": 55205, + "context_create_ns": 106099, + "definition_eval_ns": 67127, + "first_eval_ns": 2356574, + "threshold_crossing_ns": 70961097, + "compile_ns": 64291777, + "install_ns": 120268, + "osr_ns": 0, + "steady_state_ns": 19972239 + } + } + ], + "raw_latency_ns": [ + 20050629, + 20204912, + 19949861, + 19907931, + 20095833, + 20040490, + 19908160, + 19951205, + 20043333, + 20132101, + 19967442, + 19991676, + 19978591, + 19943780, + 19933941, + 19935326, + 19940073, + 19960526, + 19911623, + 19913624, + 19918796, + 19921048, + 19969665, + 19927689, + 19919669, + 19965053, + 20113067, + 19952491, + 20081866, + 19972239 + ], + "raw_throughput_ops": [ + 11, + 10, + 11, + 11, + 11, + 11, + 11, + 10, + 11, + 11 + ], + "median_ns": 19960526, + "mad_ns": 39478, + "p95_ns": 20132101, + "p99_ns": 20204912, + "ci95_ns": [ + 19940073, + 19978591 + ], + "compile_ns": 65244646, + "install_ns": 123110, + "break_even_executions": null + }, + { + "name": "objects-polymorphic", + "suite": "rquickjs-jit matrix", + "group": "objects-polymorphic", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 6698526, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20697088, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2013709550, + "runtime_create_ns": 29025, + "jit_attach_ns": 59201, + "context_create_ns": 103345, + "definition_eval_ns": 59436, + "first_eval_ns": 3861017, + "threshold_crossing_ns": 2002207411, + "compile_ns": 66572761, + "install_ns": 86647, + "osr_ns": 0, + "steady_state_ns": 6698526 + } + }, + { + "pair_index": 1, + "elapsed_ns": 6668061, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20869120, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2013653840, + "runtime_create_ns": 27352, + "jit_attach_ns": 56692, + "context_create_ns": 121065, + "definition_eval_ns": 59327, + "first_eval_ns": 3831093, + "threshold_crossing_ns": 2002212937, + "compile_ns": 65236478, + "install_ns": 82825, + "osr_ns": 0, + "steady_state_ns": 6668061 + } + }, + { + "pair_index": 2, + "elapsed_ns": 6667101, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20811776, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2012821984, + "runtime_create_ns": 32221, + "jit_attach_ns": 71377, + "context_create_ns": 104946, + "definition_eval_ns": 59027, + "first_eval_ns": 2879674, + "threshold_crossing_ns": 2002309984, + "compile_ns": 66921164, + "install_ns": 81457, + "osr_ns": 0, + "steady_state_ns": 6667101 + } + }, + { + "pair_index": 3, + "elapsed_ns": 6696886, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20963328, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2013278550, + "runtime_create_ns": 29513, + "jit_attach_ns": 57913, + "context_create_ns": 108504, + "definition_eval_ns": 60501, + "first_eval_ns": 2866918, + "threshold_crossing_ns": 2002791933, + "compile_ns": 66834733, + "install_ns": 79423, + "osr_ns": 0, + "steady_state_ns": 6696886 + } + }, + { + "pair_index": 4, + "elapsed_ns": 7099131, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20815872, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2013631081, + "runtime_create_ns": 28193, + "jit_attach_ns": 60264, + "context_create_ns": 117997, + "definition_eval_ns": 66282, + "first_eval_ns": 2859408, + "threshold_crossing_ns": 2002704621, + "compile_ns": 65450548, + "install_ns": 82475, + "osr_ns": 0, + "steady_state_ns": 7099131 + } + }, + { + "pair_index": 5, + "elapsed_ns": 6691825, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20742144, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2013045761, + "runtime_create_ns": 29905, + "jit_attach_ns": 67489, + "context_create_ns": 105951, + "definition_eval_ns": 63247, + "first_eval_ns": 2830093, + "threshold_crossing_ns": 2002580928, + "compile_ns": 66652111, + "install_ns": 84974, + "osr_ns": 0, + "steady_state_ns": 6691825 + } + }, + { + "pair_index": 6, + "elapsed_ns": 6680092, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20819968, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2012912408, + "runtime_create_ns": 27646, + "jit_attach_ns": 62619, + "context_create_ns": 110652, + "definition_eval_ns": 62611, + "first_eval_ns": 2845539, + "threshold_crossing_ns": 2002452606, + "compile_ns": 65453931, + "install_ns": 95920, + "osr_ns": 0, + "steady_state_ns": 6680092 + } + }, + { + "pair_index": 7, + "elapsed_ns": 6722167, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20660224, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2012916418, + "runtime_create_ns": 33850, + "jit_attach_ns": 83421, + "context_create_ns": 121700, + "definition_eval_ns": 75926, + "first_eval_ns": 2943914, + "threshold_crossing_ns": 2002202652, + "compile_ns": 66356870, + "install_ns": 83483, + "osr_ns": 0, + "steady_state_ns": 6722167 + } + }, + { + "pair_index": 8, + "elapsed_ns": 7007351, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20762624, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2013383774, + "runtime_create_ns": 30875, + "jit_attach_ns": 61545, + "context_create_ns": 107692, + "definition_eval_ns": 58770, + "first_eval_ns": 2850256, + "threshold_crossing_ns": 2002576143, + "compile_ns": 66549718, + "install_ns": 85538, + "osr_ns": 0, + "steady_state_ns": 7007351 + } + }, + { + "pair_index": 9, + "elapsed_ns": 6684404, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 21016576, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2013159284, + "runtime_create_ns": 26632, + "jit_attach_ns": 61952, + "context_create_ns": 109519, + "definition_eval_ns": 59611, + "first_eval_ns": 2849239, + "threshold_crossing_ns": 2002682096, + "compile_ns": 67092888, + "install_ns": 88206, + "osr_ns": 0, + "steady_state_ns": 6684404 + } + }, + { + "pair_index": 10, + "elapsed_ns": 7187008, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20819968, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2016529623, + "runtime_create_ns": 26378, + "jit_attach_ns": 62782, + "context_create_ns": 110681, + "definition_eval_ns": 64774, + "first_eval_ns": 5661982, + "threshold_crossing_ns": 2002734068, + "compile_ns": 66253784, + "install_ns": 81996, + "osr_ns": 0, + "steady_state_ns": 7187008 + } + }, + { + "pair_index": 11, + "elapsed_ns": 6786969, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20905984, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2012986192, + "runtime_create_ns": 28938, + "jit_attach_ns": 63280, + "context_create_ns": 108369, + "definition_eval_ns": 58972, + "first_eval_ns": 2865979, + "threshold_crossing_ns": 2002395806, + "compile_ns": 66698105, + "install_ns": 217107, + "osr_ns": 0, + "steady_state_ns": 6786969 + } + }, + { + "pair_index": 12, + "elapsed_ns": 6744701, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20996096, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2012565293, + "runtime_create_ns": 26974, + "jit_attach_ns": 61527, + "context_create_ns": 109478, + "definition_eval_ns": 61943, + "first_eval_ns": 2854722, + "threshold_crossing_ns": 2002033484, + "compile_ns": 65543030, + "install_ns": 82618, + "osr_ns": 0, + "steady_state_ns": 6744701 + } + }, + { + "pair_index": 13, + "elapsed_ns": 6640790, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20914176, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2012963970, + "runtime_create_ns": 29146, + "jit_attach_ns": 60910, + "context_create_ns": 106971, + "definition_eval_ns": 59390, + "first_eval_ns": 2862177, + "threshold_crossing_ns": 2002538341, + "compile_ns": 65740228, + "install_ns": 80412, + "osr_ns": 0, + "steady_state_ns": 6640790 + } + }, + { + "pair_index": 14, + "elapsed_ns": 6621830, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20996096, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2012548589, + "runtime_create_ns": 29214, + "jit_attach_ns": 70340, + "context_create_ns": 107020, + "definition_eval_ns": 58017, + "first_eval_ns": 2844862, + "threshold_crossing_ns": 2002130231, + "compile_ns": 66646758, + "install_ns": 81572, + "osr_ns": 0, + "steady_state_ns": 6621830 + } + }, + { + "pair_index": 15, + "elapsed_ns": 8063219, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20922368, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2014552609, + "runtime_create_ns": 27049, + "jit_attach_ns": 60007, + "context_create_ns": 124003, + "definition_eval_ns": 60871, + "first_eval_ns": 2829822, + "threshold_crossing_ns": 2002487335, + "compile_ns": 65203730, + "install_ns": 79474, + "osr_ns": 0, + "steady_state_ns": 8063219 + } + }, + { + "pair_index": 16, + "elapsed_ns": 6637155, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20787200, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2015312640, + "runtime_create_ns": 25382, + "jit_attach_ns": 56137, + "context_create_ns": 106036, + "definition_eval_ns": 65760, + "first_eval_ns": 5648501, + "threshold_crossing_ns": 2002078450, + "compile_ns": 65525516, + "install_ns": 76998, + "osr_ns": 0, + "steady_state_ns": 6637155 + } + }, + { + "pair_index": 17, + "elapsed_ns": 6642510, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20807680, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2013052282, + "runtime_create_ns": 26128, + "jit_attach_ns": 58661, + "context_create_ns": 107318, + "definition_eval_ns": 63534, + "first_eval_ns": 2844572, + "threshold_crossing_ns": 2002632786, + "compile_ns": 66032420, + "install_ns": 77929, + "osr_ns": 0, + "steady_state_ns": 6642510 + } + }, + { + "pair_index": 18, + "elapsed_ns": 6723432, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20869120, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2012636875, + "runtime_create_ns": 24815, + "jit_attach_ns": 60053, + "context_create_ns": 109929, + "definition_eval_ns": 62065, + "first_eval_ns": 2871465, + "threshold_crossing_ns": 2002085573, + "compile_ns": 65331710, + "install_ns": 77935, + "osr_ns": 0, + "steady_state_ns": 6723432 + } + }, + { + "pair_index": 19, + "elapsed_ns": 6648650, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20811776, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2013017352, + "runtime_create_ns": 28727, + "jit_attach_ns": 62913, + "context_create_ns": 110538, + "definition_eval_ns": 60664, + "first_eval_ns": 2861308, + "threshold_crossing_ns": 2002561252, + "compile_ns": 65440280, + "install_ns": 74807, + "osr_ns": 0, + "steady_state_ns": 6648650 + } + }, + { + "pair_index": 20, + "elapsed_ns": 6715622, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20930560, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2012648786, + "runtime_create_ns": 29931, + "jit_attach_ns": 62181, + "context_create_ns": 105287, + "definition_eval_ns": 60184, + "first_eval_ns": 2858032, + "threshold_crossing_ns": 2002130249, + "compile_ns": 77566269, + "install_ns": 78895, + "osr_ns": 0, + "steady_state_ns": 6715622 + } + }, + { + "pair_index": 21, + "elapsed_ns": 6649605, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 21000192, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2012739644, + "runtime_create_ns": 27237, + "jit_attach_ns": 59948, + "context_create_ns": 107927, + "definition_eval_ns": 58787, + "first_eval_ns": 2842066, + "threshold_crossing_ns": 2002311244, + "compile_ns": 64946188, + "install_ns": 82967, + "osr_ns": 0, + "steady_state_ns": 6649605 + } + }, + { + "pair_index": 22, + "elapsed_ns": 6636450, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20766720, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2013839844, + "runtime_create_ns": 26354, + "jit_attach_ns": 74185, + "context_create_ns": 128287, + "definition_eval_ns": 61008, + "first_eval_ns": 3831835, + "threshold_crossing_ns": 2002399756, + "compile_ns": 64917862, + "install_ns": 76070, + "osr_ns": 0, + "steady_state_ns": 6636450 + } + }, + { + "pair_index": 23, + "elapsed_ns": 6686422, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20750336, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2012995939, + "runtime_create_ns": 27323, + "jit_attach_ns": 60417, + "context_create_ns": 109487, + "definition_eval_ns": 62436, + "first_eval_ns": 2849699, + "threshold_crossing_ns": 2002498635, + "compile_ns": 64959491, + "install_ns": 75140, + "osr_ns": 0, + "steady_state_ns": 6686422 + } + }, + { + "pair_index": 24, + "elapsed_ns": 6671362, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20914176, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2012952628, + "runtime_create_ns": 29295, + "jit_attach_ns": 64398, + "context_create_ns": 106052, + "definition_eval_ns": 59021, + "first_eval_ns": 2820530, + "threshold_crossing_ns": 2002538797, + "compile_ns": 65477649, + "install_ns": 76243, + "osr_ns": 0, + "steady_state_ns": 6671362 + } + }, + { + "pair_index": 25, + "elapsed_ns": 12597679, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20676608, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2020836515, + "runtime_create_ns": 27438, + "jit_attach_ns": 61193, + "context_create_ns": 109124, + "definition_eval_ns": 62057, + "first_eval_ns": 2836253, + "threshold_crossing_ns": 2003868341, + "compile_ns": 66415647, + "install_ns": 82892, + "osr_ns": 0, + "steady_state_ns": 12597679 + } + }, + { + "pair_index": 26, + "elapsed_ns": 6732640, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20725760, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2012515955, + "runtime_create_ns": 31546, + "jit_attach_ns": 62654, + "context_create_ns": 105295, + "definition_eval_ns": 59369, + "first_eval_ns": 2833577, + "threshold_crossing_ns": 2002010023, + "compile_ns": 66333900, + "install_ns": 82109, + "osr_ns": 0, + "steady_state_ns": 6732640 + } + }, + { + "pair_index": 27, + "elapsed_ns": 6686946, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20856832, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2013850915, + "runtime_create_ns": 26780, + "jit_attach_ns": 60184, + "context_create_ns": 121659, + "definition_eval_ns": 68010, + "first_eval_ns": 4208594, + "threshold_crossing_ns": 2001994515, + "compile_ns": 67433159, + "install_ns": 83872, + "osr_ns": 0, + "steady_state_ns": 6686946 + } + }, + { + "pair_index": 28, + "elapsed_ns": 6685613, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20901888, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2013223000, + "runtime_create_ns": 29436, + "jit_attach_ns": 59961, + "context_create_ns": 108135, + "definition_eval_ns": 59769, + "first_eval_ns": 2892301, + "threshold_crossing_ns": 2002706321, + "compile_ns": 66188736, + "install_ns": 79950, + "osr_ns": 0, + "steady_state_ns": 6685613 + } + }, + { + "pair_index": 29, + "elapsed_ns": 6691001, + "checksum": "number:413e8c5000000000", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 20811776, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 2012581337, + "runtime_create_ns": 30449, + "jit_attach_ns": 60744, + "context_create_ns": 106663, + "definition_eval_ns": 58707, + "first_eval_ns": 2848154, + "threshold_crossing_ns": 2002102547, + "compile_ns": 66636919, + "install_ns": 205867, + "osr_ns": 0, + "steady_state_ns": 6691001 + } + } + ], + "raw_latency_ns": [ + 6698526, + 6668061, + 6667101, + 6696886, + 7099131, + 6691825, + 6680092, + 6722167, + 7007351, + 6684404, + 7187008, + 6786969, + 6744701, + 6640790, + 6621830, + 8063219, + 6637155, + 6642510, + 6723432, + 6648650, + 6715622, + 6649605, + 6636450, + 6686422, + 6671362, + 12597679, + 6732640, + 6686946, + 6685613, + 6691001 + ], + "raw_throughput_ops": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ], + "median_ns": 6691001, + "mad_ns": 41396, + "p95_ns": 8063219, + "p99_ns": 12597679, + "ci95_ns": [ + 6680092, + 6722167 + ], + "compile_ns": 66253784, + "install_ns": 82109, + "break_even_executions": null + }, + { + "name": "calls-recursion-closures", + "suite": "rquickjs-jit matrix", + "group": "calls-recursion-closures", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 7725573, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9465856, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2019045564, + "runtime_create_ns": 23868, + "jit_attach_ns": 59595, + "context_create_ns": 107336, + "definition_eval_ns": 59421, + "first_eval_ns": 7577892, + "threshold_crossing_ns": 2002707573, + "compile_ns": 8263165, + "install_ns": 52101, + "osr_ns": 0, + "steady_state_ns": 7725573 + } + }, + { + "pair_index": 1, + "elapsed_ns": 7640196, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9285632, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2016958915, + "runtime_create_ns": 28610, + "jit_attach_ns": 61303, + "context_create_ns": 107116, + "definition_eval_ns": 62544, + "first_eval_ns": 5621380, + "threshold_crossing_ns": 2002639333, + "compile_ns": 8173074, + "install_ns": 61123, + "osr_ns": 0, + "steady_state_ns": 7640196 + } + }, + { + "pair_index": 2, + "elapsed_ns": 7650735, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9277440, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2018762959, + "runtime_create_ns": 29189, + "jit_attach_ns": 58772, + "context_create_ns": 109230, + "definition_eval_ns": 61832, + "first_eval_ns": 6981092, + "threshold_crossing_ns": 2003072900, + "compile_ns": 7547611, + "install_ns": 47549, + "osr_ns": 0, + "steady_state_ns": 7650735 + } + }, + { + "pair_index": 3, + "elapsed_ns": 9091333, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9347072, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2018737394, + "runtime_create_ns": 27485, + "jit_attach_ns": 67949, + "context_create_ns": 127954, + "definition_eval_ns": 65366, + "first_eval_ns": 5517639, + "threshold_crossing_ns": 2003049146, + "compile_ns": 7860373, + "install_ns": 62908, + "osr_ns": 0, + "steady_state_ns": 9091333 + } + }, + { + "pair_index": 4, + "elapsed_ns": 7629004, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9359360, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2019510532, + "runtime_create_ns": 29819, + "jit_attach_ns": 62540, + "context_create_ns": 107749, + "definition_eval_ns": 58496, + "first_eval_ns": 7770523, + "threshold_crossing_ns": 2003059842, + "compile_ns": 8342576, + "install_ns": 66519, + "osr_ns": 0, + "steady_state_ns": 7629004 + } + }, + { + "pair_index": 5, + "elapsed_ns": 8087600, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9269248, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2019054966, + "runtime_create_ns": 28524, + "jit_attach_ns": 65526, + "context_create_ns": 106374, + "definition_eval_ns": 57444, + "first_eval_ns": 7215189, + "threshold_crossing_ns": 2002701025, + "compile_ns": 7728356, + "install_ns": 43045, + "osr_ns": 0, + "steady_state_ns": 8087600 + } + }, + { + "pair_index": 6, + "elapsed_ns": 7670537, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9265152, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2017143955, + "runtime_create_ns": 25483, + "jit_attach_ns": 63182, + "context_create_ns": 122693, + "definition_eval_ns": 65096, + "first_eval_ns": 5591038, + "threshold_crossing_ns": 2002814450, + "compile_ns": 8234367, + "install_ns": 69104, + "osr_ns": 0, + "steady_state_ns": 7670537 + } + }, + { + "pair_index": 7, + "elapsed_ns": 7889126, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9302016, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2018843744, + "runtime_create_ns": 25822, + "jit_attach_ns": 59928, + "context_create_ns": 119742, + "definition_eval_ns": 60232, + "first_eval_ns": 6802347, + "threshold_crossing_ns": 2003070726, + "compile_ns": 8933888, + "install_ns": 48928, + "osr_ns": 0, + "steady_state_ns": 7889126 + } + }, + { + "pair_index": 8, + "elapsed_ns": 7653424, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9347072, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2019411108, + "runtime_create_ns": 27876, + "jit_attach_ns": 57597, + "context_create_ns": 106372, + "definition_eval_ns": 57616, + "first_eval_ns": 7756102, + "threshold_crossing_ns": 2002975738, + "compile_ns": 9439512, + "install_ns": 55189, + "osr_ns": 0, + "steady_state_ns": 7653424 + } + }, + { + "pair_index": 9, + "elapsed_ns": 7621484, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9228288, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2019326620, + "runtime_create_ns": 28910, + "jit_attach_ns": 60222, + "context_create_ns": 105825, + "definition_eval_ns": 59586, + "first_eval_ns": 8254029, + "threshold_crossing_ns": 2002411492, + "compile_ns": 8804174, + "install_ns": 44492, + "osr_ns": 0, + "steady_state_ns": 7621484 + } + }, + { + "pair_index": 10, + "elapsed_ns": 7554926, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9080832, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2019032936, + "runtime_create_ns": 26030, + "jit_attach_ns": 57566, + "context_create_ns": 108369, + "definition_eval_ns": 59181, + "first_eval_ns": 8005915, + "threshold_crossing_ns": 2002455850, + "compile_ns": 10340319, + "install_ns": 70417, + "osr_ns": 0, + "steady_state_ns": 7554926 + } + }, + { + "pair_index": 11, + "elapsed_ns": 7605407, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9273344, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2018893326, + "runtime_create_ns": 27130, + "jit_attach_ns": 59375, + "context_create_ns": 105982, + "definition_eval_ns": 57817, + "first_eval_ns": 6963359, + "threshold_crossing_ns": 2003297797, + "compile_ns": 7554209, + "install_ns": 43016, + "osr_ns": 0, + "steady_state_ns": 7605407 + } + }, + { + "pair_index": 12, + "elapsed_ns": 7598150, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9338880, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2017344014, + "runtime_create_ns": 28912, + "jit_attach_ns": 64163, + "context_create_ns": 109514, + "definition_eval_ns": 57677, + "first_eval_ns": 5929718, + "threshold_crossing_ns": 2002773373, + "compile_ns": 7838127, + "install_ns": 68001, + "osr_ns": 0, + "steady_state_ns": 7598150 + } + }, + { + "pair_index": 13, + "elapsed_ns": 7607917, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9347072, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2017112587, + "runtime_create_ns": 30522, + "jit_attach_ns": 58514, + "context_create_ns": 103890, + "definition_eval_ns": 59239, + "first_eval_ns": 5502471, + "threshold_crossing_ns": 2002963933, + "compile_ns": 8018019, + "install_ns": 56207, + "osr_ns": 0, + "steady_state_ns": 7607917 + } + }, + { + "pair_index": 14, + "elapsed_ns": 7671098, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9220096, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2020086440, + "runtime_create_ns": 28782, + "jit_attach_ns": 61397, + "context_create_ns": 107295, + "definition_eval_ns": 56949, + "first_eval_ns": 8524357, + "threshold_crossing_ns": 2002846417, + "compile_ns": 8672388, + "install_ns": 59390, + "osr_ns": 0, + "steady_state_ns": 7671098 + } + }, + { + "pair_index": 15, + "elapsed_ns": 7642504, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9371648, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2018048011, + "runtime_create_ns": 24417, + "jit_attach_ns": 60746, + "context_create_ns": 106038, + "definition_eval_ns": 58662, + "first_eval_ns": 6959030, + "threshold_crossing_ns": 2002418790, + "compile_ns": 7431177, + "install_ns": 46390, + "osr_ns": 0, + "steady_state_ns": 7642504 + } + }, + { + "pair_index": 16, + "elapsed_ns": 7613291, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9297920, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2017342772, + "runtime_create_ns": 26686, + "jit_attach_ns": 60339, + "context_create_ns": 111130, + "definition_eval_ns": 57878, + "first_eval_ns": 5910551, + "threshold_crossing_ns": 2002771105, + "compile_ns": 7026215, + "install_ns": 68806, + "osr_ns": 0, + "steady_state_ns": 7613291 + } + }, + { + "pair_index": 17, + "elapsed_ns": 7575897, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9207808, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2019403746, + "runtime_create_ns": 27527, + "jit_attach_ns": 66859, + "context_create_ns": 108990, + "definition_eval_ns": 58288, + "first_eval_ns": 8289900, + "threshold_crossing_ns": 2002490003, + "compile_ns": 8142073, + "install_ns": 48279, + "osr_ns": 0, + "steady_state_ns": 7575897 + } + }, + { + "pair_index": 18, + "elapsed_ns": 7611983, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9289728, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2019296919, + "runtime_create_ns": 26022, + "jit_attach_ns": 67087, + "context_create_ns": 110543, + "definition_eval_ns": 60516, + "first_eval_ns": 7887631, + "threshold_crossing_ns": 2002745527, + "compile_ns": 8416063, + "install_ns": 61367, + "osr_ns": 0, + "steady_state_ns": 7611983 + } + }, + { + "pair_index": 19, + "elapsed_ns": 7594997, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9297920, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2019119103, + "runtime_create_ns": 28737, + "jit_attach_ns": 66580, + "context_create_ns": 107063, + "definition_eval_ns": 60010, + "first_eval_ns": 7905293, + "threshold_crossing_ns": 2002575274, + "compile_ns": 8075338, + "install_ns": 63531, + "osr_ns": 0, + "steady_state_ns": 7594997 + } + }, + { + "pair_index": 20, + "elapsed_ns": 7674814, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9228288, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2018573964, + "runtime_create_ns": 32260, + "jit_attach_ns": 67146, + "context_create_ns": 110784, + "definition_eval_ns": 62297, + "first_eval_ns": 7217323, + "threshold_crossing_ns": 2002617569, + "compile_ns": 7685434, + "install_ns": 41092, + "osr_ns": 0, + "steady_state_ns": 7674814 + } + }, + { + "pair_index": 21, + "elapsed_ns": 7651656, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9326592, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2017424488, + "runtime_create_ns": 26196, + "jit_attach_ns": 62570, + "context_create_ns": 106135, + "definition_eval_ns": 65787, + "first_eval_ns": 5617251, + "threshold_crossing_ns": 2003108935, + "compile_ns": 8169052, + "install_ns": 58605, + "osr_ns": 0, + "steady_state_ns": 7651656 + } + }, + { + "pair_index": 22, + "elapsed_ns": 7630256, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9252864, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2016955148, + "runtime_create_ns": 23922, + "jit_attach_ns": 55587, + "context_create_ns": 113299, + "definition_eval_ns": 65628, + "first_eval_ns": 5579141, + "threshold_crossing_ns": 2002706530, + "compile_ns": 8122592, + "install_ns": 56959, + "osr_ns": 0, + "steady_state_ns": 7630256 + } + }, + { + "pair_index": 23, + "elapsed_ns": 7666501, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9351168, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2017764115, + "runtime_create_ns": 33075, + "jit_attach_ns": 55933, + "context_create_ns": 106231, + "definition_eval_ns": 56969, + "first_eval_ns": 5882492, + "threshold_crossing_ns": 2003170572, + "compile_ns": 8341772, + "install_ns": 56430, + "osr_ns": 0, + "steady_state_ns": 7666501 + } + }, + { + "pair_index": 24, + "elapsed_ns": 7548505, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9392128, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2019499519, + "runtime_create_ns": 27188, + "jit_attach_ns": 57940, + "context_create_ns": 106712, + "definition_eval_ns": 57246, + "first_eval_ns": 7815570, + "threshold_crossing_ns": 2003096452, + "compile_ns": 8084529, + "install_ns": 54577, + "osr_ns": 0, + "steady_state_ns": 7548505 + } + }, + { + "pair_index": 25, + "elapsed_ns": 7583827, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9388032, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2019804642, + "runtime_create_ns": 27644, + "jit_attach_ns": 55636, + "context_create_ns": 111173, + "definition_eval_ns": 55413, + "first_eval_ns": 8114752, + "threshold_crossing_ns": 2003074645, + "compile_ns": 6996433, + "install_ns": 43909, + "osr_ns": 0, + "steady_state_ns": 7583827 + } + }, + { + "pair_index": 26, + "elapsed_ns": 7641504, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9314304, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2018368829, + "runtime_create_ns": 26695, + "jit_attach_ns": 53583, + "context_create_ns": 107086, + "definition_eval_ns": 54175, + "first_eval_ns": 7294031, + "threshold_crossing_ns": 2002409439, + "compile_ns": 7794924, + "install_ns": 40943, + "osr_ns": 0, + "steady_state_ns": 7641504 + } + }, + { + "pair_index": 27, + "elapsed_ns": 7626721, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9326592, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2019295322, + "runtime_create_ns": 38866, + "jit_attach_ns": 67351, + "context_create_ns": 109836, + "definition_eval_ns": 59386, + "first_eval_ns": 7885751, + "threshold_crossing_ns": 2002725097, + "compile_ns": 8122956, + "install_ns": 70894, + "osr_ns": 0, + "steady_state_ns": 7626721 + } + }, + { + "pair_index": 28, + "elapsed_ns": 7588337, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9281536, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2018954144, + "runtime_create_ns": 30403, + "jit_attach_ns": 57119, + "context_create_ns": 104256, + "definition_eval_ns": 57461, + "first_eval_ns": 7795396, + "threshold_crossing_ns": 2002546138, + "compile_ns": 8008822, + "install_ns": 61396, + "osr_ns": 0, + "steady_state_ns": 7588337 + } + }, + { + "pair_index": 29, + "elapsed_ns": 7611902, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9285632, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 2016588242, + "runtime_create_ns": 25459, + "jit_attach_ns": 53793, + "context_create_ns": 99560, + "definition_eval_ns": 49959, + "first_eval_ns": 5251476, + "threshold_crossing_ns": 2002706581, + "compile_ns": 7009748, + "install_ns": 71854, + "osr_ns": 0, + "steady_state_ns": 7611902 + } + } + ], + "raw_latency_ns": [ + 7725573, + 7640196, + 7650735, + 9091333, + 7629004, + 8087600, + 7670537, + 7889126, + 7653424, + 7621484, + 7554926, + 7605407, + 7598150, + 7607917, + 7671098, + 7642504, + 7613291, + 7575897, + 7611983, + 7594997, + 7674814, + 7651656, + 7630256, + 7666501, + 7548505, + 7583827, + 7641504, + 7626721, + 7588337, + 7611902 + ], + "raw_throughput_ops": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ], + "median_ns": 7630256, + "mad_ns": 32106, + "p95_ns": 8087600, + "p99_ns": 9091333, + "ci95_ns": [ + 7611983, + 7651656 + ], + "compile_ns": 8122592, + "install_ns": 56959, + "break_even_executions": null + }, + { + "name": "json-codec", + "suite": "rquickjs-jit matrix", + "group": "json-codec", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 77907780, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 14114816, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2130227660, + "runtime_create_ns": 28813, + "jit_attach_ns": 60874, + "context_create_ns": 104042, + "definition_eval_ns": 51574, + "first_eval_ns": 19276288, + "threshold_crossing_ns": 2024999579, + "compile_ns": 31733286, + "install_ns": 61861, + "osr_ns": 0, + "steady_state_ns": 77907780 + } + }, + { + "pair_index": 1, + "elapsed_ns": 78445131, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 14168064, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2133068688, + "runtime_create_ns": 25799, + "jit_attach_ns": 63161, + "context_create_ns": 119120, + "definition_eval_ns": 55953, + "first_eval_ns": 19211901, + "threshold_crossing_ns": 2027276354, + "compile_ns": 33418745, + "install_ns": 62572, + "osr_ns": 0, + "steady_state_ns": 78445131 + } + }, + { + "pair_index": 2, + "elapsed_ns": 77277072, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 14196736, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2131666177, + "runtime_create_ns": 26132, + "jit_attach_ns": 58293, + "context_create_ns": 110073, + "definition_eval_ns": 54505, + "first_eval_ns": 19144786, + "threshold_crossing_ns": 2027273509, + "compile_ns": 33578057, + "install_ns": 68100, + "osr_ns": 0, + "steady_state_ns": 77277072 + } + }, + { + "pair_index": 3, + "elapsed_ns": 77453767, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 14127104, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2130789084, + "runtime_create_ns": 29253, + "jit_attach_ns": 59871, + "context_create_ns": 110923, + "definition_eval_ns": 52772, + "first_eval_ns": 16365878, + "threshold_crossing_ns": 2028944522, + "compile_ns": 33376852, + "install_ns": 57153, + "osr_ns": 0, + "steady_state_ns": 77453767 + } + }, + { + "pair_index": 4, + "elapsed_ns": 79829904, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 13996032, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2134269459, + "runtime_create_ns": 27013, + "jit_attach_ns": 62815, + "context_create_ns": 135230, + "definition_eval_ns": 56386, + "first_eval_ns": 19235745, + "threshold_crossing_ns": 2026903288, + "compile_ns": 32715733, + "install_ns": 59050, + "osr_ns": 0, + "steady_state_ns": 79829904 + } + }, + { + "pair_index": 5, + "elapsed_ns": 79312376, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 14151680, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2131714577, + "runtime_create_ns": 26177, + "jit_attach_ns": 64182, + "context_create_ns": 115726, + "definition_eval_ns": 59797, + "first_eval_ns": 18930474, + "threshold_crossing_ns": 2025283704, + "compile_ns": 33613756, + "install_ns": 65376, + "osr_ns": 0, + "steady_state_ns": 79312376 + } + }, + { + "pair_index": 6, + "elapsed_ns": 77450585, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 14028800, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2134613039, + "runtime_create_ns": 27670, + "jit_attach_ns": 59355, + "context_create_ns": 113358, + "definition_eval_ns": 54362, + "first_eval_ns": 19369343, + "threshold_crossing_ns": 2026454742, + "compile_ns": 33897075, + "install_ns": 62911, + "osr_ns": 0, + "steady_state_ns": 77450585 + } + }, + { + "pair_index": 7, + "elapsed_ns": 78372799, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 14118912, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2132133477, + "runtime_create_ns": 29364, + "jit_attach_ns": 60435, + "context_create_ns": 107328, + "definition_eval_ns": 54158, + "first_eval_ns": 16658963, + "threshold_crossing_ns": 2028975198, + "compile_ns": 33933542, + "install_ns": 70921, + "osr_ns": 0, + "steady_state_ns": 78372799 + } + }, + { + "pair_index": 8, + "elapsed_ns": 78824348, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 14090240, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2130603500, + "runtime_create_ns": 27620, + "jit_attach_ns": 61081, + "context_create_ns": 110267, + "definition_eval_ns": 54151, + "first_eval_ns": 16715915, + "threshold_crossing_ns": 2026906847, + "compile_ns": 33965914, + "install_ns": 57750, + "osr_ns": 0, + "steady_state_ns": 78824348 + } + }, + { + "pair_index": 9, + "elapsed_ns": 78817037, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 13946880, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2128976781, + "runtime_create_ns": 28468, + "jit_attach_ns": 74191, + "context_create_ns": 107460, + "definition_eval_ns": 53714, + "first_eval_ns": 17341586, + "threshold_crossing_ns": 2024703070, + "compile_ns": 32203071, + "install_ns": 57656, + "osr_ns": 0, + "steady_state_ns": 78817037 + } + }, + { + "pair_index": 10, + "elapsed_ns": 78120169, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 14176256, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2132383528, + "runtime_create_ns": 27839, + "jit_attach_ns": 60206, + "context_create_ns": 110728, + "definition_eval_ns": 56092, + "first_eval_ns": 16294573, + "threshold_crossing_ns": 2029869206, + "compile_ns": 34071093, + "install_ns": 74943, + "osr_ns": 0, + "steady_state_ns": 78120169 + } + }, + { + "pair_index": 11, + "elapsed_ns": 78451521, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 13926400, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2132049656, + "runtime_create_ns": 31354, + "jit_attach_ns": 60905, + "context_create_ns": 109345, + "definition_eval_ns": 55360, + "first_eval_ns": 19539707, + "threshold_crossing_ns": 2025940720, + "compile_ns": 32613519, + "install_ns": 67327, + "osr_ns": 0, + "steady_state_ns": 78451521 + } + }, + { + "pair_index": 12, + "elapsed_ns": 79025924, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 14073856, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2131143960, + "runtime_create_ns": 27274, + "jit_attach_ns": 63451, + "context_create_ns": 114603, + "definition_eval_ns": 55442, + "first_eval_ns": 16715481, + "threshold_crossing_ns": 2027312787, + "compile_ns": 31680432, + "install_ns": 65916, + "osr_ns": 0, + "steady_state_ns": 79025924 + } + }, + { + "pair_index": 13, + "elapsed_ns": 79461395, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 14118912, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2136369074, + "runtime_create_ns": 31248, + "jit_attach_ns": 62259, + "context_create_ns": 113757, + "definition_eval_ns": 55811, + "first_eval_ns": 19225117, + "threshold_crossing_ns": 2029525741, + "compile_ns": 33663277, + "install_ns": 70955, + "osr_ns": 0, + "steady_state_ns": 79461395 + } + }, + { + "pair_index": 14, + "elapsed_ns": 79799692, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 14172160, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2133711655, + "runtime_create_ns": 24415, + "jit_attach_ns": 60957, + "context_create_ns": 106927, + "definition_eval_ns": 57040, + "first_eval_ns": 16341747, + "threshold_crossing_ns": 2029341388, + "compile_ns": 34021546, + "install_ns": 61621, + "osr_ns": 0, + "steady_state_ns": 79799692 + } + }, + { + "pair_index": 15, + "elapsed_ns": 78653350, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 14172160, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2132406085, + "runtime_create_ns": 38009, + "jit_attach_ns": 61848, + "context_create_ns": 107752, + "definition_eval_ns": 54480, + "first_eval_ns": 19507565, + "threshold_crossing_ns": 2026130387, + "compile_ns": 33560173, + "install_ns": 61519, + "osr_ns": 0, + "steady_state_ns": 78653350 + } + }, + { + "pair_index": 16, + "elapsed_ns": 78776560, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 13955072, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2133763916, + "runtime_create_ns": 30215, + "jit_attach_ns": 61729, + "context_create_ns": 107109, + "definition_eval_ns": 54658, + "first_eval_ns": 16352770, + "threshold_crossing_ns": 2030523535, + "compile_ns": 33599954, + "install_ns": 66247, + "osr_ns": 0, + "steady_state_ns": 78776560 + } + }, + { + "pair_index": 17, + "elapsed_ns": 79180340, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 14168064, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2136972728, + "runtime_create_ns": 27193, + "jit_attach_ns": 61943, + "context_create_ns": 113127, + "definition_eval_ns": 54913, + "first_eval_ns": 18337841, + "threshold_crossing_ns": 2031260005, + "compile_ns": 31802209, + "install_ns": 69888, + "osr_ns": 0, + "steady_state_ns": 79180340 + } + }, + { + "pair_index": 18, + "elapsed_ns": 79266280, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 14180352, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2133260134, + "runtime_create_ns": 30365, + "jit_attach_ns": 68430, + "context_create_ns": 108097, + "definition_eval_ns": 55548, + "first_eval_ns": 19265730, + "threshold_crossing_ns": 2026621826, + "compile_ns": 33713654, + "install_ns": 61946, + "osr_ns": 0, + "steady_state_ns": 79266280 + } + }, + { + "pair_index": 19, + "elapsed_ns": 77752550, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 14168064, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2132978444, + "runtime_create_ns": 33297, + "jit_attach_ns": 57116, + "context_create_ns": 105851, + "definition_eval_ns": 54958, + "first_eval_ns": 19806270, + "threshold_crossing_ns": 2027388001, + "compile_ns": 33486728, + "install_ns": 69732, + "osr_ns": 0, + "steady_state_ns": 77752550 + } + }, + { + "pair_index": 20, + "elapsed_ns": 78640444, + "checksum": "string:2013000:123", + "native_entries": 8, + "native_acquisitions": 8, + "native_exits": 8, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 14077952, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2131836245, + "runtime_create_ns": 27696, + "jit_attach_ns": 59874, + "context_create_ns": 105931, + "definition_eval_ns": 54956, + "first_eval_ns": 18936786, + "threshold_crossing_ns": 2026086532, + "compile_ns": 37383825, + "install_ns": 73110, + "osr_ns": 0, + "steady_state_ns": 78640444 + } + }, + { + "pair_index": 21, + "elapsed_ns": 79575172, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 13946880, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2136731387, + "runtime_create_ns": 26676, + "jit_attach_ns": 59338, + "context_create_ns": 108659, + "definition_eval_ns": 53829, + "first_eval_ns": 19397081, + "threshold_crossing_ns": 2029595938, + "compile_ns": 32063638, + "install_ns": 66734, + "osr_ns": 0, + "steady_state_ns": 79575172 + } + }, + { + "pair_index": 22, + "elapsed_ns": 79149057, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 14213120, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2137005608, + "runtime_create_ns": 28449, + "jit_attach_ns": 62470, + "context_create_ns": 106395, + "definition_eval_ns": 53074, + "first_eval_ns": 18793864, + "threshold_crossing_ns": 2030885099, + "compile_ns": 33157552, + "install_ns": 65084, + "osr_ns": 0, + "steady_state_ns": 79149057 + } + }, + { + "pair_index": 23, + "elapsed_ns": 79456428, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 14082048, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2137975561, + "runtime_create_ns": 30536, + "jit_attach_ns": 60760, + "context_create_ns": 108671, + "definition_eval_ns": 54573, + "first_eval_ns": 19387300, + "threshold_crossing_ns": 2030906067, + "compile_ns": 33887908, + "install_ns": 65719, + "osr_ns": 0, + "steady_state_ns": 79456428 + } + }, + { + "pair_index": 24, + "elapsed_ns": 81480064, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 14041088, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2141415973, + "runtime_create_ns": 28500, + "jit_attach_ns": 57758, + "context_create_ns": 117550, + "definition_eval_ns": 53718, + "first_eval_ns": 19389745, + "threshold_crossing_ns": 2032171778, + "compile_ns": 33452211, + "install_ns": 57690, + "osr_ns": 0, + "steady_state_ns": 81480064 + } + }, + { + "pair_index": 25, + "elapsed_ns": 78737585, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 14102528, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2130424444, + "runtime_create_ns": 28130, + "jit_attach_ns": 62684, + "context_create_ns": 109231, + "definition_eval_ns": 53776, + "first_eval_ns": 16386855, + "threshold_crossing_ns": 2027170320, + "compile_ns": 34481531, + "install_ns": 68503, + "osr_ns": 0, + "steady_state_ns": 78737585 + } + }, + { + "pair_index": 26, + "elapsed_ns": 79202253, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 14245888, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2131831934, + "runtime_create_ns": 26680, + "jit_attach_ns": 62363, + "context_create_ns": 109283, + "definition_eval_ns": 55478, + "first_eval_ns": 18412219, + "threshold_crossing_ns": 2026124077, + "compile_ns": 33758124, + "install_ns": 62913, + "osr_ns": 0, + "steady_state_ns": 79202253 + } + }, + { + "pair_index": 27, + "elapsed_ns": 79109329, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 14213120, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2129836756, + "runtime_create_ns": 29289, + "jit_attach_ns": 58032, + "context_create_ns": 107945, + "definition_eval_ns": 58448, + "first_eval_ns": 18305384, + "threshold_crossing_ns": 2024245835, + "compile_ns": 31527060, + "install_ns": 58722, + "osr_ns": 0, + "steady_state_ns": 79109329 + } + }, + { + "pair_index": 28, + "elapsed_ns": 78166614, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 14139392, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2127990432, + "runtime_create_ns": 27736, + "jit_attach_ns": 57535, + "context_create_ns": 113394, + "definition_eval_ns": 54961, + "first_eval_ns": 16684153, + "threshold_crossing_ns": 2025070150, + "compile_ns": 34039393, + "install_ns": 73951, + "osr_ns": 0, + "steady_state_ns": 78166614 + } + }, + { + "pair_index": 29, + "elapsed_ns": 79874809, + "checksum": "string:2013000:123", + "native_entries": 43, + "native_acquisitions": 43, + "native_exits": 43, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 43, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 8, + "profitability_approved": 4, + "profitability_rejected": 4, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 14155776, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 2130389163, + "runtime_create_ns": 24371, + "jit_attach_ns": 60392, + "context_create_ns": 112306, + "definition_eval_ns": 56339, + "first_eval_ns": 16372572, + "threshold_crossing_ns": 2025911092, + "compile_ns": 33026184, + "install_ns": 62939, + "osr_ns": 0, + "steady_state_ns": 79874809 + } + } + ], + "raw_latency_ns": [ + 77907780, + 78445131, + 77277072, + 77453767, + 79829904, + 79312376, + 77450585, + 78372799, + 78824348, + 78817037, + 78120169, + 78451521, + 79025924, + 79461395, + 79799692, + 78653350, + 78776560, + 79180340, + 79266280, + 77752550, + 78640444, + 79575172, + 79149057, + 79456428, + 81480064, + 78737585, + 79202253, + 79109329, + 78166614, + 79874809 + ], + "raw_throughput_ops": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ], + "median_ns": 78824348, + "mad_ns": 488028, + "p95_ns": 79874809, + "p99_ns": 81480064, + "ci95_ns": [ + 78640444, + 79202253 + ], + "compile_ns": 33578057, + "install_ns": 65376, + "break_even_executions": 70 + }, + { + "name": "map-set-bigint", + "suite": "rquickjs-jit matrix", + "group": "map-set-bigint", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 15617381, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6311936, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2025253713, + "runtime_create_ns": 26194, + "jit_attach_ns": 54847, + "context_create_ns": 102963, + "definition_eval_ns": 55449, + "first_eval_ns": 1689579, + "threshold_crossing_ns": 2006097308, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15617381 + } + }, + { + "pair_index": 1, + "elapsed_ns": 15556348, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6246400, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2024648752, + "runtime_create_ns": 24545, + "jit_attach_ns": 52321, + "context_create_ns": 245083, + "definition_eval_ns": 43796, + "first_eval_ns": 1627074, + "threshold_crossing_ns": 2005543549, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15556348 + } + }, + { + "pair_index": 2, + "elapsed_ns": 15510619, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6422528, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2023746694, + "runtime_create_ns": 23739, + "jit_attach_ns": 51382, + "context_create_ns": 110530, + "definition_eval_ns": 48418, + "first_eval_ns": 1625301, + "threshold_crossing_ns": 2004821181, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15510619 + } + }, + { + "pair_index": 3, + "elapsed_ns": 15433492, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6520832, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2023842062, + "runtime_create_ns": 24809, + "jit_attach_ns": 62952, + "context_create_ns": 109559, + "definition_eval_ns": 63099, + "first_eval_ns": 1633300, + "threshold_crossing_ns": 2004948425, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15433492 + } + }, + { + "pair_index": 4, + "elapsed_ns": 15431386, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6508544, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2024579706, + "runtime_create_ns": 24838, + "jit_attach_ns": 59775, + "context_create_ns": 103786, + "definition_eval_ns": 46460, + "first_eval_ns": 1635308, + "threshold_crossing_ns": 2005726843, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15431386 + } + }, + { + "pair_index": 5, + "elapsed_ns": 15469904, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6541312, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2024520431, + "runtime_create_ns": 24379, + "jit_attach_ns": 56259, + "context_create_ns": 105580, + "definition_eval_ns": 53206, + "first_eval_ns": 1623682, + "threshold_crossing_ns": 2005622421, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15469904 + } + }, + { + "pair_index": 6, + "elapsed_ns": 15462399, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6242304, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2023593056, + "runtime_create_ns": 27453, + "jit_attach_ns": 52907, + "context_create_ns": 103209, + "definition_eval_ns": 56554, + "first_eval_ns": 1641183, + "threshold_crossing_ns": 2004698306, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15462399 + } + }, + { + "pair_index": 7, + "elapsed_ns": 15580532, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6205440, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2023789514, + "runtime_create_ns": 28040, + "jit_attach_ns": 60568, + "context_create_ns": 110796, + "definition_eval_ns": 59011, + "first_eval_ns": 1634978, + "threshold_crossing_ns": 2004721247, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15580532 + } + }, + { + "pair_index": 8, + "elapsed_ns": 15639598, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6209536, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2024384256, + "runtime_create_ns": 26976, + "jit_attach_ns": 55781, + "context_create_ns": 107068, + "definition_eval_ns": 44985, + "first_eval_ns": 1632563, + "threshold_crossing_ns": 2005286267, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15639598 + } + }, + { + "pair_index": 9, + "elapsed_ns": 15573991, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6447104, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2024922153, + "runtime_create_ns": 24092, + "jit_attach_ns": 51085, + "context_create_ns": 104519, + "definition_eval_ns": 48727, + "first_eval_ns": 1660214, + "threshold_crossing_ns": 2005856091, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15573991 + } + }, + { + "pair_index": 10, + "elapsed_ns": 15424818, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6414336, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2024504381, + "runtime_create_ns": 23118, + "jit_attach_ns": 53092, + "context_create_ns": 102868, + "definition_eval_ns": 46500, + "first_eval_ns": 1628943, + "threshold_crossing_ns": 2005668464, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15424818 + } + }, + { + "pair_index": 11, + "elapsed_ns": 15411500, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6270976, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2025051716, + "runtime_create_ns": 31249, + "jit_attach_ns": 59410, + "context_create_ns": 107761, + "definition_eval_ns": 56540, + "first_eval_ns": 1646308, + "threshold_crossing_ns": 2006164847, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15411500 + } + }, + { + "pair_index": 12, + "elapsed_ns": 15511012, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6197248, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2024587331, + "runtime_create_ns": 26233, + "jit_attach_ns": 54898, + "context_create_ns": 103364, + "definition_eval_ns": 50556, + "first_eval_ns": 1647634, + "threshold_crossing_ns": 2005608561, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15511012 + } + }, + { + "pair_index": 13, + "elapsed_ns": 15523199, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6471680, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2023783730, + "runtime_create_ns": 30405, + "jit_attach_ns": 57544, + "context_create_ns": 110261, + "definition_eval_ns": 62272, + "first_eval_ns": 1649133, + "threshold_crossing_ns": 2004761826, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15523199 + } + }, + { + "pair_index": 14, + "elapsed_ns": 15526818, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6213632, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2025184705, + "runtime_create_ns": 30616, + "jit_attach_ns": 64689, + "context_create_ns": 107643, + "definition_eval_ns": 60005, + "first_eval_ns": 1672901, + "threshold_crossing_ns": 2006159184, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15526818 + } + }, + { + "pair_index": 15, + "elapsed_ns": 15520227, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6496256, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2024438497, + "runtime_create_ns": 25358, + "jit_attach_ns": 60462, + "context_create_ns": 108787, + "definition_eval_ns": 59599, + "first_eval_ns": 1642056, + "threshold_crossing_ns": 2005446450, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15520227 + } + }, + { + "pair_index": 16, + "elapsed_ns": 15449784, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6520832, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2024053508, + "runtime_create_ns": 25801, + "jit_attach_ns": 50389, + "context_create_ns": 115335, + "definition_eval_ns": 55246, + "first_eval_ns": 1627222, + "threshold_crossing_ns": 2005183060, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15449784 + } + }, + { + "pair_index": 17, + "elapsed_ns": 15581671, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6242304, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2024773172, + "runtime_create_ns": 24575, + "jit_attach_ns": 52389, + "context_create_ns": 104917, + "definition_eval_ns": 46671, + "first_eval_ns": 1618610, + "threshold_crossing_ns": 2005757894, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15581671 + } + }, + { + "pair_index": 18, + "elapsed_ns": 15500555, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6238208, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2024449129, + "runtime_create_ns": 27192, + "jit_attach_ns": 58478, + "context_create_ns": 107401, + "definition_eval_ns": 51502, + "first_eval_ns": 1640226, + "threshold_crossing_ns": 2005499145, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15500555 + } + }, + { + "pair_index": 19, + "elapsed_ns": 15456536, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6270976, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2024239363, + "runtime_create_ns": 28451, + "jit_attach_ns": 62121, + "context_create_ns": 106427, + "definition_eval_ns": 56685, + "first_eval_ns": 1630936, + "threshold_crossing_ns": 2005331150, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15456536 + } + }, + { + "pair_index": 20, + "elapsed_ns": 15462398, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6537216, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2024297789, + "runtime_create_ns": 25488, + "jit_attach_ns": 54418, + "context_create_ns": 107280, + "definition_eval_ns": 58607, + "first_eval_ns": 1637997, + "threshold_crossing_ns": 2005390330, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15462398 + } + }, + { + "pair_index": 21, + "elapsed_ns": 15535664, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6549504, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2024508686, + "runtime_create_ns": 25789, + "jit_attach_ns": 53976, + "context_create_ns": 107993, + "definition_eval_ns": 58686, + "first_eval_ns": 1637057, + "threshold_crossing_ns": 2005525253, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15535664 + } + }, + { + "pair_index": 22, + "elapsed_ns": 15505681, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6410240, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2024991748, + "runtime_create_ns": 25784, + "jit_attach_ns": 65109, + "context_create_ns": 110061, + "definition_eval_ns": 65959, + "first_eval_ns": 1644074, + "threshold_crossing_ns": 2006008764, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15505681 + } + }, + { + "pair_index": 23, + "elapsed_ns": 15502062, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6205440, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2025164051, + "runtime_create_ns": 27509, + "jit_attach_ns": 64239, + "context_create_ns": 106155, + "definition_eval_ns": 57086, + "first_eval_ns": 1627750, + "threshold_crossing_ns": 2006237834, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15502062 + } + }, + { + "pair_index": 24, + "elapsed_ns": 15456477, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6250496, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2024719452, + "runtime_create_ns": 26113, + "jit_attach_ns": 55672, + "context_create_ns": 104160, + "definition_eval_ns": 53325, + "first_eval_ns": 1637642, + "threshold_crossing_ns": 2005837429, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15456477 + } + }, + { + "pair_index": 25, + "elapsed_ns": 15613812, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6483968, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2024981393, + "runtime_create_ns": 27416, + "jit_attach_ns": 61336, + "context_create_ns": 114270, + "definition_eval_ns": 60309, + "first_eval_ns": 1646879, + "threshold_crossing_ns": 2005892486, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15613812 + } + }, + { + "pair_index": 26, + "elapsed_ns": 15398491, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6234112, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2024612858, + "runtime_create_ns": 25652, + "jit_attach_ns": 53036, + "context_create_ns": 101065, + "definition_eval_ns": 44888, + "first_eval_ns": 1639738, + "threshold_crossing_ns": 2005800105, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15398491 + } + }, + { + "pair_index": 27, + "elapsed_ns": 15721031, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6504448, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2025664457, + "runtime_create_ns": 25077, + "jit_attach_ns": 65742, + "context_create_ns": 136916, + "definition_eval_ns": 60728, + "first_eval_ns": 1685324, + "threshold_crossing_ns": 2006377765, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15721031 + } + }, + { + "pair_index": 28, + "elapsed_ns": 15493245, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6479872, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2024063550, + "runtime_create_ns": 23960, + "jit_attach_ns": 53895, + "context_create_ns": 105750, + "definition_eval_ns": 60273, + "first_eval_ns": 1656497, + "threshold_crossing_ns": 2005081652, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15493245 + } + }, + { + "pair_index": 29, + "elapsed_ns": 15352178, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6205440, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2023723418, + "runtime_create_ns": 25659, + "jit_attach_ns": 55387, + "context_create_ns": 100148, + "definition_eval_ns": 45547, + "first_eval_ns": 1621082, + "threshold_crossing_ns": 2004955996, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15352178 + } + } + ], + "raw_latency_ns": [ + 15617381, + 15556348, + 15510619, + 15433492, + 15431386, + 15469904, + 15462399, + 15580532, + 15639598, + 15573991, + 15424818, + 15411500, + 15511012, + 15523199, + 15526818, + 15520227, + 15449784, + 15581671, + 15500555, + 15456536, + 15462398, + 15535664, + 15505681, + 15502062, + 15456477, + 15613812, + 15398491, + 15721031, + 15493245, + 15352178 + ], + "raw_throughput_ops": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ], + "median_ns": 15505681, + "mad_ns": 50667, + "p95_ns": 15639598, + "p99_ns": 15721031, + "ci95_ns": [ + 15462399, + 15526818 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": 0 + }, + { + "name": "exceptions-promises-async", + "suite": "rquickjs-jit matrix", + "group": "exceptions-promises-async", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 2813157, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6148096, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004769330, + "runtime_create_ns": 24972, + "jit_attach_ns": 51019, + "context_create_ns": 98108, + "definition_eval_ns": 41119, + "first_eval_ns": 310912, + "threshold_crossing_ns": 2001135937, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2813157 + } + }, + { + "pair_index": 1, + "elapsed_ns": 2791321, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6201344, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004693043, + "runtime_create_ns": 22149, + "jit_attach_ns": 50700, + "context_create_ns": 99805, + "definition_eval_ns": 43223, + "first_eval_ns": 296969, + "threshold_crossing_ns": 2001087200, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2791321 + } + }, + { + "pair_index": 2, + "elapsed_ns": 2787028, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6201344, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004572454, + "runtime_create_ns": 25507, + "jit_attach_ns": 47048, + "context_create_ns": 97582, + "definition_eval_ns": 43374, + "first_eval_ns": 291909, + "threshold_crossing_ns": 2000979064, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2787028 + } + }, + { + "pair_index": 3, + "elapsed_ns": 2782586, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6193152, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004512067, + "runtime_create_ns": 27775, + "jit_attach_ns": 63435, + "context_create_ns": 108191, + "definition_eval_ns": 54192, + "first_eval_ns": 313190, + "threshold_crossing_ns": 2000869761, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2782586 + } + }, + { + "pair_index": 4, + "elapsed_ns": 2790542, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6156288, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004775575, + "runtime_create_ns": 23671, + "jit_attach_ns": 51194, + "context_create_ns": 106742, + "definition_eval_ns": 52886, + "first_eval_ns": 290479, + "threshold_crossing_ns": 2001165545, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2790542 + } + }, + { + "pair_index": 5, + "elapsed_ns": 2780592, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6209536, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004472627, + "runtime_create_ns": 22065, + "jit_attach_ns": 51686, + "context_create_ns": 99408, + "definition_eval_ns": 43378, + "first_eval_ns": 308251, + "threshold_crossing_ns": 2000865440, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2780592 + } + }, + { + "pair_index": 6, + "elapsed_ns": 2793533, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6115328, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004760995, + "runtime_create_ns": 24931, + "jit_attach_ns": 52415, + "context_create_ns": 98980, + "definition_eval_ns": 41268, + "first_eval_ns": 291114, + "threshold_crossing_ns": 2001163768, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2793533 + } + }, + { + "pair_index": 7, + "elapsed_ns": 2778288, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6205440, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004613739, + "runtime_create_ns": 27494, + "jit_attach_ns": 60572, + "context_create_ns": 110754, + "definition_eval_ns": 55470, + "first_eval_ns": 311968, + "threshold_crossing_ns": 2000976064, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2778288 + } + }, + { + "pair_index": 8, + "elapsed_ns": 2788370, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6148096, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004594310, + "runtime_create_ns": 25671, + "jit_attach_ns": 51487, + "context_create_ns": 100383, + "definition_eval_ns": 56005, + "first_eval_ns": 304914, + "threshold_crossing_ns": 2000967950, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2788370 + } + }, + { + "pair_index": 9, + "elapsed_ns": 2789991, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6209536, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004823192, + "runtime_create_ns": 24501, + "jit_attach_ns": 54229, + "context_create_ns": 100320, + "definition_eval_ns": 53031, + "first_eval_ns": 296705, + "threshold_crossing_ns": 2001209351, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2789991 + } + }, + { + "pair_index": 10, + "elapsed_ns": 2801658, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6148096, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004822659, + "runtime_create_ns": 25095, + "jit_attach_ns": 52465, + "context_create_ns": 105746, + "definition_eval_ns": 57908, + "first_eval_ns": 301859, + "threshold_crossing_ns": 2001175803, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2801658 + } + }, + { + "pair_index": 11, + "elapsed_ns": 2794564, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6135808, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004734767, + "runtime_create_ns": 28241, + "jit_attach_ns": 63892, + "context_create_ns": 108245, + "definition_eval_ns": 54508, + "first_eval_ns": 298717, + "threshold_crossing_ns": 2001092631, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2794564 + } + }, + { + "pair_index": 12, + "elapsed_ns": 2797568, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6131712, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004482974, + "runtime_create_ns": 25260, + "jit_attach_ns": 53621, + "context_create_ns": 101306, + "definition_eval_ns": 43458, + "first_eval_ns": 295462, + "threshold_crossing_ns": 2000873109, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2797568 + } + }, + { + "pair_index": 13, + "elapsed_ns": 2794990, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6217728, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004784671, + "runtime_create_ns": 22378, + "jit_attach_ns": 51049, + "context_create_ns": 99276, + "definition_eval_ns": 43644, + "first_eval_ns": 309502, + "threshold_crossing_ns": 2001168938, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2794990 + } + }, + { + "pair_index": 14, + "elapsed_ns": 2793525, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6082560, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004582938, + "runtime_create_ns": 25256, + "jit_attach_ns": 49676, + "context_create_ns": 96214, + "definition_eval_ns": 40946, + "first_eval_ns": 304994, + "threshold_crossing_ns": 2000978192, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2793525 + } + }, + { + "pair_index": 15, + "elapsed_ns": 2801688, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6164480, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004722749, + "runtime_create_ns": 29879, + "jit_attach_ns": 64918, + "context_create_ns": 106337, + "definition_eval_ns": 79881, + "first_eval_ns": 295863, + "threshold_crossing_ns": 2001046371, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2801688 + } + }, + { + "pair_index": 16, + "elapsed_ns": 2797502, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6148096, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004804831, + "runtime_create_ns": 24489, + "jit_attach_ns": 51060, + "context_create_ns": 98048, + "definition_eval_ns": 41257, + "first_eval_ns": 298290, + "threshold_crossing_ns": 2001200514, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2797502 + } + }, + { + "pair_index": 17, + "elapsed_ns": 2802630, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6090752, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004675834, + "runtime_create_ns": 27934, + "jit_attach_ns": 54289, + "context_create_ns": 103156, + "definition_eval_ns": 56297, + "first_eval_ns": 302708, + "threshold_crossing_ns": 2001033733, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2802630 + } + }, + { + "pair_index": 18, + "elapsed_ns": 2797204, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6221824, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004575540, + "runtime_create_ns": 23082, + "jit_attach_ns": 54534, + "context_create_ns": 100953, + "definition_eval_ns": 41967, + "first_eval_ns": 293483, + "threshold_crossing_ns": 2000970925, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2797204 + } + }, + { + "pair_index": 19, + "elapsed_ns": 2799564, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6098944, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004567930, + "runtime_create_ns": 30175, + "jit_attach_ns": 59222, + "context_create_ns": 108723, + "definition_eval_ns": 56175, + "first_eval_ns": 294162, + "threshold_crossing_ns": 2000922975, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2799564 + } + }, + { + "pair_index": 20, + "elapsed_ns": 2786917, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6045696, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004726805, + "runtime_create_ns": 27200, + "jit_attach_ns": 49287, + "context_create_ns": 99395, + "definition_eval_ns": 43301, + "first_eval_ns": 294742, + "threshold_crossing_ns": 2001125641, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2786917 + } + }, + { + "pair_index": 21, + "elapsed_ns": 2802656, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6094848, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004791730, + "runtime_create_ns": 22470, + "jit_attach_ns": 53303, + "context_create_ns": 113337, + "definition_eval_ns": 59508, + "first_eval_ns": 304522, + "threshold_crossing_ns": 2001139857, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2802656 + } + }, + { + "pair_index": 22, + "elapsed_ns": 2788752, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6098944, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004703019, + "runtime_create_ns": 24760, + "jit_attach_ns": 62860, + "context_create_ns": 108562, + "definition_eval_ns": 49559, + "first_eval_ns": 290963, + "threshold_crossing_ns": 2001076614, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2788752 + } + }, + { + "pair_index": 23, + "elapsed_ns": 2782287, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6205440, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004687377, + "runtime_create_ns": 25149, + "jit_attach_ns": 58730, + "context_create_ns": 109601, + "definition_eval_ns": 57025, + "first_eval_ns": 310637, + "threshold_crossing_ns": 2001045993, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2782287 + } + }, + { + "pair_index": 24, + "elapsed_ns": 2768787, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6148096, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004592880, + "runtime_create_ns": 24073, + "jit_attach_ns": 55501, + "context_create_ns": 113561, + "definition_eval_ns": 45915, + "first_eval_ns": 290390, + "threshold_crossing_ns": 2000998802, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2768787 + } + }, + { + "pair_index": 25, + "elapsed_ns": 2791987, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6135808, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004581153, + "runtime_create_ns": 23159, + "jit_attach_ns": 53907, + "context_create_ns": 103525, + "definition_eval_ns": 46363, + "first_eval_ns": 307714, + "threshold_crossing_ns": 2000955903, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2791987 + } + }, + { + "pair_index": 26, + "elapsed_ns": 2782260, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6144000, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004572440, + "runtime_create_ns": 24670, + "jit_attach_ns": 48618, + "context_create_ns": 99013, + "definition_eval_ns": 43464, + "first_eval_ns": 290706, + "threshold_crossing_ns": 2000985631, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2782260 + } + }, + { + "pair_index": 27, + "elapsed_ns": 2776403, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6193152, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004618575, + "runtime_create_ns": 33734, + "jit_attach_ns": 60165, + "context_create_ns": 131316, + "definition_eval_ns": 75431, + "first_eval_ns": 317751, + "threshold_crossing_ns": 2000926845, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2776403 + } + }, + { + "pair_index": 28, + "elapsed_ns": 2794544, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6082560, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004726900, + "runtime_create_ns": 23662, + "jit_attach_ns": 51394, + "context_create_ns": 99853, + "definition_eval_ns": 56576, + "first_eval_ns": 299990, + "threshold_crossing_ns": 2001099705, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2794544 + } + }, + { + "pair_index": 29, + "elapsed_ns": 2798332, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 6139904, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004712950, + "runtime_create_ns": 24298, + "jit_attach_ns": 50097, + "context_create_ns": 104230, + "definition_eval_ns": 56086, + "first_eval_ns": 302558, + "threshold_crossing_ns": 2001081689, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2798332 + } + } + ], + "raw_latency_ns": [ + 2813157, + 2791321, + 2787028, + 2782586, + 2790542, + 2780592, + 2793533, + 2778288, + 2788370, + 2789991, + 2801658, + 2794564, + 2797568, + 2794990, + 2793525, + 2801688, + 2797502, + 2802630, + 2797204, + 2799564, + 2786917, + 2802656, + 2788752, + 2782287, + 2768787, + 2791987, + 2782260, + 2776403, + 2794544, + 2798332 + ], + "raw_throughput_ops": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ], + "median_ns": 2793525, + "mad_ns": 6039, + "p95_ns": 2802656, + "p99_ns": 2813157, + "ci95_ns": [ + 2788752, + 2797204 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + } + ] + }, + { + "mode": "interpreter", + "workloads": [ + { + "name": "quickjs-int-arith", + "suite": "QuickJS microbench", + "group": "compute", + "designated_kernel": true, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 6820469, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5271552, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9022861, + "runtime_create_ns": 27105, + "jit_attach_ns": 41, + "context_create_ns": 108053, + "definition_eval_ns": 35814, + "first_eval_ns": 666835, + "threshold_crossing_ns": 650349, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6820469 + } + }, + { + "pair_index": 1, + "elapsed_ns": 6888469, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5287936, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9106507, + "runtime_create_ns": 29942, + "jit_attach_ns": 42, + "context_create_ns": 106032, + "definition_eval_ns": 37482, + "first_eval_ns": 645684, + "threshold_crossing_ns": 683422, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6888469 + } + }, + { + "pair_index": 2, + "elapsed_ns": 6802495, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5177344, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9026113, + "runtime_create_ns": 26143, + "jit_attach_ns": 43, + "context_create_ns": 106765, + "definition_eval_ns": 35991, + "first_eval_ns": 692047, + "threshold_crossing_ns": 698414, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6802495 + } + }, + { + "pair_index": 3, + "elapsed_ns": 6715095, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4980736, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8949256, + "runtime_create_ns": 27492, + "jit_attach_ns": 40, + "context_create_ns": 110600, + "definition_eval_ns": 40430, + "first_eval_ns": 709212, + "threshold_crossing_ns": 700918, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6715095 + } + }, + { + "pair_index": 4, + "elapsed_ns": 6742402, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5021696, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8963776, + "runtime_create_ns": 26319, + "jit_attach_ns": 42, + "context_create_ns": 102946, + "definition_eval_ns": 36660, + "first_eval_ns": 640655, + "threshold_crossing_ns": 697552, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6742402 + } + }, + { + "pair_index": 5, + "elapsed_ns": 6687056, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5107712, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9052136, + "runtime_create_ns": 28378, + "jit_attach_ns": 52, + "context_create_ns": 116261, + "definition_eval_ns": 41780, + "first_eval_ns": 723652, + "threshold_crossing_ns": 733409, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6687056 + } + }, + { + "pair_index": 6, + "elapsed_ns": 6859581, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5095424, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9615580, + "runtime_create_ns": 27373, + "jit_attach_ns": 42, + "context_create_ns": 107678, + "definition_eval_ns": 41761, + "first_eval_ns": 680338, + "threshold_crossing_ns": 695316, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6859581 + } + }, + { + "pair_index": 7, + "elapsed_ns": 6708597, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5242880, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8898587, + "runtime_create_ns": 27409, + "jit_attach_ns": 41, + "context_create_ns": 118239, + "definition_eval_ns": 36899, + "first_eval_ns": 697336, + "threshold_crossing_ns": 657193, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6708597 + } + }, + { + "pair_index": 8, + "elapsed_ns": 6721350, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5251072, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8973425, + "runtime_create_ns": 28125, + "jit_attach_ns": 42, + "context_create_ns": 108606, + "definition_eval_ns": 38056, + "first_eval_ns": 698627, + "threshold_crossing_ns": 654456, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6721350 + } + }, + { + "pair_index": 9, + "elapsed_ns": 6816943, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4988928, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9065318, + "runtime_create_ns": 29517, + "jit_attach_ns": 42, + "context_create_ns": 105196, + "definition_eval_ns": 36780, + "first_eval_ns": 640503, + "threshold_crossing_ns": 700870, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6816943 + } + }, + { + "pair_index": 10, + "elapsed_ns": 6792423, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5152768, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9050687, + "runtime_create_ns": 30211, + "jit_attach_ns": 43, + "context_create_ns": 116946, + "definition_eval_ns": 36394, + "first_eval_ns": 696813, + "threshold_crossing_ns": 691271, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6792423 + } + }, + { + "pair_index": 11, + "elapsed_ns": 6951794, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5054464, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9350204, + "runtime_create_ns": 37371, + "jit_attach_ns": 123, + "context_create_ns": 110415, + "definition_eval_ns": 38953, + "first_eval_ns": 763630, + "threshold_crossing_ns": 730043, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6951794 + } + }, + { + "pair_index": 12, + "elapsed_ns": 6826064, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5038080, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9080138, + "runtime_create_ns": 29998, + "jit_attach_ns": 121, + "context_create_ns": 104401, + "definition_eval_ns": 36766, + "first_eval_ns": 708150, + "threshold_crossing_ns": 674089, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6826064 + } + }, + { + "pair_index": 13, + "elapsed_ns": 6751593, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5169152, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9055648, + "runtime_create_ns": 26316, + "jit_attach_ns": 46, + "context_create_ns": 108388, + "definition_eval_ns": 48003, + "first_eval_ns": 705074, + "threshold_crossing_ns": 699098, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6751593 + } + }, + { + "pair_index": 14, + "elapsed_ns": 6801808, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5066752, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9003177, + "runtime_create_ns": 29507, + "jit_attach_ns": 41, + "context_create_ns": 103274, + "definition_eval_ns": 40241, + "first_eval_ns": 706423, + "threshold_crossing_ns": 642291, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6801808 + } + }, + { + "pair_index": 15, + "elapsed_ns": 6710525, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5238784, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8993638, + "runtime_create_ns": 27992, + "jit_attach_ns": 41, + "context_create_ns": 106977, + "definition_eval_ns": 37433, + "first_eval_ns": 705240, + "threshold_crossing_ns": 692564, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6710525 + } + }, + { + "pair_index": 16, + "elapsed_ns": 6939198, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5021696, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9081911, + "runtime_create_ns": 30131, + "jit_attach_ns": 42, + "context_create_ns": 104995, + "definition_eval_ns": 38070, + "first_eval_ns": 645244, + "threshold_crossing_ns": 648362, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6939198 + } + }, + { + "pair_index": 17, + "elapsed_ns": 6736557, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4984832, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8991765, + "runtime_create_ns": 28872, + "jit_attach_ns": 42, + "context_create_ns": 109791, + "definition_eval_ns": 36790, + "first_eval_ns": 680284, + "threshold_crossing_ns": 694053, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6736557 + } + }, + { + "pair_index": 18, + "elapsed_ns": 6799914, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5136384, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9093899, + "runtime_create_ns": 28265, + "jit_attach_ns": 43, + "context_create_ns": 107927, + "definition_eval_ns": 38174, + "first_eval_ns": 701616, + "threshold_crossing_ns": 697221, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6799914 + } + }, + { + "pair_index": 19, + "elapsed_ns": 6760166, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5111808, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9057671, + "runtime_create_ns": 28679, + "jit_attach_ns": 42, + "context_create_ns": 106615, + "definition_eval_ns": 36013, + "first_eval_ns": 700529, + "threshold_crossing_ns": 710650, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6760166 + } + }, + { + "pair_index": 20, + "elapsed_ns": 6659713, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5287936, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8932064, + "runtime_create_ns": 27429, + "jit_attach_ns": 134, + "context_create_ns": 108464, + "definition_eval_ns": 36680, + "first_eval_ns": 706287, + "threshold_crossing_ns": 687570, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6659713 + } + }, + { + "pair_index": 21, + "elapsed_ns": 6685951, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5033984, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8920664, + "runtime_create_ns": 29538, + "jit_attach_ns": 41, + "context_create_ns": 108908, + "definition_eval_ns": 38741, + "first_eval_ns": 684490, + "threshold_crossing_ns": 693964, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6685951 + } + }, + { + "pair_index": 22, + "elapsed_ns": 6444118, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5226496, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8699573, + "runtime_create_ns": 25959, + "jit_attach_ns": 41, + "context_create_ns": 108226, + "definition_eval_ns": 39250, + "first_eval_ns": 673794, + "threshold_crossing_ns": 696211, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6444118 + } + }, + { + "pair_index": 23, + "elapsed_ns": 6924579, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5255168, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9155027, + "runtime_create_ns": 29553, + "jit_attach_ns": 42, + "context_create_ns": 106125, + "definition_eval_ns": 35524, + "first_eval_ns": 668484, + "threshold_crossing_ns": 701890, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6924579 + } + }, + { + "pair_index": 24, + "elapsed_ns": 6881267, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4988928, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9158267, + "runtime_create_ns": 27993, + "jit_attach_ns": 43, + "context_create_ns": 103569, + "definition_eval_ns": 37801, + "first_eval_ns": 708709, + "threshold_crossing_ns": 678232, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6881267 + } + }, + { + "pair_index": 25, + "elapsed_ns": 6629005, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5304320, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8838486, + "runtime_create_ns": 27456, + "jit_attach_ns": 41, + "context_create_ns": 108500, + "definition_eval_ns": 48426, + "first_eval_ns": 700514, + "threshold_crossing_ns": 637482, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6629005 + } + }, + { + "pair_index": 26, + "elapsed_ns": 6601280, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5038080, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8893436, + "runtime_create_ns": 28577, + "jit_attach_ns": 41, + "context_create_ns": 104519, + "definition_eval_ns": 37797, + "first_eval_ns": 705260, + "threshold_crossing_ns": 707906, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6601280 + } + }, + { + "pair_index": 27, + "elapsed_ns": 6582069, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5197824, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8803876, + "runtime_create_ns": 26291, + "jit_attach_ns": 41, + "context_create_ns": 109918, + "definition_eval_ns": 39145, + "first_eval_ns": 713922, + "threshold_crossing_ns": 641837, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6582069 + } + }, + { + "pair_index": 28, + "elapsed_ns": 6757998, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5079040, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9036534, + "runtime_create_ns": 28200, + "jit_attach_ns": 44, + "context_create_ns": 107789, + "definition_eval_ns": 37775, + "first_eval_ns": 696282, + "threshold_crossing_ns": 696951, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6757998 + } + }, + { + "pair_index": 29, + "elapsed_ns": 6638697, + "checksum": "string:4992502500", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5300224, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8935529, + "runtime_create_ns": 27252, + "jit_attach_ns": 110, + "context_create_ns": 109080, + "definition_eval_ns": 36369, + "first_eval_ns": 719580, + "threshold_crossing_ns": 686030, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6638697 + } + } + ], + "raw_latency_ns": [ + 6820469, + 6888469, + 6802495, + 6715095, + 6742402, + 6687056, + 6859581, + 6708597, + 6721350, + 6816943, + 6792423, + 6951794, + 6826064, + 6751593, + 6801808, + 6710525, + 6939198, + 6736557, + 6799914, + 6760166, + 6659713, + 6685951, + 6444118, + 6924579, + 6881267, + 6629005, + 6601280, + 6582069, + 6757998, + 6638697 + ], + "raw_throughput_ops": [ + 102, + 106, + 103, + 106, + 105, + 104, + 103, + 105, + 106, + 104 + ], + "median_ns": 6757998, + "mad_ns": 68066, + "p95_ns": 6939198, + "p99_ns": 6951794, + "ci95_ns": [ + 6715095, + 6802495 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "quickjs-bitops", + "suite": "rquickjs-jit local", + "group": "compute", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 1211934, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5054464, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1741147, + "runtime_create_ns": 22154, + "jit_attach_ns": 42, + "context_create_ns": 99184, + "definition_eval_ns": 25936, + "first_eval_ns": 124718, + "threshold_crossing_ns": 122490, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1211934 + } + }, + { + "pair_index": 1, + "elapsed_ns": 1217034, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4886528, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1775314, + "runtime_create_ns": 24966, + "jit_attach_ns": 41, + "context_create_ns": 108253, + "definition_eval_ns": 33961, + "first_eval_ns": 127275, + "threshold_crossing_ns": 124957, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1217034 + } + }, + { + "pair_index": 2, + "elapsed_ns": 1199803, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4907008, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1724681, + "runtime_create_ns": 25336, + "jit_attach_ns": 43, + "context_create_ns": 97677, + "definition_eval_ns": 25732, + "first_eval_ns": 120880, + "threshold_crossing_ns": 123061, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1199803 + } + }, + { + "pair_index": 3, + "elapsed_ns": 1200037, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5087232, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1729672, + "runtime_create_ns": 25065, + "jit_attach_ns": 42, + "context_create_ns": 98983, + "definition_eval_ns": 25833, + "first_eval_ns": 121458, + "threshold_crossing_ns": 123446, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1200037 + } + }, + { + "pair_index": 4, + "elapsed_ns": 1223657, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4976640, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1778855, + "runtime_create_ns": 26457, + "jit_attach_ns": 41, + "context_create_ns": 108845, + "definition_eval_ns": 27038, + "first_eval_ns": 125997, + "threshold_crossing_ns": 124305, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1223657 + } + }, + { + "pair_index": 5, + "elapsed_ns": 1257341, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5124096, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1805945, + "runtime_create_ns": 22923, + "jit_attach_ns": 56, + "context_create_ns": 98621, + "definition_eval_ns": 26174, + "first_eval_ns": 132752, + "threshold_crossing_ns": 128170, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1257341 + } + }, + { + "pair_index": 6, + "elapsed_ns": 1206030, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4988928, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1729861, + "runtime_create_ns": 24314, + "jit_attach_ns": 41, + "context_create_ns": 97078, + "definition_eval_ns": 23362, + "first_eval_ns": 121463, + "threshold_crossing_ns": 119364, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1206030 + } + }, + { + "pair_index": 7, + "elapsed_ns": 1239707, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5189632, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1813187, + "runtime_create_ns": 27424, + "jit_attach_ns": 41, + "context_create_ns": 109959, + "definition_eval_ns": 34194, + "first_eval_ns": 130063, + "threshold_crossing_ns": 126970, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1239707 + } + }, + { + "pair_index": 8, + "elapsed_ns": 1196462, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4935680, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1744047, + "runtime_create_ns": 27004, + "jit_attach_ns": 41, + "context_create_ns": 107108, + "definition_eval_ns": 29745, + "first_eval_ns": 122342, + "threshold_crossing_ns": 119192, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1196462 + } + }, + { + "pair_index": 9, + "elapsed_ns": 1209621, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5152768, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1764661, + "runtime_create_ns": 23852, + "jit_attach_ns": 40, + "context_create_ns": 104997, + "definition_eval_ns": 30143, + "first_eval_ns": 125859, + "threshold_crossing_ns": 123879, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1209621 + } + }, + { + "pair_index": 10, + "elapsed_ns": 1199844, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1855194, + "runtime_create_ns": 24968, + "jit_attach_ns": 41, + "context_create_ns": 97888, + "definition_eval_ns": 28848, + "first_eval_ns": 126685, + "threshold_crossing_ns": 119231, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1199844 + } + }, + { + "pair_index": 11, + "elapsed_ns": 1190361, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5185536, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1728731, + "runtime_create_ns": 22741, + "jit_attach_ns": 42, + "context_create_ns": 98659, + "definition_eval_ns": 23439, + "first_eval_ns": 126802, + "threshold_crossing_ns": 126832, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1190361 + } + }, + { + "pair_index": 12, + "elapsed_ns": 1192821, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5115904, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1726783, + "runtime_create_ns": 23145, + "jit_attach_ns": 42, + "context_create_ns": 101898, + "definition_eval_ns": 27236, + "first_eval_ns": 121514, + "threshold_crossing_ns": 119711, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1192821 + } + }, + { + "pair_index": 13, + "elapsed_ns": 1193139, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5058560, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1731722, + "runtime_create_ns": 25527, + "jit_attach_ns": 44, + "context_create_ns": 101685, + "definition_eval_ns": 28697, + "first_eval_ns": 120318, + "threshold_crossing_ns": 126472, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1193139 + } + }, + { + "pair_index": 14, + "elapsed_ns": 1194216, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1729581, + "runtime_create_ns": 25368, + "jit_attach_ns": 43, + "context_create_ns": 99418, + "definition_eval_ns": 24950, + "first_eval_ns": 123342, + "threshold_crossing_ns": 118862, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1194216 + } + }, + { + "pair_index": 15, + "elapsed_ns": 1225371, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4960256, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1784338, + "runtime_create_ns": 26959, + "jit_attach_ns": 41, + "context_create_ns": 110063, + "definition_eval_ns": 35769, + "first_eval_ns": 128632, + "threshold_crossing_ns": 118996, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1225371 + } + }, + { + "pair_index": 16, + "elapsed_ns": 1214033, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4968448, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1755611, + "runtime_create_ns": 28723, + "jit_attach_ns": 42, + "context_create_ns": 104720, + "definition_eval_ns": 34463, + "first_eval_ns": 120740, + "threshold_crossing_ns": 118665, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1214033 + } + }, + { + "pair_index": 17, + "elapsed_ns": 1195114, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5029888, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1725841, + "runtime_create_ns": 22631, + "jit_attach_ns": 42, + "context_create_ns": 100512, + "definition_eval_ns": 24534, + "first_eval_ns": 119846, + "threshold_crossing_ns": 129875, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1195114 + } + }, + { + "pair_index": 18, + "elapsed_ns": 1207335, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5062656, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1786131, + "runtime_create_ns": 33934, + "jit_attach_ns": 42, + "context_create_ns": 120624, + "definition_eval_ns": 40681, + "first_eval_ns": 121263, + "threshold_crossing_ns": 118561, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1207335 + } + }, + { + "pair_index": 19, + "elapsed_ns": 1203672, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4960256, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1735740, + "runtime_create_ns": 27201, + "jit_attach_ns": 41, + "context_create_ns": 98613, + "definition_eval_ns": 26360, + "first_eval_ns": 120478, + "threshold_crossing_ns": 123206, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1203672 + } + }, + { + "pair_index": 20, + "elapsed_ns": 1201635, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5050368, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1730340, + "runtime_create_ns": 22215, + "jit_attach_ns": 58, + "context_create_ns": 101075, + "definition_eval_ns": 26789, + "first_eval_ns": 120277, + "threshold_crossing_ns": 122858, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1201635 + } + }, + { + "pair_index": 21, + "elapsed_ns": 1219335, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5095424, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1753095, + "runtime_create_ns": 27466, + "jit_attach_ns": 40, + "context_create_ns": 100790, + "definition_eval_ns": 27748, + "first_eval_ns": 120595, + "threshold_crossing_ns": 118210, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1219335 + } + }, + { + "pair_index": 22, + "elapsed_ns": 1197380, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5169152, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1728601, + "runtime_create_ns": 25496, + "jit_attach_ns": 41, + "context_create_ns": 101019, + "definition_eval_ns": 25536, + "first_eval_ns": 121087, + "threshold_crossing_ns": 123089, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1197380 + } + }, + { + "pair_index": 23, + "elapsed_ns": 1195820, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5046272, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1722627, + "runtime_create_ns": 22097, + "jit_attach_ns": 41, + "context_create_ns": 100290, + "definition_eval_ns": 26282, + "first_eval_ns": 120320, + "threshold_crossing_ns": 118756, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1195820 + } + }, + { + "pair_index": 24, + "elapsed_ns": 1199279, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5173248, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1743514, + "runtime_create_ns": 23901, + "jit_attach_ns": 40, + "context_create_ns": 97667, + "definition_eval_ns": 24057, + "first_eval_ns": 126199, + "threshold_crossing_ns": 124532, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1199279 + } + }, + { + "pair_index": 25, + "elapsed_ns": 1222266, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4886528, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1771135, + "runtime_create_ns": 23807, + "jit_attach_ns": 42, + "context_create_ns": 105259, + "definition_eval_ns": 23805, + "first_eval_ns": 126636, + "threshold_crossing_ns": 129516, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1222266 + } + }, + { + "pair_index": 26, + "elapsed_ns": 1200965, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5038080, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1727711, + "runtime_create_ns": 23116, + "jit_attach_ns": 41, + "context_create_ns": 100707, + "definition_eval_ns": 25695, + "first_eval_ns": 120399, + "threshold_crossing_ns": 118537, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1200965 + } + }, + { + "pair_index": 27, + "elapsed_ns": 1210440, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5226496, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1748056, + "runtime_create_ns": 25366, + "jit_attach_ns": 41, + "context_create_ns": 98843, + "definition_eval_ns": 25744, + "first_eval_ns": 121267, + "threshold_crossing_ns": 126266, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1210440 + } + }, + { + "pair_index": 28, + "elapsed_ns": 1198091, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4988928, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1722885, + "runtime_create_ns": 22656, + "jit_attach_ns": 41, + "context_create_ns": 100523, + "definition_eval_ns": 25917, + "first_eval_ns": 120655, + "threshold_crossing_ns": 121906, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1198091 + } + }, + { + "pair_index": 29, + "elapsed_ns": 1201916, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5136384, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1734907, + "runtime_create_ns": 23409, + "jit_attach_ns": 41, + "context_create_ns": 102021, + "definition_eval_ns": 26123, + "first_eval_ns": 122322, + "threshold_crossing_ns": 122835, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1201916 + } + } + ], + "raw_latency_ns": [ + 1211934, + 1217034, + 1199803, + 1200037, + 1223657, + 1257341, + 1206030, + 1239707, + 1196462, + 1209621, + 1199844, + 1190361, + 1192821, + 1193139, + 1194216, + 1225371, + 1214033, + 1195114, + 1207335, + 1203672, + 1201635, + 1219335, + 1197380, + 1195820, + 1199279, + 1222266, + 1200965, + 1210440, + 1198091, + 1201916 + ], + "raw_throughput_ops": [ + 439, + 447, + 451, + 456, + 456, + 444, + 443, + 447, + 454, + 453 + ], + "median_ns": 1201916, + "mad_ns": 7700, + "p95_ns": 1239707, + "p99_ns": 1257341, + "ci95_ns": [ + 1199803, + 1210440 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "quickjs-fibonacci", + "suite": "rquickjs-jit local", + "group": "compute", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 929061, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5017600, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1399788, + "runtime_create_ns": 28662, + "jit_attach_ns": 41, + "context_create_ns": 105001, + "definition_eval_ns": 33215, + "first_eval_ns": 96354, + "threshold_crossing_ns": 92561, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 929061 + } + }, + { + "pair_index": 1, + "elapsed_ns": 943010, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4919296, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1409567, + "runtime_create_ns": 28628, + "jit_attach_ns": 41, + "context_create_ns": 105778, + "definition_eval_ns": 32041, + "first_eval_ns": 97327, + "threshold_crossing_ns": 92571, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 943010 + } + }, + { + "pair_index": 2, + "elapsed_ns": 952936, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4923392, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1426449, + "runtime_create_ns": 28225, + "jit_attach_ns": 39, + "context_create_ns": 108433, + "definition_eval_ns": 34767, + "first_eval_ns": 97731, + "threshold_crossing_ns": 93696, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 952936 + } + }, + { + "pair_index": 3, + "elapsed_ns": 955300, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5152768, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1439027, + "runtime_create_ns": 24673, + "jit_attach_ns": 41, + "context_create_ns": 108096, + "definition_eval_ns": 40745, + "first_eval_ns": 97886, + "threshold_crossing_ns": 95618, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 955300 + } + }, + { + "pair_index": 4, + "elapsed_ns": 936029, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5033984, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1386222, + "runtime_create_ns": 25239, + "jit_attach_ns": 41, + "context_create_ns": 96391, + "definition_eval_ns": 25908, + "first_eval_ns": 95570, + "threshold_crossing_ns": 98099, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 936029 + } + }, + { + "pair_index": 5, + "elapsed_ns": 935599, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5140480, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1523548, + "runtime_create_ns": 50605, + "jit_attach_ns": 121, + "context_create_ns": 161920, + "definition_eval_ns": 46651, + "first_eval_ns": 116530, + "threshold_crossing_ns": 96891, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 935599 + } + }, + { + "pair_index": 6, + "elapsed_ns": 946260, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1417431, + "runtime_create_ns": 27544, + "jit_attach_ns": 97, + "context_create_ns": 112178, + "definition_eval_ns": 31955, + "first_eval_ns": 95932, + "threshold_crossing_ns": 93569, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 946260 + } + }, + { + "pair_index": 7, + "elapsed_ns": 1321564, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5275648, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2012841, + "runtime_create_ns": 43461, + "jit_attach_ns": 288, + "context_create_ns": 168923, + "definition_eval_ns": 49388, + "first_eval_ns": 133995, + "threshold_crossing_ns": 138321, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1321564 + } + }, + { + "pair_index": 8, + "elapsed_ns": 930716, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5230592, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1386433, + "runtime_create_ns": 23704, + "jit_attach_ns": 41, + "context_create_ns": 102196, + "definition_eval_ns": 27947, + "first_eval_ns": 98078, + "threshold_crossing_ns": 93579, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 930716 + } + }, + { + "pair_index": 9, + "elapsed_ns": 948447, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1417200, + "runtime_create_ns": 26642, + "jit_attach_ns": 42, + "context_create_ns": 109962, + "definition_eval_ns": 32878, + "first_eval_ns": 97552, + "threshold_crossing_ns": 92793, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 948447 + } + }, + { + "pair_index": 10, + "elapsed_ns": 947619, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4988928, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1420342, + "runtime_create_ns": 32547, + "jit_attach_ns": 42, + "context_create_ns": 101705, + "definition_eval_ns": 34880, + "first_eval_ns": 96676, + "threshold_crossing_ns": 93267, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 947619 + } + }, + { + "pair_index": 11, + "elapsed_ns": 943458, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5222400, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1409650, + "runtime_create_ns": 25043, + "jit_attach_ns": 42, + "context_create_ns": 108001, + "definition_eval_ns": 31762, + "first_eval_ns": 98052, + "threshold_crossing_ns": 92458, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 943458 + } + }, + { + "pair_index": 12, + "elapsed_ns": 935020, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5210112, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1382849, + "runtime_create_ns": 23540, + "jit_attach_ns": 56, + "context_create_ns": 99335, + "definition_eval_ns": 23782, + "first_eval_ns": 95355, + "threshold_crossing_ns": 97406, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 935020 + } + }, + { + "pair_index": 13, + "elapsed_ns": 934129, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5103616, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1419924, + "runtime_create_ns": 24485, + "jit_attach_ns": 42, + "context_create_ns": 112021, + "definition_eval_ns": 35951, + "first_eval_ns": 99838, + "threshold_crossing_ns": 101988, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 934129 + } + }, + { + "pair_index": 14, + "elapsed_ns": 934518, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1416243, + "runtime_create_ns": 29876, + "jit_attach_ns": 42, + "context_create_ns": 119924, + "definition_eval_ns": 33194, + "first_eval_ns": 96161, + "threshold_crossing_ns": 91380, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 934518 + } + }, + { + "pair_index": 15, + "elapsed_ns": 1021177, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4968448, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1486078, + "runtime_create_ns": 27768, + "jit_attach_ns": 40, + "context_create_ns": 105770, + "definition_eval_ns": 33745, + "first_eval_ns": 96291, + "threshold_crossing_ns": 92442, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1021177 + } + }, + { + "pair_index": 16, + "elapsed_ns": 922467, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5103616, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1381789, + "runtime_create_ns": 28503, + "jit_attach_ns": 41, + "context_create_ns": 100589, + "definition_eval_ns": 34224, + "first_eval_ns": 95497, + "threshold_crossing_ns": 92500, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 922467 + } + }, + { + "pair_index": 17, + "elapsed_ns": 935269, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5021696, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1415190, + "runtime_create_ns": 26653, + "jit_attach_ns": 41, + "context_create_ns": 106290, + "definition_eval_ns": 34750, + "first_eval_ns": 107154, + "threshold_crossing_ns": 93117, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 935269 + } + }, + { + "pair_index": 18, + "elapsed_ns": 955577, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5058560, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1434573, + "runtime_create_ns": 27234, + "jit_attach_ns": 42, + "context_create_ns": 106930, + "definition_eval_ns": 41182, + "first_eval_ns": 96201, + "threshold_crossing_ns": 94381, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 955577 + } + }, + { + "pair_index": 19, + "elapsed_ns": 920366, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4972544, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2139202, + "runtime_create_ns": 100241, + "jit_attach_ns": 133, + "context_create_ns": 335314, + "definition_eval_ns": 160969, + "first_eval_ns": 234833, + "threshold_crossing_ns": 239185, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 920366 + } + }, + { + "pair_index": 20, + "elapsed_ns": 931506, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4960256, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1387421, + "runtime_create_ns": 24595, + "jit_attach_ns": 41, + "context_create_ns": 98173, + "definition_eval_ns": 26520, + "first_eval_ns": 94036, + "threshold_crossing_ns": 96583, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 931506 + } + }, + { + "pair_index": 21, + "elapsed_ns": 937802, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5263360, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1429290, + "runtime_create_ns": 30996, + "jit_attach_ns": 42, + "context_create_ns": 109636, + "definition_eval_ns": 34224, + "first_eval_ns": 104192, + "threshold_crossing_ns": 94665, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 937802 + } + }, + { + "pair_index": 22, + "elapsed_ns": 929845, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5226496, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1402020, + "runtime_create_ns": 26791, + "jit_attach_ns": 42, + "context_create_ns": 110989, + "definition_eval_ns": 33289, + "first_eval_ns": 96189, + "threshold_crossing_ns": 93307, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 929845 + } + }, + { + "pair_index": 23, + "elapsed_ns": 946125, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5246976, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1421808, + "runtime_create_ns": 27188, + "jit_attach_ns": 41, + "context_create_ns": 108708, + "definition_eval_ns": 32379, + "first_eval_ns": 101936, + "threshold_crossing_ns": 93160, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 946125 + } + }, + { + "pair_index": 24, + "elapsed_ns": 918076, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5038080, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1373540, + "runtime_create_ns": 24510, + "jit_attach_ns": 40, + "context_create_ns": 105092, + "definition_eval_ns": 31932, + "first_eval_ns": 92099, + "threshold_crossing_ns": 91801, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 918076 + } + }, + { + "pair_index": 25, + "elapsed_ns": 939261, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5103616, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1423907, + "runtime_create_ns": 25811, + "jit_attach_ns": 41, + "context_create_ns": 109936, + "definition_eval_ns": 36224, + "first_eval_ns": 95246, + "threshold_crossing_ns": 102043, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 939261 + } + }, + { + "pair_index": 26, + "elapsed_ns": 924918, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5263360, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1401080, + "runtime_create_ns": 32396, + "jit_attach_ns": 41, + "context_create_ns": 105542, + "definition_eval_ns": 33745, + "first_eval_ns": 95290, + "threshold_crossing_ns": 92400, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 924918 + } + }, + { + "pair_index": 27, + "elapsed_ns": 914370, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1380160, + "runtime_create_ns": 27654, + "jit_attach_ns": 41, + "context_create_ns": 114197, + "definition_eval_ns": 32806, + "first_eval_ns": 93903, + "threshold_crossing_ns": 89901, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 914370 + } + }, + { + "pair_index": 28, + "elapsed_ns": 931322, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5038080, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1402055, + "runtime_create_ns": 26645, + "jit_attach_ns": 41, + "context_create_ns": 107247, + "definition_eval_ns": 32644, + "first_eval_ns": 103016, + "threshold_crossing_ns": 91912, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 931322 + } + }, + { + "pair_index": 29, + "elapsed_ns": 938086, + "checksum": "number:41d4c00d39400000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4947968, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1410308, + "runtime_create_ns": 28212, + "jit_attach_ns": 43, + "context_create_ns": 112255, + "definition_eval_ns": 34277, + "first_eval_ns": 95072, + "threshold_crossing_ns": 92618, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 938086 + } + } + ], + "raw_latency_ns": [ + 929061, + 943010, + 952936, + 955300, + 936029, + 935599, + 946260, + 1321564, + 930716, + 948447, + 947619, + 943458, + 935020, + 934129, + 934518, + 1021177, + 922467, + 935269, + 955577, + 920366, + 931506, + 937802, + 929845, + 946125, + 918076, + 939261, + 924918, + 914370, + 931322, + 938086 + ], + "raw_throughput_ops": [ + 532, + 535, + 545, + 543, + 542, + 534, + 538, + 545, + 545, + 535 + ], + "median_ns": 936029, + "mad_ns": 7429, + "p95_ns": 1021177, + "p99_ns": 1321564, + "ci95_ns": [ + 934129, + 943458 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "numeric", + "suite": "rquickjs-jit", + "group": "compute", + "designated_kernel": true, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 603761, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5165056, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 950337, + "runtime_create_ns": 26719, + "jit_attach_ns": 41, + "context_create_ns": 101076, + "definition_eval_ns": 21691, + "first_eval_ns": 61588, + "threshold_crossing_ns": 59861, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 603761 + } + }, + { + "pair_index": 1, + "elapsed_ns": 634671, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5107712, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 986657, + "runtime_create_ns": 25098, + "jit_attach_ns": 46, + "context_create_ns": 98924, + "definition_eval_ns": 19979, + "first_eval_ns": 64636, + "threshold_crossing_ns": 63668, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 634671 + } + }, + { + "pair_index": 2, + "elapsed_ns": 647887, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1017372, + "runtime_create_ns": 26799, + "jit_attach_ns": 40, + "context_create_ns": 107444, + "definition_eval_ns": 23588, + "first_eval_ns": 66808, + "threshold_crossing_ns": 64999, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 647887 + } + }, + { + "pair_index": 3, + "elapsed_ns": 620578, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5156864, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 969165, + "runtime_create_ns": 24987, + "jit_attach_ns": 41, + "context_create_ns": 100717, + "definition_eval_ns": 24010, + "first_eval_ns": 61757, + "threshold_crossing_ns": 59481, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 620578 + } + }, + { + "pair_index": 4, + "elapsed_ns": 635495, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5136384, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1156658, + "runtime_create_ns": 35476, + "jit_attach_ns": 40, + "context_create_ns": 153608, + "definition_eval_ns": 85842, + "first_eval_ns": 76047, + "threshold_crossing_ns": 62213, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 635495 + } + }, + { + "pair_index": 5, + "elapsed_ns": 638305, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5017600, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1005612, + "runtime_create_ns": 25551, + "jit_attach_ns": 49, + "context_create_ns": 102249, + "definition_eval_ns": 26809, + "first_eval_ns": 66219, + "threshold_crossing_ns": 63425, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 638305 + } + }, + { + "pair_index": 6, + "elapsed_ns": 581551, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5021696, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 939470, + "runtime_create_ns": 26318, + "jit_attach_ns": 50, + "context_create_ns": 99301, + "definition_eval_ns": 19629, + "first_eval_ns": 65090, + "threshold_crossing_ns": 73752, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 581551 + } + }, + { + "pair_index": 7, + "elapsed_ns": 626674, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5222400, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 990489, + "runtime_create_ns": 26762, + "jit_attach_ns": 41, + "context_create_ns": 110115, + "definition_eval_ns": 20840, + "first_eval_ns": 65065, + "threshold_crossing_ns": 62031, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 626674 + } + }, + { + "pair_index": 8, + "elapsed_ns": 591291, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4915200, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 935373, + "runtime_create_ns": 24773, + "jit_attach_ns": 40, + "context_create_ns": 103491, + "definition_eval_ns": 22025, + "first_eval_ns": 60459, + "threshold_crossing_ns": 58944, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 591291 + } + }, + { + "pair_index": 9, + "elapsed_ns": 618197, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5169152, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 983432, + "runtime_create_ns": 24946, + "jit_attach_ns": 37, + "context_create_ns": 104727, + "definition_eval_ns": 24891, + "first_eval_ns": 64701, + "threshold_crossing_ns": 62775, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 618197 + } + }, + { + "pair_index": 10, + "elapsed_ns": 647487, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5173248, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1011529, + "runtime_create_ns": 25027, + "jit_attach_ns": 41, + "context_create_ns": 104259, + "definition_eval_ns": 22609, + "first_eval_ns": 65328, + "threshold_crossing_ns": 63856, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 647487 + } + }, + { + "pair_index": 11, + "elapsed_ns": 627645, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5111808, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 981773, + "runtime_create_ns": 24945, + "jit_attach_ns": 42, + "context_create_ns": 101900, + "definition_eval_ns": 19811, + "first_eval_ns": 64606, + "threshold_crossing_ns": 61985, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 627645 + } + }, + { + "pair_index": 12, + "elapsed_ns": 638303, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4980736, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1002733, + "runtime_create_ns": 28706, + "jit_attach_ns": 41, + "context_create_ns": 100451, + "definition_eval_ns": 25443, + "first_eval_ns": 65741, + "threshold_crossing_ns": 64138, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 638303 + } + }, + { + "pair_index": 13, + "elapsed_ns": 622911, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5050368, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1043948, + "runtime_create_ns": 26359, + "jit_attach_ns": 41, + "context_create_ns": 119735, + "definition_eval_ns": 57439, + "first_eval_ns": 67264, + "threshold_crossing_ns": 64271, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 622911 + } + }, + { + "pair_index": 14, + "elapsed_ns": 635935, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4980736, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 999651, + "runtime_create_ns": 29449, + "jit_attach_ns": 41, + "context_create_ns": 102470, + "definition_eval_ns": 22697, + "first_eval_ns": 65416, + "threshold_crossing_ns": 63815, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 635935 + } + }, + { + "pair_index": 15, + "elapsed_ns": 595932, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5083136, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 943663, + "runtime_create_ns": 23897, + "jit_attach_ns": 41, + "context_create_ns": 102914, + "definition_eval_ns": 25617, + "first_eval_ns": 60120, + "threshold_crossing_ns": 58430, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 595932 + } + }, + { + "pair_index": 16, + "elapsed_ns": 648598, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4980736, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1008737, + "runtime_create_ns": 26108, + "jit_attach_ns": 56, + "context_create_ns": 99165, + "definition_eval_ns": 23539, + "first_eval_ns": 66767, + "threshold_crossing_ns": 64594, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 648598 + } + }, + { + "pair_index": 17, + "elapsed_ns": 648616, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4837376, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1001729, + "runtime_create_ns": 26853, + "jit_attach_ns": 42, + "context_create_ns": 96946, + "definition_eval_ns": 20413, + "first_eval_ns": 63845, + "threshold_crossing_ns": 62269, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 648616 + } + }, + { + "pair_index": 18, + "elapsed_ns": 636825, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4972544, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 996597, + "runtime_create_ns": 24343, + "jit_attach_ns": 42, + "context_create_ns": 98616, + "definition_eval_ns": 18709, + "first_eval_ns": 75250, + "threshold_crossing_ns": 64019, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 636825 + } + }, + { + "pair_index": 19, + "elapsed_ns": 672153, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4997120, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1025133, + "runtime_create_ns": 24892, + "jit_attach_ns": 58, + "context_create_ns": 97002, + "definition_eval_ns": 21149, + "first_eval_ns": 65592, + "threshold_crossing_ns": 62898, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 672153 + } + }, + { + "pair_index": 20, + "elapsed_ns": 650808, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5095424, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1006215, + "runtime_create_ns": 22947, + "jit_attach_ns": 42, + "context_create_ns": 100893, + "definition_eval_ns": 22040, + "first_eval_ns": 65349, + "threshold_crossing_ns": 63257, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 650808 + } + }, + { + "pair_index": 21, + "elapsed_ns": 633477, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4968448, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1010250, + "runtime_create_ns": 22863, + "jit_attach_ns": 42, + "context_create_ns": 98812, + "definition_eval_ns": 20858, + "first_eval_ns": 86198, + "threshold_crossing_ns": 63575, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 633477 + } + }, + { + "pair_index": 22, + "elapsed_ns": 638227, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4939776, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 989741, + "runtime_create_ns": 24735, + "jit_attach_ns": 43, + "context_create_ns": 99621, + "definition_eval_ns": 19119, + "first_eval_ns": 65036, + "threshold_crossing_ns": 63743, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 638227 + } + }, + { + "pair_index": 23, + "elapsed_ns": 592235, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 938369, + "runtime_create_ns": 24733, + "jit_attach_ns": 38, + "context_create_ns": 100901, + "definition_eval_ns": 20131, + "first_eval_ns": 61689, + "threshold_crossing_ns": 58761, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 592235 + } + }, + { + "pair_index": 24, + "elapsed_ns": 635579, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5177344, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 998671, + "runtime_create_ns": 25986, + "jit_attach_ns": 42, + "context_create_ns": 100774, + "definition_eval_ns": 24104, + "first_eval_ns": 65751, + "threshold_crossing_ns": 66499, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 635579 + } + }, + { + "pair_index": 25, + "elapsed_ns": 632786, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5120000, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1001046, + "runtime_create_ns": 22655, + "jit_attach_ns": 41, + "context_create_ns": 112806, + "definition_eval_ns": 24195, + "first_eval_ns": 65254, + "threshold_crossing_ns": 62797, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 632786 + } + }, + { + "pair_index": 26, + "elapsed_ns": 616217, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 981966, + "runtime_create_ns": 29507, + "jit_attach_ns": 40, + "context_create_ns": 101576, + "definition_eval_ns": 25726, + "first_eval_ns": 64514, + "threshold_crossing_ns": 63036, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 616217 + } + }, + { + "pair_index": 27, + "elapsed_ns": 648470, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5201920, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1017274, + "runtime_create_ns": 28724, + "jit_attach_ns": 55, + "context_create_ns": 102458, + "definition_eval_ns": 25310, + "first_eval_ns": 66069, + "threshold_crossing_ns": 63846, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 648470 + } + }, + { + "pair_index": 28, + "elapsed_ns": 612239, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5083136, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 972113, + "runtime_create_ns": 28108, + "jit_attach_ns": 41, + "context_create_ns": 103634, + "definition_eval_ns": 26878, + "first_eval_ns": 62370, + "threshold_crossing_ns": 60524, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 612239 + } + }, + { + "pair_index": 29, + "elapsed_ns": 642909, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5136384, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1013079, + "runtime_create_ns": 27884, + "jit_attach_ns": 41, + "context_create_ns": 104623, + "definition_eval_ns": 25133, + "first_eval_ns": 64747, + "threshold_crossing_ns": 63082, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 642909 + } + } + ], + "raw_latency_ns": [ + 603761, + 634671, + 647887, + 620578, + 635495, + 638305, + 581551, + 626674, + 591291, + 618197, + 647487, + 627645, + 638303, + 622911, + 635935, + 595932, + 648598, + 648616, + 636825, + 672153, + 650808, + 633477, + 638227, + 592235, + 635579, + 632786, + 616217, + 648470, + 612239, + 642909 + ], + "raw_throughput_ops": [ + 685, + 677, + 694, + 696, + 701, + 680, + 684, + 697, + 700, + 700 + ], + "median_ns": 635495, + "mad_ns": 12584, + "p95_ns": 650808, + "p99_ns": 672153, + "ci95_ns": [ + 626674, + 638303 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "scalar-loop", + "suite": "rquickjs-jit focused", + "group": "scalar-loop", + "designated_kernel": true, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 586448, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5029888, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 945741, + "runtime_create_ns": 21867, + "jit_attach_ns": 43, + "context_create_ns": 96440, + "definition_eval_ns": 23082, + "first_eval_ns": 66324, + "threshold_crossing_ns": 69071, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 586448 + } + }, + { + "pair_index": 1, + "elapsed_ns": 589299, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4980736, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 929229, + "runtime_create_ns": 23930, + "jit_attach_ns": 39, + "context_create_ns": 103267, + "definition_eval_ns": 18706, + "first_eval_ns": 60320, + "threshold_crossing_ns": 58718, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 589299 + } + }, + { + "pair_index": 2, + "elapsed_ns": 637131, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5136384, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1007432, + "runtime_create_ns": 23473, + "jit_attach_ns": 41, + "context_create_ns": 99672, + "definition_eval_ns": 23376, + "first_eval_ns": 68571, + "threshold_crossing_ns": 64095, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 637131 + } + }, + { + "pair_index": 3, + "elapsed_ns": 646913, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4935680, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1012394, + "runtime_create_ns": 25591, + "jit_attach_ns": 40, + "context_create_ns": 96483, + "definition_eval_ns": 25908, + "first_eval_ns": 66404, + "threshold_crossing_ns": 64863, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 646913 + } + }, + { + "pair_index": 4, + "elapsed_ns": 635283, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5062656, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 980401, + "runtime_create_ns": 24736, + "jit_attach_ns": 40, + "context_create_ns": 97572, + "definition_eval_ns": 20129, + "first_eval_ns": 65017, + "threshold_crossing_ns": 63072, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 635283 + } + }, + { + "pair_index": 5, + "elapsed_ns": 583975, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5128192, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 924104, + "runtime_create_ns": 22533, + "jit_attach_ns": 40, + "context_create_ns": 99593, + "definition_eval_ns": 18865, + "first_eval_ns": 60221, + "threshold_crossing_ns": 63057, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 583975 + } + }, + { + "pair_index": 6, + "elapsed_ns": 631353, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4968448, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 980832, + "runtime_create_ns": 24583, + "jit_attach_ns": 41, + "context_create_ns": 98842, + "definition_eval_ns": 19464, + "first_eval_ns": 64584, + "threshold_crossing_ns": 63043, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 631353 + } + }, + { + "pair_index": 7, + "elapsed_ns": 625751, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4960256, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 965120, + "runtime_create_ns": 23421, + "jit_attach_ns": 45, + "context_create_ns": 99161, + "definition_eval_ns": 18819, + "first_eval_ns": 60437, + "threshold_crossing_ns": 58873, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 625751 + } + }, + { + "pair_index": 8, + "elapsed_ns": 606938, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4927488, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 957752, + "runtime_create_ns": 25368, + "jit_attach_ns": 42, + "context_create_ns": 94628, + "definition_eval_ns": 19982, + "first_eval_ns": 66397, + "threshold_crossing_ns": 64670, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 606938 + } + }, + { + "pair_index": 9, + "elapsed_ns": 649714, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5165056, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1016227, + "runtime_create_ns": 22652, + "jit_attach_ns": 40, + "context_create_ns": 103220, + "definition_eval_ns": 21784, + "first_eval_ns": 65502, + "threshold_crossing_ns": 67974, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 649714 + } + }, + { + "pair_index": 10, + "elapsed_ns": 626370, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5054464, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 982887, + "runtime_create_ns": 23431, + "jit_attach_ns": 57, + "context_create_ns": 98073, + "definition_eval_ns": 18517, + "first_eval_ns": 66203, + "threshold_crossing_ns": 64612, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 626370 + } + }, + { + "pair_index": 11, + "elapsed_ns": 610601, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5234688, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 956362, + "runtime_create_ns": 24533, + "jit_attach_ns": 42, + "context_create_ns": 95426, + "definition_eval_ns": 19785, + "first_eval_ns": 64264, + "threshold_crossing_ns": 62141, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 610601 + } + }, + { + "pair_index": 12, + "elapsed_ns": 610015, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5042176, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 974580, + "runtime_create_ns": 21396, + "jit_attach_ns": 41, + "context_create_ns": 99058, + "definition_eval_ns": 20771, + "first_eval_ns": 85464, + "threshold_crossing_ns": 60852, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 610015 + } + }, + { + "pair_index": 13, + "elapsed_ns": 615652, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4997120, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 979691, + "runtime_create_ns": 23653, + "jit_attach_ns": 44, + "context_create_ns": 96840, + "definition_eval_ns": 21121, + "first_eval_ns": 66371, + "threshold_crossing_ns": 64225, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 615652 + } + }, + { + "pair_index": 14, + "elapsed_ns": 655646, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5222400, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1010866, + "runtime_create_ns": 22884, + "jit_attach_ns": 41, + "context_create_ns": 98660, + "definition_eval_ns": 20861, + "first_eval_ns": 66466, + "threshold_crossing_ns": 64954, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 655646 + } + }, + { + "pair_index": 15, + "elapsed_ns": 624180, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4960256, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 972470, + "runtime_create_ns": 23938, + "jit_attach_ns": 40, + "context_create_ns": 97390, + "definition_eval_ns": 20791, + "first_eval_ns": 66787, + "threshold_crossing_ns": 62231, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 624180 + } + }, + { + "pair_index": 16, + "elapsed_ns": 584443, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5124096, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 938203, + "runtime_create_ns": 22435, + "jit_attach_ns": 46, + "context_create_ns": 110564, + "definition_eval_ns": 20524, + "first_eval_ns": 65366, + "threshold_crossing_ns": 58672, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 584443 + } + }, + { + "pair_index": 17, + "elapsed_ns": 598336, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5132288, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 957282, + "runtime_create_ns": 22640, + "jit_attach_ns": 42, + "context_create_ns": 111354, + "definition_eval_ns": 21151, + "first_eval_ns": 66170, + "threshold_crossing_ns": 60010, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 598336 + } + }, + { + "pair_index": 18, + "elapsed_ns": 647353, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5156864, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1025669, + "runtime_create_ns": 22395, + "jit_attach_ns": 47, + "context_create_ns": 120537, + "definition_eval_ns": 19185, + "first_eval_ns": 66442, + "threshold_crossing_ns": 64824, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 647353 + } + }, + { + "pair_index": 19, + "elapsed_ns": 646626, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5038080, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1025366, + "runtime_create_ns": 29216, + "jit_attach_ns": 41, + "context_create_ns": 107051, + "definition_eval_ns": 31089, + "first_eval_ns": 65397, + "threshold_crossing_ns": 63615, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 646626 + } + }, + { + "pair_index": 20, + "elapsed_ns": 615648, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 958613, + "runtime_create_ns": 24648, + "jit_attach_ns": 41, + "context_create_ns": 100560, + "definition_eval_ns": 24211, + "first_eval_ns": 60159, + "threshold_crossing_ns": 58245, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 615648 + } + }, + { + "pair_index": 21, + "elapsed_ns": 648444, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4972544, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1000692, + "runtime_create_ns": 23625, + "jit_attach_ns": 45, + "context_create_ns": 100883, + "definition_eval_ns": 20251, + "first_eval_ns": 65249, + "threshold_crossing_ns": 62826, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 648444 + } + }, + { + "pair_index": 22, + "elapsed_ns": 646491, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5169152, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1006526, + "runtime_create_ns": 23363, + "jit_attach_ns": 41, + "context_create_ns": 97579, + "definition_eval_ns": 19002, + "first_eval_ns": 65711, + "threshold_crossing_ns": 62194, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 646491 + } + }, + { + "pair_index": 23, + "elapsed_ns": 636977, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5165056, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 992710, + "runtime_create_ns": 25184, + "jit_attach_ns": 44, + "context_create_ns": 96767, + "definition_eval_ns": 22512, + "first_eval_ns": 65341, + "threshold_crossing_ns": 63992, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 636977 + } + }, + { + "pair_index": 24, + "elapsed_ns": 634031, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4902912, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 991574, + "runtime_create_ns": 24246, + "jit_attach_ns": 41, + "context_create_ns": 97318, + "definition_eval_ns": 19881, + "first_eval_ns": 70898, + "threshold_crossing_ns": 65043, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 634031 + } + }, + { + "pair_index": 25, + "elapsed_ns": 607370, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5042176, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 970098, + "runtime_create_ns": 23948, + "jit_attach_ns": 40, + "context_create_ns": 97862, + "definition_eval_ns": 20723, + "first_eval_ns": 65756, + "threshold_crossing_ns": 64094, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 607370 + } + }, + { + "pair_index": 26, + "elapsed_ns": 635889, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4907008, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 986477, + "runtime_create_ns": 24110, + "jit_attach_ns": 47, + "context_create_ns": 96089, + "definition_eval_ns": 19292, + "first_eval_ns": 64307, + "threshold_crossing_ns": 63334, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 635889 + } + }, + { + "pair_index": 27, + "elapsed_ns": 624931, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5021696, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 977337, + "runtime_create_ns": 22316, + "jit_attach_ns": 41, + "context_create_ns": 101717, + "definition_eval_ns": 19294, + "first_eval_ns": 64967, + "threshold_crossing_ns": 63567, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 624931 + } + }, + { + "pair_index": 28, + "elapsed_ns": 611909, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4984832, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 952920, + "runtime_create_ns": 25527, + "jit_attach_ns": 41, + "context_create_ns": 96039, + "definition_eval_ns": 19929, + "first_eval_ns": 62650, + "threshold_crossing_ns": 61326, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 611909 + } + }, + { + "pair_index": 29, + "elapsed_ns": 638639, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4952064, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1029187, + "runtime_create_ns": 27550, + "jit_attach_ns": 41, + "context_create_ns": 114089, + "definition_eval_ns": 33171, + "first_eval_ns": 69790, + "threshold_crossing_ns": 61955, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 638639 + } + } + ], + "raw_latency_ns": [ + 586448, + 589299, + 637131, + 646913, + 635283, + 583975, + 631353, + 625751, + 606938, + 649714, + 626370, + 610601, + 610015, + 615652, + 655646, + 624180, + 584443, + 598336, + 647353, + 646626, + 615648, + 648444, + 646491, + 636977, + 634031, + 607370, + 635889, + 624931, + 611909, + 638639 + ], + "raw_throughput_ops": [ + 688, + 695, + 688, + 699, + 697, + 584, + 673, + 690, + 692, + 696 + ], + "median_ns": 626370, + "mad_ns": 16355, + "p95_ns": 649714, + "p99_ns": 655646, + "ci95_ns": [ + 615648, + 636977 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "call-heavy", + "suite": "rquickjs-jit focused", + "group": "call-heavy", + "designated_kernel": true, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 1369525, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5132288, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1965272, + "runtime_create_ns": 23581, + "jit_attach_ns": 56, + "context_create_ns": 109337, + "definition_eval_ns": 34102, + "first_eval_ns": 137277, + "threshold_crossing_ns": 139734, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1369525 + } + }, + { + "pair_index": 1, + "elapsed_ns": 1395225, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5025792, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2017595, + "runtime_create_ns": 26793, + "jit_attach_ns": 40, + "context_create_ns": 100500, + "definition_eval_ns": 47241, + "first_eval_ns": 144279, + "threshold_crossing_ns": 142369, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1395225 + } + }, + { + "pair_index": 2, + "elapsed_ns": 1410691, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5107712, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2009113, + "runtime_create_ns": 22778, + "jit_attach_ns": 40, + "context_create_ns": 104157, + "definition_eval_ns": 37679, + "first_eval_ns": 144336, + "threshold_crossing_ns": 136075, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1410691 + } + }, + { + "pair_index": 3, + "elapsed_ns": 1389505, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5111808, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1997144, + "runtime_create_ns": 23723, + "jit_attach_ns": 41, + "context_create_ns": 102325, + "definition_eval_ns": 37732, + "first_eval_ns": 148276, + "threshold_crossing_ns": 141603, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1389505 + } + }, + { + "pair_index": 4, + "elapsed_ns": 1418664, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5107712, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2022502, + "runtime_create_ns": 23462, + "jit_attach_ns": 42, + "context_create_ns": 102939, + "definition_eval_ns": 35505, + "first_eval_ns": 151688, + "threshold_crossing_ns": 137360, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1418664 + } + }, + { + "pair_index": 5, + "elapsed_ns": 1370734, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5107712, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1973435, + "runtime_create_ns": 24340, + "jit_attach_ns": 41, + "context_create_ns": 104752, + "definition_eval_ns": 38224, + "first_eval_ns": 149793, + "threshold_crossing_ns": 135499, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1370734 + } + }, + { + "pair_index": 6, + "elapsed_ns": 1383812, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5230592, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2014661, + "runtime_create_ns": 28240, + "jit_attach_ns": 40, + "context_create_ns": 104417, + "definition_eval_ns": 40055, + "first_eval_ns": 143981, + "threshold_crossing_ns": 159004, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1383812 + } + }, + { + "pair_index": 7, + "elapsed_ns": 1382632, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4960256, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1984670, + "runtime_create_ns": 25351, + "jit_attach_ns": 41, + "context_create_ns": 97577, + "definition_eval_ns": 37428, + "first_eval_ns": 143577, + "threshold_crossing_ns": 141470, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1382632 + } + }, + { + "pair_index": 8, + "elapsed_ns": 1409513, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5087232, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2018849, + "runtime_create_ns": 28422, + "jit_attach_ns": 42, + "context_create_ns": 107371, + "definition_eval_ns": 42122, + "first_eval_ns": 139526, + "threshold_crossing_ns": 137396, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1409513 + } + }, + { + "pair_index": 9, + "elapsed_ns": 1394245, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5124096, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2011591, + "runtime_create_ns": 22551, + "jit_attach_ns": 41, + "context_create_ns": 99846, + "definition_eval_ns": 35984, + "first_eval_ns": 153534, + "threshold_crossing_ns": 147191, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1394245 + } + }, + { + "pair_index": 10, + "elapsed_ns": 1391993, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5156864, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2000959, + "runtime_create_ns": 24045, + "jit_attach_ns": 98, + "context_create_ns": 102458, + "definition_eval_ns": 36469, + "first_eval_ns": 143144, + "threshold_crossing_ns": 146414, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1391993 + } + }, + { + "pair_index": 11, + "elapsed_ns": 1376524, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4972544, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1989679, + "runtime_create_ns": 25117, + "jit_attach_ns": 41, + "context_create_ns": 100302, + "definition_eval_ns": 39369, + "first_eval_ns": 143801, + "threshold_crossing_ns": 152556, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1376524 + } + }, + { + "pair_index": 12, + "elapsed_ns": 1409516, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5238784, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2007941, + "runtime_create_ns": 24617, + "jit_attach_ns": 40, + "context_create_ns": 102977, + "definition_eval_ns": 37534, + "first_eval_ns": 139604, + "threshold_crossing_ns": 141149, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1409516 + } + }, + { + "pair_index": 13, + "elapsed_ns": 1381193, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5140480, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1983119, + "runtime_create_ns": 25107, + "jit_attach_ns": 43, + "context_create_ns": 104529, + "definition_eval_ns": 43181, + "first_eval_ns": 139135, + "threshold_crossing_ns": 136489, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1381193 + } + }, + { + "pair_index": 14, + "elapsed_ns": 1443360, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5103616, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2057353, + "runtime_create_ns": 23061, + "jit_attach_ns": 41, + "context_create_ns": 97758, + "definition_eval_ns": 36814, + "first_eval_ns": 152045, + "threshold_crossing_ns": 146457, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1443360 + } + }, + { + "pair_index": 15, + "elapsed_ns": 1390028, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5074944, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1983364, + "runtime_create_ns": 25993, + "jit_attach_ns": 41, + "context_create_ns": 101885, + "definition_eval_ns": 38874, + "first_eval_ns": 139026, + "threshold_crossing_ns": 135938, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1390028 + } + }, + { + "pair_index": 16, + "elapsed_ns": 1412097, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4976640, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2009993, + "runtime_create_ns": 24045, + "jit_attach_ns": 41, + "context_create_ns": 98981, + "definition_eval_ns": 41991, + "first_eval_ns": 143286, + "threshold_crossing_ns": 136404, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1412097 + } + }, + { + "pair_index": 17, + "elapsed_ns": 1436208, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5173248, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2057194, + "runtime_create_ns": 23570, + "jit_attach_ns": 40, + "context_create_ns": 104188, + "definition_eval_ns": 45932, + "first_eval_ns": 144768, + "threshold_crossing_ns": 142281, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1436208 + } + }, + { + "pair_index": 18, + "elapsed_ns": 1443795, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4943872, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2036754, + "runtime_create_ns": 25887, + "jit_attach_ns": 41, + "context_create_ns": 101504, + "definition_eval_ns": 38869, + "first_eval_ns": 138910, + "threshold_crossing_ns": 136910, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1443795 + } + }, + { + "pair_index": 19, + "elapsed_ns": 1398810, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5173248, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2019632, + "runtime_create_ns": 23421, + "jit_attach_ns": 41, + "context_create_ns": 102515, + "definition_eval_ns": 37553, + "first_eval_ns": 144416, + "threshold_crossing_ns": 155376, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1398810 + } + }, + { + "pair_index": 20, + "elapsed_ns": 1380144, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5091328, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1972919, + "runtime_create_ns": 26223, + "jit_attach_ns": 41, + "context_create_ns": 101688, + "definition_eval_ns": 38720, + "first_eval_ns": 138257, + "threshold_crossing_ns": 136256, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1380144 + } + }, + { + "pair_index": 21, + "elapsed_ns": 1421567, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5148672, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2034777, + "runtime_create_ns": 25160, + "jit_attach_ns": 41, + "context_create_ns": 110437, + "definition_eval_ns": 45187, + "first_eval_ns": 138966, + "threshold_crossing_ns": 135661, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1421567 + } + }, + { + "pair_index": 22, + "elapsed_ns": 1396931, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5009408, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002213, + "runtime_create_ns": 26840, + "jit_attach_ns": 41, + "context_create_ns": 99220, + "definition_eval_ns": 39055, + "first_eval_ns": 142068, + "threshold_crossing_ns": 145002, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1396931 + } + }, + { + "pair_index": 23, + "elapsed_ns": 1379470, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5042176, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1972448, + "runtime_create_ns": 23736, + "jit_attach_ns": 40, + "context_create_ns": 101106, + "definition_eval_ns": 38000, + "first_eval_ns": 139586, + "threshold_crossing_ns": 139081, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1379470 + } + }, + { + "pair_index": 24, + "elapsed_ns": 1386188, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4988928, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002280, + "runtime_create_ns": 27206, + "jit_attach_ns": 40, + "context_create_ns": 104751, + "definition_eval_ns": 43065, + "first_eval_ns": 143817, + "threshold_crossing_ns": 140217, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1386188 + } + }, + { + "pair_index": 25, + "elapsed_ns": 1422378, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5234688, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2021383, + "runtime_create_ns": 27270, + "jit_attach_ns": 41, + "context_create_ns": 103642, + "definition_eval_ns": 39777, + "first_eval_ns": 138220, + "threshold_crossing_ns": 136291, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1422378 + } + }, + { + "pair_index": 26, + "elapsed_ns": 1362933, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5160960, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1970901, + "runtime_create_ns": 23747, + "jit_attach_ns": 42, + "context_create_ns": 113218, + "definition_eval_ns": 38105, + "first_eval_ns": 140036, + "threshold_crossing_ns": 140003, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1362933 + } + }, + { + "pair_index": 27, + "elapsed_ns": 1401063, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4980736, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1995242, + "runtime_create_ns": 24988, + "jit_attach_ns": 43, + "context_create_ns": 98577, + "definition_eval_ns": 38850, + "first_eval_ns": 143149, + "threshold_crossing_ns": 136866, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1401063 + } + }, + { + "pair_index": 28, + "elapsed_ns": 1413492, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5160960, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2012163, + "runtime_create_ns": 24839, + "jit_attach_ns": 42, + "context_create_ns": 106155, + "definition_eval_ns": 38672, + "first_eval_ns": 138587, + "threshold_crossing_ns": 139707, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1413492 + } + }, + { + "pair_index": 29, + "elapsed_ns": 1407089, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5165056, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2007545, + "runtime_create_ns": 23154, + "jit_attach_ns": 41, + "context_create_ns": 99894, + "definition_eval_ns": 36477, + "first_eval_ns": 141035, + "threshold_crossing_ns": 139174, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1407089 + } + } + ], + "raw_latency_ns": [ + 1369525, + 1395225, + 1410691, + 1389505, + 1418664, + 1370734, + 1383812, + 1382632, + 1409513, + 1394245, + 1391993, + 1376524, + 1409516, + 1381193, + 1443360, + 1390028, + 1412097, + 1436208, + 1443795, + 1398810, + 1380144, + 1421567, + 1396931, + 1379470, + 1386188, + 1422378, + 1362933, + 1401063, + 1413492, + 1407089 + ], + "raw_throughput_ops": [ + 405, + 397, + 392, + 401, + 406, + 404, + 402, + 395, + 396, + 406 + ], + "median_ns": 1396931, + "mad_ns": 15166, + "p95_ns": 1443360, + "p99_ns": 1443795, + "ci95_ns": [ + 1389505, + 1409516 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "generic-call-entry", + "suite": "rquickjs-jit focused", + "group": "call-heavy", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 1080668, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5230592, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1604097, + "runtime_create_ns": 31207, + "jit_attach_ns": 41, + "context_create_ns": 118442, + "definition_eval_ns": 39923, + "first_eval_ns": 106892, + "threshold_crossing_ns": 104671, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1080668 + } + }, + { + "pair_index": 1, + "elapsed_ns": 1074570, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5165056, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1594548, + "runtime_create_ns": 24971, + "jit_attach_ns": 41, + "context_create_ns": 107367, + "definition_eval_ns": 40619, + "first_eval_ns": 108163, + "threshold_crossing_ns": 104913, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1074570 + } + }, + { + "pair_index": 2, + "elapsed_ns": 1084709, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4907008, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1618850, + "runtime_create_ns": 45573, + "jit_attach_ns": 95, + "context_create_ns": 109928, + "definition_eval_ns": 40550, + "first_eval_ns": 107630, + "threshold_crossing_ns": 106002, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1084709 + } + }, + { + "pair_index": 3, + "elapsed_ns": 1080115, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5214208, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1614220, + "runtime_create_ns": 28552, + "jit_attach_ns": 41, + "context_create_ns": 121608, + "definition_eval_ns": 42072, + "first_eval_ns": 113659, + "threshold_crossing_ns": 105916, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1080115 + } + }, + { + "pair_index": 4, + "elapsed_ns": 1049442, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5115904, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1552627, + "runtime_create_ns": 26856, + "jit_attach_ns": 42, + "context_create_ns": 106282, + "definition_eval_ns": 38794, + "first_eval_ns": 106264, + "threshold_crossing_ns": 104168, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1049442 + } + }, + { + "pair_index": 5, + "elapsed_ns": 1082956, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5038080, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1616288, + "runtime_create_ns": 27874, + "jit_attach_ns": 41, + "context_create_ns": 108144, + "definition_eval_ns": 53724, + "first_eval_ns": 110407, + "threshold_crossing_ns": 108380, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1082956 + } + }, + { + "pair_index": 6, + "elapsed_ns": 1092875, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5033984, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1617727, + "runtime_create_ns": 28092, + "jit_attach_ns": 42, + "context_create_ns": 109315, + "definition_eval_ns": 41324, + "first_eval_ns": 110857, + "threshold_crossing_ns": 109155, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1092875 + } + }, + { + "pair_index": 7, + "elapsed_ns": 1074186, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4972544, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1586768, + "runtime_create_ns": 27621, + "jit_attach_ns": 42, + "context_create_ns": 104388, + "definition_eval_ns": 44108, + "first_eval_ns": 110149, + "threshold_crossing_ns": 104649, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1074186 + } + }, + { + "pair_index": 8, + "elapsed_ns": 1066830, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5144576, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1579687, + "runtime_create_ns": 25542, + "jit_attach_ns": 43, + "context_create_ns": 107407, + "definition_eval_ns": 38399, + "first_eval_ns": 108106, + "threshold_crossing_ns": 113266, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1066830 + } + }, + { + "pair_index": 9, + "elapsed_ns": 1079320, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5169152, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1612959, + "runtime_create_ns": 26195, + "jit_attach_ns": 42, + "context_create_ns": 111387, + "definition_eval_ns": 48620, + "first_eval_ns": 112971, + "threshold_crossing_ns": 109581, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1079320 + } + }, + { + "pair_index": 10, + "elapsed_ns": 1076991, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5218304, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1605407, + "runtime_create_ns": 29151, + "jit_attach_ns": 43, + "context_create_ns": 108502, + "definition_eval_ns": 39926, + "first_eval_ns": 118257, + "threshold_crossing_ns": 107015, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1076991 + } + }, + { + "pair_index": 11, + "elapsed_ns": 1069892, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5165056, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1592130, + "runtime_create_ns": 29161, + "jit_attach_ns": 41, + "context_create_ns": 119373, + "definition_eval_ns": 38564, + "first_eval_ns": 108426, + "threshold_crossing_ns": 104971, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1069892 + } + }, + { + "pair_index": 12, + "elapsed_ns": 1069198, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5189632, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1587596, + "runtime_create_ns": 29659, + "jit_attach_ns": 42, + "context_create_ns": 105307, + "definition_eval_ns": 43289, + "first_eval_ns": 107254, + "threshold_crossing_ns": 105308, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1069198 + } + }, + { + "pair_index": 13, + "elapsed_ns": 1079362, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5181440, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1632869, + "runtime_create_ns": 25727, + "jit_attach_ns": 41, + "context_create_ns": 131079, + "definition_eval_ns": 51117, + "first_eval_ns": 110394, + "threshold_crossing_ns": 108570, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1079362 + } + }, + { + "pair_index": 14, + "elapsed_ns": 1065494, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5169152, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1595132, + "runtime_create_ns": 26695, + "jit_attach_ns": 41, + "context_create_ns": 111207, + "definition_eval_ns": 41314, + "first_eval_ns": 108392, + "threshold_crossing_ns": 113985, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1065494 + } + }, + { + "pair_index": 15, + "elapsed_ns": 1090520, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5124096, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1624943, + "runtime_create_ns": 26480, + "jit_attach_ns": 41, + "context_create_ns": 122771, + "definition_eval_ns": 41284, + "first_eval_ns": 110685, + "threshold_crossing_ns": 108772, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1090520 + } + }, + { + "pair_index": 16, + "elapsed_ns": 1076487, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4907008, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1587924, + "runtime_create_ns": 27919, + "jit_attach_ns": 41, + "context_create_ns": 103975, + "definition_eval_ns": 37460, + "first_eval_ns": 110144, + "threshold_crossing_ns": 108124, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1076487 + } + }, + { + "pair_index": 17, + "elapsed_ns": 1070787, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5246976, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1590545, + "runtime_create_ns": 29545, + "jit_attach_ns": 42, + "context_create_ns": 112830, + "definition_eval_ns": 39819, + "first_eval_ns": 107648, + "threshold_crossing_ns": 106030, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1070787 + } + }, + { + "pair_index": 18, + "elapsed_ns": 1094089, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5050368, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1624016, + "runtime_create_ns": 28197, + "jit_attach_ns": 41, + "context_create_ns": 111775, + "definition_eval_ns": 43319, + "first_eval_ns": 111207, + "threshold_crossing_ns": 109370, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1094089 + } + }, + { + "pair_index": 19, + "elapsed_ns": 1089631, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5038080, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1623247, + "runtime_create_ns": 30332, + "jit_attach_ns": 41, + "context_create_ns": 103700, + "definition_eval_ns": 41426, + "first_eval_ns": 108878, + "threshold_crossing_ns": 108172, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1089631 + } + }, + { + "pair_index": 20, + "elapsed_ns": 1087047, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5111808, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1608953, + "runtime_create_ns": 23878, + "jit_attach_ns": 41, + "context_create_ns": 107291, + "definition_eval_ns": 39526, + "first_eval_ns": 112940, + "threshold_crossing_ns": 109748, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1087047 + } + }, + { + "pair_index": 21, + "elapsed_ns": 1093393, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5079040, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1633876, + "runtime_create_ns": 28381, + "jit_attach_ns": 44, + "context_create_ns": 125924, + "definition_eval_ns": 43198, + "first_eval_ns": 110035, + "threshold_crossing_ns": 108017, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1093393 + } + }, + { + "pair_index": 22, + "elapsed_ns": 1074590, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4907008, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1598171, + "runtime_create_ns": 27060, + "jit_attach_ns": 41, + "context_create_ns": 106499, + "definition_eval_ns": 40000, + "first_eval_ns": 125095, + "threshold_crossing_ns": 104722, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1074590 + } + }, + { + "pair_index": 23, + "elapsed_ns": 1090181, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5160960, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1608134, + "runtime_create_ns": 27066, + "jit_attach_ns": 41, + "context_create_ns": 115261, + "definition_eval_ns": 42244, + "first_eval_ns": 106760, + "threshold_crossing_ns": 104759, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1090181 + } + }, + { + "pair_index": 24, + "elapsed_ns": 1084569, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5152768, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1591996, + "runtime_create_ns": 26977, + "jit_attach_ns": 42, + "context_create_ns": 106620, + "definition_eval_ns": 38538, + "first_eval_ns": 106815, + "threshold_crossing_ns": 105280, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1084569 + } + }, + { + "pair_index": 25, + "elapsed_ns": 1065942, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5255168, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1585633, + "runtime_create_ns": 25929, + "jit_attach_ns": 42, + "context_create_ns": 108731, + "definition_eval_ns": 47687, + "first_eval_ns": 110560, + "threshold_crossing_ns": 104311, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1065942 + } + }, + { + "pair_index": 26, + "elapsed_ns": 1079480, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5246976, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1622720, + "runtime_create_ns": 27781, + "jit_attach_ns": 42, + "context_create_ns": 106469, + "definition_eval_ns": 59601, + "first_eval_ns": 112392, + "threshold_crossing_ns": 109029, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1079480 + } + }, + { + "pair_index": 27, + "elapsed_ns": 1092860, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5079040, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1633067, + "runtime_create_ns": 24623, + "jit_attach_ns": 42, + "context_create_ns": 114442, + "definition_eval_ns": 49735, + "first_eval_ns": 110835, + "threshold_crossing_ns": 108886, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1092860 + } + }, + { + "pair_index": 28, + "elapsed_ns": 1064925, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5042176, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1577095, + "runtime_create_ns": 24509, + "jit_attach_ns": 41, + "context_create_ns": 101606, + "definition_eval_ns": 36446, + "first_eval_ns": 111107, + "threshold_crossing_ns": 114546, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1064925 + } + }, + { + "pair_index": 29, + "elapsed_ns": 1088525, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4956160, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1612975, + "runtime_create_ns": 26657, + "jit_attach_ns": 41, + "context_create_ns": 112274, + "definition_eval_ns": 42324, + "first_eval_ns": 110151, + "threshold_crossing_ns": 108301, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1088525 + } + } + ], + "raw_latency_ns": [ + 1080668, + 1074570, + 1084709, + 1080115, + 1049442, + 1082956, + 1092875, + 1074186, + 1066830, + 1079320, + 1076991, + 1069892, + 1069198, + 1079362, + 1065494, + 1090520, + 1076487, + 1070787, + 1094089, + 1089631, + 1087047, + 1093393, + 1074590, + 1090181, + 1084569, + 1065942, + 1079480, + 1092860, + 1064925, + 1088525 + ], + "raw_throughput_ops": [ + 492, + 482, + 482, + 490, + 488, + 481, + 482, + 489, + 490, + 483 + ], + "median_ns": 1079480, + "mad_ns": 9045, + "p95_ns": 1093393, + "p99_ns": 1094089, + "ci95_ns": [ + 1074590, + 1084709 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "property-heavy", + "suite": "rquickjs-jit focused", + "group": "property-heavy", + "designated_kernel": true, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 1416142, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5152768, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2040514, + "runtime_create_ns": 26550, + "jit_attach_ns": 42, + "context_create_ns": 110138, + "definition_eval_ns": 41700, + "first_eval_ns": 138280, + "threshold_crossing_ns": 146352, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1416142 + } + }, + { + "pair_index": 1, + "elapsed_ns": 1392475, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5132288, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2027031, + "runtime_create_ns": 26187, + "jit_attach_ns": 40, + "context_create_ns": 112496, + "definition_eval_ns": 42708, + "first_eval_ns": 146052, + "threshold_crossing_ns": 142675, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1392475 + } + }, + { + "pair_index": 2, + "elapsed_ns": 1380830, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5070848, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1990588, + "runtime_create_ns": 25235, + "jit_attach_ns": 42, + "context_create_ns": 105903, + "definition_eval_ns": 37800, + "first_eval_ns": 141202, + "threshold_crossing_ns": 138270, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1380830 + } + }, + { + "pair_index": 3, + "elapsed_ns": 1376386, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5062656, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1992714, + "runtime_create_ns": 24244, + "jit_attach_ns": 45, + "context_create_ns": 108921, + "definition_eval_ns": 40434, + "first_eval_ns": 148484, + "threshold_crossing_ns": 138977, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1376386 + } + }, + { + "pair_index": 4, + "elapsed_ns": 1403239, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5120000, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1994159, + "runtime_create_ns": 24193, + "jit_attach_ns": 42, + "context_create_ns": 106151, + "definition_eval_ns": 40226, + "first_eval_ns": 136218, + "threshold_crossing_ns": 133344, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1403239 + } + }, + { + "pair_index": 5, + "elapsed_ns": 1403226, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5230592, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2027288, + "runtime_create_ns": 28402, + "jit_attach_ns": 41, + "context_create_ns": 112133, + "definition_eval_ns": 39749, + "first_eval_ns": 142266, + "threshold_crossing_ns": 139940, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1403226 + } + }, + { + "pair_index": 6, + "elapsed_ns": 1398566, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5128192, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2006880, + "runtime_create_ns": 23912, + "jit_attach_ns": 40, + "context_create_ns": 105692, + "definition_eval_ns": 42677, + "first_eval_ns": 141858, + "threshold_crossing_ns": 138598, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1398566 + } + }, + { + "pair_index": 7, + "elapsed_ns": 1417551, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5054464, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2047514, + "runtime_create_ns": 24968, + "jit_attach_ns": 39, + "context_create_ns": 112718, + "definition_eval_ns": 44116, + "first_eval_ns": 142307, + "threshold_crossing_ns": 142705, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1417551 + } + }, + { + "pair_index": 8, + "elapsed_ns": 1341297, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1949647, + "runtime_create_ns": 27312, + "jit_attach_ns": 41, + "context_create_ns": 103929, + "definition_eval_ns": 43301, + "first_eval_ns": 150527, + "threshold_crossing_ns": 132181, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1341297 + } + }, + { + "pair_index": 9, + "elapsed_ns": 1407884, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5091328, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2018867, + "runtime_create_ns": 29970, + "jit_attach_ns": 41, + "context_create_ns": 107120, + "definition_eval_ns": 43002, + "first_eval_ns": 139053, + "threshold_crossing_ns": 135465, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1407884 + } + }, + { + "pair_index": 10, + "elapsed_ns": 1404486, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4960256, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2014904, + "runtime_create_ns": 29110, + "jit_attach_ns": 42, + "context_create_ns": 101493, + "definition_eval_ns": 39641, + "first_eval_ns": 149472, + "threshold_crossing_ns": 138031, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1404486 + } + }, + { + "pair_index": 11, + "elapsed_ns": 1422856, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5058560, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2038672, + "runtime_create_ns": 30377, + "jit_attach_ns": 46, + "context_create_ns": 106320, + "definition_eval_ns": 42221, + "first_eval_ns": 142283, + "threshold_crossing_ns": 138030, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1422856 + } + }, + { + "pair_index": 12, + "elapsed_ns": 1394948, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5242880, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2005762, + "runtime_create_ns": 27984, + "jit_attach_ns": 41, + "context_create_ns": 105959, + "definition_eval_ns": 39809, + "first_eval_ns": 140698, + "threshold_crossing_ns": 135227, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1394948 + } + }, + { + "pair_index": 13, + "elapsed_ns": 2190067, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5148672, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2893916, + "runtime_create_ns": 28829, + "jit_attach_ns": 96, + "context_create_ns": 114331, + "definition_eval_ns": 45566, + "first_eval_ns": 136700, + "threshold_crossing_ns": 134322, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2190067 + } + }, + { + "pair_index": 14, + "elapsed_ns": 1352587, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5181440, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1968405, + "runtime_create_ns": 26126, + "jit_attach_ns": 37, + "context_create_ns": 107405, + "definition_eval_ns": 39742, + "first_eval_ns": 140284, + "threshold_crossing_ns": 138061, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1352587 + } + }, + { + "pair_index": 15, + "elapsed_ns": 1390742, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5124096, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2029292, + "runtime_create_ns": 28418, + "jit_attach_ns": 41, + "context_create_ns": 111529, + "definition_eval_ns": 48115, + "first_eval_ns": 154231, + "threshold_crossing_ns": 138211, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1390742 + } + }, + { + "pair_index": 16, + "elapsed_ns": 1397615, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5083136, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2009648, + "runtime_create_ns": 24984, + "jit_attach_ns": 41, + "context_create_ns": 107445, + "definition_eval_ns": 41241, + "first_eval_ns": 144460, + "threshold_crossing_ns": 133136, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1397615 + } + }, + { + "pair_index": 17, + "elapsed_ns": 1845964, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4952064, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2470424, + "runtime_create_ns": 28247, + "jit_attach_ns": 41, + "context_create_ns": 107079, + "definition_eval_ns": 41133, + "first_eval_ns": 147158, + "threshold_crossing_ns": 141529, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1845964 + } + }, + { + "pair_index": 18, + "elapsed_ns": 1398809, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4997120, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2032099, + "runtime_create_ns": 27334, + "jit_attach_ns": 43, + "context_create_ns": 107073, + "definition_eval_ns": 42725, + "first_eval_ns": 156309, + "threshold_crossing_ns": 141796, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1398809 + } + }, + { + "pair_index": 19, + "elapsed_ns": 1424201, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5107712, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2069264, + "runtime_create_ns": 30247, + "jit_attach_ns": 41, + "context_create_ns": 117388, + "definition_eval_ns": 48375, + "first_eval_ns": 144081, + "threshold_crossing_ns": 139727, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1424201 + } + }, + { + "pair_index": 20, + "elapsed_ns": 1348855, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5017600, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1969681, + "runtime_create_ns": 27367, + "jit_attach_ns": 41, + "context_create_ns": 105184, + "definition_eval_ns": 40416, + "first_eval_ns": 154044, + "threshold_crossing_ns": 139435, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1348855 + } + }, + { + "pair_index": 21, + "elapsed_ns": 1354398, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5099520, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1999037, + "runtime_create_ns": 27353, + "jit_attach_ns": 46, + "context_create_ns": 122816, + "definition_eval_ns": 41925, + "first_eval_ns": 141037, + "threshold_crossing_ns": 148096, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1354398 + } + }, + { + "pair_index": 22, + "elapsed_ns": 1399874, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5066752, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2012289, + "runtime_create_ns": 26515, + "jit_attach_ns": 41, + "context_create_ns": 106946, + "definition_eval_ns": 38580, + "first_eval_ns": 145241, + "threshold_crossing_ns": 138375, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1399874 + } + }, + { + "pair_index": 23, + "elapsed_ns": 1414308, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5042176, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2034855, + "runtime_create_ns": 35999, + "jit_attach_ns": 43, + "context_create_ns": 105224, + "definition_eval_ns": 40878, + "first_eval_ns": 141186, + "threshold_crossing_ns": 141276, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1414308 + } + }, + { + "pair_index": 24, + "elapsed_ns": 1402615, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5050368, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2026450, + "runtime_create_ns": 27529, + "jit_attach_ns": 41, + "context_create_ns": 103920, + "definition_eval_ns": 39752, + "first_eval_ns": 148686, + "threshold_crossing_ns": 143995, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1402615 + } + }, + { + "pair_index": 25, + "elapsed_ns": 1394555, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5259264, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2025885, + "runtime_create_ns": 31566, + "jit_attach_ns": 42, + "context_create_ns": 105343, + "definition_eval_ns": 43384, + "first_eval_ns": 150487, + "threshold_crossing_ns": 138274, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1394555 + } + }, + { + "pair_index": 26, + "elapsed_ns": 1399410, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5246976, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2025075, + "runtime_create_ns": 30410, + "jit_attach_ns": 42, + "context_create_ns": 105713, + "definition_eval_ns": 40591, + "first_eval_ns": 147216, + "threshold_crossing_ns": 139255, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1399410 + } + }, + { + "pair_index": 27, + "elapsed_ns": 1405307, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5185536, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2019300, + "runtime_create_ns": 30523, + "jit_attach_ns": 43, + "context_create_ns": 105491, + "definition_eval_ns": 37956, + "first_eval_ns": 141584, + "threshold_crossing_ns": 140547, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1405307 + } + }, + { + "pair_index": 28, + "elapsed_ns": 1401140, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5017600, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2019995, + "runtime_create_ns": 27919, + "jit_attach_ns": 42, + "context_create_ns": 105379, + "definition_eval_ns": 44917, + "first_eval_ns": 141590, + "threshold_crossing_ns": 139699, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1401140 + } + }, + { + "pair_index": 29, + "elapsed_ns": 1396574, + "checksum": "number:412e942200000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4927488, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2018542, + "runtime_create_ns": 27595, + "jit_attach_ns": 42, + "context_create_ns": 106347, + "definition_eval_ns": 45698, + "first_eval_ns": 141989, + "threshold_crossing_ns": 139853, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1396574 + } + } + ], + "raw_latency_ns": [ + 1416142, + 1392475, + 1380830, + 1376386, + 1403239, + 1403226, + 1398566, + 1417551, + 1341297, + 1407884, + 1404486, + 1422856, + 1394948, + 2190067, + 1352587, + 1390742, + 1397615, + 1845964, + 1398809, + 1424201, + 1348855, + 1354398, + 1399874, + 1414308, + 1402615, + 1394555, + 1399410, + 1405307, + 1401140, + 1396574 + ], + "raw_throughput_ops": [ + 403, + 409, + 408, + 406, + 401, + 403, + 408, + 409, + 409, + 398 + ], + "median_ns": 1399874, + "mad_ns": 8010, + "p95_ns": 1845964, + "p99_ns": 2190067, + "ci95_ns": [ + 1396574, + 1404486 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "fibonacci-iterative", + "suite": "rquickjs-jit focused", + "group": "compute", + "designated_kernel": true, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 33627033, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5185536, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 44034690, + "runtime_create_ns": 24498, + "jit_attach_ns": 175, + "context_create_ns": 111110, + "definition_eval_ns": 35900, + "first_eval_ns": 3339919, + "threshold_crossing_ns": 3430931, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 33627033 + } + }, + { + "pair_index": 1, + "elapsed_ns": 33681772, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4935680, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 43971275, + "runtime_create_ns": 27930, + "jit_attach_ns": 41, + "context_create_ns": 101616, + "definition_eval_ns": 35037, + "first_eval_ns": 3430818, + "threshold_crossing_ns": 3359765, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 33681772 + } + }, + { + "pair_index": 2, + "elapsed_ns": 33274647, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5111808, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 43444141, + "runtime_create_ns": 25015, + "jit_attach_ns": 41, + "context_create_ns": 111268, + "definition_eval_ns": 34805, + "first_eval_ns": 3385989, + "threshold_crossing_ns": 3319095, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 33274647 + } + }, + { + "pair_index": 3, + "elapsed_ns": 33201624, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5136384, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 43454015, + "runtime_create_ns": 24244, + "jit_attach_ns": 40, + "context_create_ns": 108687, + "definition_eval_ns": 37950, + "first_eval_ns": 3399017, + "threshold_crossing_ns": 3361355, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 33201624 + } + }, + { + "pair_index": 4, + "elapsed_ns": 33612676, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4968448, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 43993738, + "runtime_create_ns": 27279, + "jit_attach_ns": 40, + "context_create_ns": 104494, + "definition_eval_ns": 35451, + "first_eval_ns": 3355693, + "threshold_crossing_ns": 3531844, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 33612676 + } + }, + { + "pair_index": 5, + "elapsed_ns": 33608937, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5177344, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 43874003, + "runtime_create_ns": 26780, + "jit_attach_ns": 42, + "context_create_ns": 105946, + "definition_eval_ns": 35351, + "first_eval_ns": 3343952, + "threshold_crossing_ns": 3388957, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 33608937 + } + }, + { + "pair_index": 6, + "elapsed_ns": 34209515, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5230592, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 44544217, + "runtime_create_ns": 33527, + "jit_attach_ns": 42, + "context_create_ns": 104555, + "definition_eval_ns": 34380, + "first_eval_ns": 3359343, + "threshold_crossing_ns": 3456420, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 34209515 + } + }, + { + "pair_index": 7, + "elapsed_ns": 33730693, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5042176, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 43996784, + "runtime_create_ns": 24634, + "jit_attach_ns": 42, + "context_create_ns": 106193, + "definition_eval_ns": 45624, + "first_eval_ns": 3292589, + "threshold_crossing_ns": 3430194, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 33730693 + } + }, + { + "pair_index": 8, + "elapsed_ns": 34059590, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5074944, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 44252953, + "runtime_create_ns": 25211, + "jit_attach_ns": 161, + "context_create_ns": 106648, + "definition_eval_ns": 36787, + "first_eval_ns": 3324545, + "threshold_crossing_ns": 3320304, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 34059590 + } + }, + { + "pair_index": 9, + "elapsed_ns": 34411283, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5046272, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 45880247, + "runtime_create_ns": 26340, + "jit_attach_ns": 41, + "context_create_ns": 106402, + "definition_eval_ns": 33891, + "first_eval_ns": 3364704, + "threshold_crossing_ns": 3350401, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 34411283 + } + }, + { + "pair_index": 10, + "elapsed_ns": 33934306, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 44407622, + "runtime_create_ns": 28089, + "jit_attach_ns": 117, + "context_create_ns": 107537, + "definition_eval_ns": 36554, + "first_eval_ns": 3381262, + "threshold_crossing_ns": 3514558, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 33934306 + } + }, + { + "pair_index": 11, + "elapsed_ns": 34715722, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4980736, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 45981101, + "runtime_create_ns": 24978, + "jit_attach_ns": 42, + "context_create_ns": 103418, + "definition_eval_ns": 38306, + "first_eval_ns": 3759586, + "threshold_crossing_ns": 4072604, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 34715722 + } + }, + { + "pair_index": 12, + "elapsed_ns": 33465594, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4968448, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 43695092, + "runtime_create_ns": 26727, + "jit_attach_ns": 90, + "context_create_ns": 111640, + "definition_eval_ns": 36117, + "first_eval_ns": 3341689, + "threshold_crossing_ns": 3397210, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 33465594 + } + }, + { + "pair_index": 13, + "elapsed_ns": 33527061, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5050368, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 43809080, + "runtime_create_ns": 24403, + "jit_attach_ns": 43, + "context_create_ns": 107689, + "definition_eval_ns": 35726, + "first_eval_ns": 3325009, + "threshold_crossing_ns": 3376175, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 33527061 + } + }, + { + "pair_index": 14, + "elapsed_ns": 33589069, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5148672, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 43939506, + "runtime_create_ns": 27525, + "jit_attach_ns": 42, + "context_create_ns": 115125, + "definition_eval_ns": 37431, + "first_eval_ns": 3327138, + "threshold_crossing_ns": 3396838, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 33589069 + } + }, + { + "pair_index": 15, + "elapsed_ns": 33710404, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5107712, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 43971029, + "runtime_create_ns": 26095, + "jit_attach_ns": 41, + "context_create_ns": 110552, + "definition_eval_ns": 36660, + "first_eval_ns": 3375446, + "threshold_crossing_ns": 3307040, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 33710404 + } + }, + { + "pair_index": 16, + "elapsed_ns": 33329885, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5074944, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 43501977, + "runtime_create_ns": 23743, + "jit_attach_ns": 41, + "context_create_ns": 107663, + "definition_eval_ns": 37410, + "first_eval_ns": 3349746, + "threshold_crossing_ns": 3349355, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 33329885 + } + }, + { + "pair_index": 17, + "elapsed_ns": 33742806, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4972544, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 44132214, + "runtime_create_ns": 27427, + "jit_attach_ns": 42, + "context_create_ns": 104898, + "definition_eval_ns": 40738, + "first_eval_ns": 3409260, + "threshold_crossing_ns": 3405141, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 33742806 + } + }, + { + "pair_index": 18, + "elapsed_ns": 33860376, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5038080, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 44172146, + "runtime_create_ns": 27095, + "jit_attach_ns": 41, + "context_create_ns": 110076, + "definition_eval_ns": 36489, + "first_eval_ns": 3331437, + "threshold_crossing_ns": 3422591, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 33860376 + } + }, + { + "pair_index": 19, + "elapsed_ns": 33396369, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5107712, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 43546383, + "runtime_create_ns": 24785, + "jit_attach_ns": 41, + "context_create_ns": 116622, + "definition_eval_ns": 38108, + "first_eval_ns": 3258613, + "threshold_crossing_ns": 3301796, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 33396369 + } + }, + { + "pair_index": 20, + "elapsed_ns": 33868941, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5062656, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 44204999, + "runtime_create_ns": 26752, + "jit_attach_ns": 41, + "context_create_ns": 107079, + "definition_eval_ns": 34735, + "first_eval_ns": 3313275, + "threshold_crossing_ns": 3398041, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 33868941 + } + }, + { + "pair_index": 21, + "elapsed_ns": 33630201, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5148672, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 43741219, + "runtime_create_ns": 25687, + "jit_attach_ns": 122, + "context_create_ns": 114427, + "definition_eval_ns": 33514, + "first_eval_ns": 3244144, + "threshold_crossing_ns": 3338714, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 33630201 + } + }, + { + "pair_index": 22, + "elapsed_ns": 33627095, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4943872, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 43951412, + "runtime_create_ns": 28203, + "jit_attach_ns": 41, + "context_create_ns": 108993, + "definition_eval_ns": 36483, + "first_eval_ns": 3326044, + "threshold_crossing_ns": 3423218, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 33627095 + } + }, + { + "pair_index": 23, + "elapsed_ns": 33778617, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5206016, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 44087873, + "runtime_create_ns": 25624, + "jit_attach_ns": 41, + "context_create_ns": 105358, + "definition_eval_ns": 40206, + "first_eval_ns": 3344344, + "threshold_crossing_ns": 3372964, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 33778617 + } + }, + { + "pair_index": 24, + "elapsed_ns": 33390932, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5099520, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 43755477, + "runtime_create_ns": 22976, + "jit_attach_ns": 41, + "context_create_ns": 104510, + "definition_eval_ns": 39116, + "first_eval_ns": 3373486, + "threshold_crossing_ns": 3405414, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 33390932 + } + }, + { + "pair_index": 25, + "elapsed_ns": 33627394, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4952064, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 43852678, + "runtime_create_ns": 27208, + "jit_attach_ns": 41, + "context_create_ns": 102722, + "definition_eval_ns": 36455, + "first_eval_ns": 3322811, + "threshold_crossing_ns": 3351681, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 33627394 + } + }, + { + "pair_index": 26, + "elapsed_ns": 33559369, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4894720, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 45250870, + "runtime_create_ns": 31306, + "jit_attach_ns": 41, + "context_create_ns": 114262, + "definition_eval_ns": 36067, + "first_eval_ns": 3366918, + "threshold_crossing_ns": 4215276, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 33559369 + } + }, + { + "pair_index": 27, + "elapsed_ns": 33582455, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5066752, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 44046301, + "runtime_create_ns": 26945, + "jit_attach_ns": 120, + "context_create_ns": 106689, + "definition_eval_ns": 34938, + "first_eval_ns": 3401097, + "threshold_crossing_ns": 3448774, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 33582455 + } + }, + { + "pair_index": 28, + "elapsed_ns": 34028091, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5238784, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 45950223, + "runtime_create_ns": 29447, + "jit_attach_ns": 43, + "context_create_ns": 110849, + "definition_eval_ns": 34215, + "first_eval_ns": 3638756, + "threshold_crossing_ns": 4342723, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 34028091 + } + }, + { + "pair_index": 29, + "elapsed_ns": 33373428, + "checksum": "number:419865fb2c000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5107712, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 43632110, + "runtime_create_ns": 28971, + "jit_attach_ns": 109, + "context_create_ns": 106438, + "definition_eval_ns": 39301, + "first_eval_ns": 3296134, + "threshold_crossing_ns": 3354993, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 33373428 + } + } + ], + "raw_latency_ns": [ + 33627033, + 33681772, + 33274647, + 33201624, + 33612676, + 33608937, + 34209515, + 33730693, + 34059590, + 34411283, + 33934306, + 34715722, + 33465594, + 33527061, + 33589069, + 33710404, + 33329885, + 33742806, + 33860376, + 33396369, + 33868941, + 33630201, + 33627095, + 33778617, + 33390932, + 33627394, + 33559369, + 33582455, + 34028091, + 33373428 + ], + "raw_throughput_ops": [ + 23, + 23, + 23, + 22, + 23, + 23, + 23, + 23, + 23, + 23 + ], + "median_ns": 33627394, + "mad_ns": 161800, + "p95_ns": 34411283, + "p99_ns": 34715722, + "ci95_ns": [ + 33589069, + 33742806 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "fibonacci-recursive", + "suite": "rquickjs-jit focused", + "group": "call-heavy", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 11983954, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5267456, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 15852837, + "runtime_create_ns": 30308, + "jit_attach_ns": 292, + "context_create_ns": 129656, + "definition_eval_ns": 30423, + "first_eval_ns": 1244386, + "threshold_crossing_ns": 1197321, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11983954 + } + }, + { + "pair_index": 1, + "elapsed_ns": 12071443, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5267456, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 15903486, + "runtime_create_ns": 27968, + "jit_attach_ns": 41, + "context_create_ns": 108147, + "definition_eval_ns": 29169, + "first_eval_ns": 1219184, + "threshold_crossing_ns": 1215700, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12071443 + } + }, + { + "pair_index": 2, + "elapsed_ns": 12007710, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5013504, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 15838796, + "runtime_create_ns": 26065, + "jit_attach_ns": 43, + "context_create_ns": 108612, + "definition_eval_ns": 29105, + "first_eval_ns": 1230992, + "threshold_crossing_ns": 1204376, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12007710 + } + }, + { + "pair_index": 3, + "elapsed_ns": 12193023, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5021696, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 16015753, + "runtime_create_ns": 26968, + "jit_attach_ns": 40, + "context_create_ns": 108927, + "definition_eval_ns": 31809, + "first_eval_ns": 1216018, + "threshold_crossing_ns": 1199426, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12193023 + } + }, + { + "pair_index": 4, + "elapsed_ns": 12131215, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5013504, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 15929796, + "runtime_create_ns": 23768, + "jit_attach_ns": 47, + "context_create_ns": 104363, + "definition_eval_ns": 31384, + "first_eval_ns": 1205076, + "threshold_crossing_ns": 1201474, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12131215 + } + }, + { + "pair_index": 5, + "elapsed_ns": 12027889, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4947968, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 15884447, + "runtime_create_ns": 26780, + "jit_attach_ns": 110, + "context_create_ns": 107734, + "definition_eval_ns": 33328, + "first_eval_ns": 1244386, + "threshold_crossing_ns": 1228629, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12027889 + } + }, + { + "pair_index": 6, + "elapsed_ns": 12094056, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5144576, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 15963194, + "runtime_create_ns": 26709, + "jit_attach_ns": 43, + "context_create_ns": 105996, + "definition_eval_ns": 30980, + "first_eval_ns": 1230924, + "threshold_crossing_ns": 1233678, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12094056 + } + }, + { + "pair_index": 7, + "elapsed_ns": 12174094, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5197824, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 16044649, + "runtime_create_ns": 26158, + "jit_attach_ns": 46, + "context_create_ns": 119408, + "definition_eval_ns": 30330, + "first_eval_ns": 1236545, + "threshold_crossing_ns": 1218654, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12174094 + } + }, + { + "pair_index": 8, + "elapsed_ns": 11995858, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4935680, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 15786740, + "runtime_create_ns": 29339, + "jit_attach_ns": 45, + "context_create_ns": 101411, + "definition_eval_ns": 28629, + "first_eval_ns": 1200742, + "threshold_crossing_ns": 1216499, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11995858 + } + }, + { + "pair_index": 9, + "elapsed_ns": 12127583, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5230592, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 15999769, + "runtime_create_ns": 27352, + "jit_attach_ns": 41, + "context_create_ns": 108094, + "definition_eval_ns": 28953, + "first_eval_ns": 1237797, + "threshold_crossing_ns": 1233603, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12127583 + } + }, + { + "pair_index": 10, + "elapsed_ns": 12070048, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5267456, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 15904162, + "runtime_create_ns": 28272, + "jit_attach_ns": 41, + "context_create_ns": 106046, + "definition_eval_ns": 27737, + "first_eval_ns": 1228191, + "threshold_crossing_ns": 1221500, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12070048 + } + }, + { + "pair_index": 11, + "elapsed_ns": 11935869, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4939776, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 15655706, + "runtime_create_ns": 30212, + "jit_attach_ns": 44, + "context_create_ns": 106434, + "definition_eval_ns": 28524, + "first_eval_ns": 1196261, + "threshold_crossing_ns": 1163060, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11935869 + } + }, + { + "pair_index": 12, + "elapsed_ns": 12068547, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5169152, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 15841367, + "runtime_create_ns": 27415, + "jit_attach_ns": 42, + "context_create_ns": 109041, + "definition_eval_ns": 30572, + "first_eval_ns": 1197521, + "threshold_crossing_ns": 1181401, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12068547 + } + }, + { + "pair_index": 13, + "elapsed_ns": 12220694, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4927488, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 16009484, + "runtime_create_ns": 28064, + "jit_attach_ns": 41, + "context_create_ns": 104682, + "definition_eval_ns": 30180, + "first_eval_ns": 1198115, + "threshold_crossing_ns": 1207293, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12220694 + } + }, + { + "pair_index": 14, + "elapsed_ns": 11942831, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4976640, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 15758337, + "runtime_create_ns": 29228, + "jit_attach_ns": 44, + "context_create_ns": 104836, + "definition_eval_ns": 31838, + "first_eval_ns": 1214463, + "threshold_crossing_ns": 1205124, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11942831 + } + }, + { + "pair_index": 15, + "elapsed_ns": 13565404, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5165056, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 17445026, + "runtime_create_ns": 26080, + "jit_attach_ns": 42, + "context_create_ns": 108068, + "definition_eval_ns": 29716, + "first_eval_ns": 1237092, + "threshold_crossing_ns": 1224130, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 13565404 + } + }, + { + "pair_index": 16, + "elapsed_ns": 12142227, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5144576, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 15963024, + "runtime_create_ns": 23994, + "jit_attach_ns": 45, + "context_create_ns": 106973, + "definition_eval_ns": 33086, + "first_eval_ns": 1225671, + "threshold_crossing_ns": 1205443, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12142227 + } + }, + { + "pair_index": 17, + "elapsed_ns": 11938580, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5083136, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 15779338, + "runtime_create_ns": 36403, + "jit_attach_ns": 44, + "context_create_ns": 106857, + "definition_eval_ns": 30920, + "first_eval_ns": 1206972, + "threshold_crossing_ns": 1218895, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11938580 + } + }, + { + "pair_index": 18, + "elapsed_ns": 12120861, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5160960, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 15955940, + "runtime_create_ns": 25875, + "jit_attach_ns": 40, + "context_create_ns": 107286, + "definition_eval_ns": 30376, + "first_eval_ns": 1238926, + "threshold_crossing_ns": 1193499, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12120861 + } + }, + { + "pair_index": 19, + "elapsed_ns": 12041747, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4988928, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 15819408, + "runtime_create_ns": 26625, + "jit_attach_ns": 42, + "context_create_ns": 105576, + "definition_eval_ns": 29570, + "first_eval_ns": 1233069, + "threshold_crossing_ns": 1172882, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12041747 + } + }, + { + "pair_index": 20, + "elapsed_ns": 12050659, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5136384, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 15881990, + "runtime_create_ns": 35827, + "jit_attach_ns": 44, + "context_create_ns": 107143, + "definition_eval_ns": 30252, + "first_eval_ns": 1234190, + "threshold_crossing_ns": 1216637, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12050659 + } + }, + { + "pair_index": 21, + "elapsed_ns": 12129221, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5144576, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 16006485, + "runtime_create_ns": 31175, + "jit_attach_ns": 41, + "context_create_ns": 111613, + "definition_eval_ns": 29198, + "first_eval_ns": 1246487, + "threshold_crossing_ns": 1230047, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12129221 + } + }, + { + "pair_index": 22, + "elapsed_ns": 11907532, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5144576, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 15705326, + "runtime_create_ns": 31630, + "jit_attach_ns": 42, + "context_create_ns": 110283, + "definition_eval_ns": 29196, + "first_eval_ns": 1191911, + "threshold_crossing_ns": 1206011, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11907532 + } + }, + { + "pair_index": 23, + "elapsed_ns": 12070300, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5001216, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 15878955, + "runtime_create_ns": 27937, + "jit_attach_ns": 41, + "context_create_ns": 105618, + "definition_eval_ns": 30674, + "first_eval_ns": 1230867, + "threshold_crossing_ns": 1188461, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12070300 + } + }, + { + "pair_index": 24, + "elapsed_ns": 11918095, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5017600, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 15700415, + "runtime_create_ns": 28265, + "jit_attach_ns": 42, + "context_create_ns": 102801, + "definition_eval_ns": 29569, + "first_eval_ns": 1218922, + "threshold_crossing_ns": 1178768, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11918095 + } + }, + { + "pair_index": 25, + "elapsed_ns": 12086739, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5074944, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 15881889, + "runtime_create_ns": 26799, + "jit_attach_ns": 43, + "context_create_ns": 107728, + "definition_eval_ns": 30418, + "first_eval_ns": 1236427, + "threshold_crossing_ns": 1179770, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12086739 + } + }, + { + "pair_index": 26, + "elapsed_ns": 12110742, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5005312, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 15932733, + "runtime_create_ns": 28970, + "jit_attach_ns": 42, + "context_create_ns": 107866, + "definition_eval_ns": 30099, + "first_eval_ns": 1241283, + "threshold_crossing_ns": 1213023, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12110742 + } + }, + { + "pair_index": 27, + "elapsed_ns": 12103415, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5042176, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 15906351, + "runtime_create_ns": 29926, + "jit_attach_ns": 41, + "context_create_ns": 103964, + "definition_eval_ns": 33011, + "first_eval_ns": 1233196, + "threshold_crossing_ns": 1189585, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12103415 + } + }, + { + "pair_index": 28, + "elapsed_ns": 12008034, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5189632, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 15838621, + "runtime_create_ns": 25442, + "jit_attach_ns": 41, + "context_create_ns": 105397, + "definition_eval_ns": 28915, + "first_eval_ns": 1247978, + "threshold_crossing_ns": 1204417, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12008034 + } + }, + { + "pair_index": 29, + "elapsed_ns": 22343357, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5009408, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 30035395, + "runtime_create_ns": 45112, + "jit_attach_ns": 158, + "context_create_ns": 183178, + "definition_eval_ns": 43117, + "first_eval_ns": 2057918, + "threshold_crossing_ns": 3530908, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 22343357 + } + } + ], + "raw_latency_ns": [ + 11983954, + 12071443, + 12007710, + 12193023, + 12131215, + 12027889, + 12094056, + 12174094, + 11995858, + 12127583, + 12070048, + 11935869, + 12068547, + 12220694, + 11942831, + 13565404, + 12142227, + 11938580, + 12120861, + 12041747, + 12050659, + 12129221, + 11907532, + 12070300, + 11918095, + 12086739, + 12110742, + 12103415, + 12008034, + 22343357 + ], + "raw_throughput_ops": [ + 52, + 60, + 60, + 61, + 61, + 59, + 57, + 58, + 59, + 60 + ], + "median_ns": 12071443, + "mad_ns": 63409, + "p95_ns": 13565404, + "p99_ns": 22343357, + "ci95_ns": [ + 12041747, + 12120861 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "collections", + "suite": "rquickjs-jit", + "group": "compute", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 1775897, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5066752, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2519296, + "runtime_create_ns": 30389, + "jit_attach_ns": 41, + "context_create_ns": 115175, + "definition_eval_ns": 36798, + "first_eval_ns": 191999, + "threshold_crossing_ns": 176617, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1775897 + } + }, + { + "pair_index": 1, + "elapsed_ns": 1778742, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5058560, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2532726, + "runtime_create_ns": 29352, + "jit_attach_ns": 40, + "context_create_ns": 111320, + "definition_eval_ns": 37498, + "first_eval_ns": 190505, + "threshold_crossing_ns": 184237, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1778742 + } + }, + { + "pair_index": 2, + "elapsed_ns": 1813331, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5140480, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2560896, + "runtime_create_ns": 26489, + "jit_attach_ns": 41, + "context_create_ns": 104838, + "definition_eval_ns": 39043, + "first_eval_ns": 192701, + "threshold_crossing_ns": 178552, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1813331 + } + }, + { + "pair_index": 3, + "elapsed_ns": 1795892, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5033984, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2562833, + "runtime_create_ns": 29623, + "jit_attach_ns": 40, + "context_create_ns": 109856, + "definition_eval_ns": 38075, + "first_eval_ns": 208124, + "threshold_crossing_ns": 185875, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1795892 + } + }, + { + "pair_index": 4, + "elapsed_ns": 1784471, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5070848, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2528424, + "runtime_create_ns": 26378, + "jit_attach_ns": 43, + "context_create_ns": 105515, + "definition_eval_ns": 39482, + "first_eval_ns": 198824, + "threshold_crossing_ns": 178267, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1784471 + } + }, + { + "pair_index": 5, + "elapsed_ns": 1805556, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5070848, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2550809, + "runtime_create_ns": 26078, + "jit_attach_ns": 41, + "context_create_ns": 108761, + "definition_eval_ns": 37358, + "first_eval_ns": 195062, + "threshold_crossing_ns": 181213, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1805556 + } + }, + { + "pair_index": 6, + "elapsed_ns": 1782893, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5079040, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2535191, + "runtime_create_ns": 27713, + "jit_attach_ns": 41, + "context_create_ns": 115535, + "definition_eval_ns": 40285, + "first_eval_ns": 194734, + "threshold_crossing_ns": 178547, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1782893 + } + }, + { + "pair_index": 7, + "elapsed_ns": 1777530, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5140480, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2522898, + "runtime_create_ns": 33951, + "jit_attach_ns": 41, + "context_create_ns": 105713, + "definition_eval_ns": 36522, + "first_eval_ns": 192346, + "threshold_crossing_ns": 179692, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1777530 + } + }, + { + "pair_index": 8, + "elapsed_ns": 1818648, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5214208, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2571942, + "runtime_create_ns": 26131, + "jit_attach_ns": 40, + "context_create_ns": 105045, + "definition_eval_ns": 44583, + "first_eval_ns": 195720, + "threshold_crossing_ns": 183760, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1818648 + } + }, + { + "pair_index": 9, + "elapsed_ns": 1798369, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5083136, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2553170, + "runtime_create_ns": 29725, + "jit_attach_ns": 41, + "context_create_ns": 106872, + "definition_eval_ns": 37396, + "first_eval_ns": 191479, + "threshold_crossing_ns": 192071, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1798369 + } + }, + { + "pair_index": 10, + "elapsed_ns": 1806893, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5083136, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2563755, + "runtime_create_ns": 27987, + "jit_attach_ns": 41, + "context_create_ns": 103132, + "definition_eval_ns": 39981, + "first_eval_ns": 195386, + "threshold_crossing_ns": 190433, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1806893 + } + }, + { + "pair_index": 11, + "elapsed_ns": 1788741, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5074944, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2541127, + "runtime_create_ns": 23613, + "jit_attach_ns": 41, + "context_create_ns": 109616, + "definition_eval_ns": 39187, + "first_eval_ns": 205561, + "threshold_crossing_ns": 178847, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1788741 + } + }, + { + "pair_index": 12, + "elapsed_ns": 1788111, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5001216, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2497200, + "runtime_create_ns": 25017, + "jit_attach_ns": 43, + "context_create_ns": 95945, + "definition_eval_ns": 27332, + "first_eval_ns": 193067, + "threshold_crossing_ns": 175760, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1788111 + } + }, + { + "pair_index": 13, + "elapsed_ns": 1778390, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5246976, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2547196, + "runtime_create_ns": 28558, + "jit_attach_ns": 40, + "context_create_ns": 109176, + "definition_eval_ns": 37859, + "first_eval_ns": 203230, + "threshold_crossing_ns": 179172, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1778390 + } + }, + { + "pair_index": 14, + "elapsed_ns": 1789369, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5091328, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2546920, + "runtime_create_ns": 30160, + "jit_attach_ns": 124, + "context_create_ns": 109357, + "definition_eval_ns": 38087, + "first_eval_ns": 192818, + "threshold_crossing_ns": 178638, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1789369 + } + }, + { + "pair_index": 15, + "elapsed_ns": 1785909, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5337088, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2914967, + "runtime_create_ns": 33996, + "jit_attach_ns": 107, + "context_create_ns": 158245, + "definition_eval_ns": 54630, + "first_eval_ns": 309906, + "threshold_crossing_ns": 272583, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1785909 + } + }, + { + "pair_index": 16, + "elapsed_ns": 1794464, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5263360, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2529148, + "runtime_create_ns": 24044, + "jit_attach_ns": 41, + "context_create_ns": 101327, + "definition_eval_ns": 27944, + "first_eval_ns": 191347, + "threshold_crossing_ns": 192880, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1794464 + } + }, + { + "pair_index": 17, + "elapsed_ns": 1802076, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5324800, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2560188, + "runtime_create_ns": 31312, + "jit_attach_ns": 43, + "context_create_ns": 110771, + "definition_eval_ns": 36261, + "first_eval_ns": 194287, + "threshold_crossing_ns": 181393, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1802076 + } + }, + { + "pair_index": 18, + "elapsed_ns": 1804483, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5140480, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2553938, + "runtime_create_ns": 26371, + "jit_attach_ns": 41, + "context_create_ns": 108535, + "definition_eval_ns": 37325, + "first_eval_ns": 193577, + "threshold_crossing_ns": 187034, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1804483 + } + }, + { + "pair_index": 19, + "elapsed_ns": 1800942, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5115904, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2552328, + "runtime_create_ns": 26056, + "jit_attach_ns": 44, + "context_create_ns": 109192, + "definition_eval_ns": 37424, + "first_eval_ns": 202857, + "threshold_crossing_ns": 179788, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1800942 + } + }, + { + "pair_index": 20, + "elapsed_ns": 2674414, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5320704, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3800702, + "runtime_create_ns": 37400, + "jit_attach_ns": 265, + "context_create_ns": 159089, + "definition_eval_ns": 55752, + "first_eval_ns": 289999, + "threshold_crossing_ns": 283311, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2674414 + } + }, + { + "pair_index": 21, + "elapsed_ns": 1796649, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5279744, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2539565, + "runtime_create_ns": 27157, + "jit_attach_ns": 41, + "context_create_ns": 108489, + "definition_eval_ns": 37151, + "first_eval_ns": 191976, + "threshold_crossing_ns": 179263, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1796649 + } + }, + { + "pair_index": 22, + "elapsed_ns": 1798938, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5210112, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2550682, + "runtime_create_ns": 25025, + "jit_attach_ns": 42, + "context_create_ns": 106627, + "definition_eval_ns": 40440, + "first_eval_ns": 197861, + "threshold_crossing_ns": 179404, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1798938 + } + }, + { + "pair_index": 23, + "elapsed_ns": 1812381, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5271552, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2563557, + "runtime_create_ns": 30277, + "jit_attach_ns": 42, + "context_create_ns": 110815, + "definition_eval_ns": 38792, + "first_eval_ns": 193213, + "threshold_crossing_ns": 179222, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1812381 + } + }, + { + "pair_index": 24, + "elapsed_ns": 1795468, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5332992, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2514799, + "runtime_create_ns": 25781, + "jit_attach_ns": 41, + "context_create_ns": 100115, + "definition_eval_ns": 27065, + "first_eval_ns": 198483, + "threshold_crossing_ns": 175931, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1795468 + } + }, + { + "pair_index": 25, + "elapsed_ns": 1811811, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5152768, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2557069, + "runtime_create_ns": 26576, + "jit_attach_ns": 41, + "context_create_ns": 107602, + "definition_eval_ns": 38730, + "first_eval_ns": 194625, + "threshold_crossing_ns": 177785, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1811811 + } + }, + { + "pair_index": 26, + "elapsed_ns": 1809026, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5070848, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2548713, + "runtime_create_ns": 27923, + "jit_attach_ns": 41, + "context_create_ns": 105535, + "definition_eval_ns": 37702, + "first_eval_ns": 193998, + "threshold_crossing_ns": 178361, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1809026 + } + }, + { + "pair_index": 27, + "elapsed_ns": 1834507, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5337088, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2603170, + "runtime_create_ns": 27136, + "jit_attach_ns": 41, + "context_create_ns": 114403, + "definition_eval_ns": 37937, + "first_eval_ns": 194231, + "threshold_crossing_ns": 194717, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1834507 + } + }, + { + "pair_index": 28, + "elapsed_ns": 1781241, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5144576, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2522671, + "runtime_create_ns": 23342, + "jit_attach_ns": 41, + "context_create_ns": 104071, + "definition_eval_ns": 40244, + "first_eval_ns": 192486, + "threshold_crossing_ns": 178883, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1781241 + } + }, + { + "pair_index": 29, + "elapsed_ns": 1811003, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5066752, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2549272, + "runtime_create_ns": 33753, + "jit_attach_ns": 42, + "context_create_ns": 103351, + "definition_eval_ns": 37210, + "first_eval_ns": 197276, + "threshold_crossing_ns": 175466, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1811003 + } + } + ], + "raw_latency_ns": [ + 1775897, + 1778742, + 1813331, + 1795892, + 1784471, + 1805556, + 1782893, + 1777530, + 1818648, + 1798369, + 1806893, + 1788741, + 1788111, + 1778390, + 1789369, + 1785909, + 1794464, + 1802076, + 1804483, + 1800942, + 2674414, + 1796649, + 1798938, + 1812381, + 1795468, + 1811811, + 1809026, + 1834507, + 1781241, + 1811003 + ], + "raw_throughput_ops": [ + 329, + 336, + 336, + 331, + 330, + 336, + 335, + 330, + 332, + 336 + ], + "median_ns": 1798369, + "mad_ns": 12460, + "p95_ns": 1834507, + "p99_ns": 2674414, + "ci95_ns": [ + 1789369, + 1805556 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "strings-json", + "suite": "rquickjs-jit", + "group": "compute", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 2158798, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5324800, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3036981, + "runtime_create_ns": 26814, + "jit_attach_ns": 41, + "context_create_ns": 106761, + "definition_eval_ns": 46029, + "first_eval_ns": 249647, + "threshold_crossing_ns": 216216, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2158798 + } + }, + { + "pair_index": 1, + "elapsed_ns": 2178301, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5320704, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3057307, + "runtime_create_ns": 25642, + "jit_attach_ns": 40, + "context_create_ns": 107820, + "definition_eval_ns": 35417, + "first_eval_ns": 264919, + "threshold_crossing_ns": 216408, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2178301 + } + }, + { + "pair_index": 2, + "elapsed_ns": 2249278, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5300224, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3812754, + "runtime_create_ns": 37347, + "jit_attach_ns": 133, + "context_create_ns": 170108, + "definition_eval_ns": 58791, + "first_eval_ns": 455987, + "threshold_crossing_ns": 410120, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2249278 + } + }, + { + "pair_index": 3, + "elapsed_ns": 2171381, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5251072, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3089165, + "runtime_create_ns": 28958, + "jit_attach_ns": 39, + "context_create_ns": 114464, + "definition_eval_ns": 38836, + "first_eval_ns": 263105, + "threshold_crossing_ns": 238323, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2171381 + } + }, + { + "pair_index": 4, + "elapsed_ns": 2160678, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5062656, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3017137, + "runtime_create_ns": 28116, + "jit_attach_ns": 42, + "context_create_ns": 99425, + "definition_eval_ns": 31311, + "first_eval_ns": 240603, + "threshold_crossing_ns": 227257, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2160678 + } + }, + { + "pair_index": 5, + "elapsed_ns": 2188883, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5292032, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3077427, + "runtime_create_ns": 24310, + "jit_attach_ns": 41, + "context_create_ns": 108910, + "definition_eval_ns": 38934, + "first_eval_ns": 267933, + "threshold_crossing_ns": 215342, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2188883 + } + }, + { + "pair_index": 6, + "elapsed_ns": 2176841, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5378048, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3064654, + "runtime_create_ns": 41971, + "jit_attach_ns": 110, + "context_create_ns": 106879, + "definition_eval_ns": 35338, + "first_eval_ns": 240789, + "threshold_crossing_ns": 216991, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2176841 + } + }, + { + "pair_index": 7, + "elapsed_ns": 2183852, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5246976, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3079945, + "runtime_create_ns": 25548, + "jit_attach_ns": 43, + "context_create_ns": 107762, + "definition_eval_ns": 38647, + "first_eval_ns": 254313, + "threshold_crossing_ns": 232057, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2183852 + } + }, + { + "pair_index": 8, + "elapsed_ns": 2183699, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5283840, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3041448, + "runtime_create_ns": 22000, + "jit_attach_ns": 41, + "context_create_ns": 102171, + "definition_eval_ns": 32320, + "first_eval_ns": 249817, + "threshold_crossing_ns": 217663, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2183699 + } + }, + { + "pair_index": 9, + "elapsed_ns": 2194010, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5214208, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3098813, + "runtime_create_ns": 28714, + "jit_attach_ns": 41, + "context_create_ns": 109770, + "definition_eval_ns": 38959, + "first_eval_ns": 259384, + "threshold_crossing_ns": 236727, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2194010 + } + }, + { + "pair_index": 10, + "elapsed_ns": 2168413, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5328896, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3092907, + "runtime_create_ns": 26398, + "jit_attach_ns": 41, + "context_create_ns": 112116, + "definition_eval_ns": 39020, + "first_eval_ns": 249612, + "threshold_crossing_ns": 260292, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2168413 + } + }, + { + "pair_index": 11, + "elapsed_ns": 2277832, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5251072, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3212504, + "runtime_create_ns": 29145, + "jit_attach_ns": 44, + "context_create_ns": 105460, + "definition_eval_ns": 41576, + "first_eval_ns": 261014, + "threshold_crossing_ns": 247396, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2277832 + } + }, + { + "pair_index": 12, + "elapsed_ns": 2166505, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5234688, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3045495, + "runtime_create_ns": 25947, + "jit_attach_ns": 41, + "context_create_ns": 104689, + "definition_eval_ns": 34501, + "first_eval_ns": 255653, + "threshold_crossing_ns": 222714, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2166505 + } + }, + { + "pair_index": 13, + "elapsed_ns": 2169978, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5369856, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3066712, + "runtime_create_ns": 25129, + "jit_attach_ns": 41, + "context_create_ns": 104611, + "definition_eval_ns": 36588, + "first_eval_ns": 266860, + "threshold_crossing_ns": 229269, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2169978 + } + }, + { + "pair_index": 14, + "elapsed_ns": 2163493, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5238784, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3076456, + "runtime_create_ns": 31002, + "jit_attach_ns": 42, + "context_create_ns": 118510, + "definition_eval_ns": 38561, + "first_eval_ns": 248787, + "threshold_crossing_ns": 241649, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2163493 + } + }, + { + "pair_index": 15, + "elapsed_ns": 2165152, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5246976, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3058451, + "runtime_create_ns": 26610, + "jit_attach_ns": 41, + "context_create_ns": 108911, + "definition_eval_ns": 39968, + "first_eval_ns": 248327, + "threshold_crossing_ns": 231191, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2165152 + } + }, + { + "pair_index": 16, + "elapsed_ns": 2161716, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5296128, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3024629, + "runtime_create_ns": 33546, + "jit_attach_ns": 41, + "context_create_ns": 101645, + "definition_eval_ns": 32565, + "first_eval_ns": 247934, + "threshold_crossing_ns": 215084, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2161716 + } + }, + { + "pair_index": 17, + "elapsed_ns": 2173693, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5304320, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3094477, + "runtime_create_ns": 29412, + "jit_attach_ns": 41, + "context_create_ns": 121416, + "definition_eval_ns": 36581, + "first_eval_ns": 250916, + "threshold_crossing_ns": 245043, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2173693 + } + }, + { + "pair_index": 18, + "elapsed_ns": 2180776, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5230592, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3078638, + "runtime_create_ns": 30057, + "jit_attach_ns": 41, + "context_create_ns": 112256, + "definition_eval_ns": 36462, + "first_eval_ns": 248644, + "threshold_crossing_ns": 223177, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2180776 + } + }, + { + "pair_index": 19, + "elapsed_ns": 2179945, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5251072, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3083515, + "runtime_create_ns": 29648, + "jit_attach_ns": 42, + "context_create_ns": 109169, + "definition_eval_ns": 40319, + "first_eval_ns": 256003, + "threshold_crossing_ns": 234964, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2179945 + } + }, + { + "pair_index": 20, + "elapsed_ns": 2173459, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5206016, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3025956, + "runtime_create_ns": 25867, + "jit_attach_ns": 41, + "context_create_ns": 108394, + "definition_eval_ns": 33108, + "first_eval_ns": 240206, + "threshold_crossing_ns": 217243, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2173459 + } + }, + { + "pair_index": 21, + "elapsed_ns": 2184122, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5169152, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3091888, + "runtime_create_ns": 29039, + "jit_attach_ns": 44, + "context_create_ns": 108500, + "definition_eval_ns": 37256, + "first_eval_ns": 255246, + "threshold_crossing_ns": 235964, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2184122 + } + }, + { + "pair_index": 22, + "elapsed_ns": 2217387, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5197824, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3083688, + "runtime_create_ns": 25284, + "jit_attach_ns": 45, + "context_create_ns": 105949, + "definition_eval_ns": 38718, + "first_eval_ns": 244091, + "threshold_crossing_ns": 217413, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2217387 + } + }, + { + "pair_index": 23, + "elapsed_ns": 2168959, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5357568, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3090870, + "runtime_create_ns": 28247, + "jit_attach_ns": 91, + "context_create_ns": 108881, + "definition_eval_ns": 35523, + "first_eval_ns": 251575, + "threshold_crossing_ns": 239182, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2168959 + } + }, + { + "pair_index": 24, + "elapsed_ns": 2269841, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5222400, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3150099, + "runtime_create_ns": 27785, + "jit_attach_ns": 110, + "context_create_ns": 102397, + "definition_eval_ns": 36941, + "first_eval_ns": 247656, + "threshold_crossing_ns": 226019, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2269841 + } + }, + { + "pair_index": 25, + "elapsed_ns": 2146258, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5246976, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3046284, + "runtime_create_ns": 35046, + "jit_attach_ns": 41, + "context_create_ns": 103497, + "definition_eval_ns": 36559, + "first_eval_ns": 248227, + "threshold_crossing_ns": 245101, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2146258 + } + }, + { + "pair_index": 26, + "elapsed_ns": 2170342, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5177344, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3081579, + "runtime_create_ns": 29314, + "jit_attach_ns": 46, + "context_create_ns": 110264, + "definition_eval_ns": 45532, + "first_eval_ns": 251617, + "threshold_crossing_ns": 237565, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2170342 + } + }, + { + "pair_index": 27, + "elapsed_ns": 2170234, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5214208, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3041418, + "runtime_create_ns": 29008, + "jit_attach_ns": 42, + "context_create_ns": 103765, + "definition_eval_ns": 37879, + "first_eval_ns": 255118, + "threshold_crossing_ns": 214910, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2170234 + } + }, + { + "pair_index": 28, + "elapsed_ns": 2185806, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5394432, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3061560, + "runtime_create_ns": 27944, + "jit_attach_ns": 40, + "context_create_ns": 110007, + "definition_eval_ns": 34826, + "first_eval_ns": 249539, + "threshold_crossing_ns": 221028, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2185806 + } + }, + { + "pair_index": 29, + "elapsed_ns": 2178449, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5234688, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3069395, + "runtime_create_ns": 26739, + "jit_attach_ns": 45, + "context_create_ns": 106855, + "definition_eval_ns": 38716, + "first_eval_ns": 245232, + "threshold_crossing_ns": 231404, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2178449 + } + } + ], + "raw_latency_ns": [ + 2158798, + 2178301, + 2249278, + 2171381, + 2160678, + 2188883, + 2176841, + 2183852, + 2183699, + 2194010, + 2168413, + 2277832, + 2166505, + 2169978, + 2163493, + 2165152, + 2161716, + 2173693, + 2180776, + 2179945, + 2173459, + 2184122, + 2217387, + 2168959, + 2269841, + 2146258, + 2170342, + 2170234, + 2185806, + 2178449 + ], + "raw_throughput_ops": [ + 285, + 281, + 278, + 284, + 285, + 283, + 285, + 286, + 286, + 279 + ], + "median_ns": 2176841, + "mad_ns": 8428, + "p95_ns": 2269841, + "p99_ns": 2277832, + "ci95_ns": [ + 2170234, + 2183699 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "calls-closures", + "suite": "rquickjs-jit", + "group": "compute", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 3526670, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5038080, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4818163, + "runtime_create_ns": 25208, + "jit_attach_ns": 42, + "context_create_ns": 110287, + "definition_eval_ns": 50601, + "first_eval_ns": 364154, + "threshold_crossing_ns": 351783, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3526670 + } + }, + { + "pair_index": 1, + "elapsed_ns": 3548084, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4980736, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4809914, + "runtime_create_ns": 29358, + "jit_attach_ns": 43, + "context_create_ns": 103068, + "definition_eval_ns": 38878, + "first_eval_ns": 359697, + "threshold_crossing_ns": 364164, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3548084 + } + }, + { + "pair_index": 2, + "elapsed_ns": 3519104, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5296128, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4808064, + "runtime_create_ns": 35601, + "jit_attach_ns": 41, + "context_create_ns": 103220, + "definition_eval_ns": 41186, + "first_eval_ns": 359646, + "threshold_crossing_ns": 355834, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3519104 + } + }, + { + "pair_index": 3, + "elapsed_ns": 3539190, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4984832, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4816060, + "runtime_create_ns": 27467, + "jit_attach_ns": 115, + "context_create_ns": 105135, + "definition_eval_ns": 37497, + "first_eval_ns": 363861, + "threshold_crossing_ns": 366007, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3539190 + } + }, + { + "pair_index": 4, + "elapsed_ns": 3538489, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5173248, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4784769, + "runtime_create_ns": 23155, + "jit_attach_ns": 41, + "context_create_ns": 99929, + "definition_eval_ns": 27193, + "first_eval_ns": 363611, + "threshold_crossing_ns": 360312, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3538489 + } + }, + { + "pair_index": 5, + "elapsed_ns": 3553490, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4997120, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4826369, + "runtime_create_ns": 27335, + "jit_attach_ns": 41, + "context_create_ns": 103540, + "definition_eval_ns": 39872, + "first_eval_ns": 372892, + "threshold_crossing_ns": 352008, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3553490 + } + }, + { + "pair_index": 6, + "elapsed_ns": 3522923, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5255168, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4805874, + "runtime_create_ns": 30837, + "jit_attach_ns": 41, + "context_create_ns": 109925, + "definition_eval_ns": 38582, + "first_eval_ns": 359717, + "threshold_crossing_ns": 361896, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3522923 + } + }, + { + "pair_index": 7, + "elapsed_ns": 3528477, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4935680, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4811508, + "runtime_create_ns": 29938, + "jit_attach_ns": 41, + "context_create_ns": 106707, + "definition_eval_ns": 36436, + "first_eval_ns": 368869, + "threshold_crossing_ns": 352789, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3528477 + } + }, + { + "pair_index": 8, + "elapsed_ns": 3505927, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5033984, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4741998, + "runtime_create_ns": 23344, + "jit_attach_ns": 43, + "context_create_ns": 99006, + "definition_eval_ns": 31527, + "first_eval_ns": 374845, + "threshold_crossing_ns": 344190, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3505927 + } + }, + { + "pair_index": 9, + "elapsed_ns": 3524354, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5275648, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4807869, + "runtime_create_ns": 29006, + "jit_attach_ns": 42, + "context_create_ns": 111474, + "definition_eval_ns": 37653, + "first_eval_ns": 362802, + "threshold_crossing_ns": 362094, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3524354 + } + }, + { + "pair_index": 10, + "elapsed_ns": 3504950, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4976640, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4779799, + "runtime_create_ns": 29237, + "jit_attach_ns": 41, + "context_create_ns": 106095, + "definition_eval_ns": 40882, + "first_eval_ns": 357599, + "threshold_crossing_ns": 355142, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3504950 + } + }, + { + "pair_index": 11, + "elapsed_ns": 3528803, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4968448, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4802692, + "runtime_create_ns": 31799, + "jit_attach_ns": 42, + "context_create_ns": 103098, + "definition_eval_ns": 38332, + "first_eval_ns": 359728, + "threshold_crossing_ns": 364680, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3528803 + } + }, + { + "pair_index": 12, + "elapsed_ns": 3527173, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5099520, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4767425, + "runtime_create_ns": 25003, + "jit_attach_ns": 41, + "context_create_ns": 94978, + "definition_eval_ns": 26977, + "first_eval_ns": 371240, + "threshold_crossing_ns": 350905, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3527173 + } + }, + { + "pair_index": 13, + "elapsed_ns": 3604809, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5251072, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4893783, + "runtime_create_ns": 26379, + "jit_attach_ns": 42, + "context_create_ns": 112209, + "definition_eval_ns": 38168, + "first_eval_ns": 368808, + "threshold_crossing_ns": 360831, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3604809 + } + }, + { + "pair_index": 14, + "elapsed_ns": 3542949, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4968448, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4835641, + "runtime_create_ns": 28290, + "jit_attach_ns": 44, + "context_create_ns": 116066, + "definition_eval_ns": 37926, + "first_eval_ns": 365543, + "threshold_crossing_ns": 352395, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3542949 + } + }, + { + "pair_index": 15, + "elapsed_ns": 3512453, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4976640, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4772352, + "runtime_create_ns": 28821, + "jit_attach_ns": 43, + "context_create_ns": 102704, + "definition_eval_ns": 35475, + "first_eval_ns": 364436, + "threshold_crossing_ns": 352450, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3512453 + } + }, + { + "pair_index": 16, + "elapsed_ns": 3498697, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5173248, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4743411, + "runtime_create_ns": 24321, + "jit_attach_ns": 42, + "context_create_ns": 97374, + "definition_eval_ns": 25749, + "first_eval_ns": 368126, + "threshold_crossing_ns": 351490, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3498697 + } + }, + { + "pair_index": 17, + "elapsed_ns": 3528628, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5238784, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4805520, + "runtime_create_ns": 33388, + "jit_attach_ns": 41, + "context_create_ns": 111536, + "definition_eval_ns": 36593, + "first_eval_ns": 359411, + "threshold_crossing_ns": 350498, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3528628 + } + }, + { + "pair_index": 18, + "elapsed_ns": 3514835, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4976640, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4776765, + "runtime_create_ns": 28304, + "jit_attach_ns": 43, + "context_create_ns": 105181, + "definition_eval_ns": 36881, + "first_eval_ns": 354788, + "threshold_crossing_ns": 360402, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3514835 + } + }, + { + "pair_index": 19, + "elapsed_ns": 3503162, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5058560, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4780206, + "runtime_create_ns": 32884, + "jit_attach_ns": 41, + "context_create_ns": 114527, + "definition_eval_ns": 39195, + "first_eval_ns": 358205, + "threshold_crossing_ns": 350384, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3503162 + } + }, + { + "pair_index": 20, + "elapsed_ns": 3532882, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5165056, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4781168, + "runtime_create_ns": 22156, + "jit_attach_ns": 41, + "context_create_ns": 97905, + "definition_eval_ns": 26898, + "first_eval_ns": 363996, + "threshold_crossing_ns": 363752, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3532882 + } + }, + { + "pair_index": 21, + "elapsed_ns": 3536226, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5226496, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4828452, + "runtime_create_ns": 26350, + "jit_attach_ns": 43, + "context_create_ns": 120095, + "definition_eval_ns": 37724, + "first_eval_ns": 361858, + "threshold_crossing_ns": 356644, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3536226 + } + }, + { + "pair_index": 22, + "elapsed_ns": 3525807, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5189632, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4799811, + "runtime_create_ns": 29209, + "jit_attach_ns": 41, + "context_create_ns": 109482, + "definition_eval_ns": 37785, + "first_eval_ns": 364855, + "threshold_crossing_ns": 350962, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3525807 + } + }, + { + "pair_index": 23, + "elapsed_ns": 3539560, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5287936, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4818406, + "runtime_create_ns": 29966, + "jit_attach_ns": 98, + "context_create_ns": 107313, + "definition_eval_ns": 46418, + "first_eval_ns": 356264, + "threshold_crossing_ns": 352697, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3539560 + } + }, + { + "pair_index": 24, + "elapsed_ns": 3520894, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5218304, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4761671, + "runtime_create_ns": 22197, + "jit_attach_ns": 42, + "context_create_ns": 102273, + "definition_eval_ns": 26851, + "first_eval_ns": 353809, + "threshold_crossing_ns": 365169, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3520894 + } + }, + { + "pair_index": 25, + "elapsed_ns": 3516675, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5226496, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4865068, + "runtime_create_ns": 27405, + "jit_attach_ns": 41, + "context_create_ns": 106230, + "definition_eval_ns": 36356, + "first_eval_ns": 359378, + "threshold_crossing_ns": 377901, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3516675 + } + }, + { + "pair_index": 26, + "elapsed_ns": 3558356, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5021696, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4850595, + "runtime_create_ns": 25946, + "jit_attach_ns": 41, + "context_create_ns": 113821, + "definition_eval_ns": 39721, + "first_eval_ns": 359156, + "threshold_crossing_ns": 356474, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3558356 + } + }, + { + "pair_index": 27, + "elapsed_ns": 5675356, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5058560, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8242184, + "runtime_create_ns": 53484, + "jit_attach_ns": 150, + "context_create_ns": 177030, + "definition_eval_ns": 73306, + "first_eval_ns": 777783, + "threshold_crossing_ns": 735282, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 5675356 + } + }, + { + "pair_index": 28, + "elapsed_ns": 3523989, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4980736, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4759641, + "runtime_create_ns": 25075, + "jit_attach_ns": 59, + "context_create_ns": 96699, + "definition_eval_ns": 27491, + "first_eval_ns": 361551, + "threshold_crossing_ns": 352234, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3523989 + } + }, + { + "pair_index": 29, + "elapsed_ns": 3548491, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5001216, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4822466, + "runtime_create_ns": 36136, + "jit_attach_ns": 107, + "context_create_ns": 105710, + "definition_eval_ns": 37316, + "first_eval_ns": 360469, + "threshold_crossing_ns": 355792, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3548491 + } + } + ], + "raw_latency_ns": [ + 3526670, + 3548084, + 3519104, + 3539190, + 3538489, + 3553490, + 3522923, + 3528477, + 3505927, + 3524354, + 3504950, + 3528803, + 3527173, + 3604809, + 3542949, + 3512453, + 3498697, + 3528628, + 3514835, + 3503162, + 3532882, + 3536226, + 3525807, + 3539560, + 3520894, + 3516675, + 3558356, + 5675356, + 3523989, + 3548491 + ], + "raw_throughput_ops": [ + 187, + 190, + 191, + 188, + 186, + 185, + 190, + 190, + 185, + 188 + ], + "median_ns": 3528477, + "mad_ns": 11083, + "p95_ns": 3604809, + "p99_ns": 5675356, + "ci95_ns": [ + 3523989, + 3538489 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "adversarial", + "suite": "rquickjs-jit", + "group": "adversarial", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 1063217, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5079040, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1572288, + "runtime_create_ns": 29859, + "jit_attach_ns": 41, + "context_create_ns": 106560, + "definition_eval_ns": 35543, + "first_eval_ns": 108395, + "threshold_crossing_ns": 103586, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1063217 + } + }, + { + "pair_index": 1, + "elapsed_ns": 1059572, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5124096, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1613767, + "runtime_create_ns": 58291, + "jit_attach_ns": 42, + "context_create_ns": 110529, + "definition_eval_ns": 34530, + "first_eval_ns": 114379, + "threshold_crossing_ns": 103763, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1059572 + } + }, + { + "pair_index": 2, + "elapsed_ns": 1075966, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1606888, + "runtime_create_ns": 29243, + "jit_attach_ns": 42, + "context_create_ns": 116112, + "definition_eval_ns": 34835, + "first_eval_ns": 112893, + "threshold_crossing_ns": 104150, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1075966 + } + }, + { + "pair_index": 3, + "elapsed_ns": 1194613, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5128192, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1717866, + "runtime_create_ns": 31152, + "jit_attach_ns": 40, + "context_create_ns": 112117, + "definition_eval_ns": 32043, + "first_eval_ns": 110449, + "threshold_crossing_ns": 109517, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1194613 + } + }, + { + "pair_index": 4, + "elapsed_ns": 1062347, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5103616, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1564752, + "runtime_create_ns": 25062, + "jit_attach_ns": 41, + "context_create_ns": 103753, + "definition_eval_ns": 33537, + "first_eval_ns": 109322, + "threshold_crossing_ns": 106264, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1062347 + } + }, + { + "pair_index": 5, + "elapsed_ns": 1078552, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5038080, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1591687, + "runtime_create_ns": 30551, + "jit_attach_ns": 42, + "context_create_ns": 106269, + "definition_eval_ns": 36458, + "first_eval_ns": 109774, + "threshold_crossing_ns": 105550, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1078552 + } + }, + { + "pair_index": 6, + "elapsed_ns": 1073970, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5017600, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1590260, + "runtime_create_ns": 26949, + "jit_attach_ns": 42, + "context_create_ns": 109421, + "definition_eval_ns": 33102, + "first_eval_ns": 105850, + "threshold_crossing_ns": 115880, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1073970 + } + }, + { + "pair_index": 7, + "elapsed_ns": 1060552, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5267456, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1594093, + "runtime_create_ns": 31013, + "jit_attach_ns": 41, + "context_create_ns": 112248, + "definition_eval_ns": 35271, + "first_eval_ns": 121669, + "threshold_crossing_ns": 107329, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1060552 + } + }, + { + "pair_index": 8, + "elapsed_ns": 1051882, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4947968, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1560276, + "runtime_create_ns": 29611, + "jit_attach_ns": 41, + "context_create_ns": 105607, + "definition_eval_ns": 34674, + "first_eval_ns": 111447, + "threshold_crossing_ns": 103090, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1051882 + } + }, + { + "pair_index": 9, + "elapsed_ns": 1055854, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5021696, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1571376, + "runtime_create_ns": 26237, + "jit_attach_ns": 41, + "context_create_ns": 112658, + "definition_eval_ns": 32311, + "first_eval_ns": 110387, + "threshold_crossing_ns": 106279, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1055854 + } + }, + { + "pair_index": 10, + "elapsed_ns": 1065007, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5070848, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1580358, + "runtime_create_ns": 30306, + "jit_attach_ns": 42, + "context_create_ns": 104755, + "definition_eval_ns": 37062, + "first_eval_ns": 105865, + "threshold_crossing_ns": 113237, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1065007 + } + }, + { + "pair_index": 11, + "elapsed_ns": 1038633, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5103616, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1550207, + "runtime_create_ns": 27468, + "jit_attach_ns": 41, + "context_create_ns": 112784, + "definition_eval_ns": 36416, + "first_eval_ns": 106941, + "threshold_crossing_ns": 102580, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1038633 + } + }, + { + "pair_index": 12, + "elapsed_ns": 1052817, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4972544, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1539758, + "runtime_create_ns": 26449, + "jit_attach_ns": 41, + "context_create_ns": 100180, + "definition_eval_ns": 27949, + "first_eval_ns": 108359, + "threshold_crossing_ns": 104426, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1052817 + } + }, + { + "pair_index": 13, + "elapsed_ns": 1078783, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4911104, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1591388, + "runtime_create_ns": 28520, + "jit_attach_ns": 43, + "context_create_ns": 107796, + "definition_eval_ns": 34762, + "first_eval_ns": 110080, + "threshold_crossing_ns": 107167, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1078783 + } + }, + { + "pair_index": 14, + "elapsed_ns": 1065384, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4988928, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1593148, + "runtime_create_ns": 25962, + "jit_attach_ns": 45, + "context_create_ns": 113423, + "definition_eval_ns": 36204, + "first_eval_ns": 108724, + "threshold_crossing_ns": 107316, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1065384 + } + }, + { + "pair_index": 15, + "elapsed_ns": 1058292, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5275648, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1592123, + "runtime_create_ns": 29241, + "jit_attach_ns": 40, + "context_create_ns": 113830, + "definition_eval_ns": 32748, + "first_eval_ns": 111112, + "threshold_crossing_ns": 115763, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1058292 + } + }, + { + "pair_index": 16, + "elapsed_ns": 1065951, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4997120, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1568356, + "runtime_create_ns": 28460, + "jit_attach_ns": 125, + "context_create_ns": 103821, + "definition_eval_ns": 32876, + "first_eval_ns": 109411, + "threshold_crossing_ns": 105613, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1065951 + } + }, + { + "pair_index": 17, + "elapsed_ns": 1074788, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5320704, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1601442, + "runtime_create_ns": 29792, + "jit_attach_ns": 40, + "context_create_ns": 113457, + "definition_eval_ns": 38243, + "first_eval_ns": 107492, + "threshold_crossing_ns": 115024, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1074788 + } + }, + { + "pair_index": 18, + "elapsed_ns": 1053387, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4919296, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1562319, + "runtime_create_ns": 29739, + "jit_attach_ns": 43, + "context_create_ns": 106522, + "definition_eval_ns": 35051, + "first_eval_ns": 105607, + "threshold_crossing_ns": 112480, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1053387 + } + }, + { + "pair_index": 19, + "elapsed_ns": 1053852, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5103616, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1573708, + "runtime_create_ns": 26330, + "jit_attach_ns": 41, + "context_create_ns": 120499, + "definition_eval_ns": 35583, + "first_eval_ns": 110570, + "threshold_crossing_ns": 104031, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1053852 + } + }, + { + "pair_index": 20, + "elapsed_ns": 1071855, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5218304, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1581323, + "runtime_create_ns": 24790, + "jit_attach_ns": 41, + "context_create_ns": 112215, + "definition_eval_ns": 33897, + "first_eval_ns": 111494, + "threshold_crossing_ns": 104364, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1071855 + } + }, + { + "pair_index": 21, + "elapsed_ns": 1068664, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5181440, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1587374, + "runtime_create_ns": 27071, + "jit_attach_ns": 40, + "context_create_ns": 106678, + "definition_eval_ns": 32430, + "first_eval_ns": 113123, + "threshold_crossing_ns": 113490, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1068664 + } + }, + { + "pair_index": 22, + "elapsed_ns": 1068996, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1589322, + "runtime_create_ns": 30382, + "jit_attach_ns": 43, + "context_create_ns": 112680, + "definition_eval_ns": 34085, + "first_eval_ns": 111462, + "threshold_crossing_ns": 110602, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1068996 + } + }, + { + "pair_index": 23, + "elapsed_ns": 1079592, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5029888, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1596817, + "runtime_create_ns": 26522, + "jit_attach_ns": 41, + "context_create_ns": 112493, + "definition_eval_ns": 36084, + "first_eval_ns": 109747, + "threshold_crossing_ns": 107162, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1079592 + } + }, + { + "pair_index": 24, + "elapsed_ns": 1055533, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5177344, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1569512, + "runtime_create_ns": 25079, + "jit_attach_ns": 105, + "context_create_ns": 103719, + "definition_eval_ns": 30510, + "first_eval_ns": 123053, + "threshold_crossing_ns": 108817, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1055533 + } + }, + { + "pair_index": 25, + "elapsed_ns": 1059593, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1731751, + "runtime_create_ns": 37228, + "jit_attach_ns": 41, + "context_create_ns": 154481, + "definition_eval_ns": 115847, + "first_eval_ns": 130099, + "threshold_crossing_ns": 104337, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1059593 + } + }, + { + "pair_index": 26, + "elapsed_ns": 1041050, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5206016, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1555820, + "runtime_create_ns": 27814, + "jit_attach_ns": 43, + "context_create_ns": 110301, + "definition_eval_ns": 34410, + "first_eval_ns": 110308, + "threshold_crossing_ns": 104054, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1041050 + } + }, + { + "pair_index": 27, + "elapsed_ns": 1072327, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5312512, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1595125, + "runtime_create_ns": 28674, + "jit_attach_ns": 41, + "context_create_ns": 118011, + "definition_eval_ns": 33836, + "first_eval_ns": 111283, + "threshold_crossing_ns": 106684, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1072327 + } + }, + { + "pair_index": 28, + "elapsed_ns": 1068450, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5181440, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1586613, + "runtime_create_ns": 25165, + "jit_attach_ns": 46, + "context_create_ns": 99186, + "definition_eval_ns": 27315, + "first_eval_ns": 109282, + "threshold_crossing_ns": 134546, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1068450 + } + }, + { + "pair_index": 29, + "elapsed_ns": 1056362, + "checksum": "string:7995", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4947968, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 1572529, + "runtime_create_ns": 30733, + "jit_attach_ns": 41, + "context_create_ns": 106643, + "definition_eval_ns": 33455, + "first_eval_ns": 108771, + "threshold_crossing_ns": 106777, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1056362 + } + } + ], + "raw_latency_ns": [ + 1063217, + 1059572, + 1075966, + 1194613, + 1062347, + 1078552, + 1073970, + 1060552, + 1051882, + 1055854, + 1065007, + 1038633, + 1052817, + 1078783, + 1065384, + 1058292, + 1065951, + 1074788, + 1053387, + 1053852, + 1071855, + 1068664, + 1068996, + 1079592, + 1055533, + 1059593, + 1041050, + 1072327, + 1068450, + 1056362 + ], + "raw_throughput_ops": [ + 491, + 487, + 491, + 483, + 487, + 498, + 450, + 459, + 472, + 490 + ], + "median_ns": 1065007, + "mad_ns": 8963, + "p95_ns": 1079592, + "p99_ns": 1194613, + "ci95_ns": [ + 1059572, + 1068996 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "float64-dense", + "suite": "rquickjs-jit matrix", + "group": "float64", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 2889749, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5013504, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4008787, + "runtime_create_ns": 27082, + "jit_attach_ns": 40, + "context_create_ns": 118951, + "definition_eval_ns": 52288, + "first_eval_ns": 297219, + "threshold_crossing_ns": 301884, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2889749 + } + }, + { + "pair_index": 1, + "elapsed_ns": 2924783, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5259264, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4036237, + "runtime_create_ns": 26364, + "jit_attach_ns": 41, + "context_create_ns": 106758, + "definition_eval_ns": 55220, + "first_eval_ns": 295769, + "threshold_crossing_ns": 310986, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2924783 + } + }, + { + "pair_index": 2, + "elapsed_ns": 2853976, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5259264, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3927490, + "runtime_create_ns": 27620, + "jit_attach_ns": 41, + "context_create_ns": 107231, + "definition_eval_ns": 51558, + "first_eval_ns": 294818, + "threshold_crossing_ns": 281653, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2853976 + } + }, + { + "pair_index": 3, + "elapsed_ns": 2949418, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5062656, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4047014, + "runtime_create_ns": 25148, + "jit_attach_ns": 43, + "context_create_ns": 108311, + "definition_eval_ns": 52066, + "first_eval_ns": 288115, + "threshold_crossing_ns": 300945, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2949418 + } + }, + { + "pair_index": 4, + "elapsed_ns": 2886053, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5193728, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3993804, + "runtime_create_ns": 27602, + "jit_attach_ns": 108, + "context_create_ns": 110251, + "definition_eval_ns": 50936, + "first_eval_ns": 309288, + "threshold_crossing_ns": 293247, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2886053 + } + }, + { + "pair_index": 5, + "elapsed_ns": 2969914, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5120000, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4060833, + "runtime_create_ns": 25593, + "jit_attach_ns": 40, + "context_create_ns": 106769, + "definition_eval_ns": 51599, + "first_eval_ns": 284403, + "threshold_crossing_ns": 301062, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2969914 + } + }, + { + "pair_index": 6, + "elapsed_ns": 2917996, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5042176, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3993136, + "runtime_create_ns": 30929, + "jit_attach_ns": 43, + "context_create_ns": 105115, + "definition_eval_ns": 49139, + "first_eval_ns": 298582, + "threshold_crossing_ns": 281640, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2917996 + } + }, + { + "pair_index": 7, + "elapsed_ns": 2900601, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5296128, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4024152, + "runtime_create_ns": 29804, + "jit_attach_ns": 40, + "context_create_ns": 107541, + "definition_eval_ns": 52423, + "first_eval_ns": 313616, + "threshold_crossing_ns": 300283, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2900601 + } + }, + { + "pair_index": 8, + "elapsed_ns": 2867327, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5259264, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3996016, + "runtime_create_ns": 30839, + "jit_attach_ns": 40, + "context_create_ns": 115763, + "definition_eval_ns": 55249, + "first_eval_ns": 298265, + "threshold_crossing_ns": 304411, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2867327 + } + }, + { + "pair_index": 9, + "elapsed_ns": 2906413, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5021696, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3987537, + "runtime_create_ns": 28054, + "jit_attach_ns": 42, + "context_create_ns": 106560, + "definition_eval_ns": 50222, + "first_eval_ns": 288556, + "threshold_crossing_ns": 283769, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2906413 + } + }, + { + "pair_index": 10, + "elapsed_ns": 2871809, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5316608, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4015971, + "runtime_create_ns": 32782, + "jit_attach_ns": 43, + "context_create_ns": 118092, + "definition_eval_ns": 51253, + "first_eval_ns": 302021, + "threshold_crossing_ns": 305908, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2871809 + } + }, + { + "pair_index": 11, + "elapsed_ns": 2964360, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5111808, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4084939, + "runtime_create_ns": 32299, + "jit_attach_ns": 42, + "context_create_ns": 112425, + "definition_eval_ns": 54232, + "first_eval_ns": 291330, + "threshold_crossing_ns": 309496, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2964360 + } + }, + { + "pair_index": 12, + "elapsed_ns": 2906695, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5050368, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3986926, + "runtime_create_ns": 30425, + "jit_attach_ns": 44, + "context_create_ns": 106238, + "definition_eval_ns": 51270, + "first_eval_ns": 292411, + "threshold_crossing_ns": 295478, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2906695 + } + }, + { + "pair_index": 13, + "elapsed_ns": 2942119, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4046440, + "runtime_create_ns": 37756, + "jit_attach_ns": 117, + "context_create_ns": 109796, + "definition_eval_ns": 51782, + "first_eval_ns": 299120, + "threshold_crossing_ns": 288280, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2942119 + } + }, + { + "pair_index": 14, + "elapsed_ns": 2961101, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5177344, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4080279, + "runtime_create_ns": 27973, + "jit_attach_ns": 41, + "context_create_ns": 113000, + "definition_eval_ns": 51974, + "first_eval_ns": 310064, + "threshold_crossing_ns": 297125, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2961101 + } + }, + { + "pair_index": 15, + "elapsed_ns": 2937267, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5218304, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4024340, + "runtime_create_ns": 26428, + "jit_attach_ns": 42, + "context_create_ns": 116564, + "definition_eval_ns": 51277, + "first_eval_ns": 289327, + "threshold_crossing_ns": 290119, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2937267 + } + }, + { + "pair_index": 16, + "elapsed_ns": 2899476, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5177344, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3997915, + "runtime_create_ns": 31658, + "jit_attach_ns": 40, + "context_create_ns": 111822, + "definition_eval_ns": 51380, + "first_eval_ns": 298857, + "threshold_crossing_ns": 292911, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2899476 + } + }, + { + "pair_index": 17, + "elapsed_ns": 2905822, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5259264, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3985224, + "runtime_create_ns": 29452, + "jit_attach_ns": 40, + "context_create_ns": 114670, + "definition_eval_ns": 50965, + "first_eval_ns": 296600, + "threshold_crossing_ns": 281464, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2905822 + } + }, + { + "pair_index": 18, + "elapsed_ns": 2962917, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5234688, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4096377, + "runtime_create_ns": 28791, + "jit_attach_ns": 42, + "context_create_ns": 110989, + "definition_eval_ns": 52525, + "first_eval_ns": 310401, + "threshold_crossing_ns": 307819, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2962917 + } + }, + { + "pair_index": 19, + "elapsed_ns": 2916985, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5033984, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4000922, + "runtime_create_ns": 31296, + "jit_attach_ns": 42, + "context_create_ns": 107582, + "definition_eval_ns": 56526, + "first_eval_ns": 292584, + "threshold_crossing_ns": 282737, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2916985 + } + }, + { + "pair_index": 20, + "elapsed_ns": 2968309, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5136384, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4096228, + "runtime_create_ns": 26418, + "jit_attach_ns": 112, + "context_create_ns": 107786, + "definition_eval_ns": 54165, + "first_eval_ns": 305427, + "threshold_crossing_ns": 304936, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2968309 + } + }, + { + "pair_index": 21, + "elapsed_ns": 2896860, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5038080, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3984458, + "runtime_create_ns": 30939, + "jit_attach_ns": 43, + "context_create_ns": 106690, + "definition_eval_ns": 53493, + "first_eval_ns": 299653, + "threshold_crossing_ns": 283835, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2896860 + } + }, + { + "pair_index": 22, + "elapsed_ns": 2957560, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5025792, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4071554, + "runtime_create_ns": 28534, + "jit_attach_ns": 41, + "context_create_ns": 104104, + "definition_eval_ns": 50353, + "first_eval_ns": 304466, + "threshold_crossing_ns": 302622, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2957560 + } + }, + { + "pair_index": 23, + "elapsed_ns": 2886900, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5234688, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3989242, + "runtime_create_ns": 27494, + "jit_attach_ns": 40, + "context_create_ns": 105550, + "definition_eval_ns": 54188, + "first_eval_ns": 311128, + "threshold_crossing_ns": 288705, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2886900 + } + }, + { + "pair_index": 24, + "elapsed_ns": 2911508, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5115904, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4026187, + "runtime_create_ns": 31822, + "jit_attach_ns": 41, + "context_create_ns": 104288, + "definition_eval_ns": 52621, + "first_eval_ns": 301046, + "threshold_crossing_ns": 298724, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2911508 + } + }, + { + "pair_index": 25, + "elapsed_ns": 2927651, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5111808, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4020135, + "runtime_create_ns": 24599, + "jit_attach_ns": 109, + "context_create_ns": 107224, + "definition_eval_ns": 53319, + "first_eval_ns": 299307, + "threshold_crossing_ns": 289378, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2927651 + } + }, + { + "pair_index": 26, + "elapsed_ns": 2889344, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5177344, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3992656, + "runtime_create_ns": 27891, + "jit_attach_ns": 40, + "context_create_ns": 112696, + "definition_eval_ns": 54494, + "first_eval_ns": 306758, + "threshold_crossing_ns": 283269, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2889344 + } + }, + { + "pair_index": 27, + "elapsed_ns": 2950827, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5001216, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4065141, + "runtime_create_ns": 31038, + "jit_attach_ns": 117, + "context_create_ns": 103145, + "definition_eval_ns": 58100, + "first_eval_ns": 300824, + "threshold_crossing_ns": 298962, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2950827 + } + }, + { + "pair_index": 28, + "elapsed_ns": 2884970, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5292032, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 3972380, + "runtime_create_ns": 28705, + "jit_attach_ns": 42, + "context_create_ns": 106305, + "definition_eval_ns": 50401, + "first_eval_ns": 290840, + "threshold_crossing_ns": 285166, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2884970 + } + }, + { + "pair_index": 29, + "elapsed_ns": 2951557, + "checksum": "number:40a2d29809876024", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5173248, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4048090, + "runtime_create_ns": 25921, + "jit_attach_ns": 41, + "context_create_ns": 107374, + "definition_eval_ns": 52385, + "first_eval_ns": 289869, + "threshold_crossing_ns": 300987, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2951557 + } + } + ], + "raw_latency_ns": [ + 2889749, + 2924783, + 2853976, + 2949418, + 2886053, + 2969914, + 2917996, + 2900601, + 2867327, + 2906413, + 2871809, + 2964360, + 2906695, + 2942119, + 2961101, + 2937267, + 2899476, + 2905822, + 2962917, + 2916985, + 2968309, + 2896860, + 2957560, + 2886900, + 2911508, + 2927651, + 2889344, + 2950827, + 2884970, + 2951557 + ], + "raw_throughput_ops": [ + 219, + 220, + 221, + 224, + 222, + 214, + 219, + 215, + 223, + 224 + ], + "median_ns": 2916985, + "mad_ns": 30085, + "p95_ns": 2968309, + "p99_ns": 2969914, + "ci95_ns": [ + 2900601, + 2942119 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "strings-regexp", + "suite": "rquickjs-jit matrix", + "group": "strings-regexp", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 19243091, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6361088, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 26344242, + "runtime_create_ns": 24631, + "jit_attach_ns": 41, + "context_create_ns": 113038, + "definition_eval_ns": 49524, + "first_eval_ns": 2969691, + "threshold_crossing_ns": 2000695, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19243091 + } + }, + { + "pair_index": 1, + "elapsed_ns": 19158285, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6209536, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25500491, + "runtime_create_ns": 30895, + "jit_attach_ns": 41, + "context_create_ns": 109957, + "definition_eval_ns": 49134, + "first_eval_ns": 2285119, + "threshold_crossing_ns": 1929587, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19158285 + } + }, + { + "pair_index": 2, + "elapsed_ns": 19092039, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6455296, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25378922, + "runtime_create_ns": 26457, + "jit_attach_ns": 42, + "context_create_ns": 108078, + "definition_eval_ns": 50739, + "first_eval_ns": 2255650, + "threshold_crossing_ns": 1911398, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19092039 + } + }, + { + "pair_index": 3, + "elapsed_ns": 19207634, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6205440, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25512287, + "runtime_create_ns": 37896, + "jit_attach_ns": 43, + "context_create_ns": 107581, + "definition_eval_ns": 48697, + "first_eval_ns": 2261519, + "threshold_crossing_ns": 1918736, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19207634 + } + }, + { + "pair_index": 4, + "elapsed_ns": 19244150, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6254592, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25554974, + "runtime_create_ns": 26499, + "jit_attach_ns": 41, + "context_create_ns": 105716, + "definition_eval_ns": 50336, + "first_eval_ns": 2271964, + "threshold_crossing_ns": 1915747, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19244150 + } + }, + { + "pair_index": 5, + "elapsed_ns": 19184963, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6279168, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25478967, + "runtime_create_ns": 28830, + "jit_attach_ns": 42, + "context_create_ns": 105180, + "definition_eval_ns": 49748, + "first_eval_ns": 2253520, + "threshold_crossing_ns": 1918173, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19184963 + } + }, + { + "pair_index": 6, + "elapsed_ns": 19216126, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6295552, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25526872, + "runtime_create_ns": 29656, + "jit_attach_ns": 42, + "context_create_ns": 105473, + "definition_eval_ns": 50409, + "first_eval_ns": 2278376, + "threshold_crossing_ns": 1919796, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19216126 + } + }, + { + "pair_index": 7, + "elapsed_ns": 19902193, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6262784, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 27012467, + "runtime_create_ns": 27120, + "jit_attach_ns": 42, + "context_create_ns": 104978, + "definition_eval_ns": 51792, + "first_eval_ns": 3075165, + "threshold_crossing_ns": 1911818, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19902193 + } + }, + { + "pair_index": 8, + "elapsed_ns": 19846538, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6361088, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 26163037, + "runtime_create_ns": 25236, + "jit_attach_ns": 106, + "context_create_ns": 110068, + "definition_eval_ns": 49573, + "first_eval_ns": 2265782, + "threshold_crossing_ns": 1913192, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19846538 + } + }, + { + "pair_index": 9, + "elapsed_ns": 19392439, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6287360, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25908163, + "runtime_create_ns": 25538, + "jit_attach_ns": 41, + "context_create_ns": 106745, + "definition_eval_ns": 50757, + "first_eval_ns": 2255778, + "threshold_crossing_ns": 1921523, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19392439 + } + }, + { + "pair_index": 10, + "elapsed_ns": 19288455, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6418432, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25843719, + "runtime_create_ns": 35832, + "jit_attach_ns": 41, + "context_create_ns": 126504, + "definition_eval_ns": 63564, + "first_eval_ns": 2404766, + "threshold_crossing_ns": 1947565, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19288455 + } + }, + { + "pair_index": 11, + "elapsed_ns": 19192360, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6303744, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25500943, + "runtime_create_ns": 33403, + "jit_attach_ns": 41, + "context_create_ns": 103679, + "definition_eval_ns": 50181, + "first_eval_ns": 2271174, + "threshold_crossing_ns": 1925311, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19192360 + } + }, + { + "pair_index": 12, + "elapsed_ns": 19214210, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6336512, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25529245, + "runtime_create_ns": 29582, + "jit_attach_ns": 40, + "context_create_ns": 106578, + "definition_eval_ns": 47607, + "first_eval_ns": 2286264, + "threshold_crossing_ns": 1906227, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19214210 + } + }, + { + "pair_index": 13, + "elapsed_ns": 19184057, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6356992, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25508377, + "runtime_create_ns": 25197, + "jit_attach_ns": 41, + "context_create_ns": 111207, + "definition_eval_ns": 54454, + "first_eval_ns": 2279908, + "threshold_crossing_ns": 1922904, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19184057 + } + }, + { + "pair_index": 14, + "elapsed_ns": 19247040, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6316032, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25549482, + "runtime_create_ns": 25790, + "jit_attach_ns": 108, + "context_create_ns": 109263, + "definition_eval_ns": 48014, + "first_eval_ns": 2266738, + "threshold_crossing_ns": 1913154, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19247040 + } + }, + { + "pair_index": 15, + "elapsed_ns": 19191443, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6250496, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25533818, + "runtime_create_ns": 29556, + "jit_attach_ns": 42, + "context_create_ns": 110908, + "definition_eval_ns": 49797, + "first_eval_ns": 2294375, + "threshold_crossing_ns": 1922613, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19191443 + } + }, + { + "pair_index": 16, + "elapsed_ns": 19126297, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6389760, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25410196, + "runtime_create_ns": 29042, + "jit_attach_ns": 41, + "context_create_ns": 103895, + "definition_eval_ns": 52729, + "first_eval_ns": 2256101, + "threshold_crossing_ns": 1914667, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19126297 + } + }, + { + "pair_index": 17, + "elapsed_ns": 19913187, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6287360, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 26829594, + "runtime_create_ns": 26952, + "jit_attach_ns": 42, + "context_create_ns": 111543, + "definition_eval_ns": 48038, + "first_eval_ns": 2260491, + "threshold_crossing_ns": 1927226, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19913187 + } + }, + { + "pair_index": 18, + "elapsed_ns": 19358541, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6275072, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25888143, + "runtime_create_ns": 29987, + "jit_attach_ns": 42, + "context_create_ns": 116386, + "definition_eval_ns": 48298, + "first_eval_ns": 2262969, + "threshold_crossing_ns": 2045286, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19358541 + } + }, + { + "pair_index": 19, + "elapsed_ns": 19432718, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6344704, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25796373, + "runtime_create_ns": 26071, + "jit_attach_ns": 41, + "context_create_ns": 111701, + "definition_eval_ns": 53207, + "first_eval_ns": 2289328, + "threshold_crossing_ns": 1911482, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19432718 + } + }, + { + "pair_index": 20, + "elapsed_ns": 19371349, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6348800, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25672064, + "runtime_create_ns": 27875, + "jit_attach_ns": 97, + "context_create_ns": 112618, + "definition_eval_ns": 50272, + "first_eval_ns": 2246967, + "threshold_crossing_ns": 1915102, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19371349 + } + }, + { + "pair_index": 21, + "elapsed_ns": 19223546, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6303744, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25533086, + "runtime_create_ns": 29693, + "jit_attach_ns": 42, + "context_create_ns": 107014, + "definition_eval_ns": 50326, + "first_eval_ns": 2269073, + "threshold_crossing_ns": 1920044, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19223546 + } + }, + { + "pair_index": 22, + "elapsed_ns": 19180601, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6365184, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25502749, + "runtime_create_ns": 25011, + "jit_attach_ns": 41, + "context_create_ns": 108901, + "definition_eval_ns": 49277, + "first_eval_ns": 2265988, + "threshold_crossing_ns": 1932706, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19180601 + } + }, + { + "pair_index": 23, + "elapsed_ns": 19203186, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6373376, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25537112, + "runtime_create_ns": 30931, + "jit_attach_ns": 40, + "context_create_ns": 106345, + "definition_eval_ns": 50303, + "first_eval_ns": 2280574, + "threshold_crossing_ns": 1930481, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19203186 + } + }, + { + "pair_index": 24, + "elapsed_ns": 19163419, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6434816, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25482272, + "runtime_create_ns": 30222, + "jit_attach_ns": 41, + "context_create_ns": 114258, + "definition_eval_ns": 46264, + "first_eval_ns": 2256179, + "threshold_crossing_ns": 1926280, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19163419 + } + }, + { + "pair_index": 25, + "elapsed_ns": 19189162, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6365184, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25461295, + "runtime_create_ns": 33655, + "jit_attach_ns": 42, + "context_create_ns": 105021, + "definition_eval_ns": 47734, + "first_eval_ns": 2248320, + "threshold_crossing_ns": 1908095, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19189162 + } + }, + { + "pair_index": 26, + "elapsed_ns": 19247520, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6295552, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25548333, + "runtime_create_ns": 28777, + "jit_attach_ns": 42, + "context_create_ns": 110432, + "definition_eval_ns": 50267, + "first_eval_ns": 2277150, + "threshold_crossing_ns": 1901293, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19247520 + } + }, + { + "pair_index": 27, + "elapsed_ns": 19186757, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6287360, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25462745, + "runtime_create_ns": 26635, + "jit_attach_ns": 42, + "context_create_ns": 102700, + "definition_eval_ns": 50151, + "first_eval_ns": 2259269, + "threshold_crossing_ns": 1913769, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19186757 + } + }, + { + "pair_index": 28, + "elapsed_ns": 19081868, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6365184, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25354898, + "runtime_create_ns": 25536, + "jit_attach_ns": 41, + "context_create_ns": 105435, + "definition_eval_ns": 51310, + "first_eval_ns": 2267294, + "threshold_crossing_ns": 1907519, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19081868 + } + }, + { + "pair_index": 29, + "elapsed_ns": 19378662, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 6352896, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 25858386, + "runtime_create_ns": 30634, + "jit_attach_ns": 41, + "context_create_ns": 106925, + "definition_eval_ns": 48411, + "first_eval_ns": 2348396, + "threshold_crossing_ns": 2006324, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 19378662 + } + } + ], + "raw_latency_ns": [ + 19243091, + 19158285, + 19092039, + 19207634, + 19244150, + 19184963, + 19216126, + 19902193, + 19846538, + 19392439, + 19288455, + 19192360, + 19214210, + 19184057, + 19247040, + 19191443, + 19126297, + 19913187, + 19358541, + 19432718, + 19371349, + 19223546, + 19180601, + 19203186, + 19163419, + 19189162, + 19247520, + 19186757, + 19081868, + 19378662 + ], + "raw_throughput_ops": [ + 38, + 39, + 39, + 37, + 38, + 39, + 39, + 39, + 38, + 39 + ], + "median_ns": 19216126, + "mad_ns": 35525, + "p95_ns": 19902193, + "p99_ns": 19913187, + "ci95_ns": [ + 19191443, + 19247520 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "arrays-typed", + "suite": "rquickjs-jit matrix", + "group": "arrays-typed", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 4582143, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5070848, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6223860, + "runtime_create_ns": 28365, + "jit_attach_ns": 42, + "context_create_ns": 103483, + "definition_eval_ns": 57681, + "first_eval_ns": 496428, + "threshold_crossing_ns": 476002, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4582143 + } + }, + { + "pair_index": 1, + "elapsed_ns": 4612737, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5173248, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6232095, + "runtime_create_ns": 29905, + "jit_attach_ns": 41, + "context_create_ns": 103715, + "definition_eval_ns": 60484, + "first_eval_ns": 484686, + "threshold_crossing_ns": 471894, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4612737 + } + }, + { + "pair_index": 2, + "elapsed_ns": 4544819, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5414912, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6168253, + "runtime_create_ns": 25264, + "jit_attach_ns": 41, + "context_create_ns": 109110, + "definition_eval_ns": 58920, + "first_eval_ns": 489211, + "threshold_crossing_ns": 460206, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4544819 + } + }, + { + "pair_index": 3, + "elapsed_ns": 4599852, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5111808, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6271782, + "runtime_create_ns": 27974, + "jit_attach_ns": 40, + "context_create_ns": 126321, + "definition_eval_ns": 55333, + "first_eval_ns": 510404, + "threshold_crossing_ns": 470467, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4599852 + } + }, + { + "pair_index": 4, + "elapsed_ns": 4562338, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5087232, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6196961, + "runtime_create_ns": 29248, + "jit_attach_ns": 41, + "context_create_ns": 107958, + "definition_eval_ns": 57927, + "first_eval_ns": 494047, + "threshold_crossing_ns": 465935, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4562338 + } + }, + { + "pair_index": 5, + "elapsed_ns": 4596579, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5206016, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6223008, + "runtime_create_ns": 25767, + "jit_attach_ns": 44, + "context_create_ns": 110787, + "definition_eval_ns": 63013, + "first_eval_ns": 486641, + "threshold_crossing_ns": 461956, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4596579 + } + }, + { + "pair_index": 6, + "elapsed_ns": 4611479, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5337088, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6234630, + "runtime_create_ns": 29841, + "jit_attach_ns": 41, + "context_create_ns": 102791, + "definition_eval_ns": 60296, + "first_eval_ns": 489340, + "threshold_crossing_ns": 462324, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4611479 + } + }, + { + "pair_index": 7, + "elapsed_ns": 4607373, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5394432, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6227616, + "runtime_create_ns": 28979, + "jit_attach_ns": 44, + "context_create_ns": 106865, + "definition_eval_ns": 59465, + "first_eval_ns": 477613, + "threshold_crossing_ns": 474591, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4607373 + } + }, + { + "pair_index": 8, + "elapsed_ns": 4592962, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5189632, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6242071, + "runtime_create_ns": 30573, + "jit_attach_ns": 40, + "context_create_ns": 116793, + "definition_eval_ns": 61963, + "first_eval_ns": 487896, + "threshold_crossing_ns": 476428, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4592962 + } + }, + { + "pair_index": 9, + "elapsed_ns": 4603894, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5242880, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6301504, + "runtime_create_ns": 26988, + "jit_attach_ns": 43, + "context_create_ns": 107860, + "definition_eval_ns": 58234, + "first_eval_ns": 569027, + "threshold_crossing_ns": 458201, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4603894 + } + }, + { + "pair_index": 10, + "elapsed_ns": 4556636, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5185536, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6181201, + "runtime_create_ns": 29069, + "jit_attach_ns": 41, + "context_create_ns": 105346, + "definition_eval_ns": 57834, + "first_eval_ns": 489424, + "threshold_crossing_ns": 471275, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4556636 + } + }, + { + "pair_index": 11, + "elapsed_ns": 4565340, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5132288, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6210426, + "runtime_create_ns": 28225, + "jit_attach_ns": 41, + "context_create_ns": 105414, + "definition_eval_ns": 57630, + "first_eval_ns": 487360, + "threshold_crossing_ns": 476128, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4565340 + } + }, + { + "pair_index": 12, + "elapsed_ns": 4652175, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5308416, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6260737, + "runtime_create_ns": 25469, + "jit_attach_ns": 43, + "context_create_ns": 107344, + "definition_eval_ns": 60439, + "first_eval_ns": 482218, + "threshold_crossing_ns": 462337, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4652175 + } + }, + { + "pair_index": 13, + "elapsed_ns": 4627729, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5128192, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6296594, + "runtime_create_ns": 28685, + "jit_attach_ns": 41, + "context_create_ns": 116460, + "definition_eval_ns": 77458, + "first_eval_ns": 499311, + "threshold_crossing_ns": 479884, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4627729 + } + }, + { + "pair_index": 14, + "elapsed_ns": 4600983, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5398528, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6232226, + "runtime_create_ns": 30145, + "jit_attach_ns": 41, + "context_create_ns": 109327, + "definition_eval_ns": 54748, + "first_eval_ns": 490845, + "threshold_crossing_ns": 459096, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4600983 + } + }, + { + "pair_index": 15, + "elapsed_ns": 4716570, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5390336, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6361141, + "runtime_create_ns": 26547, + "jit_attach_ns": 42, + "context_create_ns": 116112, + "definition_eval_ns": 56980, + "first_eval_ns": 490261, + "threshold_crossing_ns": 474999, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4716570 + } + }, + { + "pair_index": 16, + "elapsed_ns": 4597177, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5410816, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6209831, + "runtime_create_ns": 29523, + "jit_attach_ns": 42, + "context_create_ns": 115560, + "definition_eval_ns": 59244, + "first_eval_ns": 479468, + "threshold_crossing_ns": 462591, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4597177 + } + }, + { + "pair_index": 17, + "elapsed_ns": 4590009, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5124096, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6236379, + "runtime_create_ns": 27537, + "jit_attach_ns": 44, + "context_create_ns": 109251, + "definition_eval_ns": 58655, + "first_eval_ns": 499280, + "threshold_crossing_ns": 471260, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4590009 + } + }, + { + "pair_index": 18, + "elapsed_ns": 4608906, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5337088, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6233270, + "runtime_create_ns": 29560, + "jit_attach_ns": 41, + "context_create_ns": 107115, + "definition_eval_ns": 56726, + "first_eval_ns": 480385, + "threshold_crossing_ns": 479444, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4608906 + } + }, + { + "pair_index": 19, + "elapsed_ns": 4606270, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5410816, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6249905, + "runtime_create_ns": 32950, + "jit_attach_ns": 110, + "context_create_ns": 111507, + "definition_eval_ns": 58342, + "first_eval_ns": 483193, + "threshold_crossing_ns": 476240, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4606270 + } + }, + { + "pair_index": 20, + "elapsed_ns": 4594232, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5160960, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6226192, + "runtime_create_ns": 26440, + "jit_attach_ns": 149, + "context_create_ns": 100785, + "definition_eval_ns": 58330, + "first_eval_ns": 488345, + "threshold_crossing_ns": 480616, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4594232 + } + }, + { + "pair_index": 21, + "elapsed_ns": 4644752, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5300224, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6276785, + "runtime_create_ns": 27038, + "jit_attach_ns": 41, + "context_create_ns": 121321, + "definition_eval_ns": 60521, + "first_eval_ns": 475623, + "threshold_crossing_ns": 470964, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4644752 + } + }, + { + "pair_index": 22, + "elapsed_ns": 4572134, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5181440, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6212971, + "runtime_create_ns": 28992, + "jit_attach_ns": 42, + "context_create_ns": 102603, + "definition_eval_ns": 59180, + "first_eval_ns": 489143, + "threshold_crossing_ns": 480627, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4572134 + } + }, + { + "pair_index": 23, + "elapsed_ns": 4597863, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5152768, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6210250, + "runtime_create_ns": 26540, + "jit_attach_ns": 42, + "context_create_ns": 102946, + "definition_eval_ns": 57302, + "first_eval_ns": 481712, + "threshold_crossing_ns": 463705, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4597863 + } + }, + { + "pair_index": 24, + "elapsed_ns": 4598388, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5345280, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6241174, + "runtime_create_ns": 26676, + "jit_attach_ns": 40, + "context_create_ns": 105228, + "definition_eval_ns": 61601, + "first_eval_ns": 501516, + "threshold_crossing_ns": 469148, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4598388 + } + }, + { + "pair_index": 25, + "elapsed_ns": 4592864, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5165056, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6211657, + "runtime_create_ns": 34473, + "jit_attach_ns": 50, + "context_create_ns": 114706, + "definition_eval_ns": 58754, + "first_eval_ns": 479684, + "threshold_crossing_ns": 466783, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4592864 + } + }, + { + "pair_index": 26, + "elapsed_ns": 4577653, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5230592, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6202888, + "runtime_create_ns": 26005, + "jit_attach_ns": 40, + "context_create_ns": 110212, + "definition_eval_ns": 59947, + "first_eval_ns": 491511, + "threshold_crossing_ns": 455549, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4577653 + } + }, + { + "pair_index": 27, + "elapsed_ns": 4592856, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5263360, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6230961, + "runtime_create_ns": 25824, + "jit_attach_ns": 107, + "context_create_ns": 117933, + "definition_eval_ns": 60711, + "first_eval_ns": 495009, + "threshold_crossing_ns": 467406, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4592856 + } + }, + { + "pair_index": 28, + "elapsed_ns": 4589078, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5373952, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6240114, + "runtime_create_ns": 28593, + "jit_attach_ns": 41, + "context_create_ns": 108533, + "definition_eval_ns": 55828, + "first_eval_ns": 493630, + "threshold_crossing_ns": 480541, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4589078 + } + }, + { + "pair_index": 29, + "elapsed_ns": 4691282, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5128192, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 6319641, + "runtime_create_ns": 36196, + "jit_attach_ns": 41, + "context_create_ns": 104738, + "definition_eval_ns": 56015, + "first_eval_ns": 487842, + "threshold_crossing_ns": 472254, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 4691282 + } + } + ], + "raw_latency_ns": [ + 4582143, + 4612737, + 4544819, + 4599852, + 4562338, + 4596579, + 4611479, + 4607373, + 4592962, + 4603894, + 4556636, + 4565340, + 4652175, + 4627729, + 4600983, + 4716570, + 4597177, + 4590009, + 4608906, + 4606270, + 4594232, + 4644752, + 4572134, + 4597863, + 4598388, + 4592864, + 4577653, + 4592856, + 4589078, + 4691282 + ], + "raw_throughput_ops": [ + 150, + 146, + 146, + 150, + 150, + 146, + 147, + 147, + 145, + 149 + ], + "median_ns": 4597863, + "mad_ns": 11043, + "p95_ns": 4691282, + "p99_ns": 4716570, + "ci95_ns": [ + 4592864, + 4606270 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "objects-polymorphic", + "suite": "rquickjs-jit matrix", + "group": "objects-polymorphic", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 6556260, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5541888, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9357926, + "runtime_create_ns": 28309, + "jit_attach_ns": 42, + "context_create_ns": 112822, + "definition_eval_ns": 52764, + "first_eval_ns": 1283295, + "threshold_crossing_ns": 654798, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6556260 + } + }, + { + "pair_index": 1, + "elapsed_ns": 6508609, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5554176, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8840237, + "runtime_create_ns": 30063, + "jit_attach_ns": 42, + "context_create_ns": 106497, + "definition_eval_ns": 52154, + "first_eval_ns": 816590, + "threshold_crossing_ns": 661120, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6508609 + } + }, + { + "pair_index": 2, + "elapsed_ns": 6420994, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5595136, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8728900, + "runtime_create_ns": 25325, + "jit_attach_ns": 41, + "context_create_ns": 112038, + "definition_eval_ns": 53906, + "first_eval_ns": 814125, + "threshold_crossing_ns": 630643, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6420994 + } + }, + { + "pair_index": 3, + "elapsed_ns": 6387468, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5521408, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8656120, + "runtime_create_ns": 29544, + "jit_attach_ns": 41, + "context_create_ns": 105708, + "definition_eval_ns": 51985, + "first_eval_ns": 774010, + "threshold_crossing_ns": 648724, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6387468 + } + }, + { + "pair_index": 4, + "elapsed_ns": 6467577, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5373952, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8744163, + "runtime_create_ns": 27858, + "jit_attach_ns": 42, + "context_create_ns": 107172, + "definition_eval_ns": 51182, + "first_eval_ns": 761966, + "threshold_crossing_ns": 664246, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6467577 + } + }, + { + "pair_index": 5, + "elapsed_ns": 6511782, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5332992, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8835842, + "runtime_create_ns": 28950, + "jit_attach_ns": 41, + "context_create_ns": 103869, + "definition_eval_ns": 51922, + "first_eval_ns": 790733, + "threshold_crossing_ns": 679025, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6511782 + } + }, + { + "pair_index": 6, + "elapsed_ns": 6617668, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5414912, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8919698, + "runtime_create_ns": 29151, + "jit_attach_ns": 41, + "context_create_ns": 108733, + "definition_eval_ns": 51910, + "first_eval_ns": 807856, + "threshold_crossing_ns": 654850, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6617668 + } + }, + { + "pair_index": 7, + "elapsed_ns": 6471402, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5328896, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9296225, + "runtime_create_ns": 138648, + "jit_attach_ns": 202, + "context_create_ns": 490104, + "definition_eval_ns": 55456, + "first_eval_ns": 819453, + "threshold_crossing_ns": 644401, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6471402 + } + }, + { + "pair_index": 8, + "elapsed_ns": 6506148, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5316608, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8908863, + "runtime_create_ns": 36449, + "jit_attach_ns": 41, + "context_create_ns": 131649, + "definition_eval_ns": 56261, + "first_eval_ns": 845256, + "threshold_crossing_ns": 659710, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6506148 + } + }, + { + "pair_index": 9, + "elapsed_ns": 6487148, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5447680, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8754822, + "runtime_create_ns": 27796, + "jit_attach_ns": 43, + "context_create_ns": 110271, + "definition_eval_ns": 57609, + "first_eval_ns": 778875, + "threshold_crossing_ns": 646743, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6487148 + } + }, + { + "pair_index": 10, + "elapsed_ns": 6495011, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5259264, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8821121, + "runtime_create_ns": 29278, + "jit_attach_ns": 41, + "context_create_ns": 117091, + "definition_eval_ns": 51425, + "first_eval_ns": 815826, + "threshold_crossing_ns": 642928, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6495011 + } + }, + { + "pair_index": 11, + "elapsed_ns": 6693116, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5521408, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8996132, + "runtime_create_ns": 28773, + "jit_attach_ns": 42, + "context_create_ns": 114446, + "definition_eval_ns": 53614, + "first_eval_ns": 809347, + "threshold_crossing_ns": 640010, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6693116 + } + }, + { + "pair_index": 12, + "elapsed_ns": 6491351, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5447680, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8809023, + "runtime_create_ns": 28463, + "jit_attach_ns": 41, + "context_create_ns": 106358, + "definition_eval_ns": 50047, + "first_eval_ns": 807637, + "threshold_crossing_ns": 655122, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6491351 + } + }, + { + "pair_index": 13, + "elapsed_ns": 6517255, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5529600, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8846714, + "runtime_create_ns": 26376, + "jit_attach_ns": 43, + "context_create_ns": 107091, + "definition_eval_ns": 54894, + "first_eval_ns": 839680, + "threshold_crossing_ns": 645869, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6517255 + } + }, + { + "pair_index": 14, + "elapsed_ns": 6472349, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5361664, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8783806, + "runtime_create_ns": 28731, + "jit_attach_ns": 42, + "context_create_ns": 107479, + "definition_eval_ns": 51437, + "first_eval_ns": 804617, + "threshold_crossing_ns": 658968, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6472349 + } + }, + { + "pair_index": 15, + "elapsed_ns": 6633591, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5406720, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9183195, + "runtime_create_ns": 39333, + "jit_attach_ns": 213, + "context_create_ns": 149135, + "definition_eval_ns": 72929, + "first_eval_ns": 967452, + "threshold_crossing_ns": 650837, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6633591 + } + }, + { + "pair_index": 16, + "elapsed_ns": 6493786, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5451776, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8766896, + "runtime_create_ns": 26291, + "jit_attach_ns": 41, + "context_create_ns": 107850, + "definition_eval_ns": 54168, + "first_eval_ns": 781021, + "threshold_crossing_ns": 640188, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6493786 + } + }, + { + "pair_index": 17, + "elapsed_ns": 6486498, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5369856, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8792621, + "runtime_create_ns": 33129, + "jit_attach_ns": 41, + "context_create_ns": 119715, + "definition_eval_ns": 52952, + "first_eval_ns": 768190, + "threshold_crossing_ns": 661253, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6486498 + } + }, + { + "pair_index": 18, + "elapsed_ns": 6459477, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5545984, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8749887, + "runtime_create_ns": 31322, + "jit_attach_ns": 43, + "context_create_ns": 108988, + "definition_eval_ns": 57152, + "first_eval_ns": 785144, + "threshold_crossing_ns": 632792, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6459477 + } + }, + { + "pair_index": 19, + "elapsed_ns": 6499249, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5521408, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8805413, + "runtime_create_ns": 28422, + "jit_attach_ns": 109, + "context_create_ns": 107422, + "definition_eval_ns": 55828, + "first_eval_ns": 800044, + "threshold_crossing_ns": 636521, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6499249 + } + }, + { + "pair_index": 20, + "elapsed_ns": 6375057, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5378048, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8690425, + "runtime_create_ns": 30379, + "jit_attach_ns": 42, + "context_create_ns": 126920, + "definition_eval_ns": 58128, + "first_eval_ns": 781121, + "threshold_crossing_ns": 645353, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6375057 + } + }, + { + "pair_index": 21, + "elapsed_ns": 6512697, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5451776, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8779373, + "runtime_create_ns": 37829, + "jit_attach_ns": 41, + "context_create_ns": 106803, + "definition_eval_ns": 51173, + "first_eval_ns": 776609, + "threshold_crossing_ns": 640516, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6512697 + } + }, + { + "pair_index": 22, + "elapsed_ns": 6507673, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5517312, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8807700, + "runtime_create_ns": 29512, + "jit_attach_ns": 42, + "context_create_ns": 121320, + "definition_eval_ns": 50964, + "first_eval_ns": 788924, + "threshold_crossing_ns": 642302, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6507673 + } + }, + { + "pair_index": 23, + "elapsed_ns": 6489768, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5378048, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8840586, + "runtime_create_ns": 25598, + "jit_attach_ns": 42, + "context_create_ns": 113113, + "definition_eval_ns": 51916, + "first_eval_ns": 825730, + "threshold_crossing_ns": 661879, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6489768 + } + }, + { + "pair_index": 24, + "elapsed_ns": 6438542, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5451776, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8732515, + "runtime_create_ns": 26751, + "jit_attach_ns": 42, + "context_create_ns": 107833, + "definition_eval_ns": 52876, + "first_eval_ns": 792434, + "threshold_crossing_ns": 664675, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6438542 + } + }, + { + "pair_index": 25, + "elapsed_ns": 8762203, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5427200, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 12726444, + "runtime_create_ns": 45872, + "jit_attach_ns": 147, + "context_create_ns": 157468, + "definition_eval_ns": 72650, + "first_eval_ns": 1376199, + "threshold_crossing_ns": 1154155, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 8762203 + } + }, + { + "pair_index": 26, + "elapsed_ns": 6479496, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5464064, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8777731, + "runtime_create_ns": 25304, + "jit_attach_ns": 42, + "context_create_ns": 106669, + "definition_eval_ns": 59901, + "first_eval_ns": 781198, + "threshold_crossing_ns": 653836, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6479496 + } + }, + { + "pair_index": 27, + "elapsed_ns": 6398111, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5447680, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9461984, + "runtime_create_ns": 26886, + "jit_attach_ns": 41, + "context_create_ns": 124980, + "definition_eval_ns": 51234, + "first_eval_ns": 800820, + "threshold_crossing_ns": 1378202, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6398111 + } + }, + { + "pair_index": 28, + "elapsed_ns": 6575797, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5513216, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8901479, + "runtime_create_ns": 28645, + "jit_attach_ns": 42, + "context_create_ns": 107815, + "definition_eval_ns": 51520, + "first_eval_ns": 800915, + "threshold_crossing_ns": 654270, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6575797 + } + }, + { + "pair_index": 29, + "elapsed_ns": 6551151, + "checksum": "number:413e8c5000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5513216, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 8853012, + "runtime_create_ns": 26670, + "jit_attach_ns": 41, + "context_create_ns": 110863, + "definition_eval_ns": 52894, + "first_eval_ns": 811646, + "threshold_crossing_ns": 643907, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 6551151 + } + } + ], + "raw_latency_ns": [ + 6556260, + 6508609, + 6420994, + 6387468, + 6467577, + 6511782, + 6617668, + 6471402, + 6506148, + 6487148, + 6495011, + 6693116, + 6491351, + 6517255, + 6472349, + 6633591, + 6493786, + 6486498, + 6459477, + 6499249, + 6375057, + 6512697, + 6507673, + 6489768, + 6438542, + 8762203, + 6479496, + 6398111, + 6575797, + 6551151 + ], + "raw_throughput_ops": [ + 108, + 102, + 106, + 107, + 107, + 109, + 105, + 106, + 104, + 108 + ], + "median_ns": 6495011, + "mad_ns": 23609, + "p95_ns": 6693116, + "p99_ns": 8762203, + "ci95_ns": [ + 6486498, + 6511782 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "calls-recursion-closures", + "suite": "rquickjs-jit matrix", + "group": "calls-recursion-closures", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 7361794, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4931584, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9855942, + "runtime_create_ns": 29021, + "jit_attach_ns": 41, + "context_create_ns": 107858, + "definition_eval_ns": 49375, + "first_eval_ns": 764217, + "threshold_crossing_ns": 783100, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7361794 + } + }, + { + "pair_index": 1, + "elapsed_ns": 7400716, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5058560, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9839091, + "runtime_create_ns": 23928, + "jit_attach_ns": 42, + "context_create_ns": 111670, + "definition_eval_ns": 49776, + "first_eval_ns": 747907, + "threshold_crossing_ns": 737785, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7400716 + } + }, + { + "pair_index": 2, + "elapsed_ns": 7359067, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5259264, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9798777, + "runtime_create_ns": 28290, + "jit_attach_ns": 45, + "context_create_ns": 110980, + "definition_eval_ns": 49448, + "first_eval_ns": 741692, + "threshold_crossing_ns": 745363, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7359067 + } + }, + { + "pair_index": 3, + "elapsed_ns": 7379339, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5136384, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9810408, + "runtime_create_ns": 28619, + "jit_attach_ns": 41, + "context_create_ns": 108367, + "definition_eval_ns": 50314, + "first_eval_ns": 748248, + "threshold_crossing_ns": 754888, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7379339 + } + }, + { + "pair_index": 4, + "elapsed_ns": 7466395, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4993024, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9931473, + "runtime_create_ns": 29981, + "jit_attach_ns": 41, + "context_create_ns": 106600, + "definition_eval_ns": 48664, + "first_eval_ns": 757312, + "threshold_crossing_ns": 752357, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7466395 + } + }, + { + "pair_index": 5, + "elapsed_ns": 7397719, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4935680, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9845163, + "runtime_create_ns": 28808, + "jit_attach_ns": 44, + "context_create_ns": 105945, + "definition_eval_ns": 53177, + "first_eval_ns": 756966, + "threshold_crossing_ns": 746386, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7397719 + } + }, + { + "pair_index": 6, + "elapsed_ns": 7635393, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5025792, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 10106773, + "runtime_create_ns": 25456, + "jit_attach_ns": 109, + "context_create_ns": 108351, + "definition_eval_ns": 59441, + "first_eval_ns": 751342, + "threshold_crossing_ns": 751770, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7635393 + } + }, + { + "pair_index": 7, + "elapsed_ns": 7377977, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4984832, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9825919, + "runtime_create_ns": 27681, + "jit_attach_ns": 42, + "context_create_ns": 110453, + "definition_eval_ns": 48559, + "first_eval_ns": 760093, + "threshold_crossing_ns": 745910, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7377977 + } + }, + { + "pair_index": 8, + "elapsed_ns": 7425899, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5267456, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9891262, + "runtime_create_ns": 28530, + "jit_attach_ns": 41, + "context_create_ns": 109197, + "definition_eval_ns": 51802, + "first_eval_ns": 763788, + "threshold_crossing_ns": 755321, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7425899 + } + }, + { + "pair_index": 9, + "elapsed_ns": 7371161, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5230592, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9821346, + "runtime_create_ns": 30093, + "jit_attach_ns": 41, + "context_create_ns": 107573, + "definition_eval_ns": 49431, + "first_eval_ns": 741995, + "threshold_crossing_ns": 748465, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7371161 + } + }, + { + "pair_index": 10, + "elapsed_ns": 7392223, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5029888, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9833995, + "runtime_create_ns": 26025, + "jit_attach_ns": 43, + "context_create_ns": 110983, + "definition_eval_ns": 48549, + "first_eval_ns": 762232, + "threshold_crossing_ns": 744045, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7392223 + } + }, + { + "pair_index": 11, + "elapsed_ns": 7448693, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5218304, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9886545, + "runtime_create_ns": 29213, + "jit_attach_ns": 38, + "context_create_ns": 110334, + "definition_eval_ns": 50479, + "first_eval_ns": 743482, + "threshold_crossing_ns": 737619, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7448693 + } + }, + { + "pair_index": 12, + "elapsed_ns": 7409594, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5087232, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9839499, + "runtime_create_ns": 31404, + "jit_attach_ns": 42, + "context_create_ns": 106572, + "definition_eval_ns": 50971, + "first_eval_ns": 754352, + "threshold_crossing_ns": 740917, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7409594 + } + }, + { + "pair_index": 13, + "elapsed_ns": 7363127, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5038080, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9808142, + "runtime_create_ns": 25784, + "jit_attach_ns": 41, + "context_create_ns": 120659, + "definition_eval_ns": 51393, + "first_eval_ns": 730712, + "threshold_crossing_ns": 749213, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7363127 + } + }, + { + "pair_index": 14, + "elapsed_ns": 7339619, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4984832, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9772443, + "runtime_create_ns": 27369, + "jit_attach_ns": 42, + "context_create_ns": 104147, + "definition_eval_ns": 49314, + "first_eval_ns": 751599, + "threshold_crossing_ns": 750330, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7339619 + } + }, + { + "pair_index": 15, + "elapsed_ns": 7408093, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5165056, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9846592, + "runtime_create_ns": 28059, + "jit_attach_ns": 42, + "context_create_ns": 113448, + "definition_eval_ns": 50739, + "first_eval_ns": 757038, + "threshold_crossing_ns": 747420, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7408093 + } + }, + { + "pair_index": 16, + "elapsed_ns": 7411501, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4980736, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9877680, + "runtime_create_ns": 27755, + "jit_attach_ns": 40, + "context_create_ns": 104551, + "definition_eval_ns": 52311, + "first_eval_ns": 766929, + "threshold_crossing_ns": 751123, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7411501 + } + }, + { + "pair_index": 17, + "elapsed_ns": 7359232, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5193728, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9777008, + "runtime_create_ns": 27235, + "jit_attach_ns": 41, + "context_create_ns": 110822, + "definition_eval_ns": 49757, + "first_eval_ns": 737870, + "threshold_crossing_ns": 748604, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7359232 + } + }, + { + "pair_index": 18, + "elapsed_ns": 7279897, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4980736, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9707722, + "runtime_create_ns": 29776, + "jit_attach_ns": 42, + "context_create_ns": 104992, + "definition_eval_ns": 48799, + "first_eval_ns": 742215, + "threshold_crossing_ns": 744239, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7279897 + } + }, + { + "pair_index": 19, + "elapsed_ns": 7394307, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5124096, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9856911, + "runtime_create_ns": 26901, + "jit_attach_ns": 41, + "context_create_ns": 118535, + "definition_eval_ns": 49576, + "first_eval_ns": 755592, + "threshold_crossing_ns": 749475, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7394307 + } + }, + { + "pair_index": 20, + "elapsed_ns": 7428404, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4931584, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9884762, + "runtime_create_ns": 28576, + "jit_attach_ns": 42, + "context_create_ns": 105541, + "definition_eval_ns": 53571, + "first_eval_ns": 747839, + "threshold_crossing_ns": 752948, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7428404 + } + }, + { + "pair_index": 21, + "elapsed_ns": 7392292, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4993024, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9815118, + "runtime_create_ns": 28172, + "jit_attach_ns": 42, + "context_create_ns": 106312, + "definition_eval_ns": 51495, + "first_eval_ns": 738520, + "threshold_crossing_ns": 743962, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7392292 + } + }, + { + "pair_index": 22, + "elapsed_ns": 7408676, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5132288, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9859580, + "runtime_create_ns": 30296, + "jit_attach_ns": 41, + "context_create_ns": 108058, + "definition_eval_ns": 53252, + "first_eval_ns": 748171, + "threshold_crossing_ns": 750364, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7408676 + } + }, + { + "pair_index": 23, + "elapsed_ns": 7427400, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4972544, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9876987, + "runtime_create_ns": 37849, + "jit_attach_ns": 46, + "context_create_ns": 106819, + "definition_eval_ns": 49716, + "first_eval_ns": 734434, + "threshold_crossing_ns": 753910, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7427400 + } + }, + { + "pair_index": 24, + "elapsed_ns": 7410706, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5062656, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9827749, + "runtime_create_ns": 25977, + "jit_attach_ns": 96, + "context_create_ns": 105667, + "definition_eval_ns": 50746, + "first_eval_ns": 739879, + "threshold_crossing_ns": 741459, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7410706 + } + }, + { + "pair_index": 25, + "elapsed_ns": 7407506, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5144576, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9867939, + "runtime_create_ns": 30431, + "jit_attach_ns": 42, + "context_create_ns": 107269, + "definition_eval_ns": 59060, + "first_eval_ns": 765268, + "threshold_crossing_ns": 748308, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7407506 + } + }, + { + "pair_index": 26, + "elapsed_ns": 7360745, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5120000, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9825222, + "runtime_create_ns": 24973, + "jit_attach_ns": 42, + "context_create_ns": 107558, + "definition_eval_ns": 54095, + "first_eval_ns": 760889, + "threshold_crossing_ns": 750026, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7360745 + } + }, + { + "pair_index": 27, + "elapsed_ns": 7389577, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5074944, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9847683, + "runtime_create_ns": 29284, + "jit_attach_ns": 42, + "context_create_ns": 106710, + "definition_eval_ns": 55143, + "first_eval_ns": 758360, + "threshold_crossing_ns": 744450, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7389577 + } + }, + { + "pair_index": 28, + "elapsed_ns": 7321592, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4988928, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9741297, + "runtime_create_ns": 25860, + "jit_attach_ns": 42, + "context_create_ns": 99117, + "definition_eval_ns": 45612, + "first_eval_ns": 754173, + "threshold_crossing_ns": 744994, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7321592 + } + }, + { + "pair_index": 29, + "elapsed_ns": 7386605, + "checksum": "number:40d4820000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5087232, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 9839931, + "runtime_create_ns": 26498, + "jit_attach_ns": 41, + "context_create_ns": 111696, + "definition_eval_ns": 51720, + "first_eval_ns": 749254, + "threshold_crossing_ns": 755678, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 7386605 + } + } + ], + "raw_latency_ns": [ + 7361794, + 7400716, + 7359067, + 7379339, + 7466395, + 7397719, + 7635393, + 7377977, + 7425899, + 7371161, + 7392223, + 7448693, + 7409594, + 7363127, + 7339619, + 7408093, + 7411501, + 7359232, + 7279897, + 7394307, + 7428404, + 7392292, + 7408676, + 7427400, + 7410706, + 7407506, + 7360745, + 7389577, + 7321592, + 7386605 + ], + "raw_throughput_ops": [ + 98, + 98, + 95, + 98, + 98, + 97, + 96, + 97, + 97, + 97 + ], + "median_ns": 7394307, + "mad_ns": 23146, + "p95_ns": 7466395, + "p99_ns": 7635393, + "ci95_ns": [ + 7379339, + 7408676 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "json-codec", + "suite": "rquickjs-jit matrix", + "group": "json-codec", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 79186122, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5275648, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103133232, + "runtime_create_ns": 29133, + "jit_attach_ns": 41, + "context_create_ns": 107103, + "definition_eval_ns": 46130, + "first_eval_ns": 7989959, + "threshold_crossing_ns": 7946813, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79186122 + } + }, + { + "pair_index": 1, + "elapsed_ns": 79568694, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5304320, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103616155, + "runtime_create_ns": 26780, + "jit_attach_ns": 42, + "context_create_ns": 113818, + "definition_eval_ns": 44475, + "first_eval_ns": 8000342, + "threshold_crossing_ns": 7999192, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79568694 + } + }, + { + "pair_index": 2, + "elapsed_ns": 79366611, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5115904, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103379053, + "runtime_create_ns": 29616, + "jit_attach_ns": 41, + "context_create_ns": 109058, + "definition_eval_ns": 45607, + "first_eval_ns": 7999475, + "threshold_crossing_ns": 7983122, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79366611 + } + }, + { + "pair_index": 3, + "elapsed_ns": 79188572, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5238784, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103136231, + "runtime_create_ns": 26356, + "jit_attach_ns": 40, + "context_create_ns": 120270, + "definition_eval_ns": 45176, + "first_eval_ns": 7998920, + "threshold_crossing_ns": 7932080, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79188572 + } + }, + { + "pair_index": 4, + "elapsed_ns": 79688515, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5275648, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103785910, + "runtime_create_ns": 24052, + "jit_attach_ns": 41, + "context_create_ns": 107355, + "definition_eval_ns": 47201, + "first_eval_ns": 8030457, + "threshold_crossing_ns": 7978818, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79688515 + } + }, + { + "pair_index": 5, + "elapsed_ns": 79176496, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5271552, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103134080, + "runtime_create_ns": 25372, + "jit_attach_ns": 42, + "context_create_ns": 114243, + "definition_eval_ns": 45912, + "first_eval_ns": 7963607, + "threshold_crossing_ns": 7952633, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79176496 + } + }, + { + "pair_index": 6, + "elapsed_ns": 79413776, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5304320, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103388039, + "runtime_create_ns": 30987, + "jit_attach_ns": 41, + "context_create_ns": 106833, + "definition_eval_ns": 47137, + "first_eval_ns": 7984744, + "threshold_crossing_ns": 7946573, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79413776 + } + }, + { + "pair_index": 7, + "elapsed_ns": 79363086, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5193728, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103360084, + "runtime_create_ns": 29042, + "jit_attach_ns": 37, + "context_create_ns": 113591, + "definition_eval_ns": 46039, + "first_eval_ns": 8014247, + "threshold_crossing_ns": 7963413, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79363086 + } + }, + { + "pair_index": 8, + "elapsed_ns": 79344652, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5128192, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103344781, + "runtime_create_ns": 28971, + "jit_attach_ns": 41, + "context_create_ns": 104208, + "definition_eval_ns": 44543, + "first_eval_ns": 8007440, + "threshold_crossing_ns": 7975534, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79344652 + } + }, + { + "pair_index": 9, + "elapsed_ns": 79246037, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5210112, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103287508, + "runtime_create_ns": 25396, + "jit_attach_ns": 41, + "context_create_ns": 114197, + "definition_eval_ns": 47438, + "first_eval_ns": 7995843, + "threshold_crossing_ns": 7954940, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79246037 + } + }, + { + "pair_index": 10, + "elapsed_ns": 79192733, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5185536, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103123028, + "runtime_create_ns": 27610, + "jit_attach_ns": 41, + "context_create_ns": 114014, + "definition_eval_ns": 48919, + "first_eval_ns": 7959697, + "threshold_crossing_ns": 7942497, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79192733 + } + }, + { + "pair_index": 11, + "elapsed_ns": 79308218, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5312512, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103289264, + "runtime_create_ns": 41741, + "jit_attach_ns": 53, + "context_create_ns": 112746, + "definition_eval_ns": 47404, + "first_eval_ns": 7974797, + "threshold_crossing_ns": 7952973, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79308218 + } + }, + { + "pair_index": 12, + "elapsed_ns": 79485626, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5292032, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103509907, + "runtime_create_ns": 25711, + "jit_attach_ns": 42, + "context_create_ns": 107198, + "definition_eval_ns": 44889, + "first_eval_ns": 8014595, + "threshold_crossing_ns": 7975802, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79485626 + } + }, + { + "pair_index": 13, + "elapsed_ns": 79244618, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5259264, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103177987, + "runtime_create_ns": 28937, + "jit_attach_ns": 42, + "context_create_ns": 109520, + "definition_eval_ns": 45982, + "first_eval_ns": 8003623, + "threshold_crossing_ns": 7942675, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79244618 + } + }, + { + "pair_index": 14, + "elapsed_ns": 79384380, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5206016, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103389413, + "runtime_create_ns": 26021, + "jit_attach_ns": 42, + "context_create_ns": 109577, + "definition_eval_ns": 45870, + "first_eval_ns": 7981430, + "threshold_crossing_ns": 7980751, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79384380 + } + }, + { + "pair_index": 15, + "elapsed_ns": 79232573, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5107712, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103162073, + "runtime_create_ns": 29952, + "jit_attach_ns": 42, + "context_create_ns": 108449, + "definition_eval_ns": 46505, + "first_eval_ns": 7976637, + "threshold_crossing_ns": 7945089, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79232573 + } + }, + { + "pair_index": 16, + "elapsed_ns": 79504039, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5128192, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103511941, + "runtime_create_ns": 27961, + "jit_attach_ns": 41, + "context_create_ns": 111931, + "definition_eval_ns": 48866, + "first_eval_ns": 7992688, + "threshold_crossing_ns": 7978579, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79504039 + } + }, + { + "pair_index": 17, + "elapsed_ns": 79479718, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5169152, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103558254, + "runtime_create_ns": 27864, + "jit_attach_ns": 86, + "context_create_ns": 106889, + "definition_eval_ns": 44993, + "first_eval_ns": 8039333, + "threshold_crossing_ns": 7997179, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79479718 + } + }, + { + "pair_index": 18, + "elapsed_ns": 79270327, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5120000, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103273790, + "runtime_create_ns": 29231, + "jit_attach_ns": 40, + "context_create_ns": 109047, + "definition_eval_ns": 46258, + "first_eval_ns": 8013312, + "threshold_crossing_ns": 7965371, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79270327 + } + }, + { + "pair_index": 19, + "elapsed_ns": 79236300, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5107712, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103191897, + "runtime_create_ns": 34136, + "jit_attach_ns": 41, + "context_create_ns": 102768, + "definition_eval_ns": 46695, + "first_eval_ns": 7974074, + "threshold_crossing_ns": 7953159, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79236300 + } + }, + { + "pair_index": 20, + "elapsed_ns": 79304957, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5128192, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103247905, + "runtime_create_ns": 31846, + "jit_attach_ns": 41, + "context_create_ns": 105480, + "definition_eval_ns": 43470, + "first_eval_ns": 7970722, + "threshold_crossing_ns": 7941693, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79304957 + } + }, + { + "pair_index": 21, + "elapsed_ns": 79386982, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5222400, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103406078, + "runtime_create_ns": 29891, + "jit_attach_ns": 42, + "context_create_ns": 119869, + "definition_eval_ns": 49051, + "first_eval_ns": 7988940, + "threshold_crossing_ns": 7996522, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79386982 + } + }, + { + "pair_index": 22, + "elapsed_ns": 79312664, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5160960, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103355888, + "runtime_create_ns": 51783, + "jit_attach_ns": 41, + "context_create_ns": 118523, + "definition_eval_ns": 48348, + "first_eval_ns": 7997224, + "threshold_crossing_ns": 7994960, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79312664 + } + }, + { + "pair_index": 23, + "elapsed_ns": 79260139, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5132288, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103151212, + "runtime_create_ns": 27772, + "jit_attach_ns": 39, + "context_create_ns": 109820, + "definition_eval_ns": 49820, + "first_eval_ns": 7971286, + "threshold_crossing_ns": 7926568, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79260139 + } + }, + { + "pair_index": 24, + "elapsed_ns": 79172959, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5259264, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103082213, + "runtime_create_ns": 30016, + "jit_attach_ns": 86, + "context_create_ns": 109360, + "definition_eval_ns": 47266, + "first_eval_ns": 7962458, + "threshold_crossing_ns": 7936784, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79172959 + } + }, + { + "pair_index": 25, + "elapsed_ns": 80321776, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5316608, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 104225385, + "runtime_create_ns": 29545, + "jit_attach_ns": 45, + "context_create_ns": 108670, + "definition_eval_ns": 45336, + "first_eval_ns": 7973959, + "threshold_crossing_ns": 7930535, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 80321776 + } + }, + { + "pair_index": 26, + "elapsed_ns": 79326092, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5185536, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103299377, + "runtime_create_ns": 24385, + "jit_attach_ns": 41, + "context_create_ns": 109389, + "definition_eval_ns": 51450, + "first_eval_ns": 7984347, + "threshold_crossing_ns": 7960798, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79326092 + } + }, + { + "pair_index": 27, + "elapsed_ns": 79110353, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5128192, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103007850, + "runtime_create_ns": 29248, + "jit_attach_ns": 108, + "context_create_ns": 107246, + "definition_eval_ns": 45288, + "first_eval_ns": 7973987, + "threshold_crossing_ns": 7929872, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79110353 + } + }, + { + "pair_index": 28, + "elapsed_ns": 79199495, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5160960, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103141084, + "runtime_create_ns": 27037, + "jit_attach_ns": 38, + "context_create_ns": 103170, + "definition_eval_ns": 50120, + "first_eval_ns": 7976615, + "threshold_crossing_ns": 7947492, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79199495 + } + }, + { + "pair_index": 29, + "elapsed_ns": 79167651, + "checksum": "string:2013000:123", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5218304, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 103079403, + "runtime_create_ns": 26066, + "jit_attach_ns": 42, + "context_create_ns": 109517, + "definition_eval_ns": 46027, + "first_eval_ns": 7953206, + "threshold_crossing_ns": 7940455, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 79167651 + } + } + ], + "raw_latency_ns": [ + 79186122, + 79568694, + 79366611, + 79188572, + 79688515, + 79176496, + 79413776, + 79363086, + 79344652, + 79246037, + 79192733, + 79308218, + 79485626, + 79244618, + 79384380, + 79232573, + 79504039, + 79479718, + 79270327, + 79236300, + 79304957, + 79386982, + 79312664, + 79260139, + 79172959, + 80321776, + 79326092, + 79110353, + 79199495, + 79167651 + ], + "raw_throughput_ops": [ + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10 + ], + "median_ns": 79308218, + "mad_ns": 105558, + "p95_ns": 79688515, + "p99_ns": 80321776, + "ci95_ns": [ + 79244618, + 79366611 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "map-set-bigint", + "suite": "rquickjs-jit matrix", + "group": "map-set-bigint", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 15591659, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5185536, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20416380, + "runtime_create_ns": 25578, + "jit_attach_ns": 109, + "context_create_ns": 106180, + "definition_eval_ns": 47799, + "first_eval_ns": 1511890, + "threshold_crossing_ns": 1537015, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15591659 + } + }, + { + "pair_index": 1, + "elapsed_ns": 15577080, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5169152, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20404075, + "runtime_create_ns": 25715, + "jit_attach_ns": 41, + "context_create_ns": 112691, + "definition_eval_ns": 49905, + "first_eval_ns": 1524820, + "threshold_crossing_ns": 1529125, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15577080 + } + }, + { + "pair_index": 2, + "elapsed_ns": 15482567, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5369856, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20294651, + "runtime_create_ns": 25508, + "jit_attach_ns": 43, + "context_create_ns": 112437, + "definition_eval_ns": 47762, + "first_eval_ns": 1523354, + "threshold_crossing_ns": 1527873, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15482567 + } + }, + { + "pair_index": 3, + "elapsed_ns": 15518072, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5238784, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20320592, + "runtime_create_ns": 24593, + "jit_attach_ns": 41, + "context_create_ns": 113429, + "definition_eval_ns": 56720, + "first_eval_ns": 1517074, + "threshold_crossing_ns": 1535351, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15518072 + } + }, + { + "pair_index": 4, + "elapsed_ns": 23488007, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5140480, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 28290601, + "runtime_create_ns": 26948, + "jit_attach_ns": 41, + "context_create_ns": 109494, + "definition_eval_ns": 43439, + "first_eval_ns": 1511744, + "threshold_crossing_ns": 1532670, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 23488007 + } + }, + { + "pair_index": 5, + "elapsed_ns": 15675512, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5156864, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20505940, + "runtime_create_ns": 28669, + "jit_attach_ns": 42, + "context_create_ns": 104492, + "definition_eval_ns": 49482, + "first_eval_ns": 1540293, + "threshold_crossing_ns": 1534079, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15675512 + } + }, + { + "pair_index": 6, + "elapsed_ns": 15619540, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5300224, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20422985, + "runtime_create_ns": 26293, + "jit_attach_ns": 41, + "context_create_ns": 109635, + "definition_eval_ns": 62977, + "first_eval_ns": 1522447, + "threshold_crossing_ns": 1531646, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15619540 + } + }, + { + "pair_index": 7, + "elapsed_ns": 15591320, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5152768, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20396257, + "runtime_create_ns": 28024, + "jit_attach_ns": 41, + "context_create_ns": 104689, + "definition_eval_ns": 47427, + "first_eval_ns": 1510418, + "threshold_crossing_ns": 1539021, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15591320 + } + }, + { + "pair_index": 8, + "elapsed_ns": 15522432, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5148672, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20320279, + "runtime_create_ns": 25884, + "jit_attach_ns": 41, + "context_create_ns": 104644, + "definition_eval_ns": 53480, + "first_eval_ns": 1507324, + "threshold_crossing_ns": 1533528, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15522432 + } + }, + { + "pair_index": 9, + "elapsed_ns": 16806364, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5242880, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 22173017, + "runtime_create_ns": 27204, + "jit_attach_ns": 113, + "context_create_ns": 126266, + "definition_eval_ns": 45889, + "first_eval_ns": 1543658, + "threshold_crossing_ns": 1561317, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 16806364 + } + }, + { + "pair_index": 10, + "elapsed_ns": 15881426, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5267456, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20689726, + "runtime_create_ns": 27565, + "jit_attach_ns": 42, + "context_create_ns": 114174, + "definition_eval_ns": 57925, + "first_eval_ns": 1513618, + "threshold_crossing_ns": 1524645, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15881426 + } + }, + { + "pair_index": 11, + "elapsed_ns": 15569852, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5341184, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20387015, + "runtime_create_ns": 25903, + "jit_attach_ns": 42, + "context_create_ns": 108083, + "definition_eval_ns": 47966, + "first_eval_ns": 1506194, + "threshold_crossing_ns": 1536704, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15569852 + } + }, + { + "pair_index": 12, + "elapsed_ns": 15550340, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5324800, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20357893, + "runtime_create_ns": 27426, + "jit_attach_ns": 42, + "context_create_ns": 108391, + "definition_eval_ns": 47109, + "first_eval_ns": 1510774, + "threshold_crossing_ns": 1534132, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15550340 + } + }, + { + "pair_index": 13, + "elapsed_ns": 15643705, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5156864, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20464080, + "runtime_create_ns": 31466, + "jit_attach_ns": 41, + "context_create_ns": 104367, + "definition_eval_ns": 48117, + "first_eval_ns": 1524221, + "threshold_crossing_ns": 1535415, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15643705 + } + }, + { + "pair_index": 14, + "elapsed_ns": 15582215, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5222400, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20400812, + "runtime_create_ns": 23982, + "jit_attach_ns": 43, + "context_create_ns": 104949, + "definition_eval_ns": 52366, + "first_eval_ns": 1520300, + "threshold_crossing_ns": 1543154, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15582215 + } + }, + { + "pair_index": 15, + "elapsed_ns": 15535169, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5177344, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20395231, + "runtime_create_ns": 26087, + "jit_attach_ns": 41, + "context_create_ns": 114221, + "definition_eval_ns": 48510, + "first_eval_ns": 1542522, + "threshold_crossing_ns": 1553005, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15535169 + } + }, + { + "pair_index": 16, + "elapsed_ns": 15685236, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5316608, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20497939, + "runtime_create_ns": 25326, + "jit_attach_ns": 42, + "context_create_ns": 114712, + "definition_eval_ns": 41790, + "first_eval_ns": 1503834, + "threshold_crossing_ns": 1541863, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15685236 + } + }, + { + "pair_index": 17, + "elapsed_ns": 15626020, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5345280, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20469091, + "runtime_create_ns": 39254, + "jit_attach_ns": 42, + "context_create_ns": 114400, + "definition_eval_ns": 47386, + "first_eval_ns": 1537271, + "threshold_crossing_ns": 1522298, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15626020 + } + }, + { + "pair_index": 18, + "elapsed_ns": 15625405, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5275648, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20462099, + "runtime_create_ns": 25766, + "jit_attach_ns": 41, + "context_create_ns": 112969, + "definition_eval_ns": 49981, + "first_eval_ns": 1526636, + "threshold_crossing_ns": 1526829, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15625405 + } + }, + { + "pair_index": 19, + "elapsed_ns": 15581717, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5144576, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20397928, + "runtime_create_ns": 28428, + "jit_attach_ns": 41, + "context_create_ns": 104317, + "definition_eval_ns": 49232, + "first_eval_ns": 1529637, + "threshold_crossing_ns": 1521487, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15581717 + } + }, + { + "pair_index": 20, + "elapsed_ns": 15621936, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5169152, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20437606, + "runtime_create_ns": 26608, + "jit_attach_ns": 41, + "context_create_ns": 101301, + "definition_eval_ns": 47822, + "first_eval_ns": 1521006, + "threshold_crossing_ns": 1531544, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15621936 + } + }, + { + "pair_index": 21, + "elapsed_ns": 15690724, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5267456, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20500257, + "runtime_create_ns": 25555, + "jit_attach_ns": 43, + "context_create_ns": 106527, + "definition_eval_ns": 48932, + "first_eval_ns": 1517334, + "threshold_crossing_ns": 1527557, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15690724 + } + }, + { + "pair_index": 22, + "elapsed_ns": 15591702, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5365760, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20405322, + "runtime_create_ns": 27610, + "jit_attach_ns": 41, + "context_create_ns": 106683, + "definition_eval_ns": 49119, + "first_eval_ns": 1527896, + "threshold_crossing_ns": 1529535, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15591702 + } + }, + { + "pair_index": 23, + "elapsed_ns": 15546649, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5378048, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20349308, + "runtime_create_ns": 28091, + "jit_attach_ns": 42, + "context_create_ns": 114691, + "definition_eval_ns": 48618, + "first_eval_ns": 1520435, + "threshold_crossing_ns": 1526273, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15546649 + } + }, + { + "pair_index": 24, + "elapsed_ns": 15610783, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5312512, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20406938, + "runtime_create_ns": 23523, + "jit_attach_ns": 41, + "context_create_ns": 105190, + "definition_eval_ns": 48472, + "first_eval_ns": 1523536, + "threshold_crossing_ns": 1523591, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15610783 + } + }, + { + "pair_index": 25, + "elapsed_ns": 15624924, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5234688, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20477236, + "runtime_create_ns": 32619, + "jit_attach_ns": 38, + "context_create_ns": 106530, + "definition_eval_ns": 56766, + "first_eval_ns": 1508336, + "threshold_crossing_ns": 1544737, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15624924 + } + }, + { + "pair_index": 26, + "elapsed_ns": 15695970, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5189632, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20527403, + "runtime_create_ns": 29689, + "jit_attach_ns": 42, + "context_create_ns": 112097, + "definition_eval_ns": 47511, + "first_eval_ns": 1521281, + "threshold_crossing_ns": 1528176, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15695970 + } + }, + { + "pair_index": 27, + "elapsed_ns": 15559010, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5332992, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20345885, + "runtime_create_ns": 28614, + "jit_attach_ns": 41, + "context_create_ns": 112276, + "definition_eval_ns": 49754, + "first_eval_ns": 1511049, + "threshold_crossing_ns": 1528027, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15559010 + } + }, + { + "pair_index": 28, + "elapsed_ns": 15622936, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5300224, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20448126, + "runtime_create_ns": 26555, + "jit_attach_ns": 43, + "context_create_ns": 105688, + "definition_eval_ns": 48729, + "first_eval_ns": 1533521, + "threshold_crossing_ns": 1531683, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15622936 + } + }, + { + "pair_index": 29, + "elapsed_ns": 15516966, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5111808, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20314773, + "runtime_create_ns": 27855, + "jit_attach_ns": 42, + "context_create_ns": 115694, + "definition_eval_ns": 54568, + "first_eval_ns": 1512899, + "threshold_crossing_ns": 1527446, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15516966 + } + } + ], + "raw_latency_ns": [ + 15591659, + 15577080, + 15482567, + 15518072, + 23488007, + 15675512, + 15619540, + 15591320, + 15522432, + 16806364, + 15881426, + 15569852, + 15550340, + 15643705, + 15582215, + 15535169, + 15685236, + 15626020, + 15625405, + 15581717, + 15621936, + 15690724, + 15591702, + 15546649, + 15610783, + 15624924, + 15695970, + 15559010, + 15622936, + 15516966 + ], + "raw_throughput_ops": [ + 48, + 48, + 48, + 48, + 48, + 48, + 48, + 48, + 48, + 48 + ], + "median_ns": 15610783, + "mad_ns": 51773, + "p95_ns": 16806364, + "p99_ns": 23488007, + "ci95_ns": [ + 15581717, + 15625405 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "exceptions-promises-async", + "suite": "rquickjs-jit matrix", + "group": "exceptions-promises-async", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 1966182, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5242880, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2786381, + "runtime_create_ns": 33187, + "jit_attach_ns": 104, + "context_create_ns": 118801, + "definition_eval_ns": 47434, + "first_eval_ns": 206898, + "threshold_crossing_ns": 200866, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1966182 + } + }, + { + "pair_index": 1, + "elapsed_ns": 1996939, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5197824, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2830915, + "runtime_create_ns": 25720, + "jit_attach_ns": 43, + "context_create_ns": 110950, + "definition_eval_ns": 49678, + "first_eval_ns": 237314, + "threshold_crossing_ns": 196278, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1996939 + } + }, + { + "pair_index": 2, + "elapsed_ns": 1949833, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5296128, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2776310, + "runtime_create_ns": 28855, + "jit_attach_ns": 41, + "context_create_ns": 111307, + "definition_eval_ns": 48325, + "first_eval_ns": 219565, + "threshold_crossing_ns": 202211, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1949833 + } + }, + { + "pair_index": 3, + "elapsed_ns": 1974210, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5177344, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2820928, + "runtime_create_ns": 31877, + "jit_attach_ns": 45, + "context_create_ns": 112384, + "definition_eval_ns": 82149, + "first_eval_ns": 207727, + "threshold_crossing_ns": 200219, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1974210 + } + }, + { + "pair_index": 4, + "elapsed_ns": 1934633, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5128192, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2719472, + "runtime_create_ns": 23294, + "jit_attach_ns": 59, + "context_create_ns": 102680, + "definition_eval_ns": 38118, + "first_eval_ns": 206716, + "threshold_crossing_ns": 204249, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1934633 + } + }, + { + "pair_index": 5, + "elapsed_ns": 1966295, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5177344, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2771851, + "runtime_create_ns": 25783, + "jit_attach_ns": 42, + "context_create_ns": 108320, + "definition_eval_ns": 46168, + "first_eval_ns": 218413, + "threshold_crossing_ns": 195444, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1966295 + } + }, + { + "pair_index": 6, + "elapsed_ns": 1950475, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5242880, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2760687, + "runtime_create_ns": 26471, + "jit_attach_ns": 44, + "context_create_ns": 110724, + "definition_eval_ns": 48451, + "first_eval_ns": 217962, + "threshold_crossing_ns": 194340, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1950475 + } + }, + { + "pair_index": 7, + "elapsed_ns": 1970732, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5185536, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2789459, + "runtime_create_ns": 27310, + "jit_attach_ns": 42, + "context_create_ns": 117003, + "definition_eval_ns": 47469, + "first_eval_ns": 214536, + "threshold_crossing_ns": 197552, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1970732 + } + }, + { + "pair_index": 8, + "elapsed_ns": 1942230, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5136384, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2741847, + "runtime_create_ns": 25980, + "jit_attach_ns": 41, + "context_create_ns": 100768, + "definition_eval_ns": 48326, + "first_eval_ns": 211630, + "threshold_crossing_ns": 201178, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1942230 + } + }, + { + "pair_index": 9, + "elapsed_ns": 1981305, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5201920, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2821085, + "runtime_create_ns": 28936, + "jit_attach_ns": 109, + "context_create_ns": 111006, + "definition_eval_ns": 49808, + "first_eval_ns": 224621, + "threshold_crossing_ns": 199327, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1981305 + } + }, + { + "pair_index": 10, + "elapsed_ns": 1955097, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5058560, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2766083, + "runtime_create_ns": 28143, + "jit_attach_ns": 41, + "context_create_ns": 111148, + "definition_eval_ns": 47409, + "first_eval_ns": 217832, + "threshold_crossing_ns": 197390, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1955097 + } + }, + { + "pair_index": 11, + "elapsed_ns": 1942690, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5283840, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2766982, + "runtime_create_ns": 26852, + "jit_attach_ns": 112, + "context_create_ns": 111957, + "definition_eval_ns": 58577, + "first_eval_ns": 210216, + "threshold_crossing_ns": 200143, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1942690 + } + }, + { + "pair_index": 12, + "elapsed_ns": 1940571, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5193728, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2710433, + "runtime_create_ns": 24477, + "jit_attach_ns": 40, + "context_create_ns": 99503, + "definition_eval_ns": 36969, + "first_eval_ns": 206696, + "threshold_crossing_ns": 193716, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1940571 + } + }, + { + "pair_index": 13, + "elapsed_ns": 1959582, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5222400, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2758712, + "runtime_create_ns": 24660, + "jit_attach_ns": 41, + "context_create_ns": 107560, + "definition_eval_ns": 49765, + "first_eval_ns": 212260, + "threshold_crossing_ns": 193830, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1959582 + } + }, + { + "pair_index": 14, + "elapsed_ns": 1967716, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5304320, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2780017, + "runtime_create_ns": 28421, + "jit_attach_ns": 41, + "context_create_ns": 117373, + "definition_eval_ns": 47963, + "first_eval_ns": 211091, + "threshold_crossing_ns": 194299, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1967716 + } + }, + { + "pair_index": 15, + "elapsed_ns": 1930355, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5107712, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2741246, + "runtime_create_ns": 29648, + "jit_attach_ns": 42, + "context_create_ns": 108299, + "definition_eval_ns": 45791, + "first_eval_ns": 211163, + "threshold_crossing_ns": 200230, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1930355 + } + }, + { + "pair_index": 16, + "elapsed_ns": 1943462, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5165056, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2714371, + "runtime_create_ns": 25194, + "jit_attach_ns": 43, + "context_create_ns": 100381, + "definition_eval_ns": 35872, + "first_eval_ns": 201062, + "threshold_crossing_ns": 194317, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1943462 + } + }, + { + "pair_index": 17, + "elapsed_ns": 1947195, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5292032, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2758653, + "runtime_create_ns": 30219, + "jit_attach_ns": 41, + "context_create_ns": 108573, + "definition_eval_ns": 49035, + "first_eval_ns": 203849, + "threshold_crossing_ns": 203874, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1947195 + } + }, + { + "pair_index": 18, + "elapsed_ns": 1962909, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5259264, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2770034, + "runtime_create_ns": 26227, + "jit_attach_ns": 40, + "context_create_ns": 112522, + "definition_eval_ns": 46673, + "first_eval_ns": 205529, + "threshold_crossing_ns": 205600, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1962909 + } + }, + { + "pair_index": 19, + "elapsed_ns": 1969185, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5128192, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2777993, + "runtime_create_ns": 27538, + "jit_attach_ns": 42, + "context_create_ns": 106077, + "definition_eval_ns": 47609, + "first_eval_ns": 212341, + "threshold_crossing_ns": 202932, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1969185 + } + }, + { + "pair_index": 20, + "elapsed_ns": 1939427, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5214208, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2740250, + "runtime_create_ns": 23431, + "jit_attach_ns": 107, + "context_create_ns": 104603, + "definition_eval_ns": 48118, + "first_eval_ns": 218966, + "threshold_crossing_ns": 194912, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1939427 + } + }, + { + "pair_index": 21, + "elapsed_ns": 1961088, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5177344, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2810817, + "runtime_create_ns": 29199, + "jit_attach_ns": 41, + "context_create_ns": 116031, + "definition_eval_ns": 58071, + "first_eval_ns": 231803, + "threshold_crossing_ns": 192234, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1961088 + } + }, + { + "pair_index": 22, + "elapsed_ns": 1991025, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5275648, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2813356, + "runtime_create_ns": 27039, + "jit_attach_ns": 42, + "context_create_ns": 106560, + "definition_eval_ns": 47005, + "first_eval_ns": 221690, + "threshold_crossing_ns": 201063, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1991025 + } + }, + { + "pair_index": 23, + "elapsed_ns": 1954904, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5206016, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2759466, + "runtime_create_ns": 26736, + "jit_attach_ns": 41, + "context_create_ns": 110995, + "definition_eval_ns": 47791, + "first_eval_ns": 211588, + "threshold_crossing_ns": 197652, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1954904 + } + }, + { + "pair_index": 24, + "elapsed_ns": 1946984, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5160960, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2759924, + "runtime_create_ns": 23950, + "jit_attach_ns": 41, + "context_create_ns": 106585, + "definition_eval_ns": 46636, + "first_eval_ns": 227777, + "threshold_crossing_ns": 196051, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1946984 + } + }, + { + "pair_index": 25, + "elapsed_ns": 1957181, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5165056, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2779688, + "runtime_create_ns": 23882, + "jit_attach_ns": 42, + "context_create_ns": 109497, + "definition_eval_ns": 55447, + "first_eval_ns": 217514, + "threshold_crossing_ns": 200993, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1957181 + } + }, + { + "pair_index": 26, + "elapsed_ns": 1969256, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5132288, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2795511, + "runtime_create_ns": 30435, + "jit_attach_ns": 42, + "context_create_ns": 108591, + "definition_eval_ns": 52700, + "first_eval_ns": 223766, + "threshold_crossing_ns": 198750, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1969256 + } + }, + { + "pair_index": 27, + "elapsed_ns": 1952532, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5206016, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2764537, + "runtime_create_ns": 25265, + "jit_attach_ns": 41, + "context_create_ns": 120261, + "definition_eval_ns": 48196, + "first_eval_ns": 210835, + "threshold_crossing_ns": 196996, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1952532 + } + }, + { + "pair_index": 28, + "elapsed_ns": 1961180, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5148672, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2782000, + "runtime_create_ns": 26626, + "jit_attach_ns": 42, + "context_create_ns": 114105, + "definition_eval_ns": 51129, + "first_eval_ns": 216037, + "threshold_crossing_ns": 197234, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1961180 + } + }, + { + "pair_index": 29, + "elapsed_ns": 1953931, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5255168, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2761097, + "runtime_create_ns": 30966, + "jit_attach_ns": 41, + "context_create_ns": 106196, + "definition_eval_ns": 47300, + "first_eval_ns": 208825, + "threshold_crossing_ns": 200715, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1953931 + } + } + ], + "raw_latency_ns": [ + 1966182, + 1996939, + 1949833, + 1974210, + 1934633, + 1966295, + 1950475, + 1970732, + 1942230, + 1981305, + 1955097, + 1942690, + 1940571, + 1959582, + 1967716, + 1930355, + 1943462, + 1947195, + 1962909, + 1969185, + 1939427, + 1961088, + 1991025, + 1954904, + 1946984, + 1957181, + 1969256, + 1952532, + 1961180, + 1953931 + ], + "raw_throughput_ops": [ + 312, + 313, + 314, + 314, + 314, + 313, + 308, + 308, + 309, + 309 + ], + "median_ns": 1957181, + "mad_ns": 10535, + "p95_ns": 1991025, + "p99_ns": 1996939, + "ci95_ns": [ + 1950475, + 1966182 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + } + ] + }, + { + "mode": "tier1", + "workloads": [ + { + "name": "quickjs-int-arith", + "suite": "QuickJS microbench", + "group": "compute", + "designated_kernel": true, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 2646146, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12640256, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 31747565, + "runtime_create_ns": 51373, + "jit_attach_ns": 263511, + "context_create_ns": 127873, + "definition_eval_ns": 55033, + "first_eval_ns": 2768814, + "threshold_crossing_ns": 25541009, + "compile_ns": 27503734, + "install_ns": 59983, + "osr_ns": 0, + "steady_state_ns": 2646146 + } + }, + { + "pair_index": 1, + "elapsed_ns": 2660125, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12656640, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 31650568, + "runtime_create_ns": 30949, + "jit_attach_ns": 63424, + "context_create_ns": 105710, + "definition_eval_ns": 46862, + "first_eval_ns": 2824787, + "threshold_crossing_ns": 25628224, + "compile_ns": 27882552, + "install_ns": 61452, + "osr_ns": 0, + "steady_state_ns": 2660125 + } + }, + { + "pair_index": 2, + "elapsed_ns": 2657374, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12566528, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 32585804, + "runtime_create_ns": 41206, + "jit_attach_ns": 77257, + "context_create_ns": 120862, + "definition_eval_ns": 57074, + "first_eval_ns": 2838326, + "threshold_crossing_ns": 26504045, + "compile_ns": 28271232, + "install_ns": 60009, + "osr_ns": 0, + "steady_state_ns": 2657374 + } + }, + { + "pair_index": 3, + "elapsed_ns": 2652266, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12619776, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 32845641, + "runtime_create_ns": 31032, + "jit_attach_ns": 59743, + "context_create_ns": 102654, + "definition_eval_ns": 40130, + "first_eval_ns": 2803702, + "threshold_crossing_ns": 26861628, + "compile_ns": 28502538, + "install_ns": 59712, + "osr_ns": 0, + "steady_state_ns": 2652266 + } + }, + { + "pair_index": 4, + "elapsed_ns": 2657305, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12808192, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 31316751, + "runtime_create_ns": 23440, + "jit_attach_ns": 57623, + "context_create_ns": 113473, + "definition_eval_ns": 43431, + "first_eval_ns": 2774365, + "threshold_crossing_ns": 25361876, + "compile_ns": 27147648, + "install_ns": 58958, + "osr_ns": 0, + "steady_state_ns": 2657305 + } + }, + { + "pair_index": 5, + "elapsed_ns": 2656472, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12804096, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 31514527, + "runtime_create_ns": 25698, + "jit_attach_ns": 56502, + "context_create_ns": 107964, + "definition_eval_ns": 64508, + "first_eval_ns": 2761643, + "threshold_crossing_ns": 25553850, + "compile_ns": 27181466, + "install_ns": 72677, + "osr_ns": 0, + "steady_state_ns": 2656472 + } + }, + { + "pair_index": 6, + "elapsed_ns": 2650595, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12595200, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 36295669, + "runtime_create_ns": 26755, + "jit_attach_ns": 61775, + "context_create_ns": 106240, + "definition_eval_ns": 41855, + "first_eval_ns": 2780573, + "threshold_crossing_ns": 30335601, + "compile_ns": 31963672, + "install_ns": 74948, + "osr_ns": 0, + "steady_state_ns": 2650595 + } + }, + { + "pair_index": 7, + "elapsed_ns": 2656040, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12730368, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 31641780, + "runtime_create_ns": 25453, + "jit_attach_ns": 54483, + "context_create_ns": 107741, + "definition_eval_ns": 47934, + "first_eval_ns": 2788983, + "threshold_crossing_ns": 25666468, + "compile_ns": 27268626, + "install_ns": 62069, + "osr_ns": 0, + "steady_state_ns": 2656040 + } + }, + { + "pair_index": 8, + "elapsed_ns": 2649557, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12607488, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 31503137, + "runtime_create_ns": 24926, + "jit_attach_ns": 60291, + "context_create_ns": 108957, + "definition_eval_ns": 52252, + "first_eval_ns": 2797491, + "threshold_crossing_ns": 25515195, + "compile_ns": 27151830, + "install_ns": 61477, + "osr_ns": 0, + "steady_state_ns": 2649557 + } + }, + { + "pair_index": 9, + "elapsed_ns": 2643622, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12713984, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 36302935, + "runtime_create_ns": 28328, + "jit_attach_ns": 58304, + "context_create_ns": 107343, + "definition_eval_ns": 45707, + "first_eval_ns": 2789038, + "threshold_crossing_ns": 30342943, + "compile_ns": 32012438, + "install_ns": 64339, + "osr_ns": 0, + "steady_state_ns": 2643622 + } + }, + { + "pair_index": 10, + "elapsed_ns": 2649890, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12554240, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 32022886, + "runtime_create_ns": 35392, + "jit_attach_ns": 76960, + "context_create_ns": 138047, + "definition_eval_ns": 44694, + "first_eval_ns": 2784969, + "threshold_crossing_ns": 25996397, + "compile_ns": 27600445, + "install_ns": 192028, + "osr_ns": 0, + "steady_state_ns": 2649890 + } + }, + { + "pair_index": 11, + "elapsed_ns": 2660348, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12664832, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 35838186, + "runtime_create_ns": 28866, + "jit_attach_ns": 63674, + "context_create_ns": 113364, + "definition_eval_ns": 50997, + "first_eval_ns": 2785276, + "threshold_crossing_ns": 29849239, + "compile_ns": 31466827, + "install_ns": 61129, + "osr_ns": 0, + "steady_state_ns": 2660348 + } + }, + { + "pair_index": 12, + "elapsed_ns": 2652002, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12541952, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 31972950, + "runtime_create_ns": 24762, + "jit_attach_ns": 60515, + "context_create_ns": 110526, + "definition_eval_ns": 39349, + "first_eval_ns": 2974090, + "threshold_crossing_ns": 25828192, + "compile_ns": 27627360, + "install_ns": 61862, + "osr_ns": 0, + "steady_state_ns": 2652002 + } + }, + { + "pair_index": 13, + "elapsed_ns": 2644823, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12599296, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 34689005, + "runtime_create_ns": 35001, + "jit_attach_ns": 70016, + "context_create_ns": 112752, + "definition_eval_ns": 48687, + "first_eval_ns": 2821408, + "threshold_crossing_ns": 28670516, + "compile_ns": 30384902, + "install_ns": 66496, + "osr_ns": 0, + "steady_state_ns": 2644823 + } + }, + { + "pair_index": 14, + "elapsed_ns": 2648178, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12615680, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 31330991, + "runtime_create_ns": 25833, + "jit_attach_ns": 56297, + "context_create_ns": 106962, + "definition_eval_ns": 46090, + "first_eval_ns": 2766349, + "threshold_crossing_ns": 25397297, + "compile_ns": 26976939, + "install_ns": 56030, + "osr_ns": 0, + "steady_state_ns": 2648178 + } + }, + { + "pair_index": 15, + "elapsed_ns": 2657093, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12783616, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 31377657, + "runtime_create_ns": 24570, + "jit_attach_ns": 59077, + "context_create_ns": 108859, + "definition_eval_ns": 47931, + "first_eval_ns": 2779831, + "threshold_crossing_ns": 25408661, + "compile_ns": 27030503, + "install_ns": 58912, + "osr_ns": 0, + "steady_state_ns": 2657093 + } + }, + { + "pair_index": 16, + "elapsed_ns": 2665319, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12632064, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 32933155, + "runtime_create_ns": 25092, + "jit_attach_ns": 58378, + "context_create_ns": 117890, + "definition_eval_ns": 46027, + "first_eval_ns": 2775312, + "threshold_crossing_ns": 26955489, + "compile_ns": 28534886, + "install_ns": 63057, + "osr_ns": 0, + "steady_state_ns": 2665319 + } + }, + { + "pair_index": 17, + "elapsed_ns": 2719203, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12648448, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 31753350, + "runtime_create_ns": 27848, + "jit_attach_ns": 56251, + "context_create_ns": 107528, + "definition_eval_ns": 46664, + "first_eval_ns": 2789403, + "threshold_crossing_ns": 25713108, + "compile_ns": 27366833, + "install_ns": 65580, + "osr_ns": 0, + "steady_state_ns": 2719203 + } + }, + { + "pair_index": 18, + "elapsed_ns": 2660823, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12496896, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 35110300, + "runtime_create_ns": 27274, + "jit_attach_ns": 59424, + "context_create_ns": 104498, + "definition_eval_ns": 44010, + "first_eval_ns": 2780964, + "threshold_crossing_ns": 29143344, + "compile_ns": 30756425, + "install_ns": 60431, + "osr_ns": 0, + "steady_state_ns": 2660823 + } + }, + { + "pair_index": 19, + "elapsed_ns": 2658122, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12783616, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 34352693, + "runtime_create_ns": 25201, + "jit_attach_ns": 56718, + "context_create_ns": 108234, + "definition_eval_ns": 49699, + "first_eval_ns": 2875295, + "threshold_crossing_ns": 28293531, + "compile_ns": 29922943, + "install_ns": 63791, + "osr_ns": 0, + "steady_state_ns": 2658122 + } + }, + { + "pair_index": 20, + "elapsed_ns": 2654905, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12664832, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 33426944, + "runtime_create_ns": 108798, + "jit_attach_ns": 192734, + "context_create_ns": 515010, + "definition_eval_ns": 95948, + "first_eval_ns": 3086391, + "threshold_crossing_ns": 26464682, + "compile_ns": 28271537, + "install_ns": 55826, + "osr_ns": 0, + "steady_state_ns": 2654905 + } + }, + { + "pair_index": 21, + "elapsed_ns": 2658470, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12541952, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 31473529, + "runtime_create_ns": 28150, + "jit_attach_ns": 65743, + "context_create_ns": 116490, + "definition_eval_ns": 46741, + "first_eval_ns": 2767657, + "threshold_crossing_ns": 25503930, + "compile_ns": 27179380, + "install_ns": 54097, + "osr_ns": 0, + "steady_state_ns": 2658470 + } + }, + { + "pair_index": 22, + "elapsed_ns": 2657861, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12652544, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 31481826, + "runtime_create_ns": 27067, + "jit_attach_ns": 66814, + "context_create_ns": 107505, + "definition_eval_ns": 57620, + "first_eval_ns": 2762829, + "threshold_crossing_ns": 25516167, + "compile_ns": 27147185, + "install_ns": 66822, + "osr_ns": 0, + "steady_state_ns": 2657861 + } + }, + { + "pair_index": 23, + "elapsed_ns": 2653756, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12611584, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 31891612, + "runtime_create_ns": 24580, + "jit_attach_ns": 60089, + "context_create_ns": 103657, + "definition_eval_ns": 39817, + "first_eval_ns": 2795828, + "threshold_crossing_ns": 25930742, + "compile_ns": 27550857, + "install_ns": 55010, + "osr_ns": 0, + "steady_state_ns": 2653756 + } + }, + { + "pair_index": 24, + "elapsed_ns": 2662313, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12595200, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 32002325, + "runtime_create_ns": 25873, + "jit_attach_ns": 58721, + "context_create_ns": 108979, + "definition_eval_ns": 40148, + "first_eval_ns": 2785874, + "threshold_crossing_ns": 26023423, + "compile_ns": 27660519, + "install_ns": 60536, + "osr_ns": 0, + "steady_state_ns": 2662313 + } + }, + { + "pair_index": 25, + "elapsed_ns": 2660124, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12673024, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 32578686, + "runtime_create_ns": 27376, + "jit_attach_ns": 59654, + "context_create_ns": 112111, + "definition_eval_ns": 50261, + "first_eval_ns": 2777983, + "threshold_crossing_ns": 26603254, + "compile_ns": 27671578, + "install_ns": 66268, + "osr_ns": 0, + "steady_state_ns": 2660124 + } + }, + { + "pair_index": 26, + "elapsed_ns": 2657701, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12787712, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 35565030, + "runtime_create_ns": 23854, + "jit_attach_ns": 57242, + "context_create_ns": 120881, + "definition_eval_ns": 50420, + "first_eval_ns": 2774060, + "threshold_crossing_ns": 29587539, + "compile_ns": 31214322, + "install_ns": 55437, + "osr_ns": 0, + "steady_state_ns": 2657701 + } + }, + { + "pair_index": 27, + "elapsed_ns": 2656947, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12668928, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 31456703, + "runtime_create_ns": 37911, + "jit_attach_ns": 77490, + "context_create_ns": 107137, + "definition_eval_ns": 48879, + "first_eval_ns": 2785660, + "threshold_crossing_ns": 25447263, + "compile_ns": 27409766, + "install_ns": 61805, + "osr_ns": 0, + "steady_state_ns": 2656947 + } + }, + { + "pair_index": 28, + "elapsed_ns": 2661168, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12652544, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 31621551, + "runtime_create_ns": 37237, + "jit_attach_ns": 83998, + "context_create_ns": 115562, + "definition_eval_ns": 57682, + "first_eval_ns": 3009448, + "threshold_crossing_ns": 25363969, + "compile_ns": 27387572, + "install_ns": 68392, + "osr_ns": 0, + "steady_state_ns": 2661168 + } + }, + { + "pair_index": 29, + "elapsed_ns": 2934940, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12808192, + "code_bytes": 62144, + "metadata_bytes": 13759, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 31926734, + "runtime_create_ns": 26096, + "jit_attach_ns": 56127, + "context_create_ns": 112217, + "definition_eval_ns": 48782, + "first_eval_ns": 2775050, + "threshold_crossing_ns": 25685391, + "compile_ns": 27346311, + "install_ns": 58727, + "osr_ns": 0, + "steady_state_ns": 2934940 + } + } + ], + "raw_latency_ns": [ + 2646146, + 2660125, + 2657374, + 2652266, + 2657305, + 2656472, + 2650595, + 2656040, + 2649557, + 2643622, + 2649890, + 2660348, + 2652002, + 2644823, + 2648178, + 2657093, + 2665319, + 2719203, + 2660823, + 2658122, + 2654905, + 2658470, + 2657861, + 2653756, + 2662313, + 2660124, + 2657701, + 2656947, + 2661168, + 2934940 + ], + "raw_throughput_ops": [ + 30, + 25, + 30, + 31, + 31, + 31, + 31, + 31, + 31, + 31 + ], + "median_ns": 2657305, + "mad_ns": 3549, + "p95_ns": 2719203, + "p99_ns": 2934940, + "ci95_ns": [ + 2654905, + 2658470 + ], + "compile_ns": 27627360, + "install_ns": 61477, + "break_even_executions": 7 + }, + { + "name": "quickjs-bitops", + "suite": "rquickjs-jit local", + "group": "compute", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 439418, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10608640, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 11387260, + "runtime_create_ns": 34238, + "jit_attach_ns": 47888, + "context_create_ns": 98134, + "definition_eval_ns": 29735, + "first_eval_ns": 230136, + "threshold_crossing_ns": 10448873, + "compile_ns": 10180494, + "install_ns": 38088, + "osr_ns": 0, + "steady_state_ns": 439418 + } + }, + { + "pair_index": 1, + "elapsed_ns": 432171, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10739712, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 14213158, + "runtime_create_ns": 23584, + "jit_attach_ns": 50985, + "context_create_ns": 100670, + "definition_eval_ns": 32910, + "first_eval_ns": 223905, + "threshold_crossing_ns": 13284097, + "compile_ns": 12954319, + "install_ns": 79326, + "osr_ns": 0, + "steady_state_ns": 432171 + } + }, + { + "pair_index": 2, + "elapsed_ns": 438328, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10608640, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 11055052, + "runtime_create_ns": 23297, + "jit_attach_ns": 49624, + "context_create_ns": 99121, + "definition_eval_ns": 30204, + "first_eval_ns": 240455, + "threshold_crossing_ns": 10112359, + "compile_ns": 9844917, + "install_ns": 36187, + "osr_ns": 0, + "steady_state_ns": 438328 + } + }, + { + "pair_index": 3, + "elapsed_ns": 419337, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10842112, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 10124677, + "runtime_create_ns": 22870, + "jit_attach_ns": 48707, + "context_create_ns": 101274, + "definition_eval_ns": 30212, + "first_eval_ns": 220869, + "threshold_crossing_ns": 9212909, + "compile_ns": 8927935, + "install_ns": 40082, + "osr_ns": 0, + "steady_state_ns": 419337 + } + }, + { + "pair_index": 4, + "elapsed_ns": 423270, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10702848, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 11191182, + "runtime_create_ns": 25338, + "jit_attach_ns": 50469, + "context_create_ns": 101325, + "definition_eval_ns": 39712, + "first_eval_ns": 224521, + "threshold_crossing_ns": 10263317, + "compile_ns": 9997985, + "install_ns": 33229, + "osr_ns": 0, + "steady_state_ns": 423270 + } + }, + { + "pair_index": 5, + "elapsed_ns": 436608, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10784768, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 11130289, + "runtime_create_ns": 24624, + "jit_attach_ns": 50516, + "context_create_ns": 97981, + "definition_eval_ns": 32785, + "first_eval_ns": 217277, + "threshold_crossing_ns": 10210921, + "compile_ns": 9948767, + "install_ns": 34391, + "osr_ns": 0, + "steady_state_ns": 436608 + } + }, + { + "pair_index": 6, + "elapsed_ns": 422070, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10653696, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 11457521, + "runtime_create_ns": 24305, + "jit_attach_ns": 47082, + "context_create_ns": 100403, + "definition_eval_ns": 28548, + "first_eval_ns": 229243, + "threshold_crossing_ns": 10541420, + "compile_ns": 10222822, + "install_ns": 73691, + "osr_ns": 0, + "steady_state_ns": 422070 + } + }, + { + "pair_index": 7, + "elapsed_ns": 423637, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10862592, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 11263209, + "runtime_create_ns": 26220, + "jit_attach_ns": 60034, + "context_create_ns": 100284, + "definition_eval_ns": 31931, + "first_eval_ns": 247378, + "threshold_crossing_ns": 10310139, + "compile_ns": 10020710, + "install_ns": 43083, + "osr_ns": 0, + "steady_state_ns": 423637 + } + }, + { + "pair_index": 8, + "elapsed_ns": 443387, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10936320, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 10232459, + "runtime_create_ns": 25040, + "jit_attach_ns": 49914, + "context_create_ns": 101516, + "definition_eval_ns": 30795, + "first_eval_ns": 229110, + "threshold_crossing_ns": 9291966, + "compile_ns": 9029132, + "install_ns": 33818, + "osr_ns": 0, + "steady_state_ns": 443387 + } + }, + { + "pair_index": 9, + "elapsed_ns": 427325, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10739712, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 11110692, + "runtime_create_ns": 23024, + "jit_attach_ns": 49922, + "context_create_ns": 106776, + "definition_eval_ns": 34788, + "first_eval_ns": 218195, + "threshold_crossing_ns": 10188371, + "compile_ns": 9910874, + "install_ns": 36738, + "osr_ns": 0, + "steady_state_ns": 427325 + } + }, + { + "pair_index": 10, + "elapsed_ns": 421458, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10862592, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 10239468, + "runtime_create_ns": 24998, + "jit_attach_ns": 49175, + "context_create_ns": 99799, + "definition_eval_ns": 30773, + "first_eval_ns": 224584, + "threshold_crossing_ns": 9326519, + "compile_ns": 9057656, + "install_ns": 37935, + "osr_ns": 0, + "steady_state_ns": 421458 + } + }, + { + "pair_index": 11, + "elapsed_ns": 417103, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10670080, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 10976823, + "runtime_create_ns": 23524, + "jit_attach_ns": 47985, + "context_create_ns": 109191, + "definition_eval_ns": 29585, + "first_eval_ns": 219058, + "threshold_crossing_ns": 10071005, + "compile_ns": 9772340, + "install_ns": 37024, + "osr_ns": 0, + "steady_state_ns": 417103 + } + }, + { + "pair_index": 12, + "elapsed_ns": 416634, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10797056, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 11208801, + "runtime_create_ns": 23153, + "jit_attach_ns": 50972, + "context_create_ns": 97738, + "definition_eval_ns": 30885, + "first_eval_ns": 219924, + "threshold_crossing_ns": 10305067, + "compile_ns": 10039282, + "install_ns": 35305, + "osr_ns": 0, + "steady_state_ns": 416634 + } + }, + { + "pair_index": 13, + "elapsed_ns": 416182, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10936320, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 11438747, + "runtime_create_ns": 31697, + "jit_attach_ns": 63725, + "context_create_ns": 113118, + "definition_eval_ns": 48070, + "first_eval_ns": 239391, + "threshold_crossing_ns": 10459808, + "compile_ns": 10172408, + "install_ns": 40044, + "osr_ns": 0, + "steady_state_ns": 416182 + } + }, + { + "pair_index": 14, + "elapsed_ns": 438432, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10866688, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 11336841, + "runtime_create_ns": 25434, + "jit_attach_ns": 49497, + "context_create_ns": 100120, + "definition_eval_ns": 29705, + "first_eval_ns": 220341, + "threshold_crossing_ns": 10409929, + "compile_ns": 10146761, + "install_ns": 35141, + "osr_ns": 0, + "steady_state_ns": 438432 + } + }, + { + "pair_index": 15, + "elapsed_ns": 437760, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10723328, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 11766881, + "runtime_create_ns": 27483, + "jit_attach_ns": 64428, + "context_create_ns": 105036, + "definition_eval_ns": 35609, + "first_eval_ns": 254616, + "threshold_crossing_ns": 10778875, + "compile_ns": 10407616, + "install_ns": 46487, + "osr_ns": 0, + "steady_state_ns": 437760 + } + }, + { + "pair_index": 16, + "elapsed_ns": 416697, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10649600, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 11025469, + "runtime_create_ns": 25182, + "jit_attach_ns": 55763, + "context_create_ns": 102369, + "definition_eval_ns": 30877, + "first_eval_ns": 238524, + "threshold_crossing_ns": 10092345, + "compile_ns": 9793497, + "install_ns": 41669, + "osr_ns": 0, + "steady_state_ns": 416697 + } + }, + { + "pair_index": 17, + "elapsed_ns": 416276, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10801152, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 11405485, + "runtime_create_ns": 25825, + "jit_attach_ns": 53450, + "context_create_ns": 98691, + "definition_eval_ns": 32358, + "first_eval_ns": 230639, + "threshold_crossing_ns": 10489369, + "compile_ns": 10209571, + "install_ns": 34941, + "osr_ns": 0, + "steady_state_ns": 416276 + } + }, + { + "pair_index": 18, + "elapsed_ns": 416102, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10809344, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 10280512, + "runtime_create_ns": 25184, + "jit_attach_ns": 62357, + "context_create_ns": 104155, + "definition_eval_ns": 34917, + "first_eval_ns": 243597, + "threshold_crossing_ns": 9333543, + "compile_ns": 9013294, + "install_ns": 49084, + "osr_ns": 0, + "steady_state_ns": 416102 + } + }, + { + "pair_index": 19, + "elapsed_ns": 419436, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10735616, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 11164139, + "runtime_create_ns": 22491, + "jit_attach_ns": 51992, + "context_create_ns": 99138, + "definition_eval_ns": 30673, + "first_eval_ns": 221468, + "threshold_crossing_ns": 10259184, + "compile_ns": 9971283, + "install_ns": 35845, + "osr_ns": 0, + "steady_state_ns": 419436 + } + }, + { + "pair_index": 20, + "elapsed_ns": 416966, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10862592, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 11229915, + "runtime_create_ns": 29424, + "jit_attach_ns": 53145, + "context_create_ns": 104156, + "definition_eval_ns": 39532, + "first_eval_ns": 222922, + "threshold_crossing_ns": 10302922, + "compile_ns": 9998469, + "install_ns": 37495, + "osr_ns": 0, + "steady_state_ns": 416966 + } + }, + { + "pair_index": 21, + "elapsed_ns": 416537, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10797056, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 11287066, + "runtime_create_ns": 24654, + "jit_attach_ns": 50311, + "context_create_ns": 101497, + "definition_eval_ns": 33971, + "first_eval_ns": 221290, + "threshold_crossing_ns": 10378053, + "compile_ns": 10108584, + "install_ns": 40449, + "osr_ns": 0, + "steady_state_ns": 416537 + } + }, + { + "pair_index": 22, + "elapsed_ns": 428532, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10719232, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 11264917, + "runtime_create_ns": 25120, + "jit_attach_ns": 51037, + "context_create_ns": 96030, + "definition_eval_ns": 28484, + "first_eval_ns": 229730, + "threshold_crossing_ns": 10340850, + "compile_ns": 10060071, + "install_ns": 43431, + "osr_ns": 0, + "steady_state_ns": 428532 + } + }, + { + "pair_index": 23, + "elapsed_ns": 422464, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10641408, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 10319925, + "runtime_create_ns": 23965, + "jit_attach_ns": 48348, + "context_create_ns": 98219, + "definition_eval_ns": 28911, + "first_eval_ns": 239783, + "threshold_crossing_ns": 9399492, + "compile_ns": 9104682, + "install_ns": 32993, + "osr_ns": 0, + "steady_state_ns": 422464 + } + }, + { + "pair_index": 24, + "elapsed_ns": 417879, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10948608, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 11125576, + "runtime_create_ns": 22240, + "jit_attach_ns": 50133, + "context_create_ns": 100648, + "definition_eval_ns": 37058, + "first_eval_ns": 228618, + "threshold_crossing_ns": 10208098, + "compile_ns": 9938776, + "install_ns": 34243, + "osr_ns": 0, + "steady_state_ns": 417879 + } + }, + { + "pair_index": 25, + "elapsed_ns": 433407, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10784768, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 11414466, + "runtime_create_ns": 23182, + "jit_attach_ns": 53380, + "context_create_ns": 102296, + "definition_eval_ns": 40176, + "first_eval_ns": 233317, + "threshold_crossing_ns": 10465639, + "compile_ns": 10199442, + "install_ns": 37763, + "osr_ns": 0, + "steady_state_ns": 433407 + } + }, + { + "pair_index": 26, + "elapsed_ns": 417889, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10809344, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 11006707, + "runtime_create_ns": 23784, + "jit_attach_ns": 50555, + "context_create_ns": 97953, + "definition_eval_ns": 29822, + "first_eval_ns": 252185, + "threshold_crossing_ns": 10075492, + "compile_ns": 9797527, + "install_ns": 43013, + "osr_ns": 0, + "steady_state_ns": 417889 + } + }, + { + "pair_index": 27, + "elapsed_ns": 423833, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10797056, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 10219689, + "runtime_create_ns": 24122, + "jit_attach_ns": 50351, + "context_create_ns": 108205, + "definition_eval_ns": 28410, + "first_eval_ns": 223977, + "threshold_crossing_ns": 9302203, + "compile_ns": 9041310, + "install_ns": 35412, + "osr_ns": 0, + "steady_state_ns": 423833 + } + }, + { + "pair_index": 28, + "elapsed_ns": 444224, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10891264, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 11203415, + "runtime_create_ns": 22661, + "jit_attach_ns": 47845, + "context_create_ns": 99800, + "definition_eval_ns": 31788, + "first_eval_ns": 239150, + "threshold_crossing_ns": 10255599, + "compile_ns": 9964750, + "install_ns": 37501, + "osr_ns": 0, + "steady_state_ns": 444224 + } + }, + { + "pair_index": 29, + "elapsed_ns": 442332, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10801152, + "code_bytes": 32384, + "metadata_bytes": 4590, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 10984421, + "runtime_create_ns": 22847, + "jit_attach_ns": 49554, + "context_create_ns": 98733, + "definition_eval_ns": 39798, + "first_eval_ns": 218965, + "threshold_crossing_ns": 10042217, + "compile_ns": 9765734, + "install_ns": 38024, + "osr_ns": 0, + "steady_state_ns": 442332 + } + } + ], + "raw_latency_ns": [ + 439418, + 432171, + 438328, + 419337, + 423270, + 436608, + 422070, + 423637, + 443387, + 427325, + 421458, + 417103, + 416634, + 416182, + 438432, + 437760, + 416697, + 416276, + 416102, + 419436, + 416966, + 416537, + 428532, + 422464, + 417879, + 433407, + 417889, + 423833, + 444224, + 442332 + ], + "raw_throughput_ops": [ + 82, + 82, + 83, + 84, + 84, + 81, + 82, + 82, + 84, + 84 + ], + "median_ns": 423270, + "mad_ns": 6636, + "p95_ns": 443387, + "p99_ns": 444224, + "ci95_ns": [ + 419337, + 432171 + ], + "compile_ns": 9971283, + "install_ns": 37763, + "break_even_executions": 13 + }, + { + "name": "quickjs-fibonacci", + "suite": "rquickjs-jit local", + "group": "compute", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 355861, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10739712, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 10790162, + "runtime_create_ns": 24008, + "jit_attach_ns": 58970, + "context_create_ns": 108110, + "definition_eval_ns": 31489, + "first_eval_ns": 247003, + "threshold_crossing_ns": 9909035, + "compile_ns": 9610100, + "install_ns": 45254, + "osr_ns": 0, + "steady_state_ns": 355861 + } + }, + { + "pair_index": 1, + "elapsed_ns": 358625, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10629120, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11307148, + "runtime_create_ns": 25875, + "jit_attach_ns": 59233, + "context_create_ns": 110427, + "definition_eval_ns": 43971, + "first_eval_ns": 253101, + "threshold_crossing_ns": 10398690, + "compile_ns": 10089918, + "install_ns": 40111, + "osr_ns": 0, + "steady_state_ns": 358625 + } + }, + { + "pair_index": 2, + "elapsed_ns": 375016, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10842112, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11166821, + "runtime_create_ns": 26789, + "jit_attach_ns": 58754, + "context_create_ns": 107087, + "definition_eval_ns": 45561, + "first_eval_ns": 251076, + "threshold_crossing_ns": 10238187, + "compile_ns": 9942172, + "install_ns": 45751, + "osr_ns": 0, + "steady_state_ns": 375016 + } + }, + { + "pair_index": 3, + "elapsed_ns": 364106, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10743808, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 10455053, + "runtime_create_ns": 23857, + "jit_attach_ns": 56502, + "context_create_ns": 107515, + "definition_eval_ns": 44836, + "first_eval_ns": 264956, + "threshold_crossing_ns": 9537469, + "compile_ns": 9248827, + "install_ns": 42565, + "osr_ns": 0, + "steady_state_ns": 364106 + } + }, + { + "pair_index": 4, + "elapsed_ns": 374535, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10850304, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11012784, + "runtime_create_ns": 22361, + "jit_attach_ns": 51898, + "context_create_ns": 99304, + "definition_eval_ns": 32269, + "first_eval_ns": 239839, + "threshold_crossing_ns": 10137279, + "compile_ns": 9859971, + "install_ns": 39619, + "osr_ns": 0, + "steady_state_ns": 374535 + } + }, + { + "pair_index": 5, + "elapsed_ns": 350596, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10784768, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11362416, + "runtime_create_ns": 27254, + "jit_attach_ns": 59868, + "context_create_ns": 113414, + "definition_eval_ns": 43539, + "first_eval_ns": 248348, + "threshold_crossing_ns": 10462327, + "compile_ns": 10176801, + "install_ns": 45403, + "osr_ns": 0, + "steady_state_ns": 350596 + } + }, + { + "pair_index": 6, + "elapsed_ns": 362996, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10739712, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11448479, + "runtime_create_ns": 24911, + "jit_attach_ns": 57022, + "context_create_ns": 106932, + "definition_eval_ns": 33207, + "first_eval_ns": 241700, + "threshold_crossing_ns": 10564351, + "compile_ns": 10276708, + "install_ns": 45857, + "osr_ns": 0, + "steady_state_ns": 362996 + } + }, + { + "pair_index": 7, + "elapsed_ns": 366309, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10760192, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11530021, + "runtime_create_ns": 23322, + "jit_attach_ns": 60100, + "context_create_ns": 107622, + "definition_eval_ns": 39173, + "first_eval_ns": 266577, + "threshold_crossing_ns": 10609505, + "compile_ns": 10322912, + "install_ns": 44674, + "osr_ns": 0, + "steady_state_ns": 366309 + } + }, + { + "pair_index": 8, + "elapsed_ns": 374965, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10797056, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 10978812, + "runtime_create_ns": 26426, + "jit_attach_ns": 48250, + "context_create_ns": 98747, + "definition_eval_ns": 29958, + "first_eval_ns": 236198, + "threshold_crossing_ns": 10107453, + "compile_ns": 9831369, + "install_ns": 35925, + "osr_ns": 0, + "steady_state_ns": 374965 + } + }, + { + "pair_index": 9, + "elapsed_ns": 361392, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10846208, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 10818080, + "runtime_create_ns": 36639, + "jit_attach_ns": 65257, + "context_create_ns": 108510, + "definition_eval_ns": 45318, + "first_eval_ns": 255187, + "threshold_crossing_ns": 9888153, + "compile_ns": 9606052, + "install_ns": 41948, + "osr_ns": 0, + "steady_state_ns": 361392 + } + }, + { + "pair_index": 10, + "elapsed_ns": 353936, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10764288, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11146504, + "runtime_create_ns": 23968, + "jit_attach_ns": 55244, + "context_create_ns": 108012, + "definition_eval_ns": 47231, + "first_eval_ns": 250725, + "threshold_crossing_ns": 10250967, + "compile_ns": 9953477, + "install_ns": 44575, + "osr_ns": 0, + "steady_state_ns": 353936 + } + }, + { + "pair_index": 11, + "elapsed_ns": 369566, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10838016, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11245046, + "runtime_create_ns": 22421, + "jit_attach_ns": 55558, + "context_create_ns": 100532, + "definition_eval_ns": 34250, + "first_eval_ns": 249169, + "threshold_crossing_ns": 10356916, + "compile_ns": 10076998, + "install_ns": 42753, + "osr_ns": 0, + "steady_state_ns": 369566 + } + }, + { + "pair_index": 12, + "elapsed_ns": 371548, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10694656, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 10965936, + "runtime_create_ns": 32926, + "jit_attach_ns": 50028, + "context_create_ns": 97808, + "definition_eval_ns": 30027, + "first_eval_ns": 237790, + "threshold_crossing_ns": 10090780, + "compile_ns": 9811443, + "install_ns": 46695, + "osr_ns": 0, + "steady_state_ns": 371548 + } + }, + { + "pair_index": 13, + "elapsed_ns": 361910, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10694656, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11767847, + "runtime_create_ns": 33476, + "jit_attach_ns": 60104, + "context_create_ns": 107422, + "definition_eval_ns": 40638, + "first_eval_ns": 252680, + "threshold_crossing_ns": 10854217, + "compile_ns": 10526263, + "install_ns": 40403, + "osr_ns": 0, + "steady_state_ns": 361910 + } + }, + { + "pair_index": 14, + "elapsed_ns": 365117, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10854400, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11416689, + "runtime_create_ns": 21824, + "jit_attach_ns": 59124, + "context_create_ns": 108354, + "definition_eval_ns": 36924, + "first_eval_ns": 253318, + "threshold_crossing_ns": 10514894, + "compile_ns": 10227075, + "install_ns": 44655, + "osr_ns": 0, + "steady_state_ns": 365117 + } + }, + { + "pair_index": 15, + "elapsed_ns": 369443, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10678272, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11162247, + "runtime_create_ns": 25622, + "jit_attach_ns": 60992, + "context_create_ns": 103846, + "definition_eval_ns": 35211, + "first_eval_ns": 250366, + "threshold_crossing_ns": 10261877, + "compile_ns": 9975980, + "install_ns": 46186, + "osr_ns": 0, + "steady_state_ns": 369443 + } + }, + { + "pair_index": 16, + "elapsed_ns": 357352, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10633216, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11306299, + "runtime_create_ns": 25558, + "jit_attach_ns": 54390, + "context_create_ns": 98471, + "definition_eval_ns": 29534, + "first_eval_ns": 245719, + "threshold_crossing_ns": 10441640, + "compile_ns": 10151560, + "install_ns": 45955, + "osr_ns": 0, + "steady_state_ns": 357352 + } + }, + { + "pair_index": 17, + "elapsed_ns": 367594, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10723328, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11049097, + "runtime_create_ns": 29719, + "jit_attach_ns": 61471, + "context_create_ns": 119240, + "definition_eval_ns": 43804, + "first_eval_ns": 251566, + "threshold_crossing_ns": 10117239, + "compile_ns": 9825921, + "install_ns": 44680, + "osr_ns": 0, + "steady_state_ns": 367594 + } + }, + { + "pair_index": 18, + "elapsed_ns": 367709, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10788864, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11068582, + "runtime_create_ns": 41470, + "jit_attach_ns": 60273, + "context_create_ns": 119150, + "definition_eval_ns": 44291, + "first_eval_ns": 258127, + "threshold_crossing_ns": 10112209, + "compile_ns": 9813000, + "install_ns": 45263, + "osr_ns": 0, + "steady_state_ns": 367709 + } + }, + { + "pair_index": 19, + "elapsed_ns": 370128, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10768384, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11208942, + "runtime_create_ns": 23668, + "jit_attach_ns": 60088, + "context_create_ns": 107327, + "definition_eval_ns": 35545, + "first_eval_ns": 265661, + "threshold_crossing_ns": 10289103, + "compile_ns": 9999898, + "install_ns": 46676, + "osr_ns": 0, + "steady_state_ns": 370128 + } + }, + { + "pair_index": 20, + "elapsed_ns": 360865, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10764288, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 10542372, + "runtime_create_ns": 22711, + "jit_attach_ns": 50598, + "context_create_ns": 99628, + "definition_eval_ns": 32829, + "first_eval_ns": 238766, + "threshold_crossing_ns": 9683060, + "compile_ns": 9386514, + "install_ns": 44399, + "osr_ns": 0, + "steady_state_ns": 360865 + } + }, + { + "pair_index": 21, + "elapsed_ns": 352613, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10727424, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 10984822, + "runtime_create_ns": 28879, + "jit_attach_ns": 73312, + "context_create_ns": 111141, + "definition_eval_ns": 41728, + "first_eval_ns": 259069, + "threshold_crossing_ns": 10061160, + "compile_ns": 9769125, + "install_ns": 46427, + "osr_ns": 0, + "steady_state_ns": 352613 + } + }, + { + "pair_index": 22, + "elapsed_ns": 367882, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10641408, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11025871, + "runtime_create_ns": 23412, + "jit_attach_ns": 57877, + "context_create_ns": 103485, + "definition_eval_ns": 32649, + "first_eval_ns": 248746, + "threshold_crossing_ns": 10128584, + "compile_ns": 9841023, + "install_ns": 41549, + "osr_ns": 0, + "steady_state_ns": 367882 + } + }, + { + "pair_index": 23, + "elapsed_ns": 370851, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10674176, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11277270, + "runtime_create_ns": 29279, + "jit_attach_ns": 59876, + "context_create_ns": 107346, + "definition_eval_ns": 42785, + "first_eval_ns": 245799, + "threshold_crossing_ns": 10364144, + "compile_ns": 10069228, + "install_ns": 47903, + "osr_ns": 0, + "steady_state_ns": 370851 + } + }, + { + "pair_index": 24, + "elapsed_ns": 363595, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10764288, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11156924, + "runtime_create_ns": 25405, + "jit_attach_ns": 52959, + "context_create_ns": 98596, + "definition_eval_ns": 29497, + "first_eval_ns": 239721, + "threshold_crossing_ns": 10291384, + "compile_ns": 10005462, + "install_ns": 45755, + "osr_ns": 0, + "steady_state_ns": 363595 + } + }, + { + "pair_index": 25, + "elapsed_ns": 352428, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10784768, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 10992327, + "runtime_create_ns": 25741, + "jit_attach_ns": 57294, + "context_create_ns": 106823, + "definition_eval_ns": 51130, + "first_eval_ns": 248972, + "threshold_crossing_ns": 10091979, + "compile_ns": 9807747, + "install_ns": 45214, + "osr_ns": 0, + "steady_state_ns": 352428 + } + }, + { + "pair_index": 26, + "elapsed_ns": 368759, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10739712, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11144568, + "runtime_create_ns": 22448, + "jit_attach_ns": 56292, + "context_create_ns": 100930, + "definition_eval_ns": 32209, + "first_eval_ns": 245419, + "threshold_crossing_ns": 10265084, + "compile_ns": 9973637, + "install_ns": 48918, + "osr_ns": 0, + "steady_state_ns": 368759 + } + }, + { + "pair_index": 27, + "elapsed_ns": 353839, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10670080, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 10765894, + "runtime_create_ns": 30701, + "jit_attach_ns": 58036, + "context_create_ns": 98212, + "definition_eval_ns": 35663, + "first_eval_ns": 252989, + "threshold_crossing_ns": 9881807, + "compile_ns": 9546985, + "install_ns": 45007, + "osr_ns": 0, + "steady_state_ns": 353839 + } + }, + { + "pair_index": 28, + "elapsed_ns": 351355, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10772480, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11299377, + "runtime_create_ns": 23979, + "jit_attach_ns": 55297, + "context_create_ns": 98838, + "definition_eval_ns": 30248, + "first_eval_ns": 255612, + "threshold_crossing_ns": 10430364, + "compile_ns": 10137645, + "install_ns": 49252, + "osr_ns": 0, + "steady_state_ns": 351355 + } + }, + { + "pair_index": 29, + "elapsed_ns": 366873, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10686464, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11427862, + "runtime_create_ns": 29180, + "jit_attach_ns": 64093, + "context_create_ns": 110664, + "definition_eval_ns": 39816, + "first_eval_ns": 248154, + "threshold_crossing_ns": 10512160, + "compile_ns": 10214552, + "install_ns": 49594, + "osr_ns": 0, + "steady_state_ns": 366873 + } + } + ], + "raw_latency_ns": [ + 355861, + 358625, + 375016, + 364106, + 374535, + 350596, + 362996, + 366309, + 374965, + 361392, + 353936, + 369566, + 371548, + 361910, + 365117, + 369443, + 357352, + 367594, + 367709, + 370128, + 360865, + 352613, + 367882, + 370851, + 363595, + 352428, + 368759, + 353839, + 351355, + 366873 + ], + "raw_throughput_ops": [ + 83, + 82, + 84, + 84, + 84, + 83, + 83, + 84, + 84, + 83 + ], + "median_ns": 365117, + "mad_ns": 5011, + "p95_ns": 374965, + "p99_ns": 375016, + "ci95_ns": [ + 361392, + 367882 + ], + "compile_ns": 9973637, + "install_ns": 45254, + "break_even_executions": 18 + }, + { + "name": "numeric", + "suite": "rquickjs-jit", + "group": "compute", + "designated_kernel": true, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 213215, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9953280, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7221835, + "runtime_create_ns": 33068, + "jit_attach_ns": 61844, + "context_create_ns": 108651, + "definition_eval_ns": 32073, + "first_eval_ns": 206366, + "threshold_crossing_ns": 6525205, + "compile_ns": 6244988, + "install_ns": 33869, + "osr_ns": 0, + "steady_state_ns": 213215 + } + }, + { + "pair_index": 1, + "elapsed_ns": 222523, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9752576, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6415988, + "runtime_create_ns": 25407, + "jit_attach_ns": 51194, + "context_create_ns": 106026, + "definition_eval_ns": 30169, + "first_eval_ns": 202472, + "threshold_crossing_ns": 5731078, + "compile_ns": 5466534, + "install_ns": 33575, + "osr_ns": 0, + "steady_state_ns": 222523 + } + }, + { + "pair_index": 2, + "elapsed_ns": 213831, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9863168, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6122569, + "runtime_create_ns": 25683, + "jit_attach_ns": 51489, + "context_create_ns": 100651, + "definition_eval_ns": 25905, + "first_eval_ns": 190489, + "threshold_crossing_ns": 5473170, + "compile_ns": 5257411, + "install_ns": 31049, + "osr_ns": 0, + "steady_state_ns": 213831 + } + }, + { + "pair_index": 3, + "elapsed_ns": 214035, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9744384, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7092319, + "runtime_create_ns": 24701, + "jit_attach_ns": 50373, + "context_create_ns": 101460, + "definition_eval_ns": 33073, + "first_eval_ns": 227555, + "threshold_crossing_ns": 6401023, + "compile_ns": 6149470, + "install_ns": 34743, + "osr_ns": 0, + "steady_state_ns": 214035 + } + }, + { + "pair_index": 4, + "elapsed_ns": 218074, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9916416, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 5771686, + "runtime_create_ns": 23879, + "jit_attach_ns": 53977, + "context_create_ns": 101836, + "definition_eval_ns": 27278, + "first_eval_ns": 192512, + "threshold_crossing_ns": 5111587, + "compile_ns": 4890102, + "install_ns": 33338, + "osr_ns": 0, + "steady_state_ns": 218074 + } + }, + { + "pair_index": 5, + "elapsed_ns": 214438, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9945088, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 5830189, + "runtime_create_ns": 23560, + "jit_attach_ns": 51516, + "context_create_ns": 106181, + "definition_eval_ns": 33940, + "first_eval_ns": 202169, + "threshold_crossing_ns": 5154128, + "compile_ns": 4959890, + "install_ns": 29539, + "osr_ns": 0, + "steady_state_ns": 214438 + } + }, + { + "pair_index": 6, + "elapsed_ns": 214026, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9867264, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6731076, + "runtime_create_ns": 23122, + "jit_attach_ns": 49236, + "context_create_ns": 99578, + "definition_eval_ns": 26424, + "first_eval_ns": 191852, + "threshold_crossing_ns": 6086978, + "compile_ns": 5813086, + "install_ns": 35456, + "osr_ns": 0, + "steady_state_ns": 214026 + } + }, + { + "pair_index": 7, + "elapsed_ns": 213625, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9895936, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6211786, + "runtime_create_ns": 25463, + "jit_attach_ns": 49511, + "context_create_ns": 97248, + "definition_eval_ns": 26760, + "first_eval_ns": 195035, + "threshold_crossing_ns": 5564975, + "compile_ns": 5264529, + "install_ns": 31250, + "osr_ns": 0, + "steady_state_ns": 213625 + } + }, + { + "pair_index": 8, + "elapsed_ns": 214292, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9912320, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6713393, + "runtime_create_ns": 23706, + "jit_attach_ns": 48188, + "context_create_ns": 96766, + "definition_eval_ns": 25749, + "first_eval_ns": 196062, + "threshold_crossing_ns": 6068021, + "compile_ns": 5838010, + "install_ns": 27737, + "osr_ns": 0, + "steady_state_ns": 214292 + } + }, + { + "pair_index": 9, + "elapsed_ns": 214361, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9871360, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 5958672, + "runtime_create_ns": 23794, + "jit_attach_ns": 51973, + "context_create_ns": 103209, + "definition_eval_ns": 25635, + "first_eval_ns": 191077, + "threshold_crossing_ns": 5307721, + "compile_ns": 5075003, + "install_ns": 30006, + "osr_ns": 0, + "steady_state_ns": 214361 + } + }, + { + "pair_index": 10, + "elapsed_ns": 214221, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9949184, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6187010, + "runtime_create_ns": 23935, + "jit_attach_ns": 49985, + "context_create_ns": 96201, + "definition_eval_ns": 25877, + "first_eval_ns": 194081, + "threshold_crossing_ns": 5540995, + "compile_ns": 5113076, + "install_ns": 33630, + "osr_ns": 0, + "steady_state_ns": 214221 + } + }, + { + "pair_index": 11, + "elapsed_ns": 213600, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9887744, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 5841127, + "runtime_create_ns": 25538, + "jit_attach_ns": 48937, + "context_create_ns": 100345, + "definition_eval_ns": 26828, + "first_eval_ns": 198327, + "threshold_crossing_ns": 5187527, + "compile_ns": 4897571, + "install_ns": 31825, + "osr_ns": 0, + "steady_state_ns": 213600 + } + }, + { + "pair_index": 12, + "elapsed_ns": 213887, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9801728, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 5975349, + "runtime_create_ns": 24613, + "jit_attach_ns": 53170, + "context_create_ns": 101229, + "definition_eval_ns": 24461, + "first_eval_ns": 200240, + "threshold_crossing_ns": 5317457, + "compile_ns": 5090525, + "install_ns": 29667, + "osr_ns": 0, + "steady_state_ns": 213887 + } + }, + { + "pair_index": 13, + "elapsed_ns": 213544, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9777152, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6883427, + "runtime_create_ns": 27139, + "jit_attach_ns": 51687, + "context_create_ns": 109565, + "definition_eval_ns": 30774, + "first_eval_ns": 199694, + "threshold_crossing_ns": 6211456, + "compile_ns": 5970831, + "install_ns": 31495, + "osr_ns": 0, + "steady_state_ns": 213544 + } + }, + { + "pair_index": 14, + "elapsed_ns": 216780, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9879552, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 5693617, + "runtime_create_ns": 25492, + "jit_attach_ns": 52350, + "context_create_ns": 96799, + "definition_eval_ns": 24192, + "first_eval_ns": 192166, + "threshold_crossing_ns": 5046721, + "compile_ns": 4812191, + "install_ns": 28306, + "osr_ns": 0, + "steady_state_ns": 216780 + } + }, + { + "pair_index": 15, + "elapsed_ns": 213782, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9797632, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6865862, + "runtime_create_ns": 28043, + "jit_attach_ns": 65438, + "context_create_ns": 107716, + "definition_eval_ns": 29863, + "first_eval_ns": 218058, + "threshold_crossing_ns": 6163656, + "compile_ns": 5905586, + "install_ns": 30626, + "osr_ns": 0, + "steady_state_ns": 213782 + } + }, + { + "pair_index": 16, + "elapsed_ns": 225915, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9846784, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6131457, + "runtime_create_ns": 26363, + "jit_attach_ns": 49832, + "context_create_ns": 109596, + "definition_eval_ns": 27872, + "first_eval_ns": 194778, + "threshold_crossing_ns": 5455871, + "compile_ns": 5242363, + "install_ns": 30114, + "osr_ns": 0, + "steady_state_ns": 225915 + } + }, + { + "pair_index": 17, + "elapsed_ns": 217881, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9854976, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 5829356, + "runtime_create_ns": 23659, + "jit_attach_ns": 49200, + "context_create_ns": 101302, + "definition_eval_ns": 26025, + "first_eval_ns": 191472, + "threshold_crossing_ns": 5177114, + "compile_ns": 4951201, + "install_ns": 30702, + "osr_ns": 0, + "steady_state_ns": 217881 + } + }, + { + "pair_index": 18, + "elapsed_ns": 213887, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9895936, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6581889, + "runtime_create_ns": 22352, + "jit_attach_ns": 49873, + "context_create_ns": 99614, + "definition_eval_ns": 24486, + "first_eval_ns": 191061, + "threshold_crossing_ns": 5941035, + "compile_ns": 5680667, + "install_ns": 33895, + "osr_ns": 0, + "steady_state_ns": 213887 + } + }, + { + "pair_index": 19, + "elapsed_ns": 214175, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9711616, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6103390, + "runtime_create_ns": 24446, + "jit_attach_ns": 51284, + "context_create_ns": 101498, + "definition_eval_ns": 28415, + "first_eval_ns": 193892, + "threshold_crossing_ns": 5448612, + "compile_ns": 5232434, + "install_ns": 32133, + "osr_ns": 0, + "steady_state_ns": 214175 + } + }, + { + "pair_index": 20, + "elapsed_ns": 222288, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9895936, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6247950, + "runtime_create_ns": 24702, + "jit_attach_ns": 49274, + "context_create_ns": 107913, + "definition_eval_ns": 26589, + "first_eval_ns": 195181, + "threshold_crossing_ns": 5581673, + "compile_ns": 5364664, + "install_ns": 31269, + "osr_ns": 0, + "steady_state_ns": 222288 + } + }, + { + "pair_index": 21, + "elapsed_ns": 213891, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9785344, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6116854, + "runtime_create_ns": 28006, + "jit_attach_ns": 57427, + "context_create_ns": 104533, + "definition_eval_ns": 35503, + "first_eval_ns": 200675, + "threshold_crossing_ns": 5434916, + "compile_ns": 5133984, + "install_ns": 29486, + "osr_ns": 0, + "steady_state_ns": 213891 + } + }, + { + "pair_index": 22, + "elapsed_ns": 213881, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9854976, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6003990, + "runtime_create_ns": 27724, + "jit_attach_ns": 59690, + "context_create_ns": 103288, + "definition_eval_ns": 34629, + "first_eval_ns": 198452, + "threshold_crossing_ns": 5323879, + "compile_ns": 5096346, + "install_ns": 40184, + "osr_ns": 0, + "steady_state_ns": 213881 + } + }, + { + "pair_index": 23, + "elapsed_ns": 213781, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9953280, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7012122, + "runtime_create_ns": 50431, + "jit_attach_ns": 51371, + "context_create_ns": 99269, + "definition_eval_ns": 26088, + "first_eval_ns": 197899, + "threshold_crossing_ns": 6330182, + "compile_ns": 6089849, + "install_ns": 35220, + "osr_ns": 0, + "steady_state_ns": 213781 + } + }, + { + "pair_index": 24, + "elapsed_ns": 215171, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9883648, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 5861253, + "runtime_create_ns": 24817, + "jit_attach_ns": 51378, + "context_create_ns": 96883, + "definition_eval_ns": 26748, + "first_eval_ns": 223847, + "threshold_crossing_ns": 5182498, + "compile_ns": 4953924, + "install_ns": 36358, + "osr_ns": 0, + "steady_state_ns": 215171 + } + }, + { + "pair_index": 25, + "elapsed_ns": 222140, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9867264, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6100322, + "runtime_create_ns": 23056, + "jit_attach_ns": 47877, + "context_create_ns": 103641, + "definition_eval_ns": 37057, + "first_eval_ns": 195884, + "threshold_crossing_ns": 5426996, + "compile_ns": 5209298, + "install_ns": 30265, + "osr_ns": 0, + "steady_state_ns": 222140 + } + }, + { + "pair_index": 26, + "elapsed_ns": 213895, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9912320, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6107145, + "runtime_create_ns": 25063, + "jit_attach_ns": 52165, + "context_create_ns": 107503, + "definition_eval_ns": 29342, + "first_eval_ns": 195649, + "threshold_crossing_ns": 5443151, + "compile_ns": 5139571, + "install_ns": 43484, + "osr_ns": 0, + "steady_state_ns": 213895 + } + }, + { + "pair_index": 27, + "elapsed_ns": 214370, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9879552, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 5853779, + "runtime_create_ns": 23542, + "jit_attach_ns": 51455, + "context_create_ns": 103724, + "definition_eval_ns": 30469, + "first_eval_ns": 203300, + "threshold_crossing_ns": 5181010, + "compile_ns": 4874268, + "install_ns": 31505, + "osr_ns": 0, + "steady_state_ns": 214370 + } + }, + { + "pair_index": 28, + "elapsed_ns": 214074, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9904128, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6509052, + "runtime_create_ns": 26349, + "jit_attach_ns": 61137, + "context_create_ns": 99597, + "definition_eval_ns": 27686, + "first_eval_ns": 217252, + "threshold_crossing_ns": 5822851, + "compile_ns": 5509264, + "install_ns": 37219, + "osr_ns": 0, + "steady_state_ns": 214074 + } + }, + { + "pair_index": 29, + "elapsed_ns": 213810, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9830400, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 5856595, + "runtime_create_ns": 28066, + "jit_attach_ns": 55663, + "context_create_ns": 105439, + "definition_eval_ns": 34493, + "first_eval_ns": 202076, + "threshold_crossing_ns": 5175677, + "compile_ns": 4921916, + "install_ns": 34315, + "osr_ns": 0, + "steady_state_ns": 213810 + } + } + ], + "raw_latency_ns": [ + 213215, + 222523, + 213831, + 214035, + 218074, + 214438, + 214026, + 213625, + 214292, + 214361, + 214221, + 213600, + 213887, + 213544, + 216780, + 213782, + 225915, + 217881, + 213887, + 214175, + 222288, + 213891, + 213881, + 213781, + 215171, + 222140, + 213895, + 214370, + 214074, + 213810 + ], + "raw_throughput_ops": [ + 144, + 144, + 147, + 149, + 146, + 146, + 144, + 148, + 149, + 149 + ], + "median_ns": 214074, + "mad_ns": 293, + "p95_ns": 222523, + "p99_ns": 225915, + "ci95_ns": [ + 213887, + 214370 + ], + "compile_ns": 5232434, + "install_ns": 31825, + "break_even_executions": 13 + }, + { + "name": "scalar-loop", + "suite": "rquickjs-jit focused", + "group": "scalar-loop", + "designated_kernel": true, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 215947, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9797632, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6307529, + "runtime_create_ns": 23457, + "jit_attach_ns": 48379, + "context_create_ns": 97970, + "definition_eval_ns": 26401, + "first_eval_ns": 189007, + "threshold_crossing_ns": 5666494, + "compile_ns": 5452649, + "install_ns": 26710, + "osr_ns": 0, + "steady_state_ns": 215947 + } + }, + { + "pair_index": 1, + "elapsed_ns": 215112, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9793536, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6040542, + "runtime_create_ns": 22991, + "jit_attach_ns": 46994, + "context_create_ns": 99691, + "definition_eval_ns": 26754, + "first_eval_ns": 187505, + "threshold_crossing_ns": 5400005, + "compile_ns": 5196120, + "install_ns": 27608, + "osr_ns": 0, + "steady_state_ns": 215112 + } + }, + { + "pair_index": 2, + "elapsed_ns": 213537, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9826304, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7078589, + "runtime_create_ns": 24005, + "jit_attach_ns": 48748, + "context_create_ns": 97182, + "definition_eval_ns": 26837, + "first_eval_ns": 194678, + "threshold_crossing_ns": 6433812, + "compile_ns": 6152565, + "install_ns": 29360, + "osr_ns": 0, + "steady_state_ns": 213537 + } + }, + { + "pair_index": 3, + "elapsed_ns": 213548, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9953280, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6049274, + "runtime_create_ns": 24488, + "jit_attach_ns": 46919, + "context_create_ns": 98463, + "definition_eval_ns": 26035, + "first_eval_ns": 194081, + "threshold_crossing_ns": 5403471, + "compile_ns": 5193155, + "install_ns": 30161, + "osr_ns": 0, + "steady_state_ns": 213548 + } + }, + { + "pair_index": 4, + "elapsed_ns": 218113, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9834496, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6353758, + "runtime_create_ns": 24640, + "jit_attach_ns": 47905, + "context_create_ns": 96269, + "definition_eval_ns": 24518, + "first_eval_ns": 190293, + "threshold_crossing_ns": 5710477, + "compile_ns": 5487169, + "install_ns": 29277, + "osr_ns": 0, + "steady_state_ns": 218113 + } + }, + { + "pair_index": 5, + "elapsed_ns": 213852, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10014720, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6167675, + "runtime_create_ns": 20927, + "jit_attach_ns": 49439, + "context_create_ns": 100074, + "definition_eval_ns": 26149, + "first_eval_ns": 206895, + "threshold_crossing_ns": 5509208, + "compile_ns": 5295992, + "install_ns": 27594, + "osr_ns": 0, + "steady_state_ns": 213852 + } + }, + { + "pair_index": 6, + "elapsed_ns": 213985, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9867264, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6503503, + "runtime_create_ns": 24241, + "jit_attach_ns": 52099, + "context_create_ns": 99665, + "definition_eval_ns": 26666, + "first_eval_ns": 197108, + "threshold_crossing_ns": 5849230, + "compile_ns": 5545966, + "install_ns": 28898, + "osr_ns": 0, + "steady_state_ns": 213985 + } + }, + { + "pair_index": 7, + "elapsed_ns": 214958, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9842688, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6575443, + "runtime_create_ns": 22233, + "jit_attach_ns": 46403, + "context_create_ns": 98732, + "definition_eval_ns": 26190, + "first_eval_ns": 194275, + "threshold_crossing_ns": 5930256, + "compile_ns": 5716211, + "install_ns": 30330, + "osr_ns": 0, + "steady_state_ns": 214958 + } + }, + { + "pair_index": 8, + "elapsed_ns": 216524, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9854976, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6717615, + "runtime_create_ns": 24006, + "jit_attach_ns": 50086, + "context_create_ns": 104772, + "definition_eval_ns": 24581, + "first_eval_ns": 189117, + "threshold_crossing_ns": 6068858, + "compile_ns": 5764572, + "install_ns": 39417, + "osr_ns": 0, + "steady_state_ns": 216524 + } + }, + { + "pair_index": 9, + "elapsed_ns": 214178, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9793536, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6138387, + "runtime_create_ns": 27874, + "jit_attach_ns": 58575, + "context_create_ns": 104840, + "definition_eval_ns": 39090, + "first_eval_ns": 211673, + "threshold_crossing_ns": 5439344, + "compile_ns": 5132403, + "install_ns": 30617, + "osr_ns": 0, + "steady_state_ns": 214178 + } + }, + { + "pair_index": 10, + "elapsed_ns": 221644, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9814016, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6778186, + "runtime_create_ns": 28017, + "jit_attach_ns": 54997, + "context_create_ns": 96354, + "definition_eval_ns": 26142, + "first_eval_ns": 187997, + "threshold_crossing_ns": 6123705, + "compile_ns": 5896309, + "install_ns": 29373, + "osr_ns": 0, + "steady_state_ns": 221644 + } + }, + { + "pair_index": 11, + "elapsed_ns": 220209, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9900032, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6721069, + "runtime_create_ns": 21366, + "jit_attach_ns": 46815, + "context_create_ns": 111117, + "definition_eval_ns": 28000, + "first_eval_ns": 194876, + "threshold_crossing_ns": 6058083, + "compile_ns": 5843557, + "install_ns": 28554, + "osr_ns": 0, + "steady_state_ns": 220209 + } + }, + { + "pair_index": 12, + "elapsed_ns": 222189, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9879552, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6968326, + "runtime_create_ns": 26106, + "jit_attach_ns": 45385, + "context_create_ns": 96869, + "definition_eval_ns": 26538, + "first_eval_ns": 188413, + "threshold_crossing_ns": 6321268, + "compile_ns": 6027657, + "install_ns": 29183, + "osr_ns": 0, + "steady_state_ns": 222189 + } + }, + { + "pair_index": 13, + "elapsed_ns": 213549, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9859072, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6091252, + "runtime_create_ns": 22249, + "jit_attach_ns": 52481, + "context_create_ns": 100810, + "definition_eval_ns": 29536, + "first_eval_ns": 189466, + "threshold_crossing_ns": 5441676, + "compile_ns": 5124663, + "install_ns": 29605, + "osr_ns": 0, + "steady_state_ns": 213549 + } + }, + { + "pair_index": 14, + "elapsed_ns": 213443, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9850880, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 5920776, + "runtime_create_ns": 22205, + "jit_attach_ns": 46711, + "context_create_ns": 99247, + "definition_eval_ns": 26104, + "first_eval_ns": 185849, + "threshold_crossing_ns": 5285209, + "compile_ns": 5069147, + "install_ns": 27622, + "osr_ns": 0, + "steady_state_ns": 213443 + } + }, + { + "pair_index": 15, + "elapsed_ns": 215447, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9887744, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6451896, + "runtime_create_ns": 23730, + "jit_attach_ns": 48430, + "context_create_ns": 99187, + "definition_eval_ns": 24917, + "first_eval_ns": 188304, + "threshold_crossing_ns": 5811878, + "compile_ns": 5589747, + "install_ns": 28824, + "osr_ns": 0, + "steady_state_ns": 215447 + } + }, + { + "pair_index": 16, + "elapsed_ns": 213602, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9895936, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7423707, + "runtime_create_ns": 25247, + "jit_attach_ns": 46272, + "context_create_ns": 97852, + "definition_eval_ns": 26174, + "first_eval_ns": 193823, + "threshold_crossing_ns": 6780605, + "compile_ns": 6509974, + "install_ns": 30313, + "osr_ns": 0, + "steady_state_ns": 213602 + } + }, + { + "pair_index": 17, + "elapsed_ns": 213748, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9924608, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 5684923, + "runtime_create_ns": 24185, + "jit_attach_ns": 47998, + "context_create_ns": 97735, + "definition_eval_ns": 24000, + "first_eval_ns": 195349, + "threshold_crossing_ns": 5041828, + "compile_ns": 4820059, + "install_ns": 29780, + "osr_ns": 0, + "steady_state_ns": 213748 + } + }, + { + "pair_index": 18, + "elapsed_ns": 213760, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9871360, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7254516, + "runtime_create_ns": 34611, + "jit_attach_ns": 77650, + "context_create_ns": 110555, + "definition_eval_ns": 38497, + "first_eval_ns": 202523, + "threshold_crossing_ns": 6532767, + "compile_ns": 6271538, + "install_ns": 48910, + "osr_ns": 0, + "steady_state_ns": 213760 + } + }, + { + "pair_index": 19, + "elapsed_ns": 215347, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9842688, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6120504, + "runtime_create_ns": 25500, + "jit_attach_ns": 56802, + "context_create_ns": 103966, + "definition_eval_ns": 28794, + "first_eval_ns": 214235, + "threshold_crossing_ns": 5435011, + "compile_ns": 5214970, + "install_ns": 34896, + "osr_ns": 0, + "steady_state_ns": 215347 + } + }, + { + "pair_index": 20, + "elapsed_ns": 221011, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9859072, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6733584, + "runtime_create_ns": 24712, + "jit_attach_ns": 50194, + "context_create_ns": 95882, + "definition_eval_ns": 25954, + "first_eval_ns": 198684, + "threshold_crossing_ns": 6077686, + "compile_ns": 5848663, + "install_ns": 30437, + "osr_ns": 0, + "steady_state_ns": 221011 + } + }, + { + "pair_index": 21, + "elapsed_ns": 213982, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9932800, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 5975885, + "runtime_create_ns": 23717, + "jit_attach_ns": 51233, + "context_create_ns": 99946, + "definition_eval_ns": 26995, + "first_eval_ns": 204981, + "threshold_crossing_ns": 5313771, + "compile_ns": 5091061, + "install_ns": 30308, + "osr_ns": 0, + "steady_state_ns": 213982 + } + }, + { + "pair_index": 22, + "elapsed_ns": 213710, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9846784, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6115008, + "runtime_create_ns": 21675, + "jit_attach_ns": 48137, + "context_create_ns": 100468, + "definition_eval_ns": 32259, + "first_eval_ns": 191323, + "threshold_crossing_ns": 5466290, + "compile_ns": 5244582, + "install_ns": 28502, + "osr_ns": 0, + "steady_state_ns": 213710 + } + }, + { + "pair_index": 23, + "elapsed_ns": 213620, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9949184, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 5960160, + "runtime_create_ns": 24092, + "jit_attach_ns": 46957, + "context_create_ns": 98005, + "definition_eval_ns": 25902, + "first_eval_ns": 196880, + "threshold_crossing_ns": 5314243, + "compile_ns": 5098946, + "install_ns": 29215, + "osr_ns": 0, + "steady_state_ns": 213620 + } + }, + { + "pair_index": 24, + "elapsed_ns": 214243, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9912320, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6082531, + "runtime_create_ns": 22954, + "jit_attach_ns": 48785, + "context_create_ns": 98729, + "definition_eval_ns": 26632, + "first_eval_ns": 190562, + "threshold_crossing_ns": 5439156, + "compile_ns": 5219549, + "install_ns": 28937, + "osr_ns": 0, + "steady_state_ns": 214243 + } + }, + { + "pair_index": 25, + "elapsed_ns": 214371, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9859072, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6071886, + "runtime_create_ns": 21591, + "jit_attach_ns": 48529, + "context_create_ns": 100935, + "definition_eval_ns": 37078, + "first_eval_ns": 189299, + "threshold_crossing_ns": 5416637, + "compile_ns": 5200153, + "install_ns": 26100, + "osr_ns": 0, + "steady_state_ns": 214371 + } + }, + { + "pair_index": 26, + "elapsed_ns": 214330, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9707520, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 5946714, + "runtime_create_ns": 23452, + "jit_attach_ns": 47122, + "context_create_ns": 98565, + "definition_eval_ns": 26146, + "first_eval_ns": 191174, + "threshold_crossing_ns": 5305960, + "compile_ns": 5070499, + "install_ns": 29424, + "osr_ns": 0, + "steady_state_ns": 214330 + } + }, + { + "pair_index": 27, + "elapsed_ns": 213931, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9879552, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6852290, + "runtime_create_ns": 27157, + "jit_attach_ns": 50545, + "context_create_ns": 97547, + "definition_eval_ns": 24948, + "first_eval_ns": 191567, + "threshold_crossing_ns": 6205446, + "compile_ns": 5895977, + "install_ns": 33982, + "osr_ns": 0, + "steady_state_ns": 213931 + } + }, + { + "pair_index": 28, + "elapsed_ns": 226785, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9793536, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6450646, + "runtime_create_ns": 23714, + "jit_attach_ns": 48216, + "context_create_ns": 96636, + "definition_eval_ns": 25878, + "first_eval_ns": 191391, + "threshold_crossing_ns": 5797832, + "compile_ns": 5572118, + "install_ns": 30365, + "osr_ns": 0, + "steady_state_ns": 226785 + } + }, + { + "pair_index": 29, + "elapsed_ns": 223059, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9777152, + "code_bytes": 14752, + "metadata_bytes": 3698, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6523669, + "runtime_create_ns": 26006, + "jit_attach_ns": 48575, + "context_create_ns": 97949, + "definition_eval_ns": 37809, + "first_eval_ns": 194264, + "threshold_crossing_ns": 5601327, + "compile_ns": 5361210, + "install_ns": 47588, + "osr_ns": 0, + "steady_state_ns": 223059 + } + } + ], + "raw_latency_ns": [ + 215947, + 215112, + 213537, + 213548, + 218113, + 213852, + 213985, + 214958, + 216524, + 214178, + 221644, + 220209, + 222189, + 213549, + 213443, + 215447, + 213602, + 213748, + 213760, + 215347, + 221011, + 213982, + 213710, + 213620, + 214243, + 214371, + 214330, + 213931, + 226785, + 223059 + ], + "raw_throughput_ops": [ + 144, + 146, + 147, + 148, + 147, + 147, + 143, + 145, + 142, + 147 + ], + "median_ns": 214330, + "mad_ns": 782, + "p95_ns": 223059, + "p99_ns": 226785, + "ci95_ns": [ + 213931, + 215447 + ], + "compile_ns": 5452649, + "install_ns": 29424, + "break_even_executions": 14 + }, + { + "name": "call-heavy", + "suite": "rquickjs-jit focused", + "group": "call-heavy", + "designated_kernel": true, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 1064845, + "checksum": "number:40bb580000000000", + "native_entries": 21863, + "native_acquisitions": 1022, + "native_exits": 21863, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 21863, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12091392, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29416838, + "runtime_create_ns": 25241, + "jit_attach_ns": 51667, + "context_create_ns": 101669, + "definition_eval_ns": 41037, + "first_eval_ns": 793816, + "threshold_crossing_ns": 27210819, + "compile_ns": 25836012, + "install_ns": 107226, + "osr_ns": 0, + "steady_state_ns": 1064845 + } + }, + { + "pair_index": 1, + "elapsed_ns": 1060598, + "checksum": "number:40bb580000000000", + "native_entries": 24010, + "native_acquisitions": 1116, + "native_exits": 24010, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 24010, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12210176, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 30414350, + "runtime_create_ns": 24912, + "jit_attach_ns": 52624, + "context_create_ns": 105108, + "definition_eval_ns": 49315, + "first_eval_ns": 792858, + "threshold_crossing_ns": 28202180, + "compile_ns": 27945286, + "install_ns": 105535, + "osr_ns": 0, + "steady_state_ns": 1060598 + } + }, + { + "pair_index": 2, + "elapsed_ns": 1055422, + "checksum": "number:40bb580000000000", + "native_entries": 25815, + "native_acquisitions": 1202, + "native_exits": 25815, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 25815, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12156928, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 31409996, + "runtime_create_ns": 24178, + "jit_attach_ns": 51999, + "context_create_ns": 100545, + "definition_eval_ns": 39000, + "first_eval_ns": 794886, + "threshold_crossing_ns": 29219279, + "compile_ns": 28508898, + "install_ns": 99266, + "osr_ns": 0, + "steady_state_ns": 1055422 + } + }, + { + "pair_index": 3, + "elapsed_ns": 1071918, + "checksum": "number:40bb580000000000", + "native_entries": 21894, + "native_acquisitions": 1023, + "native_exits": 21894, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 21894, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12144640, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29299048, + "runtime_create_ns": 24259, + "jit_attach_ns": 52141, + "context_create_ns": 102213, + "definition_eval_ns": 39977, + "first_eval_ns": 794433, + "threshold_crossing_ns": 27086820, + "compile_ns": 25733591, + "install_ns": 101239, + "osr_ns": 0, + "steady_state_ns": 1071918 + } + }, + { + "pair_index": 4, + "elapsed_ns": 1059178, + "checksum": "number:40bb580000000000", + "native_entries": 21851, + "native_acquisitions": 1020, + "native_exits": 21851, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 21851, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12234752, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29221033, + "runtime_create_ns": 24167, + "jit_attach_ns": 52520, + "context_create_ns": 99513, + "definition_eval_ns": 38413, + "first_eval_ns": 789194, + "threshold_crossing_ns": 27033368, + "compile_ns": 25672894, + "install_ns": 98394, + "osr_ns": 0, + "steady_state_ns": 1059178 + } + }, + { + "pair_index": 5, + "elapsed_ns": 1064429, + "checksum": "number:40bb580000000000", + "native_entries": 22117, + "native_acquisitions": 1033, + "native_exits": 22117, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 22117, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12103680, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29492233, + "runtime_create_ns": 23911, + "jit_attach_ns": 58216, + "context_create_ns": 106412, + "definition_eval_ns": 54004, + "first_eval_ns": 2284542, + "threshold_crossing_ns": 25772571, + "compile_ns": 25969194, + "install_ns": 117685, + "osr_ns": 0, + "steady_state_ns": 1064429 + } + }, + { + "pair_index": 6, + "elapsed_ns": 1066897, + "checksum": "number:40bb580000000000", + "native_entries": 22015, + "native_acquisitions": 1028, + "native_exits": 22015, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 22015, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12132352, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29351529, + "runtime_create_ns": 27559, + "jit_attach_ns": 55395, + "context_create_ns": 104231, + "definition_eval_ns": 50238, + "first_eval_ns": 2255500, + "threshold_crossing_ns": 25664769, + "compile_ns": 25799495, + "install_ns": 96159, + "osr_ns": 0, + "steady_state_ns": 1066897 + } + }, + { + "pair_index": 7, + "elapsed_ns": 1064171, + "checksum": "number:40bb580000000000", + "native_entries": 21846, + "native_acquisitions": 1020, + "native_exits": 21846, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 21846, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12222464, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29256766, + "runtime_create_ns": 22622, + "jit_attach_ns": 52966, + "context_create_ns": 101729, + "definition_eval_ns": 49458, + "first_eval_ns": 787267, + "threshold_crossing_ns": 27048855, + "compile_ns": 25673645, + "install_ns": 105966, + "osr_ns": 0, + "steady_state_ns": 1064171 + } + }, + { + "pair_index": 8, + "elapsed_ns": 1066294, + "checksum": "number:40bb580000000000", + "native_entries": 22011, + "native_acquisitions": 1027, + "native_exits": 22011, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 22011, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12017664, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29353518, + "runtime_create_ns": 26312, + "jit_attach_ns": 54151, + "context_create_ns": 108471, + "definition_eval_ns": 52591, + "first_eval_ns": 807263, + "threshold_crossing_ns": 27112170, + "compile_ns": 25784243, + "install_ns": 106357, + "osr_ns": 0, + "steady_state_ns": 1066294 + } + }, + { + "pair_index": 9, + "elapsed_ns": 1055648, + "checksum": "number:40bb580000000000", + "native_entries": 21937, + "native_acquisitions": 1025, + "native_exits": 21937, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 21937, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12038144, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29275729, + "runtime_create_ns": 26647, + "jit_attach_ns": 50089, + "context_create_ns": 99771, + "definition_eval_ns": 41625, + "first_eval_ns": 793778, + "threshold_crossing_ns": 27083262, + "compile_ns": 25745896, + "install_ns": 100786, + "osr_ns": 0, + "steady_state_ns": 1055648 + } + }, + { + "pair_index": 10, + "elapsed_ns": 1062520, + "checksum": "number:40bb580000000000", + "native_entries": 21945, + "native_acquisitions": 1023, + "native_exits": 21945, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 21945, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12005376, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29214700, + "runtime_create_ns": 24566, + "jit_attach_ns": 51327, + "context_create_ns": 114509, + "definition_eval_ns": 50608, + "first_eval_ns": 788485, + "threshold_crossing_ns": 26988918, + "compile_ns": 25652871, + "install_ns": 99353, + "osr_ns": 0, + "steady_state_ns": 1062520 + } + }, + { + "pair_index": 11, + "elapsed_ns": 1054082, + "checksum": "number:40bb580000000000", + "native_entries": 21829, + "native_acquisitions": 1020, + "native_exits": 21829, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 21829, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11993088, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29167553, + "runtime_create_ns": 22988, + "jit_attach_ns": 49332, + "context_create_ns": 101152, + "definition_eval_ns": 38687, + "first_eval_ns": 800422, + "threshold_crossing_ns": 26975691, + "compile_ns": 25573389, + "install_ns": 97185, + "osr_ns": 0, + "steady_state_ns": 1054082 + } + }, + { + "pair_index": 12, + "elapsed_ns": 1056684, + "checksum": "number:40bb580000000000", + "native_entries": 21881, + "native_acquisitions": 1020, + "native_exits": 21881, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 21881, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12230656, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29266298, + "runtime_create_ns": 21931, + "jit_attach_ns": 54711, + "context_create_ns": 110711, + "definition_eval_ns": 43542, + "first_eval_ns": 791542, + "threshold_crossing_ns": 27052804, + "compile_ns": 25693194, + "install_ns": 100042, + "osr_ns": 0, + "steady_state_ns": 1056684 + } + }, + { + "pair_index": 13, + "elapsed_ns": 1067485, + "checksum": "number:40bb580000000000", + "native_entries": 24206, + "native_acquisitions": 1129, + "native_exits": 24206, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 24206, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12161024, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 30443269, + "runtime_create_ns": 23181, + "jit_attach_ns": 56286, + "context_create_ns": 104176, + "definition_eval_ns": 90228, + "first_eval_ns": 2295294, + "threshold_crossing_ns": 26678489, + "compile_ns": 27995295, + "install_ns": 97788, + "osr_ns": 0, + "steady_state_ns": 1067485 + } + }, + { + "pair_index": 14, + "elapsed_ns": 1062364, + "checksum": "number:40bb580000000000", + "native_entries": 21786, + "native_acquisitions": 1015, + "native_exits": 21786, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 21786, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12173312, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29163564, + "runtime_create_ns": 22024, + "jit_attach_ns": 49802, + "context_create_ns": 100372, + "definition_eval_ns": 37998, + "first_eval_ns": 796116, + "threshold_crossing_ns": 26970179, + "compile_ns": 25570381, + "install_ns": 101644, + "osr_ns": 0, + "steady_state_ns": 1062364 + } + }, + { + "pair_index": 15, + "elapsed_ns": 1057920, + "checksum": "number:40bb580000000000", + "native_entries": 21849, + "native_acquisitions": 1020, + "native_exits": 21849, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 21849, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12144640, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29392020, + "runtime_create_ns": 22378, + "jit_attach_ns": 51159, + "context_create_ns": 100736, + "definition_eval_ns": 40025, + "first_eval_ns": 798170, + "threshold_crossing_ns": 27195405, + "compile_ns": 25818580, + "install_ns": 106380, + "osr_ns": 0, + "steady_state_ns": 1057920 + } + }, + { + "pair_index": 16, + "elapsed_ns": 1065887, + "checksum": "number:40bb580000000000", + "native_entries": 21824, + "native_acquisitions": 1020, + "native_exits": 21824, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 21824, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12206080, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29459005, + "runtime_create_ns": 22337, + "jit_attach_ns": 51631, + "context_create_ns": 100723, + "definition_eval_ns": 40181, + "first_eval_ns": 795817, + "threshold_crossing_ns": 27256487, + "compile_ns": 25852471, + "install_ns": 119371, + "osr_ns": 0, + "steady_state_ns": 1065887 + } + }, + { + "pair_index": 17, + "elapsed_ns": 1063093, + "checksum": "number:40bb580000000000", + "native_entries": 21964, + "native_acquisitions": 1027, + "native_exits": 21964, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 21964, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12210176, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29229634, + "runtime_create_ns": 24001, + "jit_attach_ns": 52162, + "context_create_ns": 103321, + "definition_eval_ns": 45026, + "first_eval_ns": 791461, + "threshold_crossing_ns": 27023291, + "compile_ns": 25697923, + "install_ns": 95117, + "osr_ns": 0, + "steady_state_ns": 1063093 + } + }, + { + "pair_index": 18, + "elapsed_ns": 1067142, + "checksum": "number:40bb580000000000", + "native_entries": 21829, + "native_acquisitions": 1020, + "native_exits": 21829, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 21829, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12038144, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29306530, + "runtime_create_ns": 24045, + "jit_attach_ns": 54269, + "context_create_ns": 99984, + "definition_eval_ns": 39531, + "first_eval_ns": 789971, + "threshold_crossing_ns": 27104526, + "compile_ns": 25709660, + "install_ns": 105822, + "osr_ns": 0, + "steady_state_ns": 1067142 + } + }, + { + "pair_index": 19, + "elapsed_ns": 1059506, + "checksum": "number:40bb580000000000", + "native_entries": 21956, + "native_acquisitions": 1025, + "native_exits": 21956, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 21956, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12128256, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29231188, + "runtime_create_ns": 26177, + "jit_attach_ns": 54170, + "context_create_ns": 104036, + "definition_eval_ns": 52561, + "first_eval_ns": 803072, + "threshold_crossing_ns": 27005141, + "compile_ns": 25664124, + "install_ns": 104092, + "osr_ns": 0, + "steady_state_ns": 1059506 + } + }, + { + "pair_index": 20, + "elapsed_ns": 1060768, + "checksum": "number:40bb580000000000", + "native_entries": 21778, + "native_acquisitions": 1018, + "native_exits": 21778, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 21778, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12058624, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29447381, + "runtime_create_ns": 26020, + "jit_attach_ns": 51871, + "context_create_ns": 99917, + "definition_eval_ns": 45679, + "first_eval_ns": 779694, + "threshold_crossing_ns": 27258471, + "compile_ns": 25839783, + "install_ns": 107341, + "osr_ns": 0, + "steady_state_ns": 1060768 + } + }, + { + "pair_index": 21, + "elapsed_ns": 1064322, + "checksum": "number:40bb580000000000", + "native_entries": 22043, + "native_acquisitions": 1029, + "native_exits": 22043, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 22043, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12099584, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29307998, + "runtime_create_ns": 26951, + "jit_attach_ns": 55690, + "context_create_ns": 105055, + "definition_eval_ns": 46038, + "first_eval_ns": 2255300, + "threshold_crossing_ns": 25626630, + "compile_ns": 25769455, + "install_ns": 105265, + "osr_ns": 0, + "steady_state_ns": 1064322 + } + }, + { + "pair_index": 22, + "elapsed_ns": 1065147, + "checksum": "number:40bb580000000000", + "native_entries": 21978, + "native_acquisitions": 1024, + "native_exits": 21978, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 21978, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12185600, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29270737, + "runtime_create_ns": 26320, + "jit_attach_ns": 49329, + "context_create_ns": 104078, + "definition_eval_ns": 49134, + "first_eval_ns": 798646, + "threshold_crossing_ns": 27049189, + "compile_ns": 25721641, + "install_ns": 100262, + "osr_ns": 0, + "steady_state_ns": 1065147 + } + }, + { + "pair_index": 23, + "elapsed_ns": 1064146, + "checksum": "number:40bb580000000000", + "native_entries": 21886, + "native_acquisitions": 1023, + "native_exits": 21886, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 21886, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12087296, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29314761, + "runtime_create_ns": 24405, + "jit_attach_ns": 53448, + "context_create_ns": 100886, + "definition_eval_ns": 40911, + "first_eval_ns": 801332, + "threshold_crossing_ns": 27104316, + "compile_ns": 25721953, + "install_ns": 131148, + "osr_ns": 0, + "steady_state_ns": 1064146 + } + }, + { + "pair_index": 24, + "elapsed_ns": 1063700, + "checksum": "number:40bb580000000000", + "native_entries": 21902, + "native_acquisitions": 1022, + "native_exits": 21902, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 21902, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12214272, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29396868, + "runtime_create_ns": 23242, + "jit_attach_ns": 56952, + "context_create_ns": 104065, + "definition_eval_ns": 39756, + "first_eval_ns": 796273, + "threshold_crossing_ns": 27187114, + "compile_ns": 25836079, + "install_ns": 104988, + "osr_ns": 0, + "steady_state_ns": 1063700 + } + }, + { + "pair_index": 25, + "elapsed_ns": 1053793, + "checksum": "number:40bb580000000000", + "native_entries": 21982, + "native_acquisitions": 1026, + "native_exits": 21982, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 21982, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12066816, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29192527, + "runtime_create_ns": 26131, + "jit_attach_ns": 59873, + "context_create_ns": 102264, + "definition_eval_ns": 45918, + "first_eval_ns": 786833, + "threshold_crossing_ns": 26982676, + "compile_ns": 25637013, + "install_ns": 103238, + "osr_ns": 0, + "steady_state_ns": 1053793 + } + }, + { + "pair_index": 26, + "elapsed_ns": 1066211, + "checksum": "number:40bb580000000000", + "native_entries": 21948, + "native_acquisitions": 1022, + "native_exits": 21948, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 21948, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12234752, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29216040, + "runtime_create_ns": 27250, + "jit_attach_ns": 50712, + "context_create_ns": 103902, + "definition_eval_ns": 51626, + "first_eval_ns": 795225, + "threshold_crossing_ns": 26993015, + "compile_ns": 25658894, + "install_ns": 101862, + "osr_ns": 0, + "steady_state_ns": 1066211 + } + }, + { + "pair_index": 27, + "elapsed_ns": 1061130, + "checksum": "number:40bb580000000000", + "native_entries": 21822, + "native_acquisitions": 1020, + "native_exits": 21822, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 21822, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12152832, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29267276, + "runtime_create_ns": 21708, + "jit_attach_ns": 50039, + "context_create_ns": 107798, + "definition_eval_ns": 41725, + "first_eval_ns": 800022, + "threshold_crossing_ns": 27053375, + "compile_ns": 25669829, + "install_ns": 105880, + "osr_ns": 0, + "steady_state_ns": 1061130 + } + }, + { + "pair_index": 28, + "elapsed_ns": 1058419, + "checksum": "number:40bb580000000000", + "native_entries": 21945, + "native_acquisitions": 1023, + "native_exits": 21945, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 21945, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12136448, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29196842, + "runtime_create_ns": 24557, + "jit_attach_ns": 52630, + "context_create_ns": 105476, + "definition_eval_ns": 53190, + "first_eval_ns": 789612, + "threshold_crossing_ns": 26985630, + "compile_ns": 25603778, + "install_ns": 103607, + "osr_ns": 0, + "steady_state_ns": 1058419 + } + }, + { + "pair_index": 29, + "elapsed_ns": 1055201, + "checksum": "number:40bb580000000000", + "native_entries": 21925, + "native_acquisitions": 1025, + "native_exits": 21925, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 21925, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12054528, + "code_bytes": 31856, + "metadata_bytes": 7376, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 29212267, + "runtime_create_ns": 23827, + "jit_attach_ns": 57464, + "context_create_ns": 103374, + "definition_eval_ns": 41852, + "first_eval_ns": 783480, + "threshold_crossing_ns": 27020654, + "compile_ns": 25630411, + "install_ns": 108734, + "osr_ns": 0, + "steady_state_ns": 1055201 + } + } + ], + "raw_latency_ns": [ + 1064845, + 1060598, + 1055422, + 1071918, + 1059178, + 1064429, + 1066897, + 1064171, + 1066294, + 1055648, + 1062520, + 1054082, + 1056684, + 1067485, + 1062364, + 1057920, + 1065887, + 1063093, + 1067142, + 1059506, + 1060768, + 1064322, + 1065147, + 1064146, + 1063700, + 1053793, + 1066211, + 1061130, + 1058419, + 1055201 + ], + "raw_throughput_ops": [ + 33, + 31, + 32, + 34, + 33, + 33, + 32, + 32, + 32, + 33 + ], + "median_ns": 1063093, + "mad_ns": 3201, + "p95_ns": 1067485, + "p99_ns": 1071918, + "ci95_ns": [ + 1060598, + 1064429 + ], + "compile_ns": 25721953, + "install_ns": 104092, + "break_even_executions": 78 + }, + { + "name": "generic-call-entry", + "suite": "rquickjs-jit focused", + "group": "call-heavy", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 12818895, + "checksum": "number:409f400000000000", + "native_entries": 31819, + "native_acquisitions": 1141, + "native_exits": 31819, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 31819, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10043392, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 26876683, + "runtime_create_ns": 24015, + "jit_attach_ns": 57473, + "context_create_ns": 102452, + "definition_eval_ns": 40001, + "first_eval_ns": 751828, + "threshold_crossing_ns": 11867745, + "compile_ns": 10549287, + "install_ns": 68921, + "osr_ns": 0, + "steady_state_ns": 12818895 + } + }, + { + "pair_index": 1, + "elapsed_ns": 12050554, + "checksum": "number:409f400000000000", + "native_entries": 32016, + "native_acquisitions": 1151, + "native_exits": 32016, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 32016, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10014720, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 25261303, + "runtime_create_ns": 27545, + "jit_attach_ns": 68807, + "context_create_ns": 108306, + "definition_eval_ns": 47983, + "first_eval_ns": 2185292, + "threshold_crossing_ns": 9550598, + "compile_ns": 9740413, + "install_ns": 56611, + "osr_ns": 0, + "steady_state_ns": 12050554 + } + }, + { + "pair_index": 2, + "elapsed_ns": 11679842, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_acquisitions": 1056, + "native_exits": 30012, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 30012, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9994240, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24869416, + "runtime_create_ns": 26115, + "jit_attach_ns": 61175, + "context_create_ns": 104925, + "definition_eval_ns": 41815, + "first_eval_ns": 732971, + "threshold_crossing_ns": 11030666, + "compile_ns": 9113611, + "install_ns": 105304, + "osr_ns": 0, + "steady_state_ns": 11679842 + } + }, + { + "pair_index": 3, + "elapsed_ns": 11764170, + "checksum": "number:409f400000000000", + "native_entries": 31722, + "native_acquisitions": 1136, + "native_exits": 31722, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 31722, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10027008, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24744814, + "runtime_create_ns": 32234, + "jit_attach_ns": 56713, + "context_create_ns": 106522, + "definition_eval_ns": 39886, + "first_eval_ns": 725999, + "threshold_crossing_ns": 10819930, + "compile_ns": 9473626, + "install_ns": 51159, + "osr_ns": 0, + "steady_state_ns": 11764170 + } + }, + { + "pair_index": 4, + "elapsed_ns": 14413502, + "checksum": "number:409f400000000000", + "native_entries": 31706, + "native_acquisitions": 1137, + "native_exits": 31706, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 31706, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9924608, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 27494944, + "runtime_create_ns": 24205, + "jit_attach_ns": 57405, + "context_create_ns": 99491, + "definition_eval_ns": 35796, + "first_eval_ns": 742466, + "threshold_crossing_ns": 10901994, + "compile_ns": 9544560, + "install_ns": 55132, + "osr_ns": 0, + "steady_state_ns": 14413502 + } + }, + { + "pair_index": 5, + "elapsed_ns": 11739530, + "checksum": "number:409f400000000000", + "native_entries": 32033, + "native_acquisitions": 1152, + "native_exits": 32033, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 32033, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9973760, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24935981, + "runtime_create_ns": 26458, + "jit_attach_ns": 60074, + "context_create_ns": 115877, + "definition_eval_ns": 48934, + "first_eval_ns": 2186375, + "threshold_crossing_ns": 9559022, + "compile_ns": 9769519, + "install_ns": 52975, + "osr_ns": 0, + "steady_state_ns": 11739530 + } + }, + { + "pair_index": 6, + "elapsed_ns": 11820829, + "checksum": "number:409f400000000000", + "native_entries": 32907, + "native_acquisitions": 1192, + "native_exits": 32907, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 32907, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9965568, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 25223632, + "runtime_create_ns": 25201, + "jit_attach_ns": 56646, + "context_create_ns": 103865, + "definition_eval_ns": 41135, + "first_eval_ns": 2433805, + "threshold_crossing_ns": 9538393, + "compile_ns": 10262036, + "install_ns": 58536, + "osr_ns": 0, + "steady_state_ns": 11820829 + } + }, + { + "pair_index": 7, + "elapsed_ns": 11696206, + "checksum": "number:409f400000000000", + "native_entries": 31650, + "native_acquisitions": 1135, + "native_exits": 31650, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 31650, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9986048, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24719806, + "runtime_create_ns": 26963, + "jit_attach_ns": 57103, + "context_create_ns": 112152, + "definition_eval_ns": 40307, + "first_eval_ns": 713882, + "threshold_crossing_ns": 10874266, + "compile_ns": 9519511, + "install_ns": 51863, + "osr_ns": 0, + "steady_state_ns": 11696206 + } + }, + { + "pair_index": 8, + "elapsed_ns": 11719420, + "checksum": "number:409f400000000000", + "native_entries": 31667, + "native_acquisitions": 1134, + "native_exits": 31667, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 31667, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10002432, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24646283, + "runtime_create_ns": 24810, + "jit_attach_ns": 52965, + "context_create_ns": 103742, + "definition_eval_ns": 39365, + "first_eval_ns": 732171, + "threshold_crossing_ns": 10785653, + "compile_ns": 9429617, + "install_ns": 44894, + "osr_ns": 0, + "steady_state_ns": 11719420 + } + }, + { + "pair_index": 9, + "elapsed_ns": 11659957, + "checksum": "number:409f400000000000", + "native_entries": 32039, + "native_acquisitions": 1152, + "native_exits": 32039, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 32039, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9998336, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24857452, + "runtime_create_ns": 27125, + "jit_attach_ns": 60603, + "context_create_ns": 109602, + "definition_eval_ns": 49124, + "first_eval_ns": 2188826, + "threshold_crossing_ns": 9566505, + "compile_ns": 9772248, + "install_ns": 56191, + "osr_ns": 0, + "steady_state_ns": 11659957 + } + }, + { + "pair_index": 10, + "elapsed_ns": 14459387, + "checksum": "number:409f400000000000", + "native_entries": 31641, + "native_acquisitions": 1132, + "native_exits": 31641, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 31641, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10067968, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 29548273, + "runtime_create_ns": 21748, + "jit_attach_ns": 58806, + "context_create_ns": 107291, + "definition_eval_ns": 44141, + "first_eval_ns": 720765, + "threshold_crossing_ns": 11856408, + "compile_ns": 9486312, + "install_ns": 49123, + "osr_ns": 0, + "steady_state_ns": 14459387 + } + }, + { + "pair_index": 11, + "elapsed_ns": 15029079, + "checksum": "number:409f400000000000", + "native_entries": 29738, + "native_acquisitions": 1071, + "native_exits": 29738, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 29738, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10006528, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 26933233, + "runtime_create_ns": 27830, + "jit_attach_ns": 57104, + "context_create_ns": 107412, + "definition_eval_ns": 52838, + "first_eval_ns": 724190, + "threshold_crossing_ns": 9727442, + "compile_ns": 9271867, + "install_ns": 47220, + "osr_ns": 0, + "steady_state_ns": 15029079 + } + }, + { + "pair_index": 12, + "elapsed_ns": 11659221, + "checksum": "number:409f400000000000", + "native_entries": 32012, + "native_acquisitions": 1148, + "native_exits": 32012, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 32012, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9900032, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24720317, + "runtime_create_ns": 27452, + "jit_attach_ns": 55523, + "context_create_ns": 106545, + "definition_eval_ns": 50217, + "first_eval_ns": 737584, + "threshold_crossing_ns": 10880966, + "compile_ns": 9637355, + "install_ns": 49230, + "osr_ns": 0, + "steady_state_ns": 11659221 + } + }, + { + "pair_index": 13, + "elapsed_ns": 11673527, + "checksum": "number:409f400000000000", + "native_entries": 32012, + "native_acquisitions": 1148, + "native_exits": 32012, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 32012, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10043392, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24773403, + "runtime_create_ns": 27368, + "jit_attach_ns": 62362, + "context_create_ns": 122208, + "definition_eval_ns": 51297, + "first_eval_ns": 719896, + "threshold_crossing_ns": 10926545, + "compile_ns": 9685916, + "install_ns": 53019, + "osr_ns": 0, + "steady_state_ns": 11673527 + } + }, + { + "pair_index": 14, + "elapsed_ns": 11676155, + "checksum": "number:409f400000000000", + "native_entries": 31629, + "native_acquisitions": 1132, + "native_exits": 31629, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 31629, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9912320, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 25131741, + "runtime_create_ns": 25685, + "jit_attach_ns": 58460, + "context_create_ns": 99558, + "definition_eval_ns": 38496, + "first_eval_ns": 726817, + "threshold_crossing_ns": 11293329, + "compile_ns": 9484605, + "install_ns": 56008, + "osr_ns": 0, + "steady_state_ns": 11676155 + } + }, + { + "pair_index": 15, + "elapsed_ns": 11665960, + "checksum": "number:409f400000000000", + "native_entries": 31838, + "native_acquisitions": 1142, + "native_exits": 31838, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 31838, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10022912, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24752858, + "runtime_create_ns": 25804, + "jit_attach_ns": 57918, + "context_create_ns": 102994, + "definition_eval_ns": 45192, + "first_eval_ns": 741221, + "threshold_crossing_ns": 10907366, + "compile_ns": 9596710, + "install_ns": 68042, + "osr_ns": 0, + "steady_state_ns": 11665960 + } + }, + { + "pair_index": 16, + "elapsed_ns": 11676589, + "checksum": "number:409f400000000000", + "native_entries": 31718, + "native_acquisitions": 1138, + "native_exits": 31718, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 31718, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9879552, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24653274, + "runtime_create_ns": 24348, + "jit_attach_ns": 55601, + "context_create_ns": 102838, + "definition_eval_ns": 38138, + "first_eval_ns": 738837, + "threshold_crossing_ns": 10822994, + "compile_ns": 9460433, + "install_ns": 50550, + "osr_ns": 0, + "steady_state_ns": 11676589 + } + }, + { + "pair_index": 17, + "elapsed_ns": 11679588, + "checksum": "number:409f400000000000", + "native_entries": 32075, + "native_acquisitions": 1154, + "native_exits": 32075, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 32075, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9928704, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24888588, + "runtime_create_ns": 28056, + "jit_attach_ns": 72439, + "context_create_ns": 107279, + "definition_eval_ns": 49628, + "first_eval_ns": 2186219, + "threshold_crossing_ns": 9554111, + "compile_ns": 9783615, + "install_ns": 56111, + "osr_ns": 0, + "steady_state_ns": 11679588 + } + }, + { + "pair_index": 18, + "elapsed_ns": 11682449, + "checksum": "number:409f400000000000", + "native_entries": 31785, + "native_acquisitions": 1140, + "native_exits": 31785, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 31785, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9936896, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24791582, + "runtime_create_ns": 27697, + "jit_attach_ns": 58797, + "context_create_ns": 101300, + "definition_eval_ns": 38457, + "first_eval_ns": 731254, + "threshold_crossing_ns": 10949342, + "compile_ns": 9544621, + "install_ns": 121359, + "osr_ns": 0, + "steady_state_ns": 11682449 + } + }, + { + "pair_index": 19, + "elapsed_ns": 11690790, + "checksum": "number:409f400000000000", + "native_entries": 31819, + "native_acquisitions": 1141, + "native_exits": 31819, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 31819, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10018816, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 25015026, + "runtime_create_ns": 26438, + "jit_attach_ns": 55623, + "context_create_ns": 103016, + "definition_eval_ns": 39377, + "first_eval_ns": 748707, + "threshold_crossing_ns": 11146158, + "compile_ns": 9813506, + "install_ns": 57883, + "osr_ns": 0, + "steady_state_ns": 11690790 + } + }, + { + "pair_index": 20, + "elapsed_ns": 13824315, + "checksum": "number:409f400000000000", + "native_entries": 31732, + "native_acquisitions": 1138, + "native_exits": 31732, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 31732, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10035200, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 27006427, + "runtime_create_ns": 23587, + "jit_attach_ns": 56679, + "context_create_ns": 103920, + "definition_eval_ns": 39980, + "first_eval_ns": 740538, + "threshold_crossing_ns": 11023830, + "compile_ns": 9666365, + "install_ns": 61763, + "osr_ns": 0, + "steady_state_ns": 13824315 + } + }, + { + "pair_index": 21, + "elapsed_ns": 12632490, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_acquisitions": 1056, + "native_exits": 30012, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 30012, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9932800, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 26160072, + "runtime_create_ns": 29131, + "jit_attach_ns": 61083, + "context_create_ns": 108668, + "definition_eval_ns": 48866, + "first_eval_ns": 2251711, + "threshold_crossing_ns": 9798520, + "compile_ns": 9968763, + "install_ns": 52367, + "osr_ns": 0, + "steady_state_ns": 12632490 + } + }, + { + "pair_index": 22, + "elapsed_ns": 16259147, + "checksum": "number:409f400000000000", + "native_entries": 31799, + "native_acquisitions": 1141, + "native_exits": 31799, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 31799, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10223616, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 29638776, + "runtime_create_ns": 27584, + "jit_attach_ns": 55812, + "context_create_ns": 126920, + "definition_eval_ns": 43274, + "first_eval_ns": 731645, + "threshold_crossing_ns": 11183813, + "compile_ns": 9842192, + "install_ns": 54066, + "osr_ns": 0, + "steady_state_ns": 16259147 + } + }, + { + "pair_index": 23, + "elapsed_ns": 15371311, + "checksum": "number:409f400000000000", + "native_entries": 32012, + "native_acquisitions": 1148, + "native_exits": 32012, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 32012, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 30501445, + "runtime_create_ns": 24322, + "jit_attach_ns": 60163, + "context_create_ns": 106485, + "definition_eval_ns": 46156, + "first_eval_ns": 749209, + "threshold_crossing_ns": 12946440, + "compile_ns": 10709532, + "install_ns": 130521, + "osr_ns": 0, + "steady_state_ns": 15371311 + } + }, + { + "pair_index": 24, + "elapsed_ns": 11730007, + "checksum": "number:409f400000000000", + "native_entries": 30052, + "native_acquisitions": 1060, + "native_exits": 30052, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 30052, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24444574, + "runtime_create_ns": 22987, + "jit_attach_ns": 57170, + "context_create_ns": 104269, + "definition_eval_ns": 40900, + "first_eval_ns": 722087, + "threshold_crossing_ns": 10557502, + "compile_ns": 8674659, + "install_ns": 50662, + "osr_ns": 0, + "steady_state_ns": 11730007 + } + }, + { + "pair_index": 25, + "elapsed_ns": 11693182, + "checksum": "number:409f400000000000", + "native_entries": 32121, + "native_acquisitions": 1155, + "native_exits": 32121, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 32121, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10145792, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24863425, + "runtime_create_ns": 24326, + "jit_attach_ns": 59747, + "context_create_ns": 107911, + "definition_eval_ns": 57026, + "first_eval_ns": 2207556, + "threshold_crossing_ns": 9517682, + "compile_ns": 9783795, + "install_ns": 50095, + "osr_ns": 0, + "steady_state_ns": 11693182 + } + }, + { + "pair_index": 26, + "elapsed_ns": 11754833, + "checksum": "number:409f400000000000", + "native_entries": 31677, + "native_acquisitions": 1135, + "native_exits": 31677, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 31677, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9961472, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24748612, + "runtime_create_ns": 24306, + "jit_attach_ns": 63052, + "context_create_ns": 99814, + "definition_eval_ns": 40685, + "first_eval_ns": 723398, + "threshold_crossing_ns": 10852180, + "compile_ns": 9491592, + "install_ns": 53457, + "osr_ns": 0, + "steady_state_ns": 11754833 + } + }, + { + "pair_index": 27, + "elapsed_ns": 11613952, + "checksum": "number:409f400000000000", + "native_entries": 31884, + "native_acquisitions": 1142, + "native_exits": 31884, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 31884, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9986048, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24715343, + "runtime_create_ns": 29875, + "jit_attach_ns": 61110, + "context_create_ns": 104556, + "definition_eval_ns": 48841, + "first_eval_ns": 748045, + "threshold_crossing_ns": 10914639, + "compile_ns": 9629599, + "install_ns": 51862, + "osr_ns": 0, + "steady_state_ns": 11613952 + } + }, + { + "pair_index": 28, + "elapsed_ns": 11696191, + "checksum": "number:409f400000000000", + "native_entries": 31590, + "native_acquisitions": 1132, + "native_exits": 31590, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 31590, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10063872, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24525047, + "runtime_create_ns": 23075, + "jit_attach_ns": 51844, + "context_create_ns": 99008, + "definition_eval_ns": 40085, + "first_eval_ns": 730660, + "threshold_crossing_ns": 10698880, + "compile_ns": 9331101, + "install_ns": 50154, + "osr_ns": 0, + "steady_state_ns": 11696191 + } + }, + { + "pair_index": 29, + "elapsed_ns": 11689175, + "checksum": "number:409f400000000000", + "native_entries": 32019, + "native_acquisitions": 1151, + "native_exits": 32019, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 32019, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10162176, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24900929, + "runtime_create_ns": 25298, + "jit_attach_ns": 63820, + "context_create_ns": 116815, + "definition_eval_ns": 52562, + "first_eval_ns": 2171121, + "threshold_crossing_ns": 9576650, + "compile_ns": 9777350, + "install_ns": 60217, + "osr_ns": 0, + "steady_state_ns": 11689175 + } + } + ], + "raw_latency_ns": [ + 12818895, + 12050554, + 11679842, + 11764170, + 14413502, + 11739530, + 11820829, + 11696206, + 11719420, + 11659957, + 14459387, + 15029079, + 11659221, + 11673527, + 11676155, + 11665960, + 11676589, + 11679588, + 11682449, + 11690790, + 13824315, + 12632490, + 16259147, + 15371311, + 11730007, + 11693182, + 11754833, + 11613952, + 11696191, + 11689175 + ], + "raw_throughput_ops": [ + 40, + 39, + 40, + 40, + 40, + 39, + 39, + 40, + 39, + 40 + ], + "median_ns": 11719420, + "mad_ns": 45893, + "p95_ns": 15371311, + "p99_ns": 16259147, + "ci95_ns": [ + 11689175, + 11820829 + ], + "compile_ns": 9637355, + "install_ns": 54066, + "break_even_executions": null + }, + { + "name": "property-heavy", + "suite": "rquickjs-jit focused", + "group": "property-heavy", + "designated_kernel": true, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 11209792, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13135872, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 53475417, + "runtime_create_ns": 24972, + "jit_attach_ns": 57050, + "context_create_ns": 100735, + "definition_eval_ns": 45097, + "first_eval_ns": 487150, + "threshold_crossing_ns": 40413338, + "compile_ns": 38352959, + "install_ns": 115100, + "osr_ns": 0, + "steady_state_ns": 11209792 + } + }, + { + "pair_index": 1, + "elapsed_ns": 11217184, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13123584, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 51298877, + "runtime_create_ns": 26680, + "jit_attach_ns": 60481, + "context_create_ns": 123490, + "definition_eval_ns": 51184, + "first_eval_ns": 482821, + "threshold_crossing_ns": 38210686, + "compile_ns": 36310883, + "install_ns": 99600, + "osr_ns": 0, + "steady_state_ns": 11217184 + } + }, + { + "pair_index": 2, + "elapsed_ns": 11118995, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13279232, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50968429, + "runtime_create_ns": 35928, + "jit_attach_ns": 54807, + "context_create_ns": 104398, + "definition_eval_ns": 50696, + "first_eval_ns": 482050, + "threshold_crossing_ns": 37987268, + "compile_ns": 35994751, + "install_ns": 96392, + "osr_ns": 0, + "steady_state_ns": 11118995 + } + }, + { + "pair_index": 3, + "elapsed_ns": 11086926, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13463552, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50366366, + "runtime_create_ns": 25601, + "jit_attach_ns": 55241, + "context_create_ns": 104862, + "definition_eval_ns": 37518, + "first_eval_ns": 490427, + "threshold_crossing_ns": 37435628, + "compile_ns": 35402487, + "install_ns": 88576, + "osr_ns": 0, + "steady_state_ns": 11086926 + } + }, + { + "pair_index": 4, + "elapsed_ns": 11080884, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13287424, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 51140009, + "runtime_create_ns": 24084, + "jit_attach_ns": 56097, + "context_create_ns": 110839, + "definition_eval_ns": 36760, + "first_eval_ns": 492549, + "threshold_crossing_ns": 38206288, + "compile_ns": 36204999, + "install_ns": 89143, + "osr_ns": 0, + "steady_state_ns": 11080884 + } + }, + { + "pair_index": 5, + "elapsed_ns": 11075594, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13238272, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50968951, + "runtime_create_ns": 36436, + "jit_attach_ns": 75092, + "context_create_ns": 111325, + "definition_eval_ns": 53028, + "first_eval_ns": 514826, + "threshold_crossing_ns": 37966267, + "compile_ns": 36108498, + "install_ns": 89005, + "osr_ns": 0, + "steady_state_ns": 11075594 + } + }, + { + "pair_index": 6, + "elapsed_ns": 11089638, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13275136, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50787818, + "runtime_create_ns": 26064, + "jit_attach_ns": 54481, + "context_create_ns": 101048, + "definition_eval_ns": 37631, + "first_eval_ns": 483149, + "threshold_crossing_ns": 37868447, + "compile_ns": 35828071, + "install_ns": 94310, + "osr_ns": 0, + "steady_state_ns": 11089638 + } + }, + { + "pair_index": 7, + "elapsed_ns": 11070942, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13307904, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50837175, + "runtime_create_ns": 26132, + "jit_attach_ns": 53244, + "context_create_ns": 100503, + "definition_eval_ns": 38728, + "first_eval_ns": 488864, + "threshold_crossing_ns": 37930531, + "compile_ns": 35901081, + "install_ns": 89031, + "osr_ns": 0, + "steady_state_ns": 11070942 + } + }, + { + "pair_index": 8, + "elapsed_ns": 11071795, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13271040, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50739191, + "runtime_create_ns": 24741, + "jit_attach_ns": 54261, + "context_create_ns": 100662, + "definition_eval_ns": 36234, + "first_eval_ns": 481178, + "threshold_crossing_ns": 37841125, + "compile_ns": 35809189, + "install_ns": 91998, + "osr_ns": 0, + "steady_state_ns": 11071795 + } + }, + { + "pair_index": 9, + "elapsed_ns": 11107741, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13312000, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 51204132, + "runtime_create_ns": 31480, + "jit_attach_ns": 63293, + "context_create_ns": 111335, + "definition_eval_ns": 46906, + "first_eval_ns": 496868, + "threshold_crossing_ns": 38221173, + "compile_ns": 36355642, + "install_ns": 89507, + "osr_ns": 0, + "steady_state_ns": 11107741 + } + }, + { + "pair_index": 10, + "elapsed_ns": 11073459, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13459456, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50319927, + "runtime_create_ns": 25302, + "jit_attach_ns": 55367, + "context_create_ns": 105071, + "definition_eval_ns": 44668, + "first_eval_ns": 499282, + "threshold_crossing_ns": 37387787, + "compile_ns": 35430148, + "install_ns": 87475, + "osr_ns": 0, + "steady_state_ns": 11073459 + } + }, + { + "pair_index": 11, + "elapsed_ns": 11078397, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13307904, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50601357, + "runtime_create_ns": 21776, + "jit_attach_ns": 56614, + "context_create_ns": 101642, + "definition_eval_ns": 40977, + "first_eval_ns": 501526, + "threshold_crossing_ns": 37676079, + "compile_ns": 35666336, + "install_ns": 95512, + "osr_ns": 0, + "steady_state_ns": 11078397 + } + }, + { + "pair_index": 12, + "elapsed_ns": 11093644, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13475840, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50469101, + "runtime_create_ns": 22511, + "jit_attach_ns": 64155, + "context_create_ns": 102322, + "definition_eval_ns": 40668, + "first_eval_ns": 478060, + "threshold_crossing_ns": 37542078, + "compile_ns": 35510942, + "install_ns": 94261, + "osr_ns": 0, + "steady_state_ns": 11093644 + } + }, + { + "pair_index": 13, + "elapsed_ns": 11108963, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13168640, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50930960, + "runtime_create_ns": 26955, + "jit_attach_ns": 59501, + "context_create_ns": 110622, + "definition_eval_ns": 47717, + "first_eval_ns": 488827, + "threshold_crossing_ns": 37954711, + "compile_ns": 36008863, + "install_ns": 95015, + "osr_ns": 0, + "steady_state_ns": 11108963 + } + }, + { + "pair_index": 14, + "elapsed_ns": 11073753, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13471744, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50447167, + "runtime_create_ns": 23173, + "jit_attach_ns": 64356, + "context_create_ns": 102308, + "definition_eval_ns": 37156, + "first_eval_ns": 497183, + "threshold_crossing_ns": 37522490, + "compile_ns": 35506733, + "install_ns": 87663, + "osr_ns": 0, + "steady_state_ns": 11073753 + } + }, + { + "pair_index": 15, + "elapsed_ns": 11082038, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13189120, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50837407, + "runtime_create_ns": 26877, + "jit_attach_ns": 63293, + "context_create_ns": 101001, + "definition_eval_ns": 38871, + "first_eval_ns": 496942, + "threshold_crossing_ns": 37892516, + "compile_ns": 35946274, + "install_ns": 89355, + "osr_ns": 0, + "steady_state_ns": 11082038 + } + }, + { + "pair_index": 16, + "elapsed_ns": 11091431, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13299712, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50761755, + "runtime_create_ns": 25606, + "jit_attach_ns": 59748, + "context_create_ns": 100260, + "definition_eval_ns": 38230, + "first_eval_ns": 476198, + "threshold_crossing_ns": 37841009, + "compile_ns": 35801111, + "install_ns": 88573, + "osr_ns": 0, + "steady_state_ns": 11091431 + } + }, + { + "pair_index": 17, + "elapsed_ns": 11079478, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13479936, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50733518, + "runtime_create_ns": 25868, + "jit_attach_ns": 64544, + "context_create_ns": 107107, + "definition_eval_ns": 53667, + "first_eval_ns": 488915, + "threshold_crossing_ns": 37783063, + "compile_ns": 35883933, + "install_ns": 101804, + "osr_ns": 0, + "steady_state_ns": 11079478 + } + }, + { + "pair_index": 18, + "elapsed_ns": 11134353, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13193216, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50903550, + "runtime_create_ns": 26267, + "jit_attach_ns": 54450, + "context_create_ns": 98320, + "definition_eval_ns": 38276, + "first_eval_ns": 474785, + "threshold_crossing_ns": 37939836, + "compile_ns": 35906076, + "install_ns": 86536, + "osr_ns": 0, + "steady_state_ns": 11134353 + } + }, + { + "pair_index": 19, + "elapsed_ns": 11659070, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13361152, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 52738406, + "runtime_create_ns": 29340, + "jit_attach_ns": 62572, + "context_create_ns": 101800, + "definition_eval_ns": 42276, + "first_eval_ns": 493815, + "threshold_crossing_ns": 39177202, + "compile_ns": 37126791, + "install_ns": 102201, + "osr_ns": 0, + "steady_state_ns": 11659070 + } + }, + { + "pair_index": 20, + "elapsed_ns": 11235435, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13307904, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 51150651, + "runtime_create_ns": 23814, + "jit_attach_ns": 54214, + "context_create_ns": 102130, + "definition_eval_ns": 38650, + "first_eval_ns": 477208, + "threshold_crossing_ns": 38049508, + "compile_ns": 35998742, + "install_ns": 95196, + "osr_ns": 0, + "steady_state_ns": 11235435 + } + }, + { + "pair_index": 21, + "elapsed_ns": 11168648, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13275136, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 51211650, + "runtime_create_ns": 26144, + "jit_attach_ns": 64720, + "context_create_ns": 112596, + "definition_eval_ns": 53613, + "first_eval_ns": 527038, + "threshold_crossing_ns": 38113585, + "compile_ns": 36250724, + "install_ns": 88514, + "osr_ns": 0, + "steady_state_ns": 11168648 + } + }, + { + "pair_index": 22, + "elapsed_ns": 11112311, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13266944, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50807642, + "runtime_create_ns": 26699, + "jit_attach_ns": 55884, + "context_create_ns": 107556, + "definition_eval_ns": 48555, + "first_eval_ns": 498326, + "threshold_crossing_ns": 37823720, + "compile_ns": 35877890, + "install_ns": 84686, + "osr_ns": 0, + "steady_state_ns": 11112311 + } + }, + { + "pair_index": 23, + "elapsed_ns": 11161802, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13135872, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 56198435, + "runtime_create_ns": 24036, + "jit_attach_ns": 56283, + "context_create_ns": 103218, + "definition_eval_ns": 38753, + "first_eval_ns": 488243, + "threshold_crossing_ns": 43188671, + "compile_ns": 41116542, + "install_ns": 101706, + "osr_ns": 0, + "steady_state_ns": 11161802 + } + }, + { + "pair_index": 24, + "elapsed_ns": 11091607, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13316096, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50810428, + "runtime_create_ns": 25473, + "jit_attach_ns": 55262, + "context_create_ns": 114537, + "definition_eval_ns": 49493, + "first_eval_ns": 479353, + "threshold_crossing_ns": 37870197, + "compile_ns": 35875763, + "install_ns": 90918, + "osr_ns": 0, + "steady_state_ns": 11091607 + } + }, + { + "pair_index": 25, + "elapsed_ns": 11146218, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13410304, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 51075274, + "runtime_create_ns": 29875, + "jit_attach_ns": 63248, + "context_create_ns": 110249, + "definition_eval_ns": 61210, + "first_eval_ns": 491649, + "threshold_crossing_ns": 38041542, + "compile_ns": 36195707, + "install_ns": 91896, + "osr_ns": 0, + "steady_state_ns": 11146218 + } + }, + { + "pair_index": 26, + "elapsed_ns": 11078108, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13398016, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50839404, + "runtime_create_ns": 23950, + "jit_attach_ns": 54157, + "context_create_ns": 106076, + "definition_eval_ns": 39485, + "first_eval_ns": 473753, + "threshold_crossing_ns": 37937127, + "compile_ns": 35898682, + "install_ns": 91163, + "osr_ns": 0, + "steady_state_ns": 11078108 + } + }, + { + "pair_index": 27, + "elapsed_ns": 11150640, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13336576, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50847715, + "runtime_create_ns": 25607, + "jit_attach_ns": 57370, + "context_create_ns": 98365, + "definition_eval_ns": 36676, + "first_eval_ns": 481968, + "threshold_crossing_ns": 37850963, + "compile_ns": 35804849, + "install_ns": 92223, + "osr_ns": 0, + "steady_state_ns": 11150640 + } + }, + { + "pair_index": 28, + "elapsed_ns": 11079818, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13381632, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 51047263, + "runtime_create_ns": 24953, + "jit_attach_ns": 57850, + "context_create_ns": 98647, + "definition_eval_ns": 39556, + "first_eval_ns": 535231, + "threshold_crossing_ns": 38085228, + "compile_ns": 35964492, + "install_ns": 88122, + "osr_ns": 0, + "steady_state_ns": 11079818 + } + }, + { + "pair_index": 29, + "elapsed_ns": 11151345, + "checksum": "number:412e942200000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 13221888, + "code_bytes": 48256, + "metadata_bytes": 8747, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 54340000, + "runtime_create_ns": 29263, + "jit_attach_ns": 55791, + "context_create_ns": 106681, + "definition_eval_ns": 49044, + "first_eval_ns": 487697, + "threshold_crossing_ns": 41325318, + "compile_ns": 39322381, + "install_ns": 106538, + "osr_ns": 0, + "steady_state_ns": 11151345 + } + } + ], + "raw_latency_ns": [ + 11209792, + 11217184, + 11118995, + 11086926, + 11080884, + 11075594, + 11089638, + 11070942, + 11071795, + 11107741, + 11073459, + 11078397, + 11093644, + 11108963, + 11073753, + 11082038, + 11091431, + 11079478, + 11134353, + 11659070, + 11235435, + 11168648, + 11112311, + 11161802, + 11091607, + 11146218, + 11078108, + 11150640, + 11079818, + 11151345 + ], + "raw_throughput_ops": [ + 20, + 20, + 20, + 20, + 20, + 20, + 20, + 20, + 20, + 20 + ], + "median_ns": 11093644, + "mad_ns": 19891, + "p95_ns": 11235435, + "p99_ns": 11659070, + "ci95_ns": [ + 11082038, + 11134353 + ], + "compile_ns": 35946274, + "install_ns": 91896, + "break_even_executions": null + }, + { + "name": "fibonacci-iterative", + "suite": "rquickjs-jit focused", + "group": "compute", + "designated_kernel": true, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 7673672, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12472320, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 39438949, + "runtime_create_ns": 28537, + "jit_attach_ns": 55279, + "context_create_ns": 107829, + "definition_eval_ns": 48461, + "first_eval_ns": 13371793, + "threshold_crossing_ns": 17364589, + "compile_ns": 29395104, + "install_ns": 54065, + "osr_ns": 0, + "steady_state_ns": 7673672 + } + }, + { + "pair_index": 1, + "elapsed_ns": 7676321, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12492800, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 38903429, + "runtime_create_ns": 28982, + "jit_attach_ns": 56519, + "context_create_ns": 107182, + "definition_eval_ns": 46051, + "first_eval_ns": 13448718, + "threshold_crossing_ns": 16757301, + "compile_ns": 28837618, + "install_ns": 51582, + "osr_ns": 0, + "steady_state_ns": 7676321 + } + }, + { + "pair_index": 2, + "elapsed_ns": 7654742, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12488704, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 39012527, + "runtime_create_ns": 26718, + "jit_attach_ns": 59671, + "context_create_ns": 107307, + "definition_eval_ns": 46825, + "first_eval_ns": 13430843, + "threshold_crossing_ns": 16900182, + "compile_ns": 28978196, + "install_ns": 60627, + "osr_ns": 0, + "steady_state_ns": 7654742 + } + }, + { + "pair_index": 3, + "elapsed_ns": 7682517, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12640256, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 40876365, + "runtime_create_ns": 27182, + "jit_attach_ns": 56430, + "context_create_ns": 108996, + "definition_eval_ns": 39403, + "first_eval_ns": 13368681, + "threshold_crossing_ns": 18772419, + "compile_ns": 30833842, + "install_ns": 80726, + "osr_ns": 0, + "steady_state_ns": 7682517 + } + }, + { + "pair_index": 4, + "elapsed_ns": 7651542, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12378112, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 39545089, + "runtime_create_ns": 27099, + "jit_attach_ns": 61031, + "context_create_ns": 103114, + "definition_eval_ns": 41030, + "first_eval_ns": 13366588, + "threshold_crossing_ns": 17510322, + "compile_ns": 29522179, + "install_ns": 59511, + "osr_ns": 0, + "steady_state_ns": 7651542 + } + }, + { + "pair_index": 5, + "elapsed_ns": 7665980, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12554240, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 39374774, + "runtime_create_ns": 31314, + "jit_attach_ns": 51976, + "context_create_ns": 105295, + "definition_eval_ns": 42510, + "first_eval_ns": 13362132, + "threshold_crossing_ns": 17327662, + "compile_ns": 29393749, + "install_ns": 55437, + "osr_ns": 0, + "steady_state_ns": 7665980 + } + }, + { + "pair_index": 6, + "elapsed_ns": 7602391, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12599296, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 41109298, + "runtime_create_ns": 69491, + "jit_attach_ns": 122521, + "context_create_ns": 345756, + "definition_eval_ns": 53874, + "first_eval_ns": 13617463, + "threshold_crossing_ns": 18498508, + "compile_ns": 29893846, + "install_ns": 54214, + "osr_ns": 0, + "steady_state_ns": 7602391 + } + }, + { + "pair_index": 7, + "elapsed_ns": 7558946, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12484608, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 39395447, + "runtime_create_ns": 25789, + "jit_attach_ns": 57204, + "context_create_ns": 110192, + "definition_eval_ns": 49275, + "first_eval_ns": 10564478, + "threshold_crossing_ns": 20242568, + "compile_ns": 29516967, + "install_ns": 54128, + "osr_ns": 0, + "steady_state_ns": 7558946 + } + }, + { + "pair_index": 8, + "elapsed_ns": 7662150, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12328960, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 42045986, + "runtime_create_ns": 110586, + "jit_attach_ns": 137624, + "context_create_ns": 149635, + "definition_eval_ns": 54600, + "first_eval_ns": 14138859, + "threshold_crossing_ns": 19011463, + "compile_ns": 31906816, + "install_ns": 68798, + "osr_ns": 0, + "steady_state_ns": 7662150 + } + }, + { + "pair_index": 9, + "elapsed_ns": 7583649, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12382208, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 39261891, + "runtime_create_ns": 28419, + "jit_attach_ns": 61008, + "context_create_ns": 106145, + "definition_eval_ns": 43193, + "first_eval_ns": 11526439, + "threshold_crossing_ns": 19147038, + "compile_ns": 29374963, + "install_ns": 57822, + "osr_ns": 0, + "steady_state_ns": 7583649 + } + }, + { + "pair_index": 10, + "elapsed_ns": 7584765, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12480512, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 39207394, + "runtime_create_ns": 26913, + "jit_attach_ns": 59074, + "context_create_ns": 105525, + "definition_eval_ns": 47492, + "first_eval_ns": 13780762, + "threshold_crossing_ns": 16822897, + "compile_ns": 29196620, + "install_ns": 57467, + "osr_ns": 0, + "steady_state_ns": 7584765 + } + }, + { + "pair_index": 11, + "elapsed_ns": 7630126, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12533760, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 37233897, + "runtime_create_ns": 26374, + "jit_attach_ns": 61550, + "context_create_ns": 108329, + "definition_eval_ns": 45309, + "first_eval_ns": 12889666, + "threshold_crossing_ns": 15688264, + "compile_ns": 26983430, + "install_ns": 53934, + "osr_ns": 0, + "steady_state_ns": 7630126 + } + }, + { + "pair_index": 12, + "elapsed_ns": 7588588, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12427264, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 38975592, + "runtime_create_ns": 26207, + "jit_attach_ns": 56439, + "context_create_ns": 109070, + "definition_eval_ns": 50047, + "first_eval_ns": 10569287, + "threshold_crossing_ns": 19807137, + "compile_ns": 28954106, + "install_ns": 63099, + "osr_ns": 0, + "steady_state_ns": 7588588 + } + }, + { + "pair_index": 13, + "elapsed_ns": 7499567, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12492800, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 39134072, + "runtime_create_ns": 28602, + "jit_attach_ns": 61251, + "context_create_ns": 109584, + "definition_eval_ns": 52062, + "first_eval_ns": 10511344, + "threshold_crossing_ns": 20081515, + "compile_ns": 29334042, + "install_ns": 54385, + "osr_ns": 0, + "steady_state_ns": 7499567 + } + }, + { + "pair_index": 14, + "elapsed_ns": 7628750, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12500992, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 39352514, + "runtime_create_ns": 25421, + "jit_attach_ns": 58726, + "context_create_ns": 105673, + "definition_eval_ns": 40962, + "first_eval_ns": 10513893, + "threshold_crossing_ns": 20192523, + "compile_ns": 29378144, + "install_ns": 52668, + "osr_ns": 0, + "steady_state_ns": 7628750 + } + }, + { + "pair_index": 15, + "elapsed_ns": 7541400, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12623872, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 39302551, + "runtime_create_ns": 27598, + "jit_attach_ns": 65611, + "context_create_ns": 109826, + "definition_eval_ns": 48392, + "first_eval_ns": 10539025, + "threshold_crossing_ns": 20190031, + "compile_ns": 29419182, + "install_ns": 63373, + "osr_ns": 0, + "steady_state_ns": 7541400 + } + }, + { + "pair_index": 16, + "elapsed_ns": 7567233, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12353536, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 39365119, + "runtime_create_ns": 27079, + "jit_attach_ns": 56781, + "context_create_ns": 109023, + "definition_eval_ns": 37459, + "first_eval_ns": 13378113, + "threshold_crossing_ns": 17395045, + "compile_ns": 29405488, + "install_ns": 62910, + "osr_ns": 0, + "steady_state_ns": 7567233 + } + }, + { + "pair_index": 17, + "elapsed_ns": 7671728, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12488704, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 37188463, + "runtime_create_ns": 23898, + "jit_attach_ns": 57232, + "context_create_ns": 102827, + "definition_eval_ns": 41832, + "first_eval_ns": 13543010, + "threshold_crossing_ns": 14952235, + "compile_ns": 26863854, + "install_ns": 55026, + "osr_ns": 0, + "steady_state_ns": 7671728 + } + }, + { + "pair_index": 18, + "elapsed_ns": 7846365, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12517376, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 41631897, + "runtime_create_ns": 26718, + "jit_attach_ns": 68371, + "context_create_ns": 135790, + "definition_eval_ns": 48512, + "first_eval_ns": 13935938, + "threshold_crossing_ns": 18786939, + "compile_ns": 31348478, + "install_ns": 88388, + "osr_ns": 0, + "steady_state_ns": 7846365 + } + }, + { + "pair_index": 19, + "elapsed_ns": 7538223, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12492800, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 39191989, + "runtime_create_ns": 27491, + "jit_attach_ns": 59147, + "context_create_ns": 108425, + "definition_eval_ns": 47418, + "first_eval_ns": 10486762, + "threshold_crossing_ns": 20145629, + "compile_ns": 29326182, + "install_ns": 60679, + "osr_ns": 0, + "steady_state_ns": 7538223 + } + }, + { + "pair_index": 20, + "elapsed_ns": 7636582, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12312576, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 40583195, + "runtime_create_ns": 28846, + "jit_attach_ns": 58551, + "context_create_ns": 107365, + "definition_eval_ns": 47939, + "first_eval_ns": 13340754, + "threshold_crossing_ns": 18582142, + "compile_ns": 30740327, + "install_ns": 74234, + "osr_ns": 0, + "steady_state_ns": 7636582 + } + }, + { + "pair_index": 21, + "elapsed_ns": 7551722, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12484608, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 39131552, + "runtime_create_ns": 24038, + "jit_attach_ns": 52390, + "context_create_ns": 113284, + "definition_eval_ns": 45738, + "first_eval_ns": 10682218, + "threshold_crossing_ns": 19880901, + "compile_ns": 29260774, + "install_ns": 50829, + "osr_ns": 0, + "steady_state_ns": 7551722 + } + }, + { + "pair_index": 22, + "elapsed_ns": 7602077, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12627968, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 39342206, + "runtime_create_ns": 28333, + "jit_attach_ns": 58750, + "context_create_ns": 110504, + "definition_eval_ns": 48439, + "first_eval_ns": 13357066, + "threshold_crossing_ns": 17359676, + "compile_ns": 29394539, + "install_ns": 62589, + "osr_ns": 0, + "steady_state_ns": 7602077 + } + }, + { + "pair_index": 23, + "elapsed_ns": 7617659, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12427264, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 39474000, + "runtime_create_ns": 35437, + "jit_attach_ns": 62197, + "context_create_ns": 108403, + "definition_eval_ns": 43879, + "first_eval_ns": 10517903, + "threshold_crossing_ns": 20322811, + "compile_ns": 29558066, + "install_ns": 54217, + "osr_ns": 0, + "steady_state_ns": 7617659 + } + }, + { + "pair_index": 24, + "elapsed_ns": 7625286, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12484608, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 39323550, + "runtime_create_ns": 25371, + "jit_attach_ns": 61054, + "context_create_ns": 118519, + "definition_eval_ns": 47711, + "first_eval_ns": 10550373, + "threshold_crossing_ns": 20116736, + "compile_ns": 29331928, + "install_ns": 58807, + "osr_ns": 0, + "steady_state_ns": 7625286 + } + }, + { + "pair_index": 25, + "elapsed_ns": 7631171, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12472320, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 37033265, + "runtime_create_ns": 28043, + "jit_attach_ns": 63127, + "context_create_ns": 111404, + "definition_eval_ns": 45796, + "first_eval_ns": 13812949, + "threshold_crossing_ns": 14556928, + "compile_ns": 27539003, + "install_ns": 62049, + "osr_ns": 0, + "steady_state_ns": 7631171 + } + }, + { + "pair_index": 26, + "elapsed_ns": 7549406, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12488704, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 38877104, + "runtime_create_ns": 25325, + "jit_attach_ns": 62663, + "context_create_ns": 126229, + "definition_eval_ns": 50976, + "first_eval_ns": 13465157, + "threshold_crossing_ns": 16817512, + "compile_ns": 28905909, + "install_ns": 55871, + "osr_ns": 0, + "steady_state_ns": 7549406 + } + }, + { + "pair_index": 27, + "elapsed_ns": 7596005, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12488704, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 40715460, + "runtime_create_ns": 24254, + "jit_attach_ns": 55721, + "context_create_ns": 109566, + "definition_eval_ns": 50299, + "first_eval_ns": 13379214, + "threshold_crossing_ns": 18686753, + "compile_ns": 30825316, + "install_ns": 55396, + "osr_ns": 0, + "steady_state_ns": 7596005 + } + }, + { + "pair_index": 28, + "elapsed_ns": 7557502, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12443648, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 39052275, + "runtime_create_ns": 28902, + "jit_attach_ns": 61682, + "context_create_ns": 107607, + "definition_eval_ns": 47564, + "first_eval_ns": 13449460, + "threshold_crossing_ns": 17023780, + "compile_ns": 29020351, + "install_ns": 58632, + "osr_ns": 0, + "steady_state_ns": 7557502 + } + }, + { + "pair_index": 29, + "elapsed_ns": 7607232, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12447744, + "code_bytes": 62496, + "metadata_bytes": 14307, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 39142445, + "runtime_create_ns": 26633, + "jit_attach_ns": 68133, + "context_create_ns": 105457, + "definition_eval_ns": 42372, + "first_eval_ns": 10453340, + "threshold_crossing_ns": 20040945, + "compile_ns": 29227840, + "install_ns": 54813, + "osr_ns": 0, + "steady_state_ns": 7607232 + } + } + ], + "raw_latency_ns": [ + 7673672, + 7676321, + 7654742, + 7682517, + 7651542, + 7665980, + 7602391, + 7558946, + 7662150, + 7583649, + 7584765, + 7630126, + 7588588, + 7499567, + 7628750, + 7541400, + 7567233, + 7671728, + 7846365, + 7538223, + 7636582, + 7551722, + 7602077, + 7617659, + 7625286, + 7631171, + 7549406, + 7596005, + 7557502, + 7607232 + ], + "raw_throughput_ops": [ + 25, + 26, + 26, + 25, + 25, + 25, + 26, + 26, + 26, + 25 + ], + "median_ns": 7617659, + "mad_ns": 44491, + "p95_ns": 7682517, + "p99_ns": 7846365, + "ci95_ns": [ + 7588588, + 7636582 + ], + "compile_ns": 29378144, + "install_ns": 57822, + "break_even_executions": 2 + }, + { + "name": "fibonacci-recursive", + "suite": "rquickjs-jit focused", + "group": "call-heavy", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 133700198, + "checksum": "number:40ba6d0000000000", + "native_entries": 272465, + "native_acquisitions": 142885, + "native_exits": 272465, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 272465, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9289728, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 172906853, + "runtime_create_ns": 25619, + "jit_attach_ns": 56624, + "context_create_ns": 101370, + "definition_eval_ns": 30133, + "first_eval_ns": 11537902, + "threshold_crossing_ns": 14096628, + "compile_ns": 5397337, + "install_ns": 31161, + "osr_ns": 0, + "steady_state_ns": 133700198 + } + }, + { + "pair_index": 1, + "elapsed_ns": 136119838, + "checksum": "number:40ba6d0000000000", + "native_entries": 277738, + "native_acquisitions": 145648, + "native_exits": 277738, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 277738, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9265152, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 177766359, + "runtime_create_ns": 57407, + "jit_attach_ns": 63846, + "context_create_ns": 116334, + "definition_eval_ns": 42354, + "first_eval_ns": 13428520, + "threshold_crossing_ns": 14195686, + "compile_ns": 4224645, + "install_ns": 39434, + "osr_ns": 0, + "steady_state_ns": 136119838 + } + }, + { + "pair_index": 2, + "elapsed_ns": 140545317, + "checksum": "number:40ba6d0000000000", + "native_entries": 277742, + "native_acquisitions": 145643, + "native_exits": 277742, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 277742, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9355264, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 181864697, + "runtime_create_ns": 26832, + "jit_attach_ns": 57860, + "context_create_ns": 105052, + "definition_eval_ns": 38430, + "first_eval_ns": 13391489, + "threshold_crossing_ns": 14216939, + "compile_ns": 4005228, + "install_ns": 40814, + "osr_ns": 0, + "steady_state_ns": 140545317 + } + }, + { + "pair_index": 3, + "elapsed_ns": 138375257, + "checksum": "number:40ba6d0000000000", + "native_entries": 279422, + "native_acquisitions": 146501, + "native_exits": 279422, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 279422, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9261056, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 179743644, + "runtime_create_ns": 24684, + "jit_attach_ns": 56426, + "context_create_ns": 109586, + "definition_eval_ns": 43606, + "first_eval_ns": 13775029, + "threshold_crossing_ns": 14097358, + "compile_ns": 3451074, + "install_ns": 39125, + "osr_ns": 0, + "steady_state_ns": 138375257 + } + }, + { + "pair_index": 4, + "elapsed_ns": 137168813, + "checksum": "number:40ba6d0000000000", + "native_entries": 277645, + "native_acquisitions": 145583, + "native_exits": 277645, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 277645, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9269248, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 178103092, + "runtime_create_ns": 24896, + "jit_attach_ns": 54649, + "context_create_ns": 106053, + "definition_eval_ns": 40518, + "first_eval_ns": 13210937, + "threshold_crossing_ns": 14094966, + "compile_ns": 3929464, + "install_ns": 33459, + "osr_ns": 0, + "steady_state_ns": 137168813 + } + }, + { + "pair_index": 5, + "elapsed_ns": 133621229, + "checksum": "number:40ba6d0000000000", + "native_entries": 279641, + "native_acquisitions": 146609, + "native_exits": 279641, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 279641, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9261056, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 175146544, + "runtime_create_ns": 31848, + "jit_attach_ns": 60109, + "context_create_ns": 105769, + "definition_eval_ns": 46571, + "first_eval_ns": 13884655, + "threshold_crossing_ns": 14124827, + "compile_ns": 3450753, + "install_ns": 39539, + "osr_ns": 0, + "steady_state_ns": 133621229 + } + }, + { + "pair_index": 6, + "elapsed_ns": 136494157, + "checksum": "number:40ba6d0000000000", + "native_entries": 280043, + "native_acquisitions": 146820, + "native_exits": 280043, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 280043, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9457664, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 178129777, + "runtime_create_ns": 25892, + "jit_attach_ns": 59651, + "context_create_ns": 114316, + "definition_eval_ns": 30947, + "first_eval_ns": 13991794, + "threshold_crossing_ns": 14156567, + "compile_ns": 3279897, + "install_ns": 35533, + "osr_ns": 0, + "steady_state_ns": 136494157 + } + }, + { + "pair_index": 7, + "elapsed_ns": 141059372, + "checksum": "number:40ba6d0000000000", + "native_entries": 278708, + "native_acquisitions": 146151, + "native_exits": 278708, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 278708, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9359360, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 182475886, + "runtime_create_ns": 23323, + "jit_attach_ns": 56967, + "context_create_ns": 102748, + "definition_eval_ns": 40278, + "first_eval_ns": 13650663, + "threshold_crossing_ns": 14123667, + "compile_ns": 3675508, + "install_ns": 35709, + "osr_ns": 0, + "steady_state_ns": 141059372 + } + }, + { + "pair_index": 8, + "elapsed_ns": 133137713, + "checksum": "number:40ba6d0000000000", + "native_entries": 272679, + "native_acquisitions": 142990, + "native_exits": 272679, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 272679, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9302016, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 172437478, + "runtime_create_ns": 26085, + "jit_attach_ns": 57096, + "context_create_ns": 105455, + "definition_eval_ns": 42568, + "first_eval_ns": 11624456, + "threshold_crossing_ns": 14093200, + "compile_ns": 5412812, + "install_ns": 34845, + "osr_ns": 0, + "steady_state_ns": 133137713 + } + }, + { + "pair_index": 9, + "elapsed_ns": 135100317, + "checksum": "number:40ba6d0000000000", + "native_entries": 277902, + "native_acquisitions": 145748, + "native_exits": 277902, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 277902, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9256960, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 176613201, + "runtime_create_ns": 28174, + "jit_attach_ns": 61854, + "context_create_ns": 110916, + "definition_eval_ns": 39522, + "first_eval_ns": 13299733, + "threshold_crossing_ns": 14121899, + "compile_ns": 3948447, + "install_ns": 38748, + "osr_ns": 0, + "steady_state_ns": 135100317 + } + }, + { + "pair_index": 10, + "elapsed_ns": 133162430, + "checksum": "number:40ba6d0000000000", + "native_entries": 279523, + "native_acquisitions": 146589, + "native_exits": 279523, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 279523, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9248768, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 174559279, + "runtime_create_ns": 26784, + "jit_attach_ns": 62447, + "context_create_ns": 101183, + "definition_eval_ns": 32560, + "first_eval_ns": 13851845, + "threshold_crossing_ns": 14091986, + "compile_ns": 3400776, + "install_ns": 36859, + "osr_ns": 0, + "steady_state_ns": 133162430 + } + }, + { + "pair_index": 11, + "elapsed_ns": 133551433, + "checksum": "number:40ba6d0000000000", + "native_entries": 272980, + "native_acquisitions": 143156, + "native_exits": 272980, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 272980, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9433088, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 173097966, + "runtime_create_ns": 24671, + "jit_attach_ns": 61012, + "context_create_ns": 102959, + "definition_eval_ns": 33486, + "first_eval_ns": 11825453, + "threshold_crossing_ns": 14139914, + "compile_ns": 5443731, + "install_ns": 39189, + "osr_ns": 0, + "steady_state_ns": 133551433 + } + }, + { + "pair_index": 12, + "elapsed_ns": 133454909, + "checksum": "number:40ba6d0000000000", + "native_entries": 277792, + "native_acquisitions": 145675, + "native_exits": 277792, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 277792, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9486336, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 174449766, + "runtime_create_ns": 25231, + "jit_attach_ns": 59827, + "context_create_ns": 104024, + "definition_eval_ns": 36211, + "first_eval_ns": 13272055, + "threshold_crossing_ns": 14104995, + "compile_ns": 3971596, + "install_ns": 42703, + "osr_ns": 0, + "steady_state_ns": 133454909 + } + }, + { + "pair_index": 13, + "elapsed_ns": 133372806, + "checksum": "number:40ba6d0000000000", + "native_entries": 278037, + "native_acquisitions": 145800, + "native_exits": 278037, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 278037, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9289728, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 176959110, + "runtime_create_ns": 29623, + "jit_attach_ns": 61750, + "context_create_ns": 110578, + "definition_eval_ns": 41936, + "first_eval_ns": 13584526, + "threshold_crossing_ns": 16415925, + "compile_ns": 4268404, + "install_ns": 41030, + "osr_ns": 0, + "steady_state_ns": 133372806 + } + }, + { + "pair_index": 14, + "elapsed_ns": 133259406, + "checksum": "number:40ba6d0000000000", + "native_entries": 279512, + "native_acquisitions": 146547, + "native_exits": 279512, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 279512, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9437184, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 174653028, + "runtime_create_ns": 26605, + "jit_attach_ns": 61458, + "context_create_ns": 108518, + "definition_eval_ns": 38791, + "first_eval_ns": 13842396, + "threshold_crossing_ns": 14043376, + "compile_ns": 3438358, + "install_ns": 35767, + "osr_ns": 0, + "steady_state_ns": 133259406 + } + }, + { + "pair_index": 15, + "elapsed_ns": 133375966, + "checksum": "number:40ba6d0000000000", + "native_entries": 273250, + "native_acquisitions": 143299, + "native_exits": 273250, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 273250, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9330688, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 174189101, + "runtime_create_ns": 29790, + "jit_attach_ns": 66010, + "context_create_ns": 111552, + "definition_eval_ns": 42169, + "first_eval_ns": 12979325, + "threshold_crossing_ns": 14191301, + "compile_ns": 5593674, + "install_ns": 76159, + "osr_ns": 0, + "steady_state_ns": 133375966 + } + }, + { + "pair_index": 16, + "elapsed_ns": 135736079, + "checksum": "number:40ba6d0000000000", + "native_entries": 270716, + "native_acquisitions": 141970, + "native_exits": 270716, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 270716, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9170944, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 177953745, + "runtime_create_ns": 26442, + "jit_attach_ns": 57678, + "context_create_ns": 104809, + "definition_eval_ns": 32883, + "first_eval_ns": 11015426, + "threshold_crossing_ns": 14191922, + "compile_ns": 5441458, + "install_ns": 40960, + "osr_ns": 0, + "steady_state_ns": 135736079 + } + }, + { + "pair_index": 17, + "elapsed_ns": 137361504, + "checksum": "number:40ba6d0000000000", + "native_entries": 272856, + "native_acquisitions": 143100, + "native_exits": 272856, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 272856, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9289728, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 176745718, + "runtime_create_ns": 25709, + "jit_attach_ns": 57854, + "context_create_ns": 106032, + "definition_eval_ns": 41030, + "first_eval_ns": 11676983, + "threshold_crossing_ns": 14125433, + "compile_ns": 5441062, + "install_ns": 39374, + "osr_ns": 0, + "steady_state_ns": 137361504 + } + }, + { + "pair_index": 18, + "elapsed_ns": 133161491, + "checksum": "number:40ba6d0000000000", + "native_entries": 272893, + "native_acquisitions": 143119, + "native_exits": 272893, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 272893, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9293824, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 172579391, + "runtime_create_ns": 25419, + "jit_attach_ns": 60961, + "context_create_ns": 106586, + "definition_eval_ns": 35738, + "first_eval_ns": 11800569, + "threshold_crossing_ns": 14066402, + "compile_ns": 5492499, + "install_ns": 36671, + "osr_ns": 0, + "steady_state_ns": 133161491 + } + }, + { + "pair_index": 19, + "elapsed_ns": 133175812, + "checksum": "number:40ba6d0000000000", + "native_entries": 276938, + "native_acquisitions": 145211, + "native_exits": 276938, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 276938, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9424896, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 173844711, + "runtime_create_ns": 23198, + "jit_attach_ns": 64382, + "context_create_ns": 103657, + "definition_eval_ns": 36201, + "first_eval_ns": 13008907, + "threshold_crossing_ns": 14062942, + "compile_ns": 4177331, + "install_ns": 37305, + "osr_ns": 0, + "steady_state_ns": 133175812 + } + }, + { + "pair_index": 20, + "elapsed_ns": 132941688, + "checksum": "number:40ba6d0000000000", + "native_entries": 278275, + "native_acquisitions": 145923, + "native_exits": 278275, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 278275, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9236480, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 174002091, + "runtime_create_ns": 25040, + "jit_attach_ns": 55367, + "context_create_ns": 103633, + "definition_eval_ns": 33870, + "first_eval_ns": 13391956, + "threshold_crossing_ns": 14079973, + "compile_ns": 3720648, + "install_ns": 33771, + "osr_ns": 0, + "steady_state_ns": 132941688 + } + }, + { + "pair_index": 21, + "elapsed_ns": 133178843, + "checksum": "number:40ba6d0000000000", + "native_entries": 277440, + "native_acquisitions": 145483, + "native_exits": 277440, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 277440, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9269248, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 173958665, + "runtime_create_ns": 26135, + "jit_attach_ns": 56647, + "context_create_ns": 107850, + "definition_eval_ns": 40812, + "first_eval_ns": 13150470, + "threshold_crossing_ns": 14072228, + "compile_ns": 4094949, + "install_ns": 40428, + "osr_ns": 0, + "steady_state_ns": 133178843 + } + }, + { + "pair_index": 22, + "elapsed_ns": 133740384, + "checksum": "number:40ba6d0000000000", + "native_entries": 279146, + "native_acquisitions": 146397, + "native_exits": 279146, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 279146, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9318400, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 175094672, + "runtime_create_ns": 25415, + "jit_attach_ns": 55831, + "context_create_ns": 108404, + "definition_eval_ns": 39107, + "first_eval_ns": 13714366, + "threshold_crossing_ns": 14097282, + "compile_ns": 3527860, + "install_ns": 39695, + "osr_ns": 0, + "steady_state_ns": 133740384 + } + }, + { + "pair_index": 23, + "elapsed_ns": 136806958, + "checksum": "number:40ba6d0000000000", + "native_entries": 280491, + "native_acquisitions": 147071, + "native_exits": 280491, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 280491, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9416704, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 178557997, + "runtime_create_ns": 26400, + "jit_attach_ns": 57758, + "context_create_ns": 102550, + "definition_eval_ns": 31650, + "first_eval_ns": 14151128, + "threshold_crossing_ns": 14114804, + "compile_ns": 3137298, + "install_ns": 38745, + "osr_ns": 0, + "steady_state_ns": 136806958 + } + }, + { + "pair_index": 24, + "elapsed_ns": 140276885, + "checksum": "number:40ba6d0000000000", + "native_entries": 272614, + "native_acquisitions": 142971, + "native_exits": 272614, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 272614, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9347072, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 179597091, + "runtime_create_ns": 26734, + "jit_attach_ns": 58138, + "context_create_ns": 108834, + "definition_eval_ns": 33515, + "first_eval_ns": 11613585, + "threshold_crossing_ns": 14136186, + "compile_ns": 5435963, + "install_ns": 43751, + "osr_ns": 0, + "steady_state_ns": 140276885 + } + }, + { + "pair_index": 25, + "elapsed_ns": 136768187, + "checksum": "number:40ba6d0000000000", + "native_entries": 272982, + "native_acquisitions": 143152, + "native_exits": 272982, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 272982, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9347072, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 176173576, + "runtime_create_ns": 28374, + "jit_attach_ns": 61024, + "context_create_ns": 113492, + "definition_eval_ns": 37893, + "first_eval_ns": 11735245, + "threshold_crossing_ns": 14092290, + "compile_ns": 5440493, + "install_ns": 40232, + "osr_ns": 0, + "steady_state_ns": 136768187 + } + }, + { + "pair_index": 26, + "elapsed_ns": 145295673, + "checksum": "number:40ba6d0000000000", + "native_entries": 277284, + "native_acquisitions": 145388, + "native_exits": 277284, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 277284, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9351168, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 186271410, + "runtime_create_ns": 23547, + "jit_attach_ns": 56536, + "context_create_ns": 104027, + "definition_eval_ns": 36356, + "first_eval_ns": 13190472, + "threshold_crossing_ns": 14165727, + "compile_ns": 4089777, + "install_ns": 38067, + "osr_ns": 0, + "steady_state_ns": 145295673 + } + }, + { + "pair_index": 27, + "elapsed_ns": 142077130, + "checksum": "number:40ba6d0000000000", + "native_entries": 279265, + "native_acquisitions": 146425, + "native_exits": 279265, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 279265, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9367552, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 183498305, + "runtime_create_ns": 27668, + "jit_attach_ns": 56089, + "context_create_ns": 101934, + "definition_eval_ns": 33609, + "first_eval_ns": 13787745, + "threshold_crossing_ns": 14116383, + "compile_ns": 3503048, + "install_ns": 43245, + "osr_ns": 0, + "steady_state_ns": 142077130 + } + }, + { + "pair_index": 28, + "elapsed_ns": 141964902, + "checksum": "number:40ba6d0000000000", + "native_entries": 272687, + "native_acquisitions": 143000, + "native_exits": 272687, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 272687, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9363456, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 181369296, + "runtime_create_ns": 27032, + "jit_attach_ns": 54948, + "context_create_ns": 103545, + "definition_eval_ns": 34236, + "first_eval_ns": 11656910, + "threshold_crossing_ns": 14141724, + "compile_ns": 5439818, + "install_ns": 44995, + "osr_ns": 0, + "steady_state_ns": 141964902 + } + }, + { + "pair_index": 29, + "elapsed_ns": 383046742, + "checksum": "number:40ba6d0000000000", + "native_entries": 283206, + "native_acquisitions": 148488, + "native_exits": 283206, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 283206, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9265152, + "code_bytes": 8648, + "metadata_bytes": 2476, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 477020593, + "runtime_create_ns": 42389, + "jit_attach_ns": 88191, + "context_create_ns": 181613, + "definition_eval_ns": 64470, + "first_eval_ns": 34912069, + "threshold_crossing_ns": 30034333, + "compile_ns": 8225306, + "install_ns": 50718, + "osr_ns": 0, + "steady_state_ns": 383046742 + } + } + ], + "raw_latency_ns": [ + 133700198, + 136119838, + 140545317, + 138375257, + 137168813, + 133621229, + 136494157, + 141059372, + 133137713, + 135100317, + 133162430, + 133551433, + 133454909, + 133372806, + 133259406, + 133375966, + 135736079, + 137361504, + 133161491, + 133175812, + 132941688, + 133178843, + 133740384, + 136806958, + 140276885, + 136768187, + 145295673, + 142077130, + 141964902, + 383046742 + ], + "raw_throughput_ops": [ + 6, + 5, + 6, + 6, + 6, + 6, + 6, + 6, + 6, + 6 + ], + "median_ns": 135736079, + "mad_ns": 2476673, + "p95_ns": 145295673, + "p99_ns": 383046742, + "ci95_ns": [ + 133551433, + 137168813 + ], + "compile_ns": 4094949, + "install_ns": 39374, + "break_even_executions": null + }, + { + "name": "collections", + "suite": "rquickjs-jit", + "group": "compute", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 1786644, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6107136, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002622003, + "runtime_create_ns": 24758, + "jit_attach_ns": 56229, + "context_create_ns": 114585, + "definition_eval_ns": 35506, + "first_eval_ns": 219671, + "threshold_crossing_ns": 2000191597, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1786644 + } + }, + { + "pair_index": 1, + "elapsed_ns": 1816041, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6303744, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002495835, + "runtime_create_ns": 29423, + "jit_attach_ns": 65897, + "context_create_ns": 107233, + "definition_eval_ns": 47070, + "first_eval_ns": 222251, + "threshold_crossing_ns": 2000007655, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1816041 + } + }, + { + "pair_index": 2, + "elapsed_ns": 1779923, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6180864, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002560594, + "runtime_create_ns": 25301, + "jit_attach_ns": 57395, + "context_create_ns": 112736, + "definition_eval_ns": 49510, + "first_eval_ns": 228090, + "threshold_crossing_ns": 2000108734, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1779923 + } + }, + { + "pair_index": 3, + "elapsed_ns": 1789247, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6152192, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002450671, + "runtime_create_ns": 26023, + "jit_attach_ns": 53160, + "context_create_ns": 102253, + "definition_eval_ns": 35691, + "first_eval_ns": 238093, + "threshold_crossing_ns": 2000009568, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1789247 + } + }, + { + "pair_index": 4, + "elapsed_ns": 1807331, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6172672, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002620668, + "runtime_create_ns": 24133, + "jit_attach_ns": 54623, + "context_create_ns": 100170, + "definition_eval_ns": 36311, + "first_eval_ns": 221546, + "threshold_crossing_ns": 2000181751, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1807331 + } + }, + { + "pair_index": 5, + "elapsed_ns": 1789858, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6467584, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002470475, + "runtime_create_ns": 26260, + "jit_attach_ns": 56421, + "context_create_ns": 110519, + "definition_eval_ns": 46437, + "first_eval_ns": 221796, + "threshold_crossing_ns": 2000017973, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1789858 + } + }, + { + "pair_index": 6, + "elapsed_ns": 1801010, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6266880, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002584145, + "runtime_create_ns": 24291, + "jit_attach_ns": 56533, + "context_create_ns": 107022, + "definition_eval_ns": 35580, + "first_eval_ns": 222165, + "threshold_crossing_ns": 2000146055, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1801010 + } + }, + { + "pair_index": 7, + "elapsed_ns": 1772085, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6373376, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002701552, + "runtime_create_ns": 26244, + "jit_attach_ns": 57238, + "context_create_ns": 110291, + "definition_eval_ns": 46606, + "first_eval_ns": 229099, + "threshold_crossing_ns": 2000259653, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1772085 + } + }, + { + "pair_index": 8, + "elapsed_ns": 1808927, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6057984, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002561837, + "runtime_create_ns": 25445, + "jit_attach_ns": 52034, + "context_create_ns": 112450, + "definition_eval_ns": 35927, + "first_eval_ns": 219511, + "threshold_crossing_ns": 2000109485, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1808927 + } + }, + { + "pair_index": 9, + "elapsed_ns": 1803474, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6291456, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002461676, + "runtime_create_ns": 26321, + "jit_attach_ns": 58653, + "context_create_ns": 107096, + "definition_eval_ns": 44953, + "first_eval_ns": 221879, + "threshold_crossing_ns": 2000004037, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1803474 + } + }, + { + "pair_index": 10, + "elapsed_ns": 1817893, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6287360, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002610722, + "runtime_create_ns": 22773, + "jit_attach_ns": 54576, + "context_create_ns": 102818, + "definition_eval_ns": 35360, + "first_eval_ns": 232018, + "threshold_crossing_ns": 2000147700, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1817893 + } + }, + { + "pair_index": 11, + "elapsed_ns": 1779537, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6529024, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002558460, + "runtime_create_ns": 24682, + "jit_attach_ns": 54108, + "context_create_ns": 110464, + "definition_eval_ns": 58763, + "first_eval_ns": 226174, + "threshold_crossing_ns": 2000103948, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1779537 + } + }, + { + "pair_index": 12, + "elapsed_ns": 1964318, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6533120, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002725896, + "runtime_create_ns": 23139, + "jit_attach_ns": 49264, + "context_create_ns": 101983, + "definition_eval_ns": 33161, + "first_eval_ns": 217230, + "threshold_crossing_ns": 2000046734, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1964318 + } + }, + { + "pair_index": 13, + "elapsed_ns": 1808582, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6193152, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002681656, + "runtime_create_ns": 29776, + "jit_attach_ns": 62246, + "context_create_ns": 113670, + "definition_eval_ns": 45911, + "first_eval_ns": 225861, + "threshold_crossing_ns": 2000197139, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1808582 + } + }, + { + "pair_index": 14, + "elapsed_ns": 1824606, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6189056, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002681948, + "runtime_create_ns": 26661, + "jit_attach_ns": 59545, + "context_create_ns": 107958, + "definition_eval_ns": 49360, + "first_eval_ns": 228027, + "threshold_crossing_ns": 2000121173, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1824606 + } + }, + { + "pair_index": 15, + "elapsed_ns": 1796405, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6475776, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002582846, + "runtime_create_ns": 25358, + "jit_attach_ns": 53842, + "context_create_ns": 101949, + "definition_eval_ns": 37266, + "first_eval_ns": 227029, + "threshold_crossing_ns": 2000142509, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1796405 + } + }, + { + "pair_index": 16, + "elapsed_ns": 1803882, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6406144, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002512132, + "runtime_create_ns": 22186, + "jit_attach_ns": 50450, + "context_create_ns": 100973, + "definition_eval_ns": 35540, + "first_eval_ns": 225750, + "threshold_crossing_ns": 2000078113, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1803882 + } + }, + { + "pair_index": 17, + "elapsed_ns": 1801298, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6451200, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002757594, + "runtime_create_ns": 32942, + "jit_attach_ns": 63317, + "context_create_ns": 107931, + "definition_eval_ns": 49229, + "first_eval_ns": 228822, + "threshold_crossing_ns": 2000277221, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1801298 + } + }, + { + "pair_index": 18, + "elapsed_ns": 1785157, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6455296, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002683248, + "runtime_create_ns": 22647, + "jit_attach_ns": 55137, + "context_create_ns": 103824, + "definition_eval_ns": 39320, + "first_eval_ns": 239683, + "threshold_crossing_ns": 2000239602, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1785157 + } + }, + { + "pair_index": 19, + "elapsed_ns": 2709187, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6479872, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003535662, + "runtime_create_ns": 24086, + "jit_attach_ns": 57226, + "context_create_ns": 103969, + "definition_eval_ns": 45444, + "first_eval_ns": 222499, + "threshold_crossing_ns": 2000087571, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2709187 + } + }, + { + "pair_index": 20, + "elapsed_ns": 1812806, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6385664, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002905365, + "runtime_create_ns": 36475, + "jit_attach_ns": 82456, + "context_create_ns": 160910, + "definition_eval_ns": 74778, + "first_eval_ns": 334386, + "threshold_crossing_ns": 2000196646, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1812806 + } + }, + { + "pair_index": 21, + "elapsed_ns": 1798263, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6201344, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002728333, + "runtime_create_ns": 28196, + "jit_attach_ns": 61396, + "context_create_ns": 104347, + "definition_eval_ns": 45550, + "first_eval_ns": 232435, + "threshold_crossing_ns": 2000264126, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1798263 + } + }, + { + "pair_index": 22, + "elapsed_ns": 1794501, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6111232, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002447612, + "runtime_create_ns": 24056, + "jit_attach_ns": 55487, + "context_create_ns": 100910, + "definition_eval_ns": 36218, + "first_eval_ns": 221226, + "threshold_crossing_ns": 2000021560, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1794501 + } + }, + { + "pair_index": 23, + "elapsed_ns": 1776968, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6393856, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002485315, + "runtime_create_ns": 25778, + "jit_attach_ns": 59857, + "context_create_ns": 108444, + "definition_eval_ns": 38267, + "first_eval_ns": 222652, + "threshold_crossing_ns": 2000051474, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1776968 + } + }, + { + "pair_index": 24, + "elapsed_ns": 1802723, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6258688, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002495821, + "runtime_create_ns": 27135, + "jit_attach_ns": 52503, + "context_create_ns": 103340, + "definition_eval_ns": 44350, + "first_eval_ns": 231706, + "threshold_crossing_ns": 2000035046, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1802723 + } + }, + { + "pair_index": 25, + "elapsed_ns": 2688000, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6504448, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003778755, + "runtime_create_ns": 30515, + "jit_attach_ns": 64002, + "context_create_ns": 114861, + "definition_eval_ns": 52863, + "first_eval_ns": 229290, + "threshold_crossing_ns": 2000298552, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2688000 + } + }, + { + "pair_index": 26, + "elapsed_ns": 1787506, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6451200, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002729193, + "runtime_create_ns": 25825, + "jit_attach_ns": 54355, + "context_create_ns": 109621, + "definition_eval_ns": 48878, + "first_eval_ns": 224882, + "threshold_crossing_ns": 2000274701, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1787506 + } + }, + { + "pair_index": 27, + "elapsed_ns": 1800725, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6459392, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002669988, + "runtime_create_ns": 22215, + "jit_attach_ns": 56270, + "context_create_ns": 103407, + "definition_eval_ns": 41245, + "first_eval_ns": 233016, + "threshold_crossing_ns": 2000215987, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1800725 + } + }, + { + "pair_index": 28, + "elapsed_ns": 1781644, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6254592, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002646319, + "runtime_create_ns": 25981, + "jit_attach_ns": 54185, + "context_create_ns": 104854, + "definition_eval_ns": 47979, + "first_eval_ns": 223106, + "threshold_crossing_ns": 2000206193, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1781644 + } + }, + { + "pair_index": 29, + "elapsed_ns": 1799745, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6336512, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2002569843, + "runtime_create_ns": 27935, + "jit_attach_ns": 66499, + "context_create_ns": 108683, + "definition_eval_ns": 44888, + "first_eval_ns": 229087, + "threshold_crossing_ns": 2000097212, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1799745 + } + } + ], + "raw_latency_ns": [ + 1786644, + 1816041, + 1779923, + 1789247, + 1807331, + 1789858, + 1801010, + 1772085, + 1808927, + 1803474, + 1817893, + 1779537, + 1964318, + 1808582, + 1824606, + 1796405, + 1803882, + 1801298, + 1785157, + 2709187, + 1812806, + 1798263, + 1794501, + 1776968, + 1802723, + 2688000, + 1787506, + 1800725, + 1781644, + 1799745 + ], + "raw_throughput_ops": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ], + "median_ns": 1801010, + "mad_ns": 11796, + "p95_ns": 2688000, + "p99_ns": 2709187, + "ci95_ns": [ + 1794501, + 1807331 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "strings-json", + "suite": "rquickjs-jit", + "group": "compute", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 10733207, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11333632, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 28123049, + "runtime_create_ns": 22962, + "jit_attach_ns": 56722, + "context_create_ns": 102500, + "definition_eval_ns": 34074, + "first_eval_ns": 506057, + "threshold_crossing_ns": 15576100, + "compile_ns": 14079410, + "install_ns": 36508, + "osr_ns": 0, + "steady_state_ns": 10733207 + } + }, + { + "pair_index": 1, + "elapsed_ns": 10717602, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11137024, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 28084359, + "runtime_create_ns": 25311, + "jit_attach_ns": 58390, + "context_create_ns": 109735, + "definition_eval_ns": 44761, + "first_eval_ns": 504809, + "threshold_crossing_ns": 15527248, + "compile_ns": 14115993, + "install_ns": 37333, + "osr_ns": 0, + "steady_state_ns": 10717602 + } + }, + { + "pair_index": 2, + "elapsed_ns": 10707672, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11333632, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 27774792, + "runtime_create_ns": 24460, + "jit_attach_ns": 60023, + "context_create_ns": 106432, + "definition_eval_ns": 48503, + "first_eval_ns": 494293, + "threshold_crossing_ns": 15243470, + "compile_ns": 13842987, + "install_ns": 35765, + "osr_ns": 0, + "steady_state_ns": 10707672 + } + }, + { + "pair_index": 3, + "elapsed_ns": 10699494, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11333632, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 28093184, + "runtime_create_ns": 24287, + "jit_attach_ns": 55141, + "context_create_ns": 100807, + "definition_eval_ns": 34139, + "first_eval_ns": 492928, + "threshold_crossing_ns": 15593778, + "compile_ns": 14088747, + "install_ns": 37021, + "osr_ns": 0, + "steady_state_ns": 10699494 + } + }, + { + "pair_index": 4, + "elapsed_ns": 10694761, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11317248, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 28117311, + "runtime_create_ns": 23070, + "jit_attach_ns": 63058, + "context_create_ns": 99202, + "definition_eval_ns": 36447, + "first_eval_ns": 484463, + "threshold_crossing_ns": 15623467, + "compile_ns": 14107399, + "install_ns": 37436, + "osr_ns": 0, + "steady_state_ns": 10694761 + } + }, + { + "pair_index": 5, + "elapsed_ns": 10728003, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11010048, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 28149901, + "runtime_create_ns": 28215, + "jit_attach_ns": 63367, + "context_create_ns": 109266, + "definition_eval_ns": 47074, + "first_eval_ns": 495972, + "threshold_crossing_ns": 15580470, + "compile_ns": 14170209, + "install_ns": 41565, + "osr_ns": 0, + "steady_state_ns": 10728003 + } + }, + { + "pair_index": 6, + "elapsed_ns": 10726933, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11321344, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 28256986, + "runtime_create_ns": 23055, + "jit_attach_ns": 65123, + "context_create_ns": 101989, + "definition_eval_ns": 38939, + "first_eval_ns": 496435, + "threshold_crossing_ns": 15713553, + "compile_ns": 14243085, + "install_ns": 42409, + "osr_ns": 0, + "steady_state_ns": 10726933 + } + }, + { + "pair_index": 7, + "elapsed_ns": 10696127, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11251712, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 28086746, + "runtime_create_ns": 26887, + "jit_attach_ns": 56299, + "context_create_ns": 106095, + "definition_eval_ns": 46192, + "first_eval_ns": 508476, + "threshold_crossing_ns": 15554715, + "compile_ns": 14100252, + "install_ns": 38591, + "osr_ns": 0, + "steady_state_ns": 10696127 + } + }, + { + "pair_index": 8, + "elapsed_ns": 10691481, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11374592, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 27939402, + "runtime_create_ns": 24600, + "jit_attach_ns": 52153, + "context_create_ns": 106223, + "definition_eval_ns": 44013, + "first_eval_ns": 501048, + "threshold_crossing_ns": 15428675, + "compile_ns": 13957132, + "install_ns": 34808, + "osr_ns": 0, + "steady_state_ns": 10691481 + } + }, + { + "pair_index": 9, + "elapsed_ns": 11646425, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11358208, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 29299709, + "runtime_create_ns": 25083, + "jit_attach_ns": 58148, + "context_create_ns": 105342, + "definition_eval_ns": 45439, + "first_eval_ns": 489045, + "threshold_crossing_ns": 15838267, + "compile_ns": 14419586, + "install_ns": 43225, + "osr_ns": 0, + "steady_state_ns": 11646425 + } + }, + { + "pair_index": 10, + "elapsed_ns": 14620207, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11321344, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 32670253, + "runtime_create_ns": 24462, + "jit_attach_ns": 58880, + "context_create_ns": 101049, + "definition_eval_ns": 35002, + "first_eval_ns": 494730, + "threshold_crossing_ns": 15654469, + "compile_ns": 14114652, + "install_ns": 36322, + "osr_ns": 0, + "steady_state_ns": 14620207 + } + }, + { + "pair_index": 11, + "elapsed_ns": 10809123, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11358208, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 28254082, + "runtime_create_ns": 24338, + "jit_attach_ns": 56421, + "context_create_ns": 104054, + "definition_eval_ns": 39261, + "first_eval_ns": 498395, + "threshold_crossing_ns": 15613692, + "compile_ns": 14141234, + "install_ns": 38593, + "osr_ns": 0, + "steady_state_ns": 10809123 + } + }, + { + "pair_index": 12, + "elapsed_ns": 10748844, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11317248, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 28079401, + "runtime_create_ns": 23588, + "jit_attach_ns": 50592, + "context_create_ns": 103679, + "definition_eval_ns": 35233, + "first_eval_ns": 475051, + "threshold_crossing_ns": 15552332, + "compile_ns": 14036520, + "install_ns": 36023, + "osr_ns": 0, + "steady_state_ns": 10748844 + } + }, + { + "pair_index": 13, + "elapsed_ns": 10720993, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11206656, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 28259985, + "runtime_create_ns": 25454, + "jit_attach_ns": 58953, + "context_create_ns": 110481, + "definition_eval_ns": 47551, + "first_eval_ns": 513460, + "threshold_crossing_ns": 15681192, + "compile_ns": 14283122, + "install_ns": 36696, + "osr_ns": 0, + "steady_state_ns": 10720993 + } + }, + { + "pair_index": 14, + "elapsed_ns": 11171410, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11419648, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 28686696, + "runtime_create_ns": 25238, + "jit_attach_ns": 56522, + "context_create_ns": 108722, + "definition_eval_ns": 48724, + "first_eval_ns": 1916964, + "threshold_crossing_ns": 14265692, + "compile_ns": 14761234, + "install_ns": 37429, + "osr_ns": 0, + "steady_state_ns": 11171410 + } + }, + { + "pair_index": 15, + "elapsed_ns": 10697167, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11096064, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 28132133, + "runtime_create_ns": 24980, + "jit_attach_ns": 55666, + "context_create_ns": 104262, + "definition_eval_ns": 36518, + "first_eval_ns": 506912, + "threshold_crossing_ns": 15620200, + "compile_ns": 14104483, + "install_ns": 52598, + "osr_ns": 0, + "steady_state_ns": 10697167 + } + }, + { + "pair_index": 16, + "elapsed_ns": 10717446, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11190272, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 27842298, + "runtime_create_ns": 24341, + "jit_attach_ns": 50196, + "context_create_ns": 103206, + "definition_eval_ns": 34399, + "first_eval_ns": 505805, + "threshold_crossing_ns": 15317088, + "compile_ns": 13797209, + "install_ns": 37559, + "osr_ns": 0, + "steady_state_ns": 10717446 + } + }, + { + "pair_index": 17, + "elapsed_ns": 10721340, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11259904, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 28063962, + "runtime_create_ns": 29418, + "jit_attach_ns": 61963, + "context_create_ns": 106020, + "definition_eval_ns": 51617, + "first_eval_ns": 503416, + "threshold_crossing_ns": 15499603, + "compile_ns": 14102314, + "install_ns": 39876, + "osr_ns": 0, + "steady_state_ns": 10721340 + } + }, + { + "pair_index": 18, + "elapsed_ns": 10690503, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11292672, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 28065113, + "runtime_create_ns": 27968, + "jit_attach_ns": 58882, + "context_create_ns": 105462, + "definition_eval_ns": 48836, + "first_eval_ns": 491542, + "threshold_crossing_ns": 15549514, + "compile_ns": 14103122, + "install_ns": 44933, + "osr_ns": 0, + "steady_state_ns": 10690503 + } + }, + { + "pair_index": 19, + "elapsed_ns": 12131924, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11227136, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 30172440, + "runtime_create_ns": 24038, + "jit_attach_ns": 56167, + "context_create_ns": 100665, + "definition_eval_ns": 45013, + "first_eval_ns": 532470, + "threshold_crossing_ns": 16185990, + "compile_ns": 14634758, + "install_ns": 54212, + "osr_ns": 0, + "steady_state_ns": 12131924 + } + }, + { + "pair_index": 20, + "elapsed_ns": 10689393, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11202560, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 28022786, + "runtime_create_ns": 24378, + "jit_attach_ns": 54462, + "context_create_ns": 102372, + "definition_eval_ns": 33764, + "first_eval_ns": 486993, + "threshold_crossing_ns": 15542732, + "compile_ns": 14032353, + "install_ns": 37341, + "osr_ns": 0, + "steady_state_ns": 10689393 + } + }, + { + "pair_index": 21, + "elapsed_ns": 10711803, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11333632, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 28132894, + "runtime_create_ns": 26672, + "jit_attach_ns": 59563, + "context_create_ns": 113600, + "definition_eval_ns": 45288, + "first_eval_ns": 500018, + "threshold_crossing_ns": 15584316, + "compile_ns": 14202754, + "install_ns": 38388, + "osr_ns": 0, + "steady_state_ns": 10711803 + } + }, + { + "pair_index": 22, + "elapsed_ns": 10720404, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11288576, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 28506023, + "runtime_create_ns": 26182, + "jit_attach_ns": 59791, + "context_create_ns": 103243, + "definition_eval_ns": 37106, + "first_eval_ns": 519215, + "threshold_crossing_ns": 15933024, + "compile_ns": 14500924, + "install_ns": 38938, + "osr_ns": 0, + "steady_state_ns": 10720404 + } + }, + { + "pair_index": 23, + "elapsed_ns": 12292137, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11259904, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 29740436, + "runtime_create_ns": 25729, + "jit_attach_ns": 59106, + "context_create_ns": 100731, + "definition_eval_ns": 34719, + "first_eval_ns": 516629, + "threshold_crossing_ns": 15611495, + "compile_ns": 14142299, + "install_ns": 42744, + "osr_ns": 0, + "steady_state_ns": 12292137 + } + }, + { + "pair_index": 24, + "elapsed_ns": 10672763, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11366400, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 27970578, + "runtime_create_ns": 21974, + "jit_attach_ns": 59359, + "context_create_ns": 103793, + "definition_eval_ns": 44241, + "first_eval_ns": 481838, + "threshold_crossing_ns": 15499118, + "compile_ns": 14009166, + "install_ns": 35825, + "osr_ns": 0, + "steady_state_ns": 10672763 + } + }, + { + "pair_index": 25, + "elapsed_ns": 10677298, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10977280, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 28461915, + "runtime_create_ns": 28910, + "jit_attach_ns": 65305, + "context_create_ns": 111067, + "definition_eval_ns": 46898, + "first_eval_ns": 505355, + "threshold_crossing_ns": 15928073, + "compile_ns": 14573935, + "install_ns": 35402, + "osr_ns": 0, + "steady_state_ns": 10677298 + } + }, + { + "pair_index": 26, + "elapsed_ns": 10685236, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11337728, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 28140141, + "runtime_create_ns": 26041, + "jit_attach_ns": 54740, + "context_create_ns": 107873, + "definition_eval_ns": 48534, + "first_eval_ns": 509012, + "threshold_crossing_ns": 15613300, + "compile_ns": 14157151, + "install_ns": 36508, + "osr_ns": 0, + "steady_state_ns": 10685236 + } + }, + { + "pair_index": 27, + "elapsed_ns": 10725139, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11325440, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 28071966, + "runtime_create_ns": 26836, + "jit_attach_ns": 60571, + "context_create_ns": 104881, + "definition_eval_ns": 47066, + "first_eval_ns": 509769, + "threshold_crossing_ns": 15506841, + "compile_ns": 14077837, + "install_ns": 37832, + "osr_ns": 0, + "steady_state_ns": 10725139 + } + }, + { + "pair_index": 28, + "elapsed_ns": 10683382, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11345920, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 27931148, + "runtime_create_ns": 23475, + "jit_attach_ns": 53477, + "context_create_ns": 101565, + "definition_eval_ns": 35754, + "first_eval_ns": 480907, + "threshold_crossing_ns": 15467684, + "compile_ns": 13952472, + "install_ns": 36746, + "osr_ns": 0, + "steady_state_ns": 10683382 + } + }, + { + "pair_index": 29, + "elapsed_ns": 10707158, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11337728, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 28125487, + "runtime_create_ns": 27790, + "jit_attach_ns": 62264, + "context_create_ns": 108559, + "definition_eval_ns": 44955, + "first_eval_ns": 497311, + "threshold_crossing_ns": 15583703, + "compile_ns": 14188375, + "install_ns": 39244, + "osr_ns": 0, + "steady_state_ns": 10707158 + } + } + ], + "raw_latency_ns": [ + 10733207, + 10717602, + 10707672, + 10699494, + 10694761, + 10728003, + 10726933, + 10696127, + 10691481, + 11646425, + 14620207, + 10809123, + 10748844, + 10720993, + 11171410, + 10697167, + 10717446, + 10721340, + 10690503, + 12131924, + 10689393, + 10711803, + 10720404, + 12292137, + 10672763, + 10677298, + 10685236, + 10725139, + 10683382, + 10707158 + ], + "raw_throughput_ops": [ + 35, + 34, + 35, + 35, + 35, + 35, + 35, + 35, + 35, + 35 + ], + "median_ns": 10717602, + "mad_ns": 22841, + "p95_ns": 12292137, + "p99_ns": 14620207, + "ci95_ns": [ + 10699494, + 10726933 + ], + "compile_ns": 14114652, + "install_ns": 37559, + "break_even_executions": null + }, + { + "name": "calls-closures", + "suite": "rquickjs-jit", + "group": "compute", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 3616076, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6422528, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5040106, + "runtime_create_ns": 26903, + "jit_attach_ns": 61121, + "context_create_ns": 104291, + "definition_eval_ns": 47276, + "first_eval_ns": 423716, + "threshold_crossing_ns": 374733, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3616076 + } + }, + { + "pair_index": 1, + "elapsed_ns": 3611936, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6283264, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5041315, + "runtime_create_ns": 28042, + "jit_attach_ns": 58765, + "context_create_ns": 107285, + "definition_eval_ns": 51360, + "first_eval_ns": 420505, + "threshold_crossing_ns": 379042, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3611936 + } + }, + { + "pair_index": 2, + "elapsed_ns": 3640251, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6348800, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5076019, + "runtime_create_ns": 23560, + "jit_attach_ns": 57915, + "context_create_ns": 109858, + "definition_eval_ns": 54452, + "first_eval_ns": 426603, + "threshold_crossing_ns": 373317, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3640251 + } + }, + { + "pair_index": 3, + "elapsed_ns": 3604662, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6496256, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5029965, + "runtime_create_ns": 24232, + "jit_attach_ns": 57323, + "context_create_ns": 105763, + "definition_eval_ns": 50048, + "first_eval_ns": 440556, + "threshold_crossing_ns": 362162, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3604662 + } + }, + { + "pair_index": 4, + "elapsed_ns": 3602159, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 5918720, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4996093, + "runtime_create_ns": 26256, + "jit_attach_ns": 49572, + "context_create_ns": 100766, + "definition_eval_ns": 42862, + "first_eval_ns": 423112, + "threshold_crossing_ns": 360374, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3602159 + } + }, + { + "pair_index": 5, + "elapsed_ns": 3630768, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6406144, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5059944, + "runtime_create_ns": 25647, + "jit_attach_ns": 58996, + "context_create_ns": 110579, + "definition_eval_ns": 49081, + "first_eval_ns": 429984, + "threshold_crossing_ns": 368055, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3630768 + } + }, + { + "pair_index": 6, + "elapsed_ns": 3601850, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6078464, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4986799, + "runtime_create_ns": 24700, + "jit_attach_ns": 54253, + "context_create_ns": 100010, + "definition_eval_ns": 35618, + "first_eval_ns": 424220, + "threshold_crossing_ns": 361149, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3601850 + } + }, + { + "pair_index": 7, + "elapsed_ns": 3670615, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6193152, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5089268, + "runtime_create_ns": 26109, + "jit_attach_ns": 64407, + "context_create_ns": 104160, + "definition_eval_ns": 39296, + "first_eval_ns": 420720, + "threshold_crossing_ns": 380056, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3670615 + } + }, + { + "pair_index": 8, + "elapsed_ns": 3651735, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6434816, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5089836, + "runtime_create_ns": 27568, + "jit_attach_ns": 70688, + "context_create_ns": 103517, + "definition_eval_ns": 41594, + "first_eval_ns": 422590, + "threshold_crossing_ns": 393673, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3651735 + } + }, + { + "pair_index": 9, + "elapsed_ns": 3614050, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6180864, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5047386, + "runtime_create_ns": 25856, + "jit_attach_ns": 63387, + "context_create_ns": 116952, + "definition_eval_ns": 49216, + "first_eval_ns": 418294, + "threshold_crossing_ns": 368864, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3614050 + } + }, + { + "pair_index": 10, + "elapsed_ns": 3645306, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6352896, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5089876, + "runtime_create_ns": 27286, + "jit_attach_ns": 56706, + "context_create_ns": 108707, + "definition_eval_ns": 50044, + "first_eval_ns": 440485, + "threshold_crossing_ns": 370085, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3645306 + } + }, + { + "pair_index": 11, + "elapsed_ns": 3606250, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6389760, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5000381, + "runtime_create_ns": 24277, + "jit_attach_ns": 54454, + "context_create_ns": 101829, + "definition_eval_ns": 38461, + "first_eval_ns": 427960, + "threshold_crossing_ns": 360390, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3606250 + } + }, + { + "pair_index": 12, + "elapsed_ns": 3621849, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6430720, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5012565, + "runtime_create_ns": 23325, + "jit_attach_ns": 47730, + "context_create_ns": 105693, + "definition_eval_ns": 37241, + "first_eval_ns": 416642, + "threshold_crossing_ns": 364280, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3621849 + } + }, + { + "pair_index": 13, + "elapsed_ns": 3628488, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6311936, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5068428, + "runtime_create_ns": 25744, + "jit_attach_ns": 59613, + "context_create_ns": 107884, + "definition_eval_ns": 50718, + "first_eval_ns": 427005, + "threshold_crossing_ns": 379470, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3628488 + } + }, + { + "pair_index": 14, + "elapsed_ns": 3610877, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6471680, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5008838, + "runtime_create_ns": 26540, + "jit_attach_ns": 54616, + "context_create_ns": 101404, + "definition_eval_ns": 38094, + "first_eval_ns": 423225, + "threshold_crossing_ns": 368676, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3610877 + } + }, + { + "pair_index": 15, + "elapsed_ns": 3590540, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6213632, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4978660, + "runtime_create_ns": 24979, + "jit_attach_ns": 58179, + "context_create_ns": 107395, + "definition_eval_ns": 39268, + "first_eval_ns": 412515, + "threshold_crossing_ns": 360792, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3590540 + } + }, + { + "pair_index": 16, + "elapsed_ns": 3596518, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6078464, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4965471, + "runtime_create_ns": 24092, + "jit_attach_ns": 50388, + "context_create_ns": 96671, + "definition_eval_ns": 33663, + "first_eval_ns": 413388, + "threshold_crossing_ns": 369975, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3596518 + } + }, + { + "pair_index": 17, + "elapsed_ns": 3610035, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6361088, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5047995, + "runtime_create_ns": 25438, + "jit_attach_ns": 70110, + "context_create_ns": 108832, + "definition_eval_ns": 49161, + "first_eval_ns": 418615, + "threshold_crossing_ns": 380145, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3610035 + } + }, + { + "pair_index": 18, + "elapsed_ns": 3580590, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6168576, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5012968, + "runtime_create_ns": 26159, + "jit_attach_ns": 59211, + "context_create_ns": 107439, + "definition_eval_ns": 49382, + "first_eval_ns": 427738, + "threshold_crossing_ns": 368501, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3580590 + } + }, + { + "pair_index": 19, + "elapsed_ns": 3626660, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6344704, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5034308, + "runtime_create_ns": 22781, + "jit_attach_ns": 55962, + "context_create_ns": 105886, + "definition_eval_ns": 39375, + "first_eval_ns": 421740, + "threshold_crossing_ns": 373855, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3626660 + } + }, + { + "pair_index": 20, + "elapsed_ns": 3629406, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6373376, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5007399, + "runtime_create_ns": 23235, + "jit_attach_ns": 48432, + "context_create_ns": 99666, + "definition_eval_ns": 33591, + "first_eval_ns": 427253, + "threshold_crossing_ns": 358701, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3629406 + } + }, + { + "pair_index": 21, + "elapsed_ns": 3636357, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6365184, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5069531, + "runtime_create_ns": 28139, + "jit_attach_ns": 60012, + "context_create_ns": 107151, + "definition_eval_ns": 48040, + "first_eval_ns": 420562, + "threshold_crossing_ns": 385822, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3636357 + } + }, + { + "pair_index": 22, + "elapsed_ns": 3591207, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6418432, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5004465, + "runtime_create_ns": 25550, + "jit_attach_ns": 58932, + "context_create_ns": 114488, + "definition_eval_ns": 40357, + "first_eval_ns": 418109, + "threshold_crossing_ns": 364907, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3591207 + } + }, + { + "pair_index": 23, + "elapsed_ns": 3596961, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6340608, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5011468, + "runtime_create_ns": 23408, + "jit_attach_ns": 58385, + "context_create_ns": 108986, + "definition_eval_ns": 51250, + "first_eval_ns": 423654, + "threshold_crossing_ns": 362384, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3596961 + } + }, + { + "pair_index": 24, + "elapsed_ns": 3590810, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6234112, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4962789, + "runtime_create_ns": 27507, + "jit_attach_ns": 49862, + "context_create_ns": 98937, + "definition_eval_ns": 43245, + "first_eval_ns": 414348, + "threshold_crossing_ns": 358969, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3590810 + } + }, + { + "pair_index": 25, + "elapsed_ns": 3605577, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6352896, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5022861, + "runtime_create_ns": 25955, + "jit_attach_ns": 60367, + "context_create_ns": 107913, + "definition_eval_ns": 50404, + "first_eval_ns": 425256, + "threshold_crossing_ns": 365458, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3605577 + } + }, + { + "pair_index": 26, + "elapsed_ns": 3640143, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6246400, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5079519, + "runtime_create_ns": 25086, + "jit_attach_ns": 60017, + "context_create_ns": 100586, + "definition_eval_ns": 53337, + "first_eval_ns": 434559, + "threshold_crossing_ns": 374649, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3640143 + } + }, + { + "pair_index": 27, + "elapsed_ns": 3611055, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6209536, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5056280, + "runtime_create_ns": 27836, + "jit_attach_ns": 69011, + "context_create_ns": 110569, + "definition_eval_ns": 50356, + "first_eval_ns": 431693, + "threshold_crossing_ns": 369461, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3611055 + } + }, + { + "pair_index": 28, + "elapsed_ns": 3601051, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6213632, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4983636, + "runtime_create_ns": 24498, + "jit_attach_ns": 52709, + "context_create_ns": 98919, + "definition_eval_ns": 34519, + "first_eval_ns": 418728, + "threshold_crossing_ns": 362202, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3601051 + } + }, + { + "pair_index": 29, + "elapsed_ns": 3612832, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6344704, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5033672, + "runtime_create_ns": 24457, + "jit_attach_ns": 59312, + "context_create_ns": 107648, + "definition_eval_ns": 47839, + "first_eval_ns": 421540, + "threshold_crossing_ns": 370234, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3612832 + } + } + ], + "raw_latency_ns": [ + 3616076, + 3611936, + 3640251, + 3604662, + 3602159, + 3630768, + 3601850, + 3670615, + 3651735, + 3614050, + 3645306, + 3606250, + 3621849, + 3628488, + 3610877, + 3590540, + 3596518, + 3610035, + 3580590, + 3626660, + 3629406, + 3636357, + 3591207, + 3596961, + 3590810, + 3605577, + 3640143, + 3611055, + 3601051, + 3612832 + ], + "raw_throughput_ops": [ + 179, + 176, + 182, + 177, + 177, + 178, + 182, + 182, + 180, + 179 + ], + "median_ns": 3611936, + "mad_ns": 14975, + "p95_ns": 3651735, + "p99_ns": 3670615, + "ci95_ns": [ + 3605577, + 3626660 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "adversarial", + "suite": "rquickjs-jit", + "group": "adversarial", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 1903912, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10571776, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 12544860, + "runtime_create_ns": 25896, + "jit_attach_ns": 58367, + "context_create_ns": 106932, + "definition_eval_ns": 44355, + "first_eval_ns": 253765, + "threshold_crossing_ns": 9944077, + "compile_ns": 9502276, + "install_ns": 38087, + "osr_ns": 0, + "steady_state_ns": 1903912 + } + }, + { + "pair_index": 1, + "elapsed_ns": 1886957, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10465280, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 12635910, + "runtime_create_ns": 29982, + "jit_attach_ns": 66692, + "context_create_ns": 104240, + "definition_eval_ns": 40769, + "first_eval_ns": 259131, + "threshold_crossing_ns": 10036730, + "compile_ns": 9591709, + "install_ns": 46575, + "osr_ns": 0, + "steady_state_ns": 1886957 + } + }, + { + "pair_index": 2, + "elapsed_ns": 1932632, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10547200, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 12917602, + "runtime_create_ns": 25354, + "jit_attach_ns": 57716, + "context_create_ns": 103864, + "definition_eval_ns": 34151, + "first_eval_ns": 253879, + "threshold_crossing_ns": 10294886, + "compile_ns": 9857760, + "install_ns": 41004, + "osr_ns": 0, + "steady_state_ns": 1932632 + } + }, + { + "pair_index": 3, + "elapsed_ns": 1898706, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10612736, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13258048, + "runtime_create_ns": 28883, + "jit_attach_ns": 62883, + "context_create_ns": 104387, + "definition_eval_ns": 39048, + "first_eval_ns": 282826, + "threshold_crossing_ns": 10633273, + "compile_ns": 10149872, + "install_ns": 48173, + "osr_ns": 0, + "steady_state_ns": 1898706 + } + }, + { + "pair_index": 4, + "elapsed_ns": 1902337, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10551296, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 12451168, + "runtime_create_ns": 24684, + "jit_attach_ns": 54304, + "context_create_ns": 108154, + "definition_eval_ns": 42736, + "first_eval_ns": 258351, + "threshold_crossing_ns": 9848448, + "compile_ns": 9373622, + "install_ns": 55034, + "osr_ns": 0, + "steady_state_ns": 1902337 + } + }, + { + "pair_index": 5, + "elapsed_ns": 1889595, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10596352, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 12921081, + "runtime_create_ns": 28198, + "jit_attach_ns": 70415, + "context_create_ns": 113545, + "definition_eval_ns": 50570, + "first_eval_ns": 262860, + "threshold_crossing_ns": 10293630, + "compile_ns": 9840967, + "install_ns": 46307, + "osr_ns": 0, + "steady_state_ns": 1889595 + } + }, + { + "pair_index": 6, + "elapsed_ns": 1972138, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10530816, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13080283, + "runtime_create_ns": 27437, + "jit_attach_ns": 57780, + "context_create_ns": 101257, + "definition_eval_ns": 41787, + "first_eval_ns": 257046, + "threshold_crossing_ns": 10407902, + "compile_ns": 9948193, + "install_ns": 47043, + "osr_ns": 0, + "steady_state_ns": 1972138 + } + }, + { + "pair_index": 7, + "elapsed_ns": 1891842, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10444800, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 12540270, + "runtime_create_ns": 29385, + "jit_attach_ns": 66988, + "context_create_ns": 102242, + "definition_eval_ns": 37250, + "first_eval_ns": 262336, + "threshold_crossing_ns": 9941512, + "compile_ns": 9499378, + "install_ns": 42804, + "osr_ns": 0, + "steady_state_ns": 1891842 + } + }, + { + "pair_index": 8, + "elapsed_ns": 1899076, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10493952, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 12632677, + "runtime_create_ns": 25936, + "jit_attach_ns": 61157, + "context_create_ns": 119682, + "definition_eval_ns": 31887, + "first_eval_ns": 251072, + "threshold_crossing_ns": 10036028, + "compile_ns": 9589691, + "install_ns": 43518, + "osr_ns": 0, + "steady_state_ns": 1899076 + } + }, + { + "pair_index": 9, + "elapsed_ns": 1898726, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10584064, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 12846789, + "runtime_create_ns": 26759, + "jit_attach_ns": 64721, + "context_create_ns": 109630, + "definition_eval_ns": 42612, + "first_eval_ns": 269095, + "threshold_crossing_ns": 10226015, + "compile_ns": 9764053, + "install_ns": 58090, + "osr_ns": 0, + "steady_state_ns": 1898726 + } + }, + { + "pair_index": 10, + "elapsed_ns": 1906474, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10575872, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 12642989, + "runtime_create_ns": 26155, + "jit_attach_ns": 61346, + "context_create_ns": 104548, + "definition_eval_ns": 40059, + "first_eval_ns": 261777, + "threshold_crossing_ns": 10031557, + "compile_ns": 9583965, + "install_ns": 46645, + "osr_ns": 0, + "steady_state_ns": 1906474 + } + }, + { + "pair_index": 11, + "elapsed_ns": 1895961, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10506240, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 12422640, + "runtime_create_ns": 25522, + "jit_attach_ns": 56996, + "context_create_ns": 102243, + "definition_eval_ns": 32273, + "first_eval_ns": 254773, + "threshold_crossing_ns": 9849302, + "compile_ns": 9406726, + "install_ns": 39401, + "osr_ns": 0, + "steady_state_ns": 1895961 + } + }, + { + "pair_index": 12, + "elapsed_ns": 1898095, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10575872, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 12452315, + "runtime_create_ns": 23211, + "jit_attach_ns": 52077, + "context_create_ns": 100915, + "definition_eval_ns": 33429, + "first_eval_ns": 243751, + "threshold_crossing_ns": 9891078, + "compile_ns": 9453103, + "install_ns": 39106, + "osr_ns": 0, + "steady_state_ns": 1898095 + } + }, + { + "pair_index": 13, + "elapsed_ns": 1896818, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10424320, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 12813491, + "runtime_create_ns": 28532, + "jit_attach_ns": 58976, + "context_create_ns": 110177, + "definition_eval_ns": 46119, + "first_eval_ns": 259421, + "threshold_crossing_ns": 10205396, + "compile_ns": 9725698, + "install_ns": 46633, + "osr_ns": 0, + "steady_state_ns": 1896818 + } + }, + { + "pair_index": 14, + "elapsed_ns": 1888858, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10399744, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13213902, + "runtime_create_ns": 27146, + "jit_attach_ns": 61738, + "context_create_ns": 99641, + "definition_eval_ns": 33686, + "first_eval_ns": 264531, + "threshold_crossing_ns": 10630338, + "compile_ns": 10175346, + "install_ns": 42410, + "osr_ns": 0, + "steady_state_ns": 1888858 + } + }, + { + "pair_index": 15, + "elapsed_ns": 1890535, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10530816, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 12792937, + "runtime_create_ns": 26523, + "jit_attach_ns": 65251, + "context_create_ns": 106896, + "definition_eval_ns": 38548, + "first_eval_ns": 266000, + "threshold_crossing_ns": 10184790, + "compile_ns": 9747968, + "install_ns": 41102, + "osr_ns": 0, + "steady_state_ns": 1890535 + } + }, + { + "pair_index": 16, + "elapsed_ns": 1914702, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10539008, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 12481949, + "runtime_create_ns": 24895, + "jit_attach_ns": 58009, + "context_create_ns": 101959, + "definition_eval_ns": 31678, + "first_eval_ns": 261626, + "threshold_crossing_ns": 9879607, + "compile_ns": 9419459, + "install_ns": 40812, + "osr_ns": 0, + "steady_state_ns": 1914702 + } + }, + { + "pair_index": 17, + "elapsed_ns": 1899674, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10526720, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 12690471, + "runtime_create_ns": 24720, + "jit_attach_ns": 57849, + "context_create_ns": 106594, + "definition_eval_ns": 46757, + "first_eval_ns": 268475, + "threshold_crossing_ns": 10076069, + "compile_ns": 9615871, + "install_ns": 49876, + "osr_ns": 0, + "steady_state_ns": 1899674 + } + }, + { + "pair_index": 18, + "elapsed_ns": 1895136, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10579968, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 12436826, + "runtime_create_ns": 25171, + "jit_attach_ns": 59717, + "context_create_ns": 102194, + "definition_eval_ns": 35498, + "first_eval_ns": 276090, + "threshold_crossing_ns": 9832679, + "compile_ns": 9378531, + "install_ns": 37709, + "osr_ns": 0, + "steady_state_ns": 1895136 + } + }, + { + "pair_index": 19, + "elapsed_ns": 1905132, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10485760, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 12526381, + "runtime_create_ns": 25153, + "jit_attach_ns": 63170, + "context_create_ns": 111312, + "definition_eval_ns": 54466, + "first_eval_ns": 264134, + "threshold_crossing_ns": 9892608, + "compile_ns": 9448088, + "install_ns": 40578, + "osr_ns": 0, + "steady_state_ns": 1905132 + } + }, + { + "pair_index": 20, + "elapsed_ns": 1901141, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10485760, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 12602307, + "runtime_create_ns": 26684, + "jit_attach_ns": 57139, + "context_create_ns": 99611, + "definition_eval_ns": 35065, + "first_eval_ns": 255587, + "threshold_crossing_ns": 10003535, + "compile_ns": 9550860, + "install_ns": 45581, + "osr_ns": 0, + "steady_state_ns": 1901141 + } + }, + { + "pair_index": 21, + "elapsed_ns": 1892951, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10629120, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13071892, + "runtime_create_ns": 28865, + "jit_attach_ns": 61992, + "context_create_ns": 121347, + "definition_eval_ns": 45179, + "first_eval_ns": 267138, + "threshold_crossing_ns": 10425033, + "compile_ns": 9973378, + "install_ns": 46457, + "osr_ns": 0, + "steady_state_ns": 1892951 + } + }, + { + "pair_index": 22, + "elapsed_ns": 1893759, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10539008, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 12600784, + "runtime_create_ns": 25438, + "jit_attach_ns": 60302, + "context_create_ns": 103539, + "definition_eval_ns": 36394, + "first_eval_ns": 257555, + "threshold_crossing_ns": 10018513, + "compile_ns": 9578911, + "install_ns": 42548, + "osr_ns": 0, + "steady_state_ns": 1893759 + } + }, + { + "pair_index": 23, + "elapsed_ns": 1893807, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10506240, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 12644496, + "runtime_create_ns": 24779, + "jit_attach_ns": 61579, + "context_create_ns": 102664, + "definition_eval_ns": 32185, + "first_eval_ns": 260032, + "threshold_crossing_ns": 10060737, + "compile_ns": 9611459, + "install_ns": 46396, + "osr_ns": 0, + "steady_state_ns": 1893807 + } + }, + { + "pair_index": 24, + "elapsed_ns": 1892074, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10526720, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 12485095, + "runtime_create_ns": 27433, + "jit_attach_ns": 50511, + "context_create_ns": 101346, + "definition_eval_ns": 40878, + "first_eval_ns": 254719, + "threshold_crossing_ns": 9907943, + "compile_ns": 9463043, + "install_ns": 35080, + "osr_ns": 0, + "steady_state_ns": 1892074 + } + }, + { + "pair_index": 25, + "elapsed_ns": 1900501, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10588160, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13295999, + "runtime_create_ns": 29751, + "jit_attach_ns": 62766, + "context_create_ns": 111328, + "definition_eval_ns": 41500, + "first_eval_ns": 257808, + "threshold_crossing_ns": 10681857, + "compile_ns": 10229278, + "install_ns": 45566, + "osr_ns": 0, + "steady_state_ns": 1900501 + } + }, + { + "pair_index": 26, + "elapsed_ns": 1894999, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10579968, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 12754506, + "runtime_create_ns": 26124, + "jit_attach_ns": 62274, + "context_create_ns": 100928, + "definition_eval_ns": 31555, + "first_eval_ns": 265693, + "threshold_crossing_ns": 10167482, + "compile_ns": 9725771, + "install_ns": 43923, + "osr_ns": 0, + "steady_state_ns": 1894999 + } + }, + { + "pair_index": 27, + "elapsed_ns": 1892264, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10584064, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13083480, + "runtime_create_ns": 22177, + "jit_attach_ns": 65715, + "context_create_ns": 100191, + "definition_eval_ns": 34035, + "first_eval_ns": 249486, + "threshold_crossing_ns": 10504664, + "compile_ns": 10051694, + "install_ns": 47236, + "osr_ns": 0, + "steady_state_ns": 1892264 + } + }, + { + "pair_index": 28, + "elapsed_ns": 1887784, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10547200, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 12538727, + "runtime_create_ns": 22689, + "jit_attach_ns": 48537, + "context_create_ns": 100648, + "definition_eval_ns": 31485, + "first_eval_ns": 245398, + "threshold_crossing_ns": 9994585, + "compile_ns": 9554637, + "install_ns": 43676, + "osr_ns": 0, + "steady_state_ns": 1887784 + } + }, + { + "pair_index": 29, + "elapsed_ns": 1894152, + "checksum": "string:7995", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10432512, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 12815639, + "runtime_create_ns": 30324, + "jit_attach_ns": 64120, + "context_create_ns": 107614, + "definition_eval_ns": 45645, + "first_eval_ns": 272410, + "threshold_crossing_ns": 10193004, + "compile_ns": 9719912, + "install_ns": 69161, + "osr_ns": 0, + "steady_state_ns": 1894152 + } + } + ], + "raw_latency_ns": [ + 1903912, + 1886957, + 1932632, + 1898706, + 1902337, + 1889595, + 1972138, + 1891842, + 1899076, + 1898726, + 1906474, + 1895961, + 1898095, + 1896818, + 1888858, + 1890535, + 1914702, + 1899674, + 1895136, + 1905132, + 1901141, + 1892951, + 1893759, + 1893807, + 1892074, + 1900501, + 1894999, + 1892264, + 1887784, + 1894152 + ], + "raw_throughput_ops": [ + 76, + 75, + 76, + 75, + 76, + 76, + 73, + 73, + 75, + 76 + ], + "median_ns": 1896818, + "mad_ns": 4554, + "p95_ns": 1932632, + "p99_ns": 1972138, + "ci95_ns": [ + 1893807, + 1899674 + ], + "compile_ns": 9611459, + "install_ns": 45566, + "break_even_executions": null + }, + { + "name": "float64-dense", + "suite": "rquickjs-jit matrix", + "group": "float64", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 1638668, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16388096, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 56045149, + "runtime_create_ns": 26326, + "jit_attach_ns": 62510, + "context_create_ns": 101577, + "definition_eval_ns": 50602, + "first_eval_ns": 2453712, + "threshold_crossing_ns": 47955121, + "compile_ns": 47051956, + "install_ns": 96074, + "osr_ns": 0, + "steady_state_ns": 1638668 + } + }, + { + "pair_index": 1, + "elapsed_ns": 1642653, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16330752, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 55683323, + "runtime_create_ns": 28909, + "jit_attach_ns": 60133, + "context_create_ns": 103897, + "definition_eval_ns": 58632, + "first_eval_ns": 2457426, + "threshold_crossing_ns": 48085540, + "compile_ns": 46861018, + "install_ns": 91376, + "osr_ns": 0, + "steady_state_ns": 1642653 + } + }, + { + "pair_index": 2, + "elapsed_ns": 1641939, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16220160, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 55932559, + "runtime_create_ns": 26666, + "jit_attach_ns": 59394, + "context_create_ns": 101433, + "definition_eval_ns": 51777, + "first_eval_ns": 2455279, + "threshold_crossing_ns": 47826767, + "compile_ns": 47051841, + "install_ns": 90751, + "osr_ns": 0, + "steady_state_ns": 1641939 + } + }, + { + "pair_index": 3, + "elapsed_ns": 4474127, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16224256, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 56241937, + "runtime_create_ns": 24791, + "jit_attach_ns": 66248, + "context_create_ns": 104530, + "definition_eval_ns": 50522, + "first_eval_ns": 2491689, + "threshold_crossing_ns": 48037724, + "compile_ns": 47395818, + "install_ns": 91719, + "osr_ns": 0, + "steady_state_ns": 4474127 + } + }, + { + "pair_index": 4, + "elapsed_ns": 1632784, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16326656, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 56234192, + "runtime_create_ns": 28883, + "jit_attach_ns": 63111, + "context_create_ns": 106787, + "definition_eval_ns": 60078, + "first_eval_ns": 2480183, + "threshold_crossing_ns": 48097936, + "compile_ns": 47312140, + "install_ns": 96804, + "osr_ns": 0, + "steady_state_ns": 1632784 + } + }, + { + "pair_index": 5, + "elapsed_ns": 1633836, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16187392, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 57212900, + "runtime_create_ns": 31117, + "jit_attach_ns": 67004, + "context_create_ns": 106333, + "definition_eval_ns": 59191, + "first_eval_ns": 2455320, + "threshold_crossing_ns": 49059821, + "compile_ns": 48379694, + "install_ns": 94577, + "osr_ns": 0, + "steady_state_ns": 1633836 + } + }, + { + "pair_index": 6, + "elapsed_ns": 1635653, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16424960, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 56179491, + "runtime_create_ns": 24262, + "jit_attach_ns": 62848, + "context_create_ns": 102930, + "definition_eval_ns": 52197, + "first_eval_ns": 2481903, + "threshold_crossing_ns": 48051702, + "compile_ns": 47443022, + "install_ns": 93781, + "osr_ns": 0, + "steady_state_ns": 1635653 + } + }, + { + "pair_index": 7, + "elapsed_ns": 1641481, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16310272, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 56279818, + "runtime_create_ns": 26778, + "jit_attach_ns": 61977, + "context_create_ns": 104900, + "definition_eval_ns": 60449, + "first_eval_ns": 2467744, + "threshold_crossing_ns": 48160506, + "compile_ns": 47394036, + "install_ns": 94369, + "osr_ns": 0, + "steady_state_ns": 1641481 + } + }, + { + "pair_index": 8, + "elapsed_ns": 1632959, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16371712, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 55912025, + "runtime_create_ns": 25879, + "jit_attach_ns": 61207, + "context_create_ns": 100109, + "definition_eval_ns": 50569, + "first_eval_ns": 2452563, + "threshold_crossing_ns": 47830378, + "compile_ns": 46995771, + "install_ns": 89992, + "osr_ns": 0, + "steady_state_ns": 1632959 + } + }, + { + "pair_index": 9, + "elapsed_ns": 4455905, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16318464, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 56395884, + "runtime_create_ns": 31375, + "jit_attach_ns": 56649, + "context_create_ns": 108497, + "definition_eval_ns": 60040, + "first_eval_ns": 2502620, + "threshold_crossing_ns": 48200122, + "compile_ns": 47624734, + "install_ns": 97138, + "osr_ns": 0, + "steady_state_ns": 4455905 + } + }, + { + "pair_index": 10, + "elapsed_ns": 4460895, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16478208, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 56013152, + "runtime_create_ns": 23913, + "jit_attach_ns": 60012, + "context_create_ns": 102210, + "definition_eval_ns": 51697, + "first_eval_ns": 2456939, + "threshold_crossing_ns": 47867357, + "compile_ns": 47202041, + "install_ns": 91833, + "osr_ns": 0, + "steady_state_ns": 4460895 + } + }, + { + "pair_index": 11, + "elapsed_ns": 1644498, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16285696, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 56324005, + "runtime_create_ns": 26141, + "jit_attach_ns": 61864, + "context_create_ns": 103912, + "definition_eval_ns": 54241, + "first_eval_ns": 2446980, + "threshold_crossing_ns": 47971445, + "compile_ns": 47315498, + "install_ns": 90226, + "osr_ns": 0, + "steady_state_ns": 1644498 + } + }, + { + "pair_index": 12, + "elapsed_ns": 1632200, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16424960, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 56304239, + "runtime_create_ns": 32852, + "jit_attach_ns": 61774, + "context_create_ns": 103543, + "definition_eval_ns": 53782, + "first_eval_ns": 2506947, + "threshold_crossing_ns": 48150045, + "compile_ns": 47356126, + "install_ns": 88502, + "osr_ns": 0, + "steady_state_ns": 1632200 + } + }, + { + "pair_index": 13, + "elapsed_ns": 1647844, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16318464, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 56273610, + "runtime_create_ns": 29453, + "jit_attach_ns": 59564, + "context_create_ns": 115496, + "definition_eval_ns": 59323, + "first_eval_ns": 2437484, + "threshold_crossing_ns": 48164340, + "compile_ns": 47354407, + "install_ns": 91545, + "osr_ns": 0, + "steady_state_ns": 1647844 + } + }, + { + "pair_index": 14, + "elapsed_ns": 1642079, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16453632, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 56271229, + "runtime_create_ns": 23695, + "jit_attach_ns": 61733, + "context_create_ns": 102048, + "definition_eval_ns": 52876, + "first_eval_ns": 2460762, + "threshold_crossing_ns": 48170129, + "compile_ns": 47304895, + "install_ns": 96959, + "osr_ns": 0, + "steady_state_ns": 1642079 + } + }, + { + "pair_index": 15, + "elapsed_ns": 1644501, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16355328, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 55855917, + "runtime_create_ns": 26127, + "jit_attach_ns": 58254, + "context_create_ns": 105615, + "definition_eval_ns": 61747, + "first_eval_ns": 2468514, + "threshold_crossing_ns": 48034307, + "compile_ns": 47084713, + "install_ns": 123962, + "osr_ns": 0, + "steady_state_ns": 1644501 + } + }, + { + "pair_index": 16, + "elapsed_ns": 1630993, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16474112, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 55793653, + "runtime_create_ns": 23993, + "jit_attach_ns": 56215, + "context_create_ns": 102524, + "definition_eval_ns": 51131, + "first_eval_ns": 2452004, + "threshold_crossing_ns": 47970580, + "compile_ns": 47029299, + "install_ns": 88335, + "osr_ns": 0, + "steady_state_ns": 1630993 + } + }, + { + "pair_index": 17, + "elapsed_ns": 4462596, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16322560, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 55966021, + "runtime_create_ns": 28784, + "jit_attach_ns": 58640, + "context_create_ns": 109209, + "definition_eval_ns": 60811, + "first_eval_ns": 2458304, + "threshold_crossing_ns": 48044365, + "compile_ns": 47097886, + "install_ns": 91475, + "osr_ns": 0, + "steady_state_ns": 4462596 + } + }, + { + "pair_index": 18, + "elapsed_ns": 1640180, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16306176, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 56132924, + "runtime_create_ns": 31976, + "jit_attach_ns": 72497, + "context_create_ns": 108537, + "definition_eval_ns": 65267, + "first_eval_ns": 2445564, + "threshold_crossing_ns": 48025243, + "compile_ns": 47234752, + "install_ns": 92779, + "osr_ns": 0, + "steady_state_ns": 1640180 + } + }, + { + "pair_index": 19, + "elapsed_ns": 4456164, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16420864, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 62314310, + "runtime_create_ns": 31100, + "jit_attach_ns": 68317, + "context_create_ns": 105618, + "definition_eval_ns": 59598, + "first_eval_ns": 2505970, + "threshold_crossing_ns": 53846880, + "compile_ns": 53444386, + "install_ns": 109871, + "osr_ns": 0, + "steady_state_ns": 4456164 + } + }, + { + "pair_index": 20, + "elapsed_ns": 4456275, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16416768, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 57929144, + "runtime_create_ns": 26966, + "jit_attach_ns": 59617, + "context_create_ns": 101594, + "definition_eval_ns": 59258, + "first_eval_ns": 2447059, + "threshold_crossing_ns": 49039187, + "compile_ns": 49168255, + "install_ns": 94910, + "osr_ns": 0, + "steady_state_ns": 4456275 + } + }, + { + "pair_index": 21, + "elapsed_ns": 4463031, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16109568, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 58229929, + "runtime_create_ns": 28723, + "jit_attach_ns": 62036, + "context_create_ns": 111816, + "definition_eval_ns": 61082, + "first_eval_ns": 2460240, + "threshold_crossing_ns": 48538298, + "compile_ns": 49461484, + "install_ns": 87860, + "osr_ns": 0, + "steady_state_ns": 4463031 + } + }, + { + "pair_index": 22, + "elapsed_ns": 1640650, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16453632, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 57823894, + "runtime_create_ns": 24781, + "jit_attach_ns": 60360, + "context_create_ns": 109066, + "definition_eval_ns": 61371, + "first_eval_ns": 2501443, + "threshold_crossing_ns": 48106837, + "compile_ns": 48219150, + "install_ns": 94346, + "osr_ns": 0, + "steady_state_ns": 1640650 + } + }, + { + "pair_index": 23, + "elapsed_ns": 1638960, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16412672, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 57086369, + "runtime_create_ns": 26220, + "jit_attach_ns": 57540, + "context_create_ns": 100994, + "definition_eval_ns": 48102, + "first_eval_ns": 2495794, + "threshold_crossing_ns": 47945280, + "compile_ns": 48215605, + "install_ns": 89475, + "osr_ns": 0, + "steady_state_ns": 1638960 + } + }, + { + "pair_index": 24, + "elapsed_ns": 1665032, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16318464, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 56755610, + "runtime_create_ns": 24793, + "jit_attach_ns": 60580, + "context_create_ns": 103792, + "definition_eval_ns": 51993, + "first_eval_ns": 2451270, + "threshold_crossing_ns": 48111801, + "compile_ns": 47806888, + "install_ns": 89841, + "osr_ns": 0, + "steady_state_ns": 1665032 + } + }, + { + "pair_index": 25, + "elapsed_ns": 1676280, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16285696, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 54321422, + "runtime_create_ns": 27355, + "jit_attach_ns": 62319, + "context_create_ns": 109274, + "definition_eval_ns": 58756, + "first_eval_ns": 2460203, + "threshold_crossing_ns": 44140317, + "compile_ns": 45414658, + "install_ns": 80859, + "osr_ns": 0, + "steady_state_ns": 1676280 + } + }, + { + "pair_index": 26, + "elapsed_ns": 4455774, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16302080, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 57316966, + "runtime_create_ns": 29199, + "jit_attach_ns": 61836, + "context_create_ns": 102696, + "definition_eval_ns": 53183, + "first_eval_ns": 2479937, + "threshold_crossing_ns": 48392347, + "compile_ns": 48443266, + "install_ns": 111274, + "osr_ns": 0, + "steady_state_ns": 4455774 + } + }, + { + "pair_index": 27, + "elapsed_ns": 1638348, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16420864, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 56728605, + "runtime_create_ns": 32500, + "jit_attach_ns": 167880, + "context_create_ns": 189236, + "definition_eval_ns": 96870, + "first_eval_ns": 2513363, + "threshold_crossing_ns": 48069684, + "compile_ns": 48140661, + "install_ns": 99910, + "osr_ns": 0, + "steady_state_ns": 1638348 + } + }, + { + "pair_index": 28, + "elapsed_ns": 1643269, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16334848, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 58038649, + "runtime_create_ns": 25070, + "jit_attach_ns": 54432, + "context_create_ns": 101381, + "definition_eval_ns": 51079, + "first_eval_ns": 2505551, + "threshold_crossing_ns": 48121028, + "compile_ns": 48913719, + "install_ns": 115967, + "osr_ns": 0, + "steady_state_ns": 1643269 + } + }, + { + "pair_index": 29, + "elapsed_ns": 1640105, + "checksum": "number:40a2d29809876024", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 16482304, + "code_bytes": 132248, + "metadata_bytes": 21494, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 56971192, + "runtime_create_ns": 27075, + "jit_attach_ns": 73773, + "context_create_ns": 109862, + "definition_eval_ns": 60862, + "first_eval_ns": 2455306, + "threshold_crossing_ns": 48090938, + "compile_ns": 48287337, + "install_ns": 88386, + "osr_ns": 0, + "steady_state_ns": 1640105 + } + } + ], + "raw_latency_ns": [ + 1638668, + 1642653, + 1641939, + 4474127, + 1632784, + 1633836, + 1635653, + 1641481, + 1632959, + 4455905, + 4460895, + 1644498, + 1632200, + 1647844, + 1642079, + 1644501, + 1630993, + 4462596, + 1640180, + 4456164, + 4456275, + 4463031, + 1640650, + 1638960, + 1665032, + 1676280, + 4455774, + 1638348, + 1643269, + 1640105 + ], + "raw_throughput_ops": [ + 18, + 18, + 18, + 18, + 18, + 18, + 17, + 18, + 18, + 18 + ], + "median_ns": 1642653, + "mad_ns": 8817, + "p95_ns": 4463031, + "p99_ns": 4474127, + "ci95_ns": [ + 1640180, + 1665032 + ], + "compile_ns": 47394036, + "install_ns": 92779, + "break_even_executions": 38 + }, + { + "name": "strings-regexp", + "suite": "rquickjs-jit matrix", + "group": "strings-regexp", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 32957023, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15519744, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 77045619, + "runtime_create_ns": 26377, + "jit_attach_ns": 66274, + "context_create_ns": 107446, + "definition_eval_ns": 61687, + "first_eval_ns": 4032246, + "threshold_crossing_ns": 36410708, + "compile_ns": 36340806, + "install_ns": 67043, + "osr_ns": 0, + "steady_state_ns": 32957023 + } + }, + { + "pair_index": 1, + "elapsed_ns": 33125747, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15478784, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 73637164, + "runtime_create_ns": 27336, + "jit_attach_ns": 62311, + "context_create_ns": 109522, + "definition_eval_ns": 61443, + "first_eval_ns": 5019669, + "threshold_crossing_ns": 31948954, + "compile_ns": 32864025, + "install_ns": 65300, + "osr_ns": 0, + "steady_state_ns": 33125747 + } + }, + { + "pair_index": 2, + "elapsed_ns": 32269183, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15319040, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 74287500, + "runtime_create_ns": 29053, + "jit_attach_ns": 56783, + "context_create_ns": 105124, + "definition_eval_ns": 57953, + "first_eval_ns": 3991770, + "threshold_crossing_ns": 34517348, + "compile_ns": 32771824, + "install_ns": 66835, + "osr_ns": 0, + "steady_state_ns": 32269183 + } + }, + { + "pair_index": 3, + "elapsed_ns": 32323907, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15278080, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 74277518, + "runtime_create_ns": 29069, + "jit_attach_ns": 60294, + "context_create_ns": 107595, + "definition_eval_ns": 59777, + "first_eval_ns": 4013621, + "threshold_crossing_ns": 34426598, + "compile_ns": 34318846, + "install_ns": 58544, + "osr_ns": 0, + "steady_state_ns": 32323907 + } + }, + { + "pair_index": 4, + "elapsed_ns": 32291924, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15491072, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 72168490, + "runtime_create_ns": 25807, + "jit_attach_ns": 63763, + "context_create_ns": 109240, + "definition_eval_ns": 64498, + "first_eval_ns": 4029219, + "threshold_crossing_ns": 32326277, + "compile_ns": 32226605, + "install_ns": 62405, + "osr_ns": 0, + "steady_state_ns": 32291924 + } + }, + { + "pair_index": 5, + "elapsed_ns": 32338371, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15298560, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 74693180, + "runtime_create_ns": 29409, + "jit_attach_ns": 63757, + "context_create_ns": 109006, + "definition_eval_ns": 67597, + "first_eval_ns": 4028004, + "threshold_crossing_ns": 34788175, + "compile_ns": 34591323, + "install_ns": 62003, + "osr_ns": 0, + "steady_state_ns": 32338371 + } + }, + { + "pair_index": 6, + "elapsed_ns": 32859973, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15396864, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 76109178, + "runtime_create_ns": 27380, + "jit_attach_ns": 62028, + "context_create_ns": 105126, + "definition_eval_ns": 65865, + "first_eval_ns": 6899498, + "threshold_crossing_ns": 32797254, + "compile_ns": 35521205, + "install_ns": 62609, + "osr_ns": 0, + "steady_state_ns": 32859973 + } + }, + { + "pair_index": 7, + "elapsed_ns": 33663863, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15466496, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 78090198, + "runtime_create_ns": 27627, + "jit_attach_ns": 60344, + "context_create_ns": 104570, + "definition_eval_ns": 67196, + "first_eval_ns": 5030422, + "threshold_crossing_ns": 35269174, + "compile_ns": 36210499, + "install_ns": 66423, + "osr_ns": 0, + "steady_state_ns": 33663863 + } + }, + { + "pair_index": 8, + "elapsed_ns": 33500635, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15364096, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 74975340, + "runtime_create_ns": 30938, + "jit_attach_ns": 65466, + "context_create_ns": 114009, + "definition_eval_ns": 62458, + "first_eval_ns": 5028995, + "threshold_crossing_ns": 32917901, + "compile_ns": 33302386, + "install_ns": 71126, + "osr_ns": 0, + "steady_state_ns": 33500635 + } + }, + { + "pair_index": 9, + "elapsed_ns": 32832429, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15364096, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 75649271, + "runtime_create_ns": 31143, + "jit_attach_ns": 64510, + "context_create_ns": 108228, + "definition_eval_ns": 58739, + "first_eval_ns": 7043750, + "threshold_crossing_ns": 32249065, + "compile_ns": 35051379, + "install_ns": 68616, + "osr_ns": 0, + "steady_state_ns": 32832429 + } + }, + { + "pair_index": 10, + "elapsed_ns": 32544002, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15392768, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 74942844, + "runtime_create_ns": 28878, + "jit_attach_ns": 67574, + "context_create_ns": 110674, + "definition_eval_ns": 59022, + "first_eval_ns": 4041929, + "threshold_crossing_ns": 34833846, + "compile_ns": 34686914, + "install_ns": 74156, + "osr_ns": 0, + "steady_state_ns": 32544002 + } + }, + { + "pair_index": 11, + "elapsed_ns": 32673953, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15396864, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 74677206, + "runtime_create_ns": 25039, + "jit_attach_ns": 56376, + "context_create_ns": 104737, + "definition_eval_ns": 61287, + "first_eval_ns": 4007827, + "threshold_crossing_ns": 34462915, + "compile_ns": 34249212, + "install_ns": 61708, + "osr_ns": 0, + "steady_state_ns": 32673953 + } + }, + { + "pair_index": 12, + "elapsed_ns": 32422950, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15495168, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 74526590, + "runtime_create_ns": 25452, + "jit_attach_ns": 79429, + "context_create_ns": 106960, + "definition_eval_ns": 57533, + "first_eval_ns": 4024606, + "threshold_crossing_ns": 34544786, + "compile_ns": 33521987, + "install_ns": 69411, + "osr_ns": 0, + "steady_state_ns": 32422950 + } + }, + { + "pair_index": 13, + "elapsed_ns": 32395495, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15458304, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 74624617, + "runtime_create_ns": 25453, + "jit_attach_ns": 63501, + "context_create_ns": 114128, + "definition_eval_ns": 60795, + "first_eval_ns": 6853642, + "threshold_crossing_ns": 31846685, + "compile_ns": 33367375, + "install_ns": 64574, + "osr_ns": 0, + "steady_state_ns": 32395495 + } + }, + { + "pair_index": 14, + "elapsed_ns": 32345690, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15470592, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 72477254, + "runtime_create_ns": 25794, + "jit_attach_ns": 60877, + "context_create_ns": 112137, + "definition_eval_ns": 66181, + "first_eval_ns": 5040242, + "threshold_crossing_ns": 31564941, + "compile_ns": 32275963, + "install_ns": 66175, + "osr_ns": 0, + "steady_state_ns": 32345690 + } + }, + { + "pair_index": 15, + "elapsed_ns": 32346473, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15392768, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 72170841, + "runtime_create_ns": 32694, + "jit_attach_ns": 60004, + "context_create_ns": 106141, + "definition_eval_ns": 58675, + "first_eval_ns": 6852158, + "threshold_crossing_ns": 29458988, + "compile_ns": 32223619, + "install_ns": 56848, + "osr_ns": 0, + "steady_state_ns": 32346473 + } + }, + { + "pair_index": 16, + "elapsed_ns": 32360742, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15523840, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 72033980, + "runtime_create_ns": 26008, + "jit_attach_ns": 58850, + "context_create_ns": 100758, + "definition_eval_ns": 52031, + "first_eval_ns": 4013655, + "threshold_crossing_ns": 32177490, + "compile_ns": 31783614, + "install_ns": 58469, + "osr_ns": 0, + "steady_state_ns": 32360742 + } + }, + { + "pair_index": 17, + "elapsed_ns": 32397950, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15319040, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 75089645, + "runtime_create_ns": 28857, + "jit_attach_ns": 66575, + "context_create_ns": 115455, + "definition_eval_ns": 58855, + "first_eval_ns": 5015665, + "threshold_crossing_ns": 34127737, + "compile_ns": 33460560, + "install_ns": 69429, + "osr_ns": 0, + "steady_state_ns": 32397950 + } + }, + { + "pair_index": 18, + "elapsed_ns": 32892518, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15499264, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 73581580, + "runtime_create_ns": 24535, + "jit_attach_ns": 58885, + "context_create_ns": 106997, + "definition_eval_ns": 63907, + "first_eval_ns": 4025507, + "threshold_crossing_ns": 32893729, + "compile_ns": 32803964, + "install_ns": 66049, + "osr_ns": 0, + "steady_state_ns": 32892518 + } + }, + { + "pair_index": 19, + "elapsed_ns": 32846703, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15265792, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 75580395, + "runtime_create_ns": 27133, + "jit_attach_ns": 57941, + "context_create_ns": 108226, + "definition_eval_ns": 59120, + "first_eval_ns": 6870801, + "threshold_crossing_ns": 32179747, + "compile_ns": 33296791, + "install_ns": 72731, + "osr_ns": 0, + "steady_state_ns": 32846703 + } + }, + { + "pair_index": 20, + "elapsed_ns": 32467927, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15478784, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 72626177, + "runtime_create_ns": 23791, + "jit_attach_ns": 56106, + "context_create_ns": 110024, + "definition_eval_ns": 57277, + "first_eval_ns": 6871426, + "threshold_crossing_ns": 29792987, + "compile_ns": 32545622, + "install_ns": 62080, + "osr_ns": 0, + "steady_state_ns": 32467927 + } + }, + { + "pair_index": 21, + "elapsed_ns": 33873366, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15446016, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 75291766, + "runtime_create_ns": 29589, + "jit_attach_ns": 64174, + "context_create_ns": 108854, + "definition_eval_ns": 56996, + "first_eval_ns": 6825860, + "threshold_crossing_ns": 31079425, + "compile_ns": 33687782, + "install_ns": 68862, + "osr_ns": 0, + "steady_state_ns": 33873366 + } + }, + { + "pair_index": 22, + "elapsed_ns": 32380103, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15347712, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 72489572, + "runtime_create_ns": 25646, + "jit_attach_ns": 55068, + "context_create_ns": 104331, + "definition_eval_ns": 69171, + "first_eval_ns": 5017670, + "threshold_crossing_ns": 31572341, + "compile_ns": 32025196, + "install_ns": 66956, + "osr_ns": 0, + "steady_state_ns": 32380103 + } + }, + { + "pair_index": 23, + "elapsed_ns": 32324888, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15208448, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 72421822, + "runtime_create_ns": 24350, + "jit_attach_ns": 60519, + "context_create_ns": 106798, + "definition_eval_ns": 60176, + "first_eval_ns": 4052453, + "threshold_crossing_ns": 32513074, + "compile_ns": 32452082, + "install_ns": 58224, + "osr_ns": 0, + "steady_state_ns": 32324888 + } + }, + { + "pair_index": 24, + "elapsed_ns": 32283080, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15245312, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 71805841, + "runtime_create_ns": 25809, + "jit_attach_ns": 59206, + "context_create_ns": 106141, + "definition_eval_ns": 56369, + "first_eval_ns": 6800280, + "threshold_crossing_ns": 29185952, + "compile_ns": 31849444, + "install_ns": 53891, + "osr_ns": 0, + "steady_state_ns": 32283080 + } + }, + { + "pair_index": 25, + "elapsed_ns": 32455587, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15507456, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 72757959, + "runtime_create_ns": 37630, + "jit_attach_ns": 90068, + "context_create_ns": 126613, + "definition_eval_ns": 76992, + "first_eval_ns": 5243603, + "threshold_crossing_ns": 31470551, + "compile_ns": 32718297, + "install_ns": 64061, + "osr_ns": 0, + "steady_state_ns": 32455587 + } + }, + { + "pair_index": 26, + "elapsed_ns": 32316172, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15310848, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 74159159, + "runtime_create_ns": 28003, + "jit_attach_ns": 63758, + "context_create_ns": 117470, + "definition_eval_ns": 60993, + "first_eval_ns": 6834583, + "threshold_crossing_ns": 31469071, + "compile_ns": 34238647, + "install_ns": 67040, + "osr_ns": 0, + "steady_state_ns": 32316172 + } + }, + { + "pair_index": 27, + "elapsed_ns": 43367744, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15151104, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 85264474, + "runtime_create_ns": 25507, + "jit_attach_ns": 54235, + "context_create_ns": 102817, + "definition_eval_ns": 51810, + "first_eval_ns": 5005035, + "threshold_crossing_ns": 33399657, + "compile_ns": 34250659, + "install_ns": 60115, + "osr_ns": 0, + "steady_state_ns": 43367744 + } + }, + { + "pair_index": 28, + "elapsed_ns": 36124834, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15511552, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 75698983, + "runtime_create_ns": 25280, + "jit_attach_ns": 52754, + "context_create_ns": 98369, + "definition_eval_ns": 45408, + "first_eval_ns": 3974641, + "threshold_crossing_ns": 32124974, + "compile_ns": 31908551, + "install_ns": 52030, + "osr_ns": 0, + "steady_state_ns": 36124834 + } + }, + { + "pair_index": 29, + "elapsed_ns": 32912313, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15376384, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 73291464, + "runtime_create_ns": 30151, + "jit_attach_ns": 69106, + "context_create_ns": 109077, + "definition_eval_ns": 58388, + "first_eval_ns": 4003250, + "threshold_crossing_ns": 32848978, + "compile_ns": 32756146, + "install_ns": 68331, + "osr_ns": 0, + "steady_state_ns": 32912313 + } + } + ], + "raw_latency_ns": [ + 32957023, + 33125747, + 32269183, + 32323907, + 32291924, + 32338371, + 32859973, + 33663863, + 33500635, + 32832429, + 32544002, + 32673953, + 32422950, + 32395495, + 32345690, + 32346473, + 32360742, + 32397950, + 32892518, + 32846703, + 32467927, + 33873366, + 32380103, + 32324888, + 32283080, + 32455587, + 32316172, + 43367744, + 36124834, + 32912313 + ], + "raw_throughput_ops": [ + 14, + 14, + 14, + 14, + 14, + 14, + 14, + 14, + 14, + 14 + ], + "median_ns": 32467927, + "mad_ns": 184847, + "p95_ns": 36124834, + "p99_ns": 43367744, + "ci95_ns": [ + 32380103, + 32859973 + ], + "compile_ns": 33302386, + "install_ns": 66049, + "break_even_executions": null + }, + { + "name": "arrays-typed", + "suite": "rquickjs-jit matrix", + "group": "arrays-typed", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 24311425, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 16, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15724544, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 62280427, + "runtime_create_ns": 23300, + "jit_attach_ns": 55196, + "context_create_ns": 109520, + "definition_eval_ns": 58951, + "first_eval_ns": 2400152, + "threshold_crossing_ns": 26872318, + "compile_ns": 26723789, + "install_ns": 64682, + "osr_ns": 0, + "steady_state_ns": 24311425 + } + }, + { + "pair_index": 1, + "elapsed_ns": 27420951, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 17, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15790080, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 62365415, + "runtime_create_ns": 30567, + "jit_attach_ns": 61410, + "context_create_ns": 117811, + "definition_eval_ns": 100423, + "first_eval_ns": 2384437, + "threshold_crossing_ns": 26629438, + "compile_ns": 26796256, + "install_ns": 45744, + "osr_ns": 0, + "steady_state_ns": 27420951 + } + }, + { + "pair_index": 2, + "elapsed_ns": 27423972, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 16, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15806464, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 63027195, + "runtime_create_ns": 25317, + "jit_attach_ns": 54662, + "context_create_ns": 101002, + "definition_eval_ns": 55553, + "first_eval_ns": 947805, + "threshold_crossing_ns": 28798427, + "compile_ns": 26735535, + "install_ns": 48302, + "osr_ns": 0, + "steady_state_ns": 27423972 + } + }, + { + "pair_index": 3, + "elapsed_ns": 27600170, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 18, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15249408, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 62787974, + "runtime_create_ns": 26117, + "jit_attach_ns": 54935, + "context_create_ns": 103854, + "definition_eval_ns": 65833, + "first_eval_ns": 2381595, + "threshold_crossing_ns": 27312915, + "compile_ns": 27099337, + "install_ns": 47661, + "osr_ns": 0, + "steady_state_ns": 27600170 + } + }, + { + "pair_index": 4, + "elapsed_ns": 27705225, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 18, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15908864, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 63096775, + "runtime_create_ns": 24001, + "jit_attach_ns": 56512, + "context_create_ns": 109406, + "definition_eval_ns": 68207, + "first_eval_ns": 2395562, + "threshold_crossing_ns": 27569884, + "compile_ns": 27476733, + "install_ns": 48359, + "osr_ns": 0, + "steady_state_ns": 27705225 + } + }, + { + "pair_index": 5, + "elapsed_ns": 24766974, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 17, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15855616, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 62924991, + "runtime_create_ns": 28156, + "jit_attach_ns": 63491, + "context_create_ns": 113638, + "definition_eval_ns": 64390, + "first_eval_ns": 2393708, + "threshold_crossing_ns": 27304080, + "compile_ns": 27383871, + "install_ns": 54715, + "osr_ns": 0, + "steady_state_ns": 24766974 + } + }, + { + "pair_index": 6, + "elapsed_ns": 26920631, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 18, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15441920, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 63088512, + "runtime_create_ns": 25573, + "jit_attach_ns": 51552, + "context_create_ns": 98834, + "definition_eval_ns": 56708, + "first_eval_ns": 2376278, + "threshold_crossing_ns": 27400978, + "compile_ns": 27062207, + "install_ns": 58063, + "osr_ns": 0, + "steady_state_ns": 26920631 + } + }, + { + "pair_index": 7, + "elapsed_ns": 27752953, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 20, + "native_acquisitions": 20, + "native_exits": 20, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 20, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15429632, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 62931229, + "runtime_create_ns": 33049, + "jit_attach_ns": 57446, + "context_create_ns": 111546, + "definition_eval_ns": 66021, + "first_eval_ns": 2379158, + "threshold_crossing_ns": 27369632, + "compile_ns": 27152006, + "install_ns": 47562, + "osr_ns": 0, + "steady_state_ns": 27752953 + } + }, + { + "pair_index": 8, + "elapsed_ns": 25996480, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 18, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15298560, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 62833539, + "runtime_create_ns": 24849, + "jit_attach_ns": 58571, + "context_create_ns": 107053, + "definition_eval_ns": 58429, + "first_eval_ns": 2376010, + "threshold_crossing_ns": 27426441, + "compile_ns": 27533166, + "install_ns": 53320, + "osr_ns": 0, + "steady_state_ns": 25996480 + } + }, + { + "pair_index": 9, + "elapsed_ns": 24694991, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 16, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15806464, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 61887192, + "runtime_create_ns": 29898, + "jit_attach_ns": 63652, + "context_create_ns": 108827, + "definition_eval_ns": 67399, + "first_eval_ns": 2383591, + "threshold_crossing_ns": 26610920, + "compile_ns": 26595952, + "install_ns": 56891, + "osr_ns": 0, + "steady_state_ns": 24694991 + } + }, + { + "pair_index": 10, + "elapsed_ns": 27946620, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 18, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15400960, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 62796575, + "runtime_create_ns": 26238, + "jit_attach_ns": 58080, + "context_create_ns": 104796, + "definition_eval_ns": 58866, + "first_eval_ns": 2380840, + "threshold_crossing_ns": 27599010, + "compile_ns": 27218550, + "install_ns": 52742, + "osr_ns": 0, + "steady_state_ns": 27946620 + } + }, + { + "pair_index": 11, + "elapsed_ns": 25489453, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 20, + "native_acquisitions": 20, + "native_exits": 20, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 20, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15437824, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 62629081, + "runtime_create_ns": 23671, + "jit_attach_ns": 55149, + "context_create_ns": 107749, + "definition_eval_ns": 69711, + "first_eval_ns": 2395394, + "threshold_crossing_ns": 27314714, + "compile_ns": 27174513, + "install_ns": 48661, + "osr_ns": 0, + "steady_state_ns": 25489453 + } + }, + { + "pair_index": 12, + "elapsed_ns": 24589958, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 16, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15777792, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 63038721, + "runtime_create_ns": 27501, + "jit_attach_ns": 60671, + "context_create_ns": 102321, + "definition_eval_ns": 57386, + "first_eval_ns": 2387564, + "threshold_crossing_ns": 27385719, + "compile_ns": 27444708, + "install_ns": 57074, + "osr_ns": 0, + "steady_state_ns": 24589958 + } + }, + { + "pair_index": 13, + "elapsed_ns": 27470833, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 18, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15376384, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 62955040, + "runtime_create_ns": 30158, + "jit_attach_ns": 64904, + "context_create_ns": 107647, + "definition_eval_ns": 65805, + "first_eval_ns": 2385736, + "threshold_crossing_ns": 27394822, + "compile_ns": 27393637, + "install_ns": 60507, + "osr_ns": 0, + "steady_state_ns": 27470833 + } + }, + { + "pair_index": 14, + "elapsed_ns": 27137386, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 18, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15409152, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 62794342, + "runtime_create_ns": 25874, + "jit_attach_ns": 52936, + "context_create_ns": 105790, + "definition_eval_ns": 68525, + "first_eval_ns": 2384561, + "threshold_crossing_ns": 27383246, + "compile_ns": 27167629, + "install_ns": 51672, + "osr_ns": 0, + "steady_state_ns": 27137386 + } + }, + { + "pair_index": 15, + "elapsed_ns": 28245037, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 20, + "native_acquisitions": 20, + "native_exits": 20, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 20, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15421440, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 63569070, + "runtime_create_ns": 23361, + "jit_attach_ns": 55524, + "context_create_ns": 116831, + "definition_eval_ns": 71925, + "first_eval_ns": 2382869, + "threshold_crossing_ns": 27785326, + "compile_ns": 27938538, + "install_ns": 49380, + "osr_ns": 0, + "steady_state_ns": 28245037 + } + }, + { + "pair_index": 16, + "elapsed_ns": 28160590, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 18, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15511552, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 62321854, + "runtime_create_ns": 26288, + "jit_attach_ns": 61910, + "context_create_ns": 102035, + "definition_eval_ns": 56112, + "first_eval_ns": 2395785, + "threshold_crossing_ns": 26896430, + "compile_ns": 26842383, + "install_ns": 57803, + "osr_ns": 0, + "steady_state_ns": 28160590 + } + }, + { + "pair_index": 17, + "elapsed_ns": 27620586, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 18, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15818752, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 62855492, + "runtime_create_ns": 29040, + "jit_attach_ns": 65021, + "context_create_ns": 113220, + "definition_eval_ns": 91719, + "first_eval_ns": 2405980, + "threshold_crossing_ns": 26914683, + "compile_ns": 27063889, + "install_ns": 66679, + "osr_ns": 0, + "steady_state_ns": 27620586 + } + }, + { + "pair_index": 18, + "elapsed_ns": 26775724, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 20, + "native_acquisitions": 20, + "native_exits": 20, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 20, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15310848, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 62643283, + "runtime_create_ns": 24347, + "jit_attach_ns": 56804, + "context_create_ns": 116302, + "definition_eval_ns": 69330, + "first_eval_ns": 2372895, + "threshold_crossing_ns": 27365740, + "compile_ns": 27075985, + "install_ns": 47364, + "osr_ns": 0, + "steady_state_ns": 26775724 + } + }, + { + "pair_index": 19, + "elapsed_ns": 26895436, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 18, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15474688, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 62784385, + "runtime_create_ns": 22676, + "jit_attach_ns": 57228, + "context_create_ns": 102587, + "definition_eval_ns": 68217, + "first_eval_ns": 2374218, + "threshold_crossing_ns": 27440257, + "compile_ns": 27211474, + "install_ns": 52170, + "osr_ns": 0, + "steady_state_ns": 26895436 + } + }, + { + "pair_index": 20, + "elapsed_ns": 25741205, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 18, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15392768, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 62665139, + "runtime_create_ns": 24874, + "jit_attach_ns": 54965, + "context_create_ns": 101761, + "definition_eval_ns": 56983, + "first_eval_ns": 2371147, + "threshold_crossing_ns": 27403949, + "compile_ns": 27294117, + "install_ns": 55806, + "osr_ns": 0, + "steady_state_ns": 25741205 + } + }, + { + "pair_index": 21, + "elapsed_ns": 27687255, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 18, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15257600, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 62930516, + "runtime_create_ns": 35619, + "jit_attach_ns": 56058, + "context_create_ns": 107197, + "definition_eval_ns": 63963, + "first_eval_ns": 2371169, + "threshold_crossing_ns": 27447391, + "compile_ns": 27532398, + "install_ns": 55061, + "osr_ns": 0, + "steady_state_ns": 27687255 + } + }, + { + "pair_index": 22, + "elapsed_ns": 27682684, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 18, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15290368, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 62558171, + "runtime_create_ns": 25417, + "jit_attach_ns": 53718, + "context_create_ns": 102005, + "definition_eval_ns": 58006, + "first_eval_ns": 2403895, + "threshold_crossing_ns": 27365810, + "compile_ns": 27171233, + "install_ns": 47594, + "osr_ns": 0, + "steady_state_ns": 27682684 + } + }, + { + "pair_index": 23, + "elapsed_ns": 25394237, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 19, + "native_acquisitions": 19, + "native_exits": 19, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15163392, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 64192043, + "runtime_create_ns": 28288, + "jit_attach_ns": 58846, + "context_create_ns": 102302, + "definition_eval_ns": 67739, + "first_eval_ns": 2392994, + "threshold_crossing_ns": 31737943, + "compile_ns": 28751834, + "install_ns": 52740, + "osr_ns": 0, + "steady_state_ns": 25394237 + } + }, + { + "pair_index": 24, + "elapsed_ns": 27600754, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 18, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15876096, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 63025725, + "runtime_create_ns": 24426, + "jit_attach_ns": 53052, + "context_create_ns": 107751, + "definition_eval_ns": 70173, + "first_eval_ns": 2377185, + "threshold_crossing_ns": 27374040, + "compile_ns": 27382798, + "install_ns": 56129, + "osr_ns": 0, + "steady_state_ns": 27600754 + } + }, + { + "pair_index": 25, + "elapsed_ns": 25676144, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 18, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15446016, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 62821061, + "runtime_create_ns": 28125, + "jit_attach_ns": 60247, + "context_create_ns": 107671, + "definition_eval_ns": 63569, + "first_eval_ns": 2377204, + "threshold_crossing_ns": 27375312, + "compile_ns": 27336809, + "install_ns": 52991, + "osr_ns": 0, + "steady_state_ns": 25676144 + } + }, + { + "pair_index": 26, + "elapsed_ns": 27969796, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 18, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15622144, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 62562861, + "runtime_create_ns": 24475, + "jit_attach_ns": 57457, + "context_create_ns": 102303, + "definition_eval_ns": 57384, + "first_eval_ns": 2390968, + "threshold_crossing_ns": 26514598, + "compile_ns": 26364250, + "install_ns": 52208, + "osr_ns": 0, + "steady_state_ns": 27969796 + } + }, + { + "pair_index": 27, + "elapsed_ns": 24469143, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 16, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15618048, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 62652539, + "runtime_create_ns": 24471, + "jit_attach_ns": 53346, + "context_create_ns": 103187, + "definition_eval_ns": 58037, + "first_eval_ns": 2375400, + "threshold_crossing_ns": 27429861, + "compile_ns": 27390544, + "install_ns": 49834, + "osr_ns": 0, + "steady_state_ns": 24469143 + } + }, + { + "pair_index": 28, + "elapsed_ns": 27446849, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 18, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15396864, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 62904490, + "runtime_create_ns": 26078, + "jit_attach_ns": 54991, + "context_create_ns": 101353, + "definition_eval_ns": 59874, + "first_eval_ns": 2380817, + "threshold_crossing_ns": 27589350, + "compile_ns": 27299070, + "install_ns": 59199, + "osr_ns": 0, + "steady_state_ns": 27446849 + } + }, + { + "pair_index": 29, + "elapsed_ns": 27550821, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 19, + "native_acquisitions": 19, + "native_exits": 19, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 19, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15294464, + "code_bytes": 136960, + "metadata_bytes": 29448, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 64958340, + "runtime_create_ns": 28791, + "jit_attach_ns": 57910, + "context_create_ns": 108477, + "definition_eval_ns": 69988, + "first_eval_ns": 2389618, + "threshold_crossing_ns": 29094044, + "compile_ns": 29316109, + "install_ns": 58738, + "osr_ns": 0, + "steady_state_ns": 27550821 + } + } + ], + "raw_latency_ns": [ + 24311425, + 27420951, + 27423972, + 27600170, + 27705225, + 24766974, + 26920631, + 27752953, + 25996480, + 24694991, + 27946620, + 25489453, + 24589958, + 27470833, + 27137386, + 28245037, + 28160590, + 27620586, + 26775724, + 26895436, + 25741205, + 27687255, + 27682684, + 25394237, + 27600754, + 25676144, + 27969796, + 24469143, + 27446849, + 27550821 + ], + "raw_throughput_ops": [ + 16, + 16, + 16, + 16, + 16, + 16, + 16, + 16, + 16, + 16 + ], + "median_ns": 27423972, + "mad_ns": 528536, + "p95_ns": 28160590, + "p99_ns": 28245037, + "ci95_ns": [ + 26775724, + 27600754 + ], + "compile_ns": 27218550, + "install_ns": 52991, + "break_even_executions": null + }, + { + "name": "objects-polymorphic", + "suite": "rquickjs-jit matrix", + "group": "objects-polymorphic", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 175818382, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20803584, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 278307049, + "runtime_create_ns": 25756, + "jit_attach_ns": 56155, + "context_create_ns": 104673, + "definition_eval_ns": 60979, + "first_eval_ns": 2871548, + "threshold_crossing_ns": 81937900, + "compile_ns": 66301991, + "install_ns": 80328, + "osr_ns": 0, + "steady_state_ns": 175818382 + } + }, + { + "pair_index": 1, + "elapsed_ns": 176351907, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20910080, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 282733351, + "runtime_create_ns": 27208, + "jit_attach_ns": 64623, + "context_create_ns": 119085, + "definition_eval_ns": 59726, + "first_eval_ns": 2847355, + "threshold_crossing_ns": 85803362, + "compile_ns": 70301911, + "install_ns": 84748, + "osr_ns": 0, + "steady_state_ns": 176351907 + } + }, + { + "pair_index": 2, + "elapsed_ns": 175811635, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20959232, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 279298372, + "runtime_create_ns": 27024, + "jit_attach_ns": 53756, + "context_create_ns": 101300, + "definition_eval_ns": 52055, + "first_eval_ns": 2868432, + "threshold_crossing_ns": 82756137, + "compile_ns": 66986482, + "install_ns": 78118, + "osr_ns": 0, + "steady_state_ns": 175811635 + } + }, + { + "pair_index": 3, + "elapsed_ns": 174612549, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20922368, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 277780592, + "runtime_create_ns": 25942, + "jit_attach_ns": 59667, + "context_create_ns": 102903, + "definition_eval_ns": 51188, + "first_eval_ns": 2844151, + "threshold_crossing_ns": 82669552, + "compile_ns": 66982568, + "install_ns": 88093, + "osr_ns": 0, + "steady_state_ns": 174612549 + } + }, + { + "pair_index": 4, + "elapsed_ns": 173673893, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20852736, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 275240545, + "runtime_create_ns": 27612, + "jit_attach_ns": 54948, + "context_create_ns": 104368, + "definition_eval_ns": 54088, + "first_eval_ns": 2863324, + "threshold_crossing_ns": 81010446, + "compile_ns": 65539343, + "install_ns": 92108, + "osr_ns": 0, + "steady_state_ns": 173673893 + } + }, + { + "pair_index": 5, + "elapsed_ns": 173965641, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20905984, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 276659477, + "runtime_create_ns": 30155, + "jit_attach_ns": 65323, + "context_create_ns": 106686, + "definition_eval_ns": 64580, + "first_eval_ns": 2897169, + "threshold_crossing_ns": 82069790, + "compile_ns": 66676681, + "install_ns": 83655, + "osr_ns": 0, + "steady_state_ns": 173965641 + } + }, + { + "pair_index": 6, + "elapsed_ns": 174579423, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20815872, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 277065795, + "runtime_create_ns": 25178, + "jit_attach_ns": 57573, + "context_create_ns": 116800, + "definition_eval_ns": 81195, + "first_eval_ns": 2859727, + "threshold_crossing_ns": 81864015, + "compile_ns": 66255217, + "install_ns": 82545, + "osr_ns": 0, + "steady_state_ns": 174579423 + } + }, + { + "pair_index": 7, + "elapsed_ns": 174454739, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20746240, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 281602027, + "runtime_create_ns": 27603, + "jit_attach_ns": 56292, + "context_create_ns": 114353, + "definition_eval_ns": 54543, + "first_eval_ns": 2843925, + "threshold_crossing_ns": 86636061, + "compile_ns": 70866132, + "install_ns": 80882, + "osr_ns": 0, + "steady_state_ns": 174454739 + } + }, + { + "pair_index": 8, + "elapsed_ns": 173783472, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20877312, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 276190835, + "runtime_create_ns": 27081, + "jit_attach_ns": 59231, + "context_create_ns": 99285, + "definition_eval_ns": 49172, + "first_eval_ns": 2896192, + "threshold_crossing_ns": 81916098, + "compile_ns": 66490372, + "install_ns": 85147, + "osr_ns": 0, + "steady_state_ns": 173783472 + } + }, + { + "pair_index": 9, + "elapsed_ns": 178329725, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20877312, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 283316853, + "runtime_create_ns": 31018, + "jit_attach_ns": 62528, + "context_create_ns": 117893, + "definition_eval_ns": 61235, + "first_eval_ns": 3846459, + "threshold_crossing_ns": 83286506, + "compile_ns": 68323585, + "install_ns": 87021, + "osr_ns": 0, + "steady_state_ns": 178329725 + } + }, + { + "pair_index": 10, + "elapsed_ns": 180157362, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20725760, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 285062931, + "runtime_create_ns": 25705, + "jit_attach_ns": 60935, + "context_create_ns": 100914, + "definition_eval_ns": 50701, + "first_eval_ns": 2839342, + "threshold_crossing_ns": 82990043, + "compile_ns": 70115890, + "install_ns": 82821, + "osr_ns": 0, + "steady_state_ns": 180157362 + } + }, + { + "pair_index": 11, + "elapsed_ns": 174380368, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20869120, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 276267891, + "runtime_create_ns": 25332, + "jit_attach_ns": 51785, + "context_create_ns": 107137, + "definition_eval_ns": 62792, + "first_eval_ns": 2872885, + "threshold_crossing_ns": 81305240, + "compile_ns": 65827403, + "install_ns": 79333, + "osr_ns": 0, + "steady_state_ns": 174380368 + } + }, + { + "pair_index": 12, + "elapsed_ns": 173304420, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 21020672, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 274340403, + "runtime_create_ns": 25715, + "jit_attach_ns": 55775, + "context_create_ns": 106149, + "definition_eval_ns": 60674, + "first_eval_ns": 2862436, + "threshold_crossing_ns": 80522371, + "compile_ns": 65085520, + "install_ns": 81488, + "osr_ns": 0, + "steady_state_ns": 173304420 + } + }, + { + "pair_index": 13, + "elapsed_ns": 174359554, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20881408, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 276772026, + "runtime_create_ns": 29542, + "jit_attach_ns": 61665, + "context_create_ns": 105717, + "definition_eval_ns": 61751, + "first_eval_ns": 2880639, + "threshold_crossing_ns": 81711429, + "compile_ns": 66151537, + "install_ns": 83244, + "osr_ns": 0, + "steady_state_ns": 174359554 + } + }, + { + "pair_index": 14, + "elapsed_ns": 174388992, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20877312, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 275640558, + "runtime_create_ns": 25520, + "jit_attach_ns": 55969, + "context_create_ns": 102982, + "definition_eval_ns": 53394, + "first_eval_ns": 2854300, + "threshold_crossing_ns": 80675435, + "compile_ns": 65272110, + "install_ns": 81788, + "osr_ns": 0, + "steady_state_ns": 174388992 + } + }, + { + "pair_index": 15, + "elapsed_ns": 179508156, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20709376, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 281931328, + "runtime_create_ns": 28155, + "jit_attach_ns": 57104, + "context_create_ns": 111165, + "definition_eval_ns": 60281, + "first_eval_ns": 4045954, + "threshold_crossing_ns": 80591781, + "compile_ns": 66228552, + "install_ns": 74425, + "osr_ns": 0, + "steady_state_ns": 179508156 + } + }, + { + "pair_index": 16, + "elapsed_ns": 175557830, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20733952, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 287148214, + "runtime_create_ns": 28147, + "jit_attach_ns": 54044, + "context_create_ns": 107965, + "definition_eval_ns": 58872, + "first_eval_ns": 2877506, + "threshold_crossing_ns": 90862849, + "compile_ns": 75254534, + "install_ns": 78046, + "osr_ns": 0, + "steady_state_ns": 175557830 + } + }, + { + "pair_index": 17, + "elapsed_ns": 176093236, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20824064, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 286036480, + "runtime_create_ns": 27571, + "jit_attach_ns": 58779, + "context_create_ns": 106341, + "definition_eval_ns": 59729, + "first_eval_ns": 2869004, + "threshold_crossing_ns": 85484514, + "compile_ns": 65320503, + "install_ns": 79304, + "osr_ns": 0, + "steady_state_ns": 176093236 + } + }, + { + "pair_index": 18, + "elapsed_ns": 179107925, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20934656, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 281247039, + "runtime_create_ns": 25531, + "jit_attach_ns": 53734, + "context_create_ns": 100796, + "definition_eval_ns": 51121, + "first_eval_ns": 2840742, + "threshold_crossing_ns": 81730886, + "compile_ns": 66223899, + "install_ns": 80336, + "osr_ns": 0, + "steady_state_ns": 179107925 + } + }, + { + "pair_index": 19, + "elapsed_ns": 183845539, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20791296, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 285970926, + "runtime_create_ns": 25492, + "jit_attach_ns": 53612, + "context_create_ns": 105401, + "definition_eval_ns": 60617, + "first_eval_ns": 2853983, + "threshold_crossing_ns": 81469638, + "compile_ns": 65575548, + "install_ns": 78365, + "osr_ns": 0, + "steady_state_ns": 183845539 + } + }, + { + "pair_index": 20, + "elapsed_ns": 181451097, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20811776, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 282766392, + "runtime_create_ns": 24140, + "jit_attach_ns": 52551, + "context_create_ns": 102569, + "definition_eval_ns": 53095, + "first_eval_ns": 2872354, + "threshold_crossing_ns": 80850070, + "compile_ns": 65381019, + "install_ns": 79277, + "osr_ns": 0, + "steady_state_ns": 181451097 + } + }, + { + "pair_index": 21, + "elapsed_ns": 176040626, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20873216, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 279013193, + "runtime_create_ns": 29210, + "jit_attach_ns": 62491, + "context_create_ns": 108387, + "definition_eval_ns": 62599, + "first_eval_ns": 2865476, + "threshold_crossing_ns": 82182882, + "compile_ns": 66612042, + "install_ns": 86819, + "osr_ns": 0, + "steady_state_ns": 176040626 + } + }, + { + "pair_index": 22, + "elapsed_ns": 175471733, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20844544, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 276910600, + "runtime_create_ns": 25413, + "jit_attach_ns": 56118, + "context_create_ns": 98154, + "definition_eval_ns": 49415, + "first_eval_ns": 2882517, + "threshold_crossing_ns": 80793788, + "compile_ns": 65107466, + "install_ns": 75517, + "osr_ns": 0, + "steady_state_ns": 175471733 + } + }, + { + "pair_index": 23, + "elapsed_ns": 173570077, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20885504, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 274736396, + "runtime_create_ns": 27132, + "jit_attach_ns": 54251, + "context_create_ns": 115487, + "definition_eval_ns": 63218, + "first_eval_ns": 2831213, + "threshold_crossing_ns": 80717469, + "compile_ns": 65317389, + "install_ns": 76311, + "osr_ns": 0, + "steady_state_ns": 173570077 + } + }, + { + "pair_index": 24, + "elapsed_ns": 174491009, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20819968, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 275590477, + "runtime_create_ns": 23047, + "jit_attach_ns": 55670, + "context_create_ns": 102573, + "definition_eval_ns": 51235, + "first_eval_ns": 3841855, + "threshold_crossing_ns": 79542233, + "compile_ns": 64971457, + "install_ns": 77711, + "osr_ns": 0, + "steady_state_ns": 174491009 + } + }, + { + "pair_index": 25, + "elapsed_ns": 176000998, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20918272, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 282330624, + "runtime_create_ns": 30040, + "jit_attach_ns": 64677, + "context_create_ns": 124497, + "definition_eval_ns": 60349, + "first_eval_ns": 3850448, + "threshold_crossing_ns": 84597153, + "compile_ns": 69958276, + "install_ns": 83644, + "osr_ns": 0, + "steady_state_ns": 176000998 + } + }, + { + "pair_index": 26, + "elapsed_ns": 177534129, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20942848, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 284508763, + "runtime_create_ns": 27173, + "jit_attach_ns": 60948, + "context_create_ns": 107335, + "definition_eval_ns": 51999, + "first_eval_ns": 2862938, + "threshold_crossing_ns": 86105923, + "compile_ns": 70040111, + "install_ns": 81591, + "osr_ns": 0, + "steady_state_ns": 177534129 + } + }, + { + "pair_index": 27, + "elapsed_ns": 179955227, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 21041152, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 288002028, + "runtime_create_ns": 25688, + "jit_attach_ns": 59696, + "context_create_ns": 104905, + "definition_eval_ns": 61875, + "first_eval_ns": 2872018, + "threshold_crossing_ns": 86912290, + "compile_ns": 70884100, + "install_ns": 88813, + "osr_ns": 0, + "steady_state_ns": 179955227 + } + }, + { + "pair_index": 28, + "elapsed_ns": 173845630, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20963328, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 275887745, + "runtime_create_ns": 28471, + "jit_attach_ns": 57982, + "context_create_ns": 104640, + "definition_eval_ns": 55175, + "first_eval_ns": 2851644, + "threshold_crossing_ns": 81568471, + "compile_ns": 66100093, + "install_ns": 87252, + "osr_ns": 0, + "steady_state_ns": 173845630 + } + }, + { + "pair_index": 29, + "elapsed_ns": 182176746, + "checksum": "number:413e8c5000000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 20836352, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 285847997, + "runtime_create_ns": 30253, + "jit_attach_ns": 65330, + "context_create_ns": 110009, + "definition_eval_ns": 61051, + "first_eval_ns": 2891596, + "threshold_crossing_ns": 82264178, + "compile_ns": 66608304, + "install_ns": 81480, + "osr_ns": 0, + "steady_state_ns": 182176746 + } + } + ], + "raw_latency_ns": [ + 175818382, + 176351907, + 175811635, + 174612549, + 173673893, + 173965641, + 174579423, + 174454739, + 173783472, + 178329725, + 180157362, + 174380368, + 173304420, + 174359554, + 174388992, + 179508156, + 175557830, + 176093236, + 179107925, + 183845539, + 181451097, + 176040626, + 175471733, + 173570077, + 174491009, + 176000998, + 177534129, + 179955227, + 173845630, + 182176746 + ], + "raw_throughput_ops": [ + 4, + 4, + 4, + 4, + 4, + 4, + 4, + 4, + 4, + 4 + ], + "median_ns": 175811635, + "mad_ns": 1722494, + "p95_ns": 182176746, + "p99_ns": 183845539, + "ci95_ns": [ + 174491009, + 176351907 + ], + "compile_ns": 66301991, + "install_ns": 81591, + "break_even_executions": null + }, + { + "name": "calls-recursion-closures", + "suite": "rquickjs-jit matrix", + "group": "calls-recursion-closures", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 119839209, + "checksum": "number:40d4820000000000", + "native_entries": 214089, + "native_acquisitions": 214089, + "native_exits": 214089, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 214089, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9306112, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 163746317, + "runtime_create_ns": 24515, + "jit_attach_ns": 71715, + "context_create_ns": 106167, + "definition_eval_ns": 53179, + "first_eval_ns": 17016606, + "threshold_crossing_ns": 11734273, + "compile_ns": 8616395, + "install_ns": 550238, + "osr_ns": 0, + "steady_state_ns": 119839209 + } + }, + { + "pair_index": 1, + "elapsed_ns": 116182228, + "checksum": "number:40d4820000000000", + "native_entries": 216033, + "native_acquisitions": 216033, + "native_exits": 216033, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 216033, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9224192, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 159398795, + "runtime_create_ns": 32501, + "jit_attach_ns": 64164, + "context_create_ns": 108006, + "definition_eval_ns": 61142, + "first_eval_ns": 19156180, + "threshold_crossing_ns": 11998928, + "compile_ns": 8084863, + "install_ns": 64206, + "osr_ns": 0, + "steady_state_ns": 116182228 + } + }, + { + "pair_index": 2, + "elapsed_ns": 122465337, + "checksum": "number:40d4820000000000", + "native_entries": 208838, + "native_acquisitions": 208838, + "native_exits": 208838, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 208838, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9244672, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 159625218, + "runtime_create_ns": 27548, + "jit_attach_ns": 65761, + "context_create_ns": 108060, + "definition_eval_ns": 64397, + "first_eval_ns": 13461756, + "threshold_crossing_ns": 11725296, + "compile_ns": 11219015, + "install_ns": 197366, + "osr_ns": 0, + "steady_state_ns": 122465337 + } + }, + { + "pair_index": 3, + "elapsed_ns": 124814853, + "checksum": "number:40d4820000000000", + "native_entries": 212981, + "native_acquisitions": 212981, + "native_exits": 212981, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 212981, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9281536, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 163980186, + "runtime_create_ns": 25770, + "jit_attach_ns": 61639, + "context_create_ns": 112199, + "definition_eval_ns": 50551, + "first_eval_ns": 13446263, + "threshold_crossing_ns": 13891619, + "compile_ns": 8149955, + "install_ns": 61973, + "osr_ns": 0, + "steady_state_ns": 124814853 + } + }, + { + "pair_index": 4, + "elapsed_ns": 122226864, + "checksum": "number:40d4820000000000", + "native_entries": 213844, + "native_acquisitions": 213844, + "native_exits": 213844, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 213844, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9236480, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 163739691, + "runtime_create_ns": 102460, + "jit_attach_ns": 141201, + "context_create_ns": 145711, + "definition_eval_ns": 64263, + "first_eval_ns": 15405033, + "threshold_crossing_ns": 11624270, + "compile_ns": 10459587, + "install_ns": 75766, + "osr_ns": 0, + "steady_state_ns": 122226864 + } + }, + { + "pair_index": 5, + "elapsed_ns": 118367157, + "checksum": "number:40d4820000000000", + "native_entries": 210663, + "native_acquisitions": 210663, + "native_exits": 210663, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 210663, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9330688, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 155025467, + "runtime_create_ns": 29121, + "jit_attach_ns": 67094, + "context_create_ns": 106824, + "definition_eval_ns": 60191, + "first_eval_ns": 13141465, + "threshold_crossing_ns": 11625349, + "compile_ns": 7055259, + "install_ns": 48800, + "osr_ns": 0, + "steady_state_ns": 118367157 + } + }, + { + "pair_index": 6, + "elapsed_ns": 118806937, + "checksum": "number:40d4820000000000", + "native_entries": 210088, + "native_acquisitions": 210088, + "native_exits": 210088, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 210088, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9273344, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 155489513, + "runtime_create_ns": 27233, + "jit_attach_ns": 64668, + "context_create_ns": 104959, + "definition_eval_ns": 55349, + "first_eval_ns": 12442028, + "threshold_crossing_ns": 12242837, + "compile_ns": 9885543, + "install_ns": 46478, + "osr_ns": 0, + "steady_state_ns": 118806937 + } + }, + { + "pair_index": 7, + "elapsed_ns": 116407356, + "checksum": "number:40d4820000000000", + "native_entries": 215494, + "native_acquisitions": 215494, + "native_exits": 215494, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 215494, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9322496, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 154367650, + "runtime_create_ns": 25365, + "jit_attach_ns": 65855, + "context_create_ns": 107602, + "definition_eval_ns": 63216, + "first_eval_ns": 14309646, + "threshold_crossing_ns": 11701718, + "compile_ns": 7656548, + "install_ns": 59468, + "osr_ns": 0, + "steady_state_ns": 116407356 + } + }, + { + "pair_index": 8, + "elapsed_ns": 116041873, + "checksum": "number:40d4820000000000", + "native_entries": 210252, + "native_acquisitions": 210252, + "native_exits": 210252, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 210252, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9179136, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 151952074, + "runtime_create_ns": 23463, + "jit_attach_ns": 59521, + "context_create_ns": 107897, + "definition_eval_ns": 55179, + "first_eval_ns": 12353168, + "threshold_crossing_ns": 11637342, + "compile_ns": 7037515, + "install_ns": 42128, + "osr_ns": 0, + "steady_state_ns": 116041873 + } + }, + { + "pair_index": 9, + "elapsed_ns": 119540526, + "checksum": "number:40d4820000000000", + "native_entries": 213299, + "native_acquisitions": 213299, + "native_exits": 213299, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 213299, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9216000, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 156737456, + "runtime_create_ns": 29033, + "jit_attach_ns": 71621, + "context_create_ns": 107846, + "definition_eval_ns": 59159, + "first_eval_ns": 13617041, + "threshold_crossing_ns": 11661178, + "compile_ns": 8143943, + "install_ns": 65916, + "osr_ns": 0, + "steady_state_ns": 119540526 + } + }, + { + "pair_index": 10, + "elapsed_ns": 118388787, + "checksum": "number:40d4820000000000", + "native_entries": 213406, + "native_acquisitions": 213406, + "native_exits": 213406, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 213406, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9256960, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 155548424, + "runtime_create_ns": 27284, + "jit_attach_ns": 68096, + "context_create_ns": 114019, + "definition_eval_ns": 65167, + "first_eval_ns": 13587389, + "threshold_crossing_ns": 11625554, + "compile_ns": 9917103, + "install_ns": 59704, + "osr_ns": 0, + "steady_state_ns": 118388787 + } + }, + { + "pair_index": 11, + "elapsed_ns": 116252272, + "checksum": "number:40d4820000000000", + "native_entries": 214835, + "native_acquisitions": 214835, + "native_exits": 214835, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 214835, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9228288, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 154188059, + "runtime_create_ns": 27904, + "jit_attach_ns": 66545, + "context_create_ns": 103736, + "definition_eval_ns": 54979, + "first_eval_ns": 14542818, + "threshold_crossing_ns": 11586314, + "compile_ns": 9897745, + "install_ns": 65034, + "osr_ns": 0, + "steady_state_ns": 116252272 + } + }, + { + "pair_index": 12, + "elapsed_ns": 120901204, + "checksum": "number:40d4820000000000", + "native_entries": 215072, + "native_acquisitions": 215072, + "native_exits": 215072, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 215072, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9277440, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 158742671, + "runtime_create_ns": 26322, + "jit_attach_ns": 62077, + "context_create_ns": 112011, + "definition_eval_ns": 53834, + "first_eval_ns": 14189708, + "threshold_crossing_ns": 11782200, + "compile_ns": 9884792, + "install_ns": 65224, + "osr_ns": 0, + "steady_state_ns": 120901204 + } + }, + { + "pair_index": 13, + "elapsed_ns": 116410310, + "checksum": "number:40d4820000000000", + "native_entries": 214563, + "native_acquisitions": 214563, + "native_exits": 214563, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 214563, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9371648, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 154076360, + "runtime_create_ns": 28425, + "jit_attach_ns": 56969, + "context_create_ns": 108824, + "definition_eval_ns": 59795, + "first_eval_ns": 14108624, + "threshold_crossing_ns": 11650335, + "compile_ns": 8631196, + "install_ns": 59983, + "osr_ns": 0, + "steady_state_ns": 116410310 + } + }, + { + "pair_index": 14, + "elapsed_ns": 116117350, + "checksum": "number:40d4820000000000", + "native_entries": 215304, + "native_acquisitions": 215304, + "native_exits": 215304, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 215304, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9310208, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 153893480, + "runtime_create_ns": 24431, + "jit_attach_ns": 57975, + "context_create_ns": 112485, + "definition_eval_ns": 62295, + "first_eval_ns": 14286319, + "threshold_crossing_ns": 11601764, + "compile_ns": 9879275, + "install_ns": 66160, + "osr_ns": 0, + "steady_state_ns": 116117350 + } + }, + { + "pair_index": 15, + "elapsed_ns": 115789478, + "checksum": "number:40d4820000000000", + "native_entries": 215255, + "native_acquisitions": 215255, + "native_exits": 215255, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 215255, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9351168, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 153481107, + "runtime_create_ns": 22738, + "jit_attach_ns": 58282, + "context_create_ns": 102441, + "definition_eval_ns": 61966, + "first_eval_ns": 14205330, + "threshold_crossing_ns": 11596921, + "compile_ns": 8160649, + "install_ns": 59340, + "osr_ns": 0, + "steady_state_ns": 115789478 + } + }, + { + "pair_index": 16, + "elapsed_ns": 116245246, + "checksum": "number:40d4820000000000", + "native_entries": 213421, + "native_acquisitions": 213421, + "native_exits": 213421, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 213421, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9199616, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 153548898, + "runtime_create_ns": 27085, + "jit_attach_ns": 57323, + "context_create_ns": 98836, + "definition_eval_ns": 52562, + "first_eval_ns": 13674516, + "threshold_crossing_ns": 11661482, + "compile_ns": 7981195, + "install_ns": 59962, + "osr_ns": 0, + "steady_state_ns": 116245246 + } + }, + { + "pair_index": 17, + "elapsed_ns": 116108527, + "checksum": "number:40d4820000000000", + "native_entries": 210141, + "native_acquisitions": 210141, + "native_exits": 210141, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 210141, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9396224, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 152100110, + "runtime_create_ns": 26094, + "jit_attach_ns": 62818, + "context_create_ns": 109150, + "definition_eval_ns": 63911, + "first_eval_ns": 12450510, + "threshold_crossing_ns": 11676351, + "compile_ns": 9921788, + "install_ns": 53186, + "osr_ns": 0, + "steady_state_ns": 116108527 + } + }, + { + "pair_index": 18, + "elapsed_ns": 116090798, + "checksum": "number:40d4820000000000", + "native_entries": 209716, + "native_acquisitions": 209716, + "native_exits": 209716, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 209716, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9297920, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 151823181, + "runtime_create_ns": 22286, + "jit_attach_ns": 58963, + "context_create_ns": 103302, + "definition_eval_ns": 54674, + "first_eval_ns": 12208981, + "threshold_crossing_ns": 11644041, + "compile_ns": 9877223, + "install_ns": 49154, + "osr_ns": 0, + "steady_state_ns": 116090798 + } + }, + { + "pair_index": 19, + "elapsed_ns": 116431699, + "checksum": "number:40d4820000000000", + "native_entries": 214226, + "native_acquisitions": 214226, + "native_exits": 214226, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 214226, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9306112, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 153925581, + "runtime_create_ns": 26447, + "jit_attach_ns": 58885, + "context_create_ns": 105008, + "definition_eval_ns": 60520, + "first_eval_ns": 13885552, + "threshold_crossing_ns": 11675949, + "compile_ns": 7670297, + "install_ns": 59127, + "osr_ns": 0, + "steady_state_ns": 116431699 + } + }, + { + "pair_index": 20, + "elapsed_ns": 115246176, + "checksum": "number:40d4820000000000", + "native_entries": 215487, + "native_acquisitions": 215487, + "native_exits": 215487, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 215487, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9396224, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 152684349, + "runtime_create_ns": 26650, + "jit_attach_ns": 55006, + "context_create_ns": 108319, + "definition_eval_ns": 60713, + "first_eval_ns": 14092068, + "threshold_crossing_ns": 11567285, + "compile_ns": 5280400, + "install_ns": 41172, + "osr_ns": 0, + "steady_state_ns": 115246176 + } + }, + { + "pair_index": 21, + "elapsed_ns": 116953221, + "checksum": "number:40d4820000000000", + "native_entries": 216004, + "native_acquisitions": 216004, + "native_exits": 216004, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 216004, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9297920, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 155023035, + "runtime_create_ns": 27144, + "jit_attach_ns": 64179, + "context_create_ns": 109240, + "definition_eval_ns": 61788, + "first_eval_ns": 14471724, + "threshold_crossing_ns": 11687855, + "compile_ns": 5243483, + "install_ns": 40816, + "osr_ns": 0, + "steady_state_ns": 116953221 + } + }, + { + "pair_index": 22, + "elapsed_ns": 119146259, + "checksum": "number:40d4820000000000", + "native_entries": 217278, + "native_acquisitions": 217278, + "native_exits": 217278, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 217278, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9265152, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 158406398, + "runtime_create_ns": 25914, + "jit_attach_ns": 58496, + "context_create_ns": 107567, + "definition_eval_ns": 59210, + "first_eval_ns": 15179272, + "threshold_crossing_ns": 11892749, + "compile_ns": 7948261, + "install_ns": 44452, + "osr_ns": 0, + "steady_state_ns": 119146259 + } + }, + { + "pair_index": 23, + "elapsed_ns": 116811164, + "checksum": "number:40d4820000000000", + "native_entries": 210156, + "native_acquisitions": 210156, + "native_exits": 210156, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 210156, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9281536, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 152938345, + "runtime_create_ns": 26425, + "jit_attach_ns": 65799, + "context_create_ns": 102598, + "definition_eval_ns": 52323, + "first_eval_ns": 12533282, + "threshold_crossing_ns": 11669203, + "compile_ns": 9935694, + "install_ns": 57581, + "osr_ns": 0, + "steady_state_ns": 116811164 + } + }, + { + "pair_index": 24, + "elapsed_ns": 115430575, + "checksum": "number:40d4820000000000", + "native_entries": 214354, + "native_acquisitions": 214354, + "native_exits": 214354, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 214354, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9273344, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 152783431, + "runtime_create_ns": 27533, + "jit_attach_ns": 62554, + "context_create_ns": 102941, + "definition_eval_ns": 49376, + "first_eval_ns": 13943575, + "threshold_crossing_ns": 11590050, + "compile_ns": 9897096, + "install_ns": 65834, + "osr_ns": 0, + "steady_state_ns": 115430575 + } + }, + { + "pair_index": 25, + "elapsed_ns": 116011884, + "checksum": "number:40d4820000000000", + "native_entries": 215340, + "native_acquisitions": 215340, + "native_exits": 215340, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 215340, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9240576, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 153869829, + "runtime_create_ns": 27935, + "jit_attach_ns": 61280, + "context_create_ns": 108936, + "definition_eval_ns": 68629, + "first_eval_ns": 14329221, + "threshold_crossing_ns": 11608224, + "compile_ns": 8291531, + "install_ns": 69032, + "osr_ns": 0, + "steady_state_ns": 116011884 + } + }, + { + "pair_index": 26, + "elapsed_ns": 116825831, + "checksum": "number:40d4820000000000", + "native_entries": 214840, + "native_acquisitions": 214840, + "native_exits": 214840, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 214840, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9310208, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 154416351, + "runtime_create_ns": 26122, + "jit_attach_ns": 61787, + "context_create_ns": 103257, + "definition_eval_ns": 51060, + "first_eval_ns": 14098609, + "threshold_crossing_ns": 11593108, + "compile_ns": 9860788, + "install_ns": 62188, + "osr_ns": 0, + "steady_state_ns": 116825831 + } + }, + { + "pair_index": 27, + "elapsed_ns": 115621948, + "checksum": "number:40d4820000000000", + "native_entries": 214480, + "native_acquisitions": 214480, + "native_exits": 214480, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 214480, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9342976, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 153045424, + "runtime_create_ns": 29832, + "jit_attach_ns": 70441, + "context_create_ns": 110297, + "definition_eval_ns": 61482, + "first_eval_ns": 13994872, + "threshold_crossing_ns": 11561747, + "compile_ns": 9947870, + "install_ns": 60027, + "osr_ns": 0, + "steady_state_ns": 115621948 + } + }, + { + "pair_index": 28, + "elapsed_ns": 116477132, + "checksum": "number:40d4820000000000", + "native_entries": 215206, + "native_acquisitions": 215206, + "native_exits": 215206, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 215206, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9367552, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 154203097, + "runtime_create_ns": 22564, + "jit_attach_ns": 53117, + "context_create_ns": 102159, + "definition_eval_ns": 52256, + "first_eval_ns": 14143262, + "threshold_crossing_ns": 11668435, + "compile_ns": 6996745, + "install_ns": 53387, + "osr_ns": 0, + "steady_state_ns": 116477132 + } + }, + { + "pair_index": 29, + "elapsed_ns": 115969701, + "checksum": "number:40d4820000000000", + "native_entries": 215993, + "native_acquisitions": 215993, + "native_exits": 215993, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 215993, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9351168, + "code_bytes": 14928, + "metadata_bytes": 4586, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 154045672, + "runtime_create_ns": 39670, + "jit_attach_ns": 63590, + "context_create_ns": 112748, + "definition_eval_ns": 57382, + "first_eval_ns": 14569429, + "threshold_crossing_ns": 11597541, + "compile_ns": 8072400, + "install_ns": 109411, + "osr_ns": 0, + "steady_state_ns": 115969701 + } + } + ], + "raw_latency_ns": [ + 119839209, + 116182228, + 122465337, + 124814853, + 122226864, + 118367157, + 118806937, + 116407356, + 116041873, + 119540526, + 118388787, + 116252272, + 120901204, + 116410310, + 116117350, + 115789478, + 116245246, + 116108527, + 116090798, + 116431699, + 115246176, + 116953221, + 119146259, + 116811164, + 115430575, + 116011884, + 116825831, + 115621948, + 116477132, + 115969701 + ], + "raw_throughput_ops": [ + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7 + ], + "median_ns": 116431699, + "mad_ns": 521522, + "p95_ns": 122465337, + "p99_ns": 124814853, + "ci95_ns": [ + 116182228, + 118367157 + ], + "compile_ns": 8616395, + "install_ns": 59983, + "break_even_executions": null + }, + { + "name": "json-codec", + "suite": "rquickjs-jit matrix", + "group": "json-codec", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 222299717, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15347712, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 316888354, + "runtime_create_ns": 28204, + "jit_attach_ns": 66349, + "context_create_ns": 108949, + "definition_eval_ns": 59459, + "first_eval_ns": 16403531, + "threshold_crossing_ns": 55643786, + "compile_ns": 67213673, + "install_ns": 124785, + "osr_ns": 0, + "steady_state_ns": 222299717 + } + }, + { + "pair_index": 1, + "elapsed_ns": 219988607, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15355904, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 313686445, + "runtime_create_ns": 28981, + "jit_attach_ns": 63696, + "context_create_ns": 108795, + "definition_eval_ns": 56119, + "first_eval_ns": 16037336, + "threshold_crossing_ns": 55290230, + "compile_ns": 67550485, + "install_ns": 135353, + "osr_ns": 0, + "steady_state_ns": 219988607 + } + }, + { + "pair_index": 2, + "elapsed_ns": 222032170, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15396864, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 334628070, + "runtime_create_ns": 23573, + "jit_attach_ns": 58776, + "context_create_ns": 104361, + "definition_eval_ns": 53346, + "first_eval_ns": 16015218, + "threshold_crossing_ns": 75164965, + "compile_ns": 67731371, + "install_ns": 110565, + "osr_ns": 0, + "steady_state_ns": 222032170 + } + }, + { + "pair_index": 3, + "elapsed_ns": 219838806, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15396864, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 312854326, + "runtime_create_ns": 25416, + "jit_attach_ns": 61463, + "context_create_ns": 108964, + "definition_eval_ns": 65253, + "first_eval_ns": 15994284, + "threshold_crossing_ns": 54602093, + "compile_ns": 67785476, + "install_ns": 131399, + "osr_ns": 0, + "steady_state_ns": 219838806 + } + }, + { + "pair_index": 4, + "elapsed_ns": 222871390, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15073280, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 316803035, + "runtime_create_ns": 25911, + "jit_attach_ns": 66509, + "context_create_ns": 113689, + "definition_eval_ns": 58367, + "first_eval_ns": 15222015, + "threshold_crossing_ns": 56220969, + "compile_ns": 67914629, + "install_ns": 123500, + "osr_ns": 0, + "steady_state_ns": 222871390 + } + }, + { + "pair_index": 5, + "elapsed_ns": 221980217, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15523840, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 315457440, + "runtime_create_ns": 35409, + "jit_attach_ns": 64771, + "context_create_ns": 105716, + "definition_eval_ns": 52522, + "first_eval_ns": 16394952, + "threshold_crossing_ns": 54522881, + "compile_ns": 68101349, + "install_ns": 138206, + "osr_ns": 0, + "steady_state_ns": 221980217 + } + }, + { + "pair_index": 6, + "elapsed_ns": 221491111, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15355904, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 314696859, + "runtime_create_ns": 29716, + "jit_attach_ns": 68199, + "context_create_ns": 109855, + "definition_eval_ns": 65730, + "first_eval_ns": 16639420, + "threshold_crossing_ns": 54191411, + "compile_ns": 68638212, + "install_ns": 139753, + "osr_ns": 0, + "steady_state_ns": 221491111 + } + }, + { + "pair_index": 7, + "elapsed_ns": 222436268, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15400960, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 314631175, + "runtime_create_ns": 24639, + "jit_attach_ns": 64521, + "context_create_ns": 105128, + "definition_eval_ns": 52736, + "first_eval_ns": 16032750, + "threshold_crossing_ns": 53467220, + "compile_ns": 68167153, + "install_ns": 128998, + "osr_ns": 0, + "steady_state_ns": 222436268 + } + }, + { + "pair_index": 8, + "elapsed_ns": 222262335, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15396864, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 314747980, + "runtime_create_ns": 26401, + "jit_attach_ns": 61404, + "context_create_ns": 108242, + "definition_eval_ns": 54915, + "first_eval_ns": 16370683, + "threshold_crossing_ns": 53428910, + "compile_ns": 68213029, + "install_ns": 142207, + "osr_ns": 0, + "steady_state_ns": 222262335 + } + }, + { + "pair_index": 9, + "elapsed_ns": 226938914, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15343616, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 319873326, + "runtime_create_ns": 30867, + "jit_attach_ns": 75211, + "context_create_ns": 107814, + "definition_eval_ns": 55127, + "first_eval_ns": 17056960, + "threshold_crossing_ns": 52807630, + "compile_ns": 68381267, + "install_ns": 121352, + "osr_ns": 0, + "steady_state_ns": 226938914 + } + }, + { + "pair_index": 10, + "elapsed_ns": 222898821, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15450112, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 314977805, + "runtime_create_ns": 25565, + "jit_attach_ns": 62588, + "context_create_ns": 107028, + "definition_eval_ns": 51899, + "first_eval_ns": 18881889, + "threshold_crossing_ns": 50676486, + "compile_ns": 68252258, + "install_ns": 124010, + "osr_ns": 0, + "steady_state_ns": 222898821 + } + }, + { + "pair_index": 11, + "elapsed_ns": 220322155, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15331328, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 313989807, + "runtime_create_ns": 26180, + "jit_attach_ns": 79529, + "context_create_ns": 118486, + "definition_eval_ns": 61128, + "first_eval_ns": 17074410, + "threshold_crossing_ns": 54059072, + "compile_ns": 68223391, + "install_ns": 131841, + "osr_ns": 0, + "steady_state_ns": 220322155 + } + }, + { + "pair_index": 12, + "elapsed_ns": 219233318, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15282176, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 313016997, + "runtime_create_ns": 27198, + "jit_attach_ns": 64934, + "context_create_ns": 103405, + "definition_eval_ns": 59689, + "first_eval_ns": 16021192, + "threshold_crossing_ns": 55160886, + "compile_ns": 68435584, + "install_ns": 133906, + "osr_ns": 0, + "steady_state_ns": 219233318 + } + }, + { + "pair_index": 13, + "elapsed_ns": 222295915, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15552512, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 314672417, + "runtime_create_ns": 26118, + "jit_attach_ns": 63183, + "context_create_ns": 111135, + "definition_eval_ns": 63520, + "first_eval_ns": 19044617, + "threshold_crossing_ns": 50766795, + "compile_ns": 68583723, + "install_ns": 135517, + "osr_ns": 0, + "steady_state_ns": 222295915 + } + }, + { + "pair_index": 14, + "elapsed_ns": 223557044, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15405056, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 315836751, + "runtime_create_ns": 28802, + "jit_attach_ns": 62989, + "context_create_ns": 108970, + "definition_eval_ns": 61716, + "first_eval_ns": 16435427, + "threshold_crossing_ns": 53242733, + "compile_ns": 68477861, + "install_ns": 134520, + "osr_ns": 0, + "steady_state_ns": 223557044 + } + }, + { + "pair_index": 15, + "elapsed_ns": 217030245, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15155200, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 308243762, + "runtime_create_ns": 31059, + "jit_attach_ns": 62451, + "context_create_ns": 110130, + "definition_eval_ns": 59991, + "first_eval_ns": 19109506, + "threshold_crossing_ns": 50985266, + "compile_ns": 67175968, + "install_ns": 143510, + "osr_ns": 0, + "steady_state_ns": 217030245 + } + }, + { + "pair_index": 16, + "elapsed_ns": 222298085, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15433728, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 314925022, + "runtime_create_ns": 28229, + "jit_attach_ns": 62171, + "context_create_ns": 109611, + "definition_eval_ns": 60351, + "first_eval_ns": 16033234, + "threshold_crossing_ns": 53826236, + "compile_ns": 68032425, + "install_ns": 144400, + "osr_ns": 0, + "steady_state_ns": 222298085 + } + }, + { + "pair_index": 17, + "elapsed_ns": 214883332, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15433728, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 309121526, + "runtime_create_ns": 26432, + "jit_attach_ns": 62612, + "context_create_ns": 125623, + "definition_eval_ns": 55252, + "first_eval_ns": 17111795, + "threshold_crossing_ns": 54583217, + "compile_ns": 68542584, + "install_ns": 132910, + "osr_ns": 0, + "steady_state_ns": 214883332 + } + }, + { + "pair_index": 18, + "elapsed_ns": 223414959, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15405056, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 315553265, + "runtime_create_ns": 24814, + "jit_attach_ns": 62762, + "context_create_ns": 108883, + "definition_eval_ns": 62218, + "first_eval_ns": 16015835, + "threshold_crossing_ns": 53439521, + "compile_ns": 67952470, + "install_ns": 124875, + "osr_ns": 0, + "steady_state_ns": 223414959 + } + }, + { + "pair_index": 19, + "elapsed_ns": 219648621, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15396864, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 311492123, + "runtime_create_ns": 26928, + "jit_attach_ns": 66581, + "context_create_ns": 112007, + "definition_eval_ns": 54049, + "first_eval_ns": 15160594, + "threshold_crossing_ns": 55613323, + "compile_ns": 67784021, + "install_ns": 121420, + "osr_ns": 0, + "steady_state_ns": 219648621 + } + }, + { + "pair_index": 20, + "elapsed_ns": 221834375, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15278080, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 316261925, + "runtime_create_ns": 27317, + "jit_attach_ns": 65170, + "context_create_ns": 103808, + "definition_eval_ns": 53525, + "first_eval_ns": 16317712, + "threshold_crossing_ns": 55790800, + "compile_ns": 68528132, + "install_ns": 134508, + "osr_ns": 0, + "steady_state_ns": 221834375 + } + }, + { + "pair_index": 21, + "elapsed_ns": 221006483, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15319040, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 315627169, + "runtime_create_ns": 27617, + "jit_attach_ns": 65068, + "context_create_ns": 107048, + "definition_eval_ns": 67314, + "first_eval_ns": 16044643, + "threshold_crossing_ns": 55967114, + "compile_ns": 68294172, + "install_ns": 129392, + "osr_ns": 0, + "steady_state_ns": 221006483 + } + }, + { + "pair_index": 22, + "elapsed_ns": 231525941, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15392768, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 324194344, + "runtime_create_ns": 24995, + "jit_attach_ns": 61905, + "context_create_ns": 106672, + "definition_eval_ns": 53176, + "first_eval_ns": 16387888, + "threshold_crossing_ns": 53577068, + "compile_ns": 68698682, + "install_ns": 137231, + "osr_ns": 0, + "steady_state_ns": 231525941 + } + }, + { + "pair_index": 23, + "elapsed_ns": 221231464, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15249408, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 313867989, + "runtime_create_ns": 24840, + "jit_attach_ns": 60944, + "context_create_ns": 117799, + "definition_eval_ns": 52137, + "first_eval_ns": 16039666, + "threshold_crossing_ns": 54243734, + "compile_ns": 68218005, + "install_ns": 121545, + "osr_ns": 0, + "steady_state_ns": 221231464 + } + }, + { + "pair_index": 24, + "elapsed_ns": 221832717, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15417344, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 315879092, + "runtime_create_ns": 26201, + "jit_attach_ns": 63045, + "context_create_ns": 102451, + "definition_eval_ns": 54615, + "first_eval_ns": 16014115, + "threshold_crossing_ns": 55498900, + "compile_ns": 66581521, + "install_ns": 124831, + "osr_ns": 0, + "steady_state_ns": 221832717 + } + }, + { + "pair_index": 25, + "elapsed_ns": 222003777, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15409152, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 314036554, + "runtime_create_ns": 28145, + "jit_attach_ns": 63212, + "context_create_ns": 107800, + "definition_eval_ns": 60948, + "first_eval_ns": 18846115, + "threshold_crossing_ns": 51172902, + "compile_ns": 68184713, + "install_ns": 118260, + "osr_ns": 0, + "steady_state_ns": 222003777 + } + }, + { + "pair_index": 26, + "elapsed_ns": 222005677, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15405056, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 314493604, + "runtime_create_ns": 26061, + "jit_attach_ns": 70243, + "context_create_ns": 105488, + "definition_eval_ns": 54020, + "first_eval_ns": 17009732, + "threshold_crossing_ns": 52953557, + "compile_ns": 66676653, + "install_ns": 126726, + "osr_ns": 0, + "steady_state_ns": 222005677 + } + }, + { + "pair_index": 27, + "elapsed_ns": 221770057, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15269888, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 315064523, + "runtime_create_ns": 26874, + "jit_attach_ns": 64024, + "context_create_ns": 115253, + "definition_eval_ns": 60582, + "first_eval_ns": 15349047, + "threshold_crossing_ns": 55401198, + "compile_ns": 67746366, + "install_ns": 113215, + "osr_ns": 0, + "steady_state_ns": 221770057 + } + }, + { + "pair_index": 28, + "elapsed_ns": 222419925, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15556608, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 315502094, + "runtime_create_ns": 28916, + "jit_attach_ns": 61938, + "context_create_ns": 105775, + "definition_eval_ns": 55585, + "first_eval_ns": 16822919, + "threshold_crossing_ns": 53644926, + "compile_ns": 68288951, + "install_ns": 126945, + "osr_ns": 0, + "steady_state_ns": 222419925 + } + }, + { + "pair_index": 29, + "elapsed_ns": 221881208, + "checksum": "string:2013000:123", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 15409152, + "code_bytes": 79328, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 317805286, + "runtime_create_ns": 27808, + "jit_attach_ns": 64112, + "context_create_ns": 107988, + "definition_eval_ns": 51362, + "first_eval_ns": 16333451, + "threshold_crossing_ns": 55264378, + "compile_ns": 68026808, + "install_ns": 132588, + "osr_ns": 0, + "steady_state_ns": 221881208 + } + } + ], + "raw_latency_ns": [ + 222299717, + 219988607, + 222032170, + 219838806, + 222871390, + 221980217, + 221491111, + 222436268, + 222262335, + 226938914, + 222898821, + 220322155, + 219233318, + 222295915, + 223557044, + 217030245, + 222298085, + 214883332, + 223414959, + 219648621, + 221834375, + 221006483, + 231525941, + 221231464, + 221832717, + 222003777, + 222005677, + 221770057, + 222419925, + 221881208 + ], + "raw_throughput_ops": [ + 4, + 4, + 4, + 4, + 4, + 4, + 4, + 4, + 4, + 4 + ], + "median_ns": 222003777, + "mad_ns": 772313, + "p95_ns": 226938914, + "p99_ns": 231525941, + "ci95_ns": [ + 221770057, + 222298085 + ], + "compile_ns": 68184713, + "install_ns": 131399, + "break_even_executions": null + }, + { + "name": "map-set-bigint", + "suite": "rquickjs-jit matrix", + "group": "map-set-bigint", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 15475629, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6266880, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2019213779, + "runtime_create_ns": 25242, + "jit_attach_ns": 59940, + "context_create_ns": 100543, + "definition_eval_ns": 57090, + "first_eval_ns": 1626765, + "threshold_crossing_ns": 2000301972, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15475629 + } + }, + { + "pair_index": 1, + "elapsed_ns": 15293933, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6533120, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2018960958, + "runtime_create_ns": 25333, + "jit_attach_ns": 61251, + "context_create_ns": 112896, + "definition_eval_ns": 61094, + "first_eval_ns": 1639307, + "threshold_crossing_ns": 2000218073, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15293933 + } + }, + { + "pair_index": 2, + "elapsed_ns": 15706426, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6467584, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2019426630, + "runtime_create_ns": 23844, + "jit_attach_ns": 54383, + "context_create_ns": 109343, + "definition_eval_ns": 58971, + "first_eval_ns": 1644159, + "threshold_crossing_ns": 2000280108, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15706426 + } + }, + { + "pair_index": 3, + "elapsed_ns": 15544807, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6234112, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2020046609, + "runtime_create_ns": 25715, + "jit_attach_ns": 57990, + "context_create_ns": 103027, + "definition_eval_ns": 58409, + "first_eval_ns": 1643759, + "threshold_crossing_ns": 2001031836, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15544807 + } + }, + { + "pair_index": 4, + "elapsed_ns": 15607502, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6397952, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2020355904, + "runtime_create_ns": 32279, + "jit_attach_ns": 89269, + "context_create_ns": 144601, + "definition_eval_ns": 63838, + "first_eval_ns": 1908528, + "threshold_crossing_ns": 2000910989, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15607502 + } + }, + { + "pair_index": 5, + "elapsed_ns": 15502689, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6193152, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2019942438, + "runtime_create_ns": 28065, + "jit_attach_ns": 63163, + "context_create_ns": 120637, + "definition_eval_ns": 55935, + "first_eval_ns": 1635418, + "threshold_crossing_ns": 2000970754, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15502689 + } + }, + { + "pair_index": 6, + "elapsed_ns": 15471998, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6475776, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2019970004, + "runtime_create_ns": 23581, + "jit_attach_ns": 67097, + "context_create_ns": 116737, + "definition_eval_ns": 59076, + "first_eval_ns": 1638831, + "threshold_crossing_ns": 2001027420, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15471998 + } + }, + { + "pair_index": 7, + "elapsed_ns": 15483231, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6373376, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2019782455, + "runtime_create_ns": 25092, + "jit_attach_ns": 61988, + "context_create_ns": 104414, + "definition_eval_ns": 49637, + "first_eval_ns": 1630127, + "threshold_crossing_ns": 2000850885, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15483231 + } + }, + { + "pair_index": 8, + "elapsed_ns": 15395491, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6537216, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2019390472, + "runtime_create_ns": 24054, + "jit_attach_ns": 58090, + "context_create_ns": 104539, + "definition_eval_ns": 50124, + "first_eval_ns": 1639888, + "threshold_crossing_ns": 2000556706, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15395491 + } + }, + { + "pair_index": 9, + "elapsed_ns": 15401991, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6406144, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2019886436, + "runtime_create_ns": 27215, + "jit_attach_ns": 62955, + "context_create_ns": 110985, + "definition_eval_ns": 55454, + "first_eval_ns": 2197192, + "threshold_crossing_ns": 2000480115, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15401991 + } + }, + { + "pair_index": 10, + "elapsed_ns": 15426009, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6348800, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2019532487, + "runtime_create_ns": 25350, + "jit_attach_ns": 62912, + "context_create_ns": 108779, + "definition_eval_ns": 59619, + "first_eval_ns": 1637065, + "threshold_crossing_ns": 2000658815, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15426009 + } + }, + { + "pair_index": 11, + "elapsed_ns": 15576360, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6414336, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2019753265, + "runtime_create_ns": 23765, + "jit_attach_ns": 62413, + "context_create_ns": 105689, + "definition_eval_ns": 49390, + "first_eval_ns": 1644689, + "threshold_crossing_ns": 2000727923, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15576360 + } + }, + { + "pair_index": 12, + "elapsed_ns": 15386880, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6504448, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2018879020, + "runtime_create_ns": 26754, + "jit_attach_ns": 55929, + "context_create_ns": 102954, + "definition_eval_ns": 64091, + "first_eval_ns": 1634100, + "threshold_crossing_ns": 2000044975, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15386880 + } + }, + { + "pair_index": 13, + "elapsed_ns": 15506485, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6410240, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2019338940, + "runtime_create_ns": 27323, + "jit_attach_ns": 61793, + "context_create_ns": 116356, + "definition_eval_ns": 57458, + "first_eval_ns": 1652033, + "threshold_crossing_ns": 2000350738, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15506485 + } + }, + { + "pair_index": 14, + "elapsed_ns": 15437234, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6561792, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2019846571, + "runtime_create_ns": 23366, + "jit_attach_ns": 56089, + "context_create_ns": 109360, + "definition_eval_ns": 62178, + "first_eval_ns": 1639263, + "threshold_crossing_ns": 2000951530, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15437234 + } + }, + { + "pair_index": 15, + "elapsed_ns": 15492256, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6356992, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2019647668, + "runtime_create_ns": 22995, + "jit_attach_ns": 56504, + "context_create_ns": 103801, + "definition_eval_ns": 47878, + "first_eval_ns": 1643631, + "threshold_crossing_ns": 2000703789, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15492256 + } + }, + { + "pair_index": 16, + "elapsed_ns": 15558018, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6459392, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2019704673, + "runtime_create_ns": 31312, + "jit_attach_ns": 60991, + "context_create_ns": 109851, + "definition_eval_ns": 58565, + "first_eval_ns": 1630947, + "threshold_crossing_ns": 2000663728, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15558018 + } + }, + { + "pair_index": 17, + "elapsed_ns": 15622770, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6434816, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2020381384, + "runtime_create_ns": 25952, + "jit_attach_ns": 60954, + "context_create_ns": 110847, + "definition_eval_ns": 60455, + "first_eval_ns": 1651405, + "threshold_crossing_ns": 2001273909, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15622770 + } + }, + { + "pair_index": 18, + "elapsed_ns": 15367807, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6336512, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2019437826, + "runtime_create_ns": 25562, + "jit_attach_ns": 59489, + "context_create_ns": 101660, + "definition_eval_ns": 59505, + "first_eval_ns": 1635259, + "threshold_crossing_ns": 2000632416, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15367807 + } + }, + { + "pair_index": 19, + "elapsed_ns": 15511420, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6258688, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2019873238, + "runtime_create_ns": 27771, + "jit_attach_ns": 58774, + "context_create_ns": 109490, + "definition_eval_ns": 61845, + "first_eval_ns": 1649131, + "threshold_crossing_ns": 2000871856, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15511420 + } + }, + { + "pair_index": 20, + "elapsed_ns": 15477831, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6258688, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2018952387, + "runtime_create_ns": 24683, + "jit_attach_ns": 53532, + "context_create_ns": 99199, + "definition_eval_ns": 44715, + "first_eval_ns": 1640806, + "threshold_crossing_ns": 2000040160, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15477831 + } + }, + { + "pair_index": 21, + "elapsed_ns": 15544423, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6270976, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2019663720, + "runtime_create_ns": 28014, + "jit_attach_ns": 60099, + "context_create_ns": 113682, + "definition_eval_ns": 63934, + "first_eval_ns": 1645376, + "threshold_crossing_ns": 2000640940, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15544423 + } + }, + { + "pair_index": 22, + "elapsed_ns": 15457445, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6508544, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2020550814, + "runtime_create_ns": 23430, + "jit_attach_ns": 61566, + "context_create_ns": 108087, + "definition_eval_ns": 61940, + "first_eval_ns": 1645470, + "threshold_crossing_ns": 2001630618, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15457445 + } + }, + { + "pair_index": 23, + "elapsed_ns": 15532005, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6569984, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2019236297, + "runtime_create_ns": 24331, + "jit_attach_ns": 57053, + "context_create_ns": 111231, + "definition_eval_ns": 54084, + "first_eval_ns": 1646083, + "threshold_crossing_ns": 2000222362, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15532005 + } + }, + { + "pair_index": 24, + "elapsed_ns": 15606507, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6246400, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2020281743, + "runtime_create_ns": 27916, + "jit_attach_ns": 58966, + "context_create_ns": 103205, + "definition_eval_ns": 54240, + "first_eval_ns": 1645861, + "threshold_crossing_ns": 2001222069, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15606507 + } + }, + { + "pair_index": 25, + "elapsed_ns": 15575668, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6393856, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2020354445, + "runtime_create_ns": 25151, + "jit_attach_ns": 58336, + "context_create_ns": 110019, + "definition_eval_ns": 58191, + "first_eval_ns": 1647149, + "threshold_crossing_ns": 2001293013, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15575668 + } + }, + { + "pair_index": 26, + "elapsed_ns": 15573221, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6291456, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2020658408, + "runtime_create_ns": 27439, + "jit_attach_ns": 66257, + "context_create_ns": 106819, + "definition_eval_ns": 57542, + "first_eval_ns": 1633989, + "threshold_crossing_ns": 2001644742, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15573221 + } + }, + { + "pair_index": 27, + "elapsed_ns": 15620346, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6529024, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2020419604, + "runtime_create_ns": 25732, + "jit_attach_ns": 52352, + "context_create_ns": 101141, + "definition_eval_ns": 49466, + "first_eval_ns": 1631730, + "threshold_crossing_ns": 2001352971, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15620346 + } + }, + { + "pair_index": 28, + "elapsed_ns": 15589731, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6561792, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2020081057, + "runtime_create_ns": 26709, + "jit_attach_ns": 49899, + "context_create_ns": 100698, + "definition_eval_ns": 47461, + "first_eval_ns": 1645920, + "threshold_crossing_ns": 2001044836, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15589731 + } + }, + { + "pair_index": 29, + "elapsed_ns": 15329474, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6471680, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2019064373, + "runtime_create_ns": 26017, + "jit_attach_ns": 63040, + "context_create_ns": 106351, + "definition_eval_ns": 57648, + "first_eval_ns": 1646743, + "threshold_crossing_ns": 2000262322, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15329474 + } + } + ], + "raw_latency_ns": [ + 15475629, + 15293933, + 15706426, + 15544807, + 15607502, + 15502689, + 15471998, + 15483231, + 15395491, + 15401991, + 15426009, + 15576360, + 15386880, + 15506485, + 15437234, + 15492256, + 15558018, + 15622770, + 15367807, + 15511420, + 15477831, + 15544423, + 15457445, + 15532005, + 15606507, + 15575668, + 15573221, + 15620346, + 15589731, + 15329474 + ], + "raw_throughput_ops": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ], + "median_ns": 15506485, + "mad_ns": 69251, + "p95_ns": 15622770, + "p99_ns": 15706426, + "ci95_ns": [ + 15475629, + 15558018 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": 0 + }, + { + "name": "exceptions-promises-async", + "suite": "rquickjs-jit matrix", + "group": "exceptions-promises-async", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 2803439, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6131712, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004022109, + "runtime_create_ns": 23972, + "jit_attach_ns": 56378, + "context_create_ns": 101942, + "definition_eval_ns": 51679, + "first_eval_ns": 300514, + "threshold_crossing_ns": 2000375147, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2803439 + } + }, + { + "pair_index": 1, + "elapsed_ns": 2811552, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6103040, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004025890, + "runtime_create_ns": 30298, + "jit_attach_ns": 59481, + "context_create_ns": 111740, + "definition_eval_ns": 59114, + "first_eval_ns": 305945, + "threshold_crossing_ns": 2000346580, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2811552 + } + }, + { + "pair_index": 2, + "elapsed_ns": 2790265, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6217728, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003851847, + "runtime_create_ns": 37258, + "jit_attach_ns": 59220, + "context_create_ns": 102623, + "definition_eval_ns": 50986, + "first_eval_ns": 303480, + "threshold_crossing_ns": 2000207330, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2790265 + } + }, + { + "pair_index": 3, + "elapsed_ns": 2807676, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6144000, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003857091, + "runtime_create_ns": 27156, + "jit_attach_ns": 55939, + "context_create_ns": 107781, + "definition_eval_ns": 72976, + "first_eval_ns": 303258, + "threshold_crossing_ns": 2000178093, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2807676 + } + }, + { + "pair_index": 4, + "elapsed_ns": 2824277, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6201344, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003974930, + "runtime_create_ns": 23048, + "jit_attach_ns": 57049, + "context_create_ns": 102913, + "definition_eval_ns": 45322, + "first_eval_ns": 302421, + "threshold_crossing_ns": 2000321764, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2824277 + } + }, + { + "pair_index": 5, + "elapsed_ns": 2802322, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6225920, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003962266, + "runtime_create_ns": 30432, + "jit_attach_ns": 58506, + "context_create_ns": 106144, + "definition_eval_ns": 57518, + "first_eval_ns": 295383, + "threshold_crossing_ns": 2000305875, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2802322 + } + }, + { + "pair_index": 6, + "elapsed_ns": 2788060, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6180864, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003820914, + "runtime_create_ns": 22274, + "jit_attach_ns": 56855, + "context_create_ns": 102717, + "definition_eval_ns": 46609, + "first_eval_ns": 301470, + "threshold_crossing_ns": 2000202850, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2788060 + } + }, + { + "pair_index": 7, + "elapsed_ns": 2805653, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6205440, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003647100, + "runtime_create_ns": 23515, + "jit_attach_ns": 57024, + "context_create_ns": 101685, + "definition_eval_ns": 45403, + "first_eval_ns": 298441, + "threshold_crossing_ns": 2000015497, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2805653 + } + }, + { + "pair_index": 8, + "elapsed_ns": 2807514, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6193152, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003858768, + "runtime_create_ns": 29612, + "jit_attach_ns": 50072, + "context_create_ns": 99798, + "definition_eval_ns": 47186, + "first_eval_ns": 297266, + "threshold_crossing_ns": 2000228556, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2807514 + } + }, + { + "pair_index": 9, + "elapsed_ns": 2798808, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6201344, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003956532, + "runtime_create_ns": 32414, + "jit_attach_ns": 58215, + "context_create_ns": 105739, + "definition_eval_ns": 56408, + "first_eval_ns": 312253, + "threshold_crossing_ns": 2000296252, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2798808 + } + }, + { + "pair_index": 10, + "elapsed_ns": 2796377, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6160384, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003663131, + "runtime_create_ns": 30809, + "jit_attach_ns": 59061, + "context_create_ns": 103638, + "definition_eval_ns": 46984, + "first_eval_ns": 296956, + "threshold_crossing_ns": 2000029818, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2796377 + } + }, + { + "pair_index": 11, + "elapsed_ns": 2807223, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6152192, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003834489, + "runtime_create_ns": 26546, + "jit_attach_ns": 57714, + "context_create_ns": 98230, + "definition_eval_ns": 44671, + "first_eval_ns": 302625, + "threshold_crossing_ns": 2000196851, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2807223 + } + }, + { + "pair_index": 12, + "elapsed_ns": 2821810, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6103040, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003810807, + "runtime_create_ns": 26666, + "jit_attach_ns": 50393, + "context_create_ns": 102854, + "definition_eval_ns": 52528, + "first_eval_ns": 303354, + "threshold_crossing_ns": 2000149838, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2821810 + } + }, + { + "pair_index": 13, + "elapsed_ns": 2798773, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6094848, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003968614, + "runtime_create_ns": 31713, + "jit_attach_ns": 59949, + "context_create_ns": 110207, + "definition_eval_ns": 55962, + "first_eval_ns": 311481, + "threshold_crossing_ns": 2000304203, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2798773 + } + }, + { + "pair_index": 14, + "elapsed_ns": 2801061, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6086656, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003842431, + "runtime_create_ns": 24626, + "jit_attach_ns": 55907, + "context_create_ns": 102304, + "definition_eval_ns": 56931, + "first_eval_ns": 301033, + "threshold_crossing_ns": 2000200533, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2801061 + } + }, + { + "pair_index": 15, + "elapsed_ns": 2795927, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6148096, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003747577, + "runtime_create_ns": 26221, + "jit_attach_ns": 55072, + "context_create_ns": 101338, + "definition_eval_ns": 56167, + "first_eval_ns": 307351, + "threshold_crossing_ns": 2000110752, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2795927 + } + }, + { + "pair_index": 16, + "elapsed_ns": 2812462, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6201344, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003837119, + "runtime_create_ns": 24262, + "jit_attach_ns": 52601, + "context_create_ns": 103291, + "definition_eval_ns": 45249, + "first_eval_ns": 289799, + "threshold_crossing_ns": 2000211861, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2812462 + } + }, + { + "pair_index": 17, + "elapsed_ns": 2800180, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6139904, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004002839, + "runtime_create_ns": 29477, + "jit_attach_ns": 57854, + "context_create_ns": 123409, + "definition_eval_ns": 54508, + "first_eval_ns": 302991, + "threshold_crossing_ns": 2000332050, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2800180 + } + }, + { + "pair_index": 18, + "elapsed_ns": 2813630, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6098944, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003810774, + "runtime_create_ns": 23438, + "jit_attach_ns": 55695, + "context_create_ns": 105524, + "definition_eval_ns": 45665, + "first_eval_ns": 303682, + "threshold_crossing_ns": 2000165477, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2813630 + } + }, + { + "pair_index": 19, + "elapsed_ns": 2810641, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6201344, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003892341, + "runtime_create_ns": 23189, + "jit_attach_ns": 54562, + "context_create_ns": 102648, + "definition_eval_ns": 47884, + "first_eval_ns": 297026, + "threshold_crossing_ns": 2000254250, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2810641 + } + }, + { + "pair_index": 20, + "elapsed_ns": 2802385, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6176768, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003867969, + "runtime_create_ns": 29026, + "jit_attach_ns": 50791, + "context_create_ns": 99251, + "definition_eval_ns": 48554, + "first_eval_ns": 294326, + "threshold_crossing_ns": 2000237263, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2802385 + } + }, + { + "pair_index": 21, + "elapsed_ns": 2792201, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6230016, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003905483, + "runtime_create_ns": 24185, + "jit_attach_ns": 62231, + "context_create_ns": 106791, + "definition_eval_ns": 57674, + "first_eval_ns": 313160, + "threshold_crossing_ns": 2000250874, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2792201 + } + }, + { + "pair_index": 22, + "elapsed_ns": 2802533, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6127616, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003950663, + "runtime_create_ns": 26418, + "jit_attach_ns": 66274, + "context_create_ns": 101168, + "definition_eval_ns": 45711, + "first_eval_ns": 296833, + "threshold_crossing_ns": 2000311141, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2802533 + } + }, + { + "pair_index": 23, + "elapsed_ns": 2803375, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6139904, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003713476, + "runtime_create_ns": 26671, + "jit_attach_ns": 57283, + "context_create_ns": 98846, + "definition_eval_ns": 46695, + "first_eval_ns": 306694, + "threshold_crossing_ns": 2000080284, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2803375 + } + }, + { + "pair_index": 24, + "elapsed_ns": 2815525, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6156288, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003831304, + "runtime_create_ns": 24003, + "jit_attach_ns": 52529, + "context_create_ns": 106646, + "definition_eval_ns": 46089, + "first_eval_ns": 296163, + "threshold_crossing_ns": 2000196947, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2815525 + } + }, + { + "pair_index": 25, + "elapsed_ns": 2805902, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6209536, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2004027840, + "runtime_create_ns": 26665, + "jit_attach_ns": 59917, + "context_create_ns": 110355, + "definition_eval_ns": 56298, + "first_eval_ns": 305276, + "threshold_crossing_ns": 2000367483, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2805902 + } + }, + { + "pair_index": 26, + "elapsed_ns": 2819197, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6139904, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003810390, + "runtime_create_ns": 24280, + "jit_attach_ns": 62260, + "context_create_ns": 100657, + "definition_eval_ns": 45749, + "first_eval_ns": 300178, + "threshold_crossing_ns": 2000161345, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2819197 + } + }, + { + "pair_index": 27, + "elapsed_ns": 2798651, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6148096, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003973441, + "runtime_create_ns": 22221, + "jit_attach_ns": 56122, + "context_create_ns": 99838, + "definition_eval_ns": 50749, + "first_eval_ns": 295993, + "threshold_crossing_ns": 2000355077, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2798651 + } + }, + { + "pair_index": 28, + "elapsed_ns": 2806116, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6082560, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003992567, + "runtime_create_ns": 25411, + "jit_attach_ns": 50173, + "context_create_ns": 98372, + "definition_eval_ns": 46164, + "first_eval_ns": 330823, + "threshold_crossing_ns": 2000337121, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2806116 + } + }, + { + "pair_index": 29, + "elapsed_ns": 2802108, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 6225920, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2003688755, + "runtime_create_ns": 29330, + "jit_attach_ns": 63667, + "context_create_ns": 106373, + "definition_eval_ns": 55699, + "first_eval_ns": 302964, + "threshold_crossing_ns": 2000027164, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2802108 + } + } + ], + "raw_latency_ns": [ + 2803439, + 2811552, + 2790265, + 2807676, + 2824277, + 2802322, + 2788060, + 2805653, + 2807514, + 2798808, + 2796377, + 2807223, + 2821810, + 2798773, + 2801061, + 2795927, + 2812462, + 2800180, + 2813630, + 2810641, + 2802385, + 2792201, + 2802533, + 2803375, + 2815525, + 2805902, + 2819197, + 2798651, + 2806116, + 2802108 + ], + "raw_throughput_ops": [ + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ], + "median_ns": 2803439, + "mad_ns": 4666, + "p95_ns": 2821810, + "p99_ns": 2824277, + "ci95_ns": [ + 2802108, + 2807514 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + } + ] + }, + { + "mode": "tier2", + "workloads": [ + { + "name": "quickjs-int-arith", + "suite": "QuickJS microbench", + "group": "compute", + "designated_kernel": true, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 3977677, + "checksum": "string:4992502500", + "native_entries": 20, + "native_acquisitions": 20, + "native_exits": 20, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12652544, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 38327095, + "runtime_create_ns": 24944, + "jit_attach_ns": 53655, + "context_create_ns": 100072, + "definition_eval_ns": 49483, + "first_eval_ns": 3190739, + "threshold_crossing_ns": 30503713, + "compile_ns": 32105033, + "install_ns": 80858, + "osr_ns": 0, + "steady_state_ns": 3977677 + } + }, + { + "pair_index": 1, + "elapsed_ns": 3895961, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12754944, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 38590106, + "runtime_create_ns": 29754, + "jit_attach_ns": 54905, + "context_create_ns": 106814, + "definition_eval_ns": 56439, + "first_eval_ns": 3136654, + "threshold_crossing_ns": 30880262, + "compile_ns": 32746393, + "install_ns": 76450, + "osr_ns": 0, + "steady_state_ns": 3895961 + } + }, + { + "pair_index": 2, + "elapsed_ns": 3888266, + "checksum": "string:4992502500", + "native_entries": 20, + "native_acquisitions": 20, + "native_exits": 20, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12603392, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 38464561, + "runtime_create_ns": 23821, + "jit_attach_ns": 61772, + "context_create_ns": 105585, + "definition_eval_ns": 56776, + "first_eval_ns": 3121431, + "threshold_crossing_ns": 30778005, + "compile_ns": 32957981, + "install_ns": 81749, + "osr_ns": 0, + "steady_state_ns": 3888266 + } + }, + { + "pair_index": 3, + "elapsed_ns": 3898100, + "checksum": "string:4992502500", + "native_entries": 19, + "native_acquisitions": 19, + "native_exits": 19, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 7, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12656640, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 37648927, + "runtime_create_ns": 27070, + "jit_attach_ns": 55650, + "context_create_ns": 106852, + "definition_eval_ns": 56327, + "first_eval_ns": 3122390, + "threshold_crossing_ns": 29954209, + "compile_ns": 31513578, + "install_ns": 81797, + "osr_ns": 0, + "steady_state_ns": 3898100 + } + }, + { + "pair_index": 4, + "elapsed_ns": 3895425, + "checksum": "string:4992502500", + "native_entries": 22, + "native_acquisitions": 22, + "native_exits": 22, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 10, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12787712, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 38113567, + "runtime_create_ns": 33618, + "jit_attach_ns": 69405, + "context_create_ns": 113742, + "definition_eval_ns": 59783, + "first_eval_ns": 3146486, + "threshold_crossing_ns": 30373152, + "compile_ns": 32194390, + "install_ns": 80333, + "osr_ns": 0, + "steady_state_ns": 3895425 + } + }, + { + "pair_index": 5, + "elapsed_ns": 3913482, + "checksum": "string:4992502500", + "native_entries": 19, + "native_acquisitions": 19, + "native_exits": 19, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 7, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12627968, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 37748690, + "runtime_create_ns": 25236, + "jit_attach_ns": 54010, + "context_create_ns": 105867, + "definition_eval_ns": 56814, + "first_eval_ns": 3136030, + "threshold_crossing_ns": 30041352, + "compile_ns": 31596809, + "install_ns": 97656, + "osr_ns": 0, + "steady_state_ns": 3913482 + } + }, + { + "pair_index": 6, + "elapsed_ns": 3933656, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12599296, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 40191955, + "runtime_create_ns": 27430, + "jit_attach_ns": 68398, + "context_create_ns": 110322, + "definition_eval_ns": 54012, + "first_eval_ns": 3144142, + "threshold_crossing_ns": 32438218, + "compile_ns": 34330925, + "install_ns": 86700, + "osr_ns": 0, + "steady_state_ns": 3933656 + } + }, + { + "pair_index": 7, + "elapsed_ns": 3930808, + "checksum": "string:4992502500", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 6, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12652544, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 37617764, + "runtime_create_ns": 26004, + "jit_attach_ns": 55099, + "context_create_ns": 103767, + "definition_eval_ns": 62455, + "first_eval_ns": 3170478, + "threshold_crossing_ns": 29857836, + "compile_ns": 31464967, + "install_ns": 74828, + "osr_ns": 0, + "steady_state_ns": 3930808 + } + }, + { + "pair_index": 8, + "elapsed_ns": 4217423, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12525568, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 40670361, + "runtime_create_ns": 27736, + "jit_attach_ns": 56796, + "context_create_ns": 104077, + "definition_eval_ns": 51299, + "first_eval_ns": 3138983, + "threshold_crossing_ns": 32656679, + "compile_ns": 34517459, + "install_ns": 76371, + "osr_ns": 0, + "steady_state_ns": 4217423 + } + }, + { + "pair_index": 9, + "elapsed_ns": 4116962, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12779520, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 38612165, + "runtime_create_ns": 24228, + "jit_attach_ns": 57538, + "context_create_ns": 107021, + "definition_eval_ns": 61584, + "first_eval_ns": 3338862, + "threshold_crossing_ns": 30471455, + "compile_ns": 32544940, + "install_ns": 81664, + "osr_ns": 0, + "steady_state_ns": 4116962 + } + }, + { + "pair_index": 10, + "elapsed_ns": 4017794, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12632064, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 40614727, + "runtime_create_ns": 24657, + "jit_attach_ns": 62211, + "context_create_ns": 120795, + "definition_eval_ns": 58372, + "first_eval_ns": 3146106, + "threshold_crossing_ns": 32770208, + "compile_ns": 34546933, + "install_ns": 88814, + "osr_ns": 0, + "steady_state_ns": 4017794 + } + }, + { + "pair_index": 11, + "elapsed_ns": 3930956, + "checksum": "string:4992502500", + "native_entries": 20, + "native_acquisitions": 20, + "native_exits": 20, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12644352, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 38467951, + "runtime_create_ns": 28486, + "jit_attach_ns": 54920, + "context_create_ns": 108479, + "definition_eval_ns": 56150, + "first_eval_ns": 3147523, + "threshold_crossing_ns": 30721223, + "compile_ns": 32592766, + "install_ns": 76277, + "osr_ns": 0, + "steady_state_ns": 3930956 + } + }, + { + "pair_index": 12, + "elapsed_ns": 3912566, + "checksum": "string:4992502500", + "native_entries": 21, + "native_acquisitions": 21, + "native_exits": 21, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 9, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12673024, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 37561896, + "runtime_create_ns": 25979, + "jit_attach_ns": 52569, + "context_create_ns": 105279, + "definition_eval_ns": 53545, + "first_eval_ns": 3152545, + "threshold_crossing_ns": 29850214, + "compile_ns": 31638644, + "install_ns": 79749, + "osr_ns": 0, + "steady_state_ns": 3912566 + } + }, + { + "pair_index": 13, + "elapsed_ns": 3918641, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12709888, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 38507593, + "runtime_create_ns": 27036, + "jit_attach_ns": 57989, + "context_create_ns": 108223, + "definition_eval_ns": 67968, + "first_eval_ns": 3652322, + "threshold_crossing_ns": 30234055, + "compile_ns": 32621914, + "install_ns": 86650, + "osr_ns": 0, + "steady_state_ns": 3918641 + } + }, + { + "pair_index": 14, + "elapsed_ns": 3906945, + "checksum": "string:4992502500", + "native_entries": 19, + "native_acquisitions": 19, + "native_exits": 19, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 7, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12619776, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 38146809, + "runtime_create_ns": 23992, + "jit_attach_ns": 62762, + "context_create_ns": 106637, + "definition_eval_ns": 56549, + "first_eval_ns": 3138639, + "threshold_crossing_ns": 30438367, + "compile_ns": 32001968, + "install_ns": 82001, + "osr_ns": 0, + "steady_state_ns": 3906945 + } + }, + { + "pair_index": 15, + "elapsed_ns": 3908984, + "checksum": "string:4992502500", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 1, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12611584, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 38207453, + "runtime_create_ns": 25118, + "jit_attach_ns": 54295, + "context_create_ns": 123447, + "definition_eval_ns": 57489, + "first_eval_ns": 5938069, + "threshold_crossing_ns": 27676438, + "compile_ns": 31953992, + "install_ns": 81216, + "osr_ns": 0, + "steady_state_ns": 3908984 + } + }, + { + "pair_index": 16, + "elapsed_ns": 3905550, + "checksum": "string:4992502500", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 6, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12783616, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 37815804, + "runtime_create_ns": 24969, + "jit_attach_ns": 56193, + "context_create_ns": 107627, + "definition_eval_ns": 57418, + "first_eval_ns": 3115077, + "threshold_crossing_ns": 30131512, + "compile_ns": 31698066, + "install_ns": 76477, + "osr_ns": 0, + "steady_state_ns": 3905550 + } + }, + { + "pair_index": 17, + "elapsed_ns": 3949853, + "checksum": "string:4992502500", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 6, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12529664, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 37994116, + "runtime_create_ns": 28225, + "jit_attach_ns": 60195, + "context_create_ns": 106244, + "definition_eval_ns": 54154, + "first_eval_ns": 5979530, + "threshold_crossing_ns": 27390390, + "compile_ns": 31799384, + "install_ns": 108881, + "osr_ns": 0, + "steady_state_ns": 3949853 + } + }, + { + "pair_index": 18, + "elapsed_ns": 4148888, + "checksum": "string:4992502500", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12681216, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 37856478, + "runtime_create_ns": 27764, + "jit_attach_ns": 63490, + "context_create_ns": 103108, + "definition_eval_ns": 50897, + "first_eval_ns": 6003188, + "threshold_crossing_ns": 27048550, + "compile_ns": 31504216, + "install_ns": 81326, + "osr_ns": 0, + "steady_state_ns": 4148888 + } + }, + { + "pair_index": 19, + "elapsed_ns": 3906490, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12546048, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 38505652, + "runtime_create_ns": 27195, + "jit_attach_ns": 55400, + "context_create_ns": 111510, + "definition_eval_ns": 79396, + "first_eval_ns": 3149070, + "threshold_crossing_ns": 30755841, + "compile_ns": 32646073, + "install_ns": 73464, + "osr_ns": 0, + "steady_state_ns": 3906490 + } + }, + { + "pair_index": 20, + "elapsed_ns": 3919903, + "checksum": "string:4992502500", + "native_entries": 20, + "native_acquisitions": 20, + "native_exits": 20, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12460032, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 38262683, + "runtime_create_ns": 27246, + "jit_attach_ns": 53507, + "context_create_ns": 107265, + "definition_eval_ns": 63976, + "first_eval_ns": 3154345, + "threshold_crossing_ns": 30524906, + "compile_ns": 32069880, + "install_ns": 103193, + "osr_ns": 0, + "steady_state_ns": 3919903 + } + }, + { + "pair_index": 21, + "elapsed_ns": 3922642, + "checksum": "string:4992502500", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 6, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12652544, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 37431021, + "runtime_create_ns": 28045, + "jit_attach_ns": 57143, + "context_create_ns": 106637, + "definition_eval_ns": 56097, + "first_eval_ns": 3119160, + "threshold_crossing_ns": 29707255, + "compile_ns": 31273572, + "install_ns": 88659, + "osr_ns": 0, + "steady_state_ns": 3922642 + } + }, + { + "pair_index": 22, + "elapsed_ns": 3994616, + "checksum": "string:4992502500", + "native_entries": 14, + "native_acquisitions": 14, + "native_exits": 14, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12775424, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 38079463, + "runtime_create_ns": 23698, + "jit_attach_ns": 56204, + "context_create_ns": 103727, + "definition_eval_ns": 51465, + "first_eval_ns": 3128906, + "threshold_crossing_ns": 30308409, + "compile_ns": 32103486, + "install_ns": 75255, + "osr_ns": 0, + "steady_state_ns": 3994616 + } + }, + { + "pair_index": 23, + "elapsed_ns": 3981289, + "checksum": "string:4992502500", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 1, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12656640, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 38413272, + "runtime_create_ns": 32591, + "jit_attach_ns": 65895, + "context_create_ns": 106168, + "definition_eval_ns": 50923, + "first_eval_ns": 3130316, + "threshold_crossing_ns": 30637484, + "compile_ns": 32102042, + "install_ns": 90847, + "osr_ns": 0, + "steady_state_ns": 3981289 + } + }, + { + "pair_index": 24, + "elapsed_ns": 4018928, + "checksum": "string:4992502500", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12603392, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 37982624, + "runtime_create_ns": 24059, + "jit_attach_ns": 54133, + "context_create_ns": 111139, + "definition_eval_ns": 57178, + "first_eval_ns": 3127675, + "threshold_crossing_ns": 30161498, + "compile_ns": 31727664, + "install_ns": 90791, + "osr_ns": 0, + "steady_state_ns": 4018928 + } + }, + { + "pair_index": 25, + "elapsed_ns": 3918484, + "checksum": "string:4992502500", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 6, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12537856, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 37543939, + "runtime_create_ns": 25539, + "jit_attach_ns": 55020, + "context_create_ns": 106570, + "definition_eval_ns": 66674, + "first_eval_ns": 3130899, + "threshold_crossing_ns": 29828110, + "compile_ns": 31412145, + "install_ns": 78485, + "osr_ns": 0, + "steady_state_ns": 3918484 + } + }, + { + "pair_index": 26, + "elapsed_ns": 3914967, + "checksum": "string:4992502500", + "native_entries": 20, + "native_acquisitions": 20, + "native_exits": 20, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12582912, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 38293488, + "runtime_create_ns": 24450, + "jit_attach_ns": 60647, + "context_create_ns": 103554, + "definition_eval_ns": 51569, + "first_eval_ns": 3143735, + "threshold_crossing_ns": 30577228, + "compile_ns": 32046070, + "install_ns": 143581, + "osr_ns": 0, + "steady_state_ns": 3914967 + } + }, + { + "pair_index": 27, + "elapsed_ns": 3913938, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12652544, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 39826271, + "runtime_create_ns": 28640, + "jit_attach_ns": 60758, + "context_create_ns": 104874, + "definition_eval_ns": 54117, + "first_eval_ns": 3177581, + "threshold_crossing_ns": 32060187, + "compile_ns": 33935481, + "install_ns": 88649, + "osr_ns": 0, + "steady_state_ns": 3913938 + } + }, + { + "pair_index": 28, + "elapsed_ns": 3935489, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12554240, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 39862768, + "runtime_create_ns": 25351, + "jit_attach_ns": 54035, + "context_create_ns": 108075, + "definition_eval_ns": 57872, + "first_eval_ns": 3156436, + "threshold_crossing_ns": 32112986, + "compile_ns": 34004275, + "install_ns": 80132, + "osr_ns": 0, + "steady_state_ns": 3935489 + } + }, + { + "pair_index": 29, + "elapsed_ns": 3927991, + "checksum": "string:4992502500", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12701696, + "code_bytes": 72128, + "metadata_bytes": 19593, + "peak_compiler_bytes": 4455, + "phases": { + "total_ns": 38561131, + "runtime_create_ns": 27918, + "jit_attach_ns": 59099, + "context_create_ns": 102935, + "definition_eval_ns": 55672, + "first_eval_ns": 3138041, + "threshold_crossing_ns": 30826799, + "compile_ns": 32570733, + "install_ns": 142297, + "osr_ns": 0, + "steady_state_ns": 3927991 + } + } + ], + "raw_latency_ns": [ + 3977677, + 3895961, + 3888266, + 3898100, + 3895425, + 3913482, + 3933656, + 3930808, + 4217423, + 4116962, + 4017794, + 3930956, + 3912566, + 3918641, + 3906945, + 3908984, + 3905550, + 3949853, + 4148888, + 3906490, + 3919903, + 3922642, + 3994616, + 3981289, + 4018928, + 3918484, + 3914967, + 3913938, + 3935489, + 3927991 + ], + "raw_throughput_ops": [ + 26, + 26, + 26, + 26, + 26, + 26, + 26, + 26, + 26, + 27 + ], + "median_ns": 3922642, + "mad_ns": 16152, + "p95_ns": 4148888, + "p99_ns": 4217423, + "ci95_ns": [ + 3913938, + 3935489 + ], + "compile_ns": 32103486, + "install_ns": 81749, + "break_even_executions": 12 + }, + { + "name": "quickjs-bitops", + "suite": "rquickjs-jit local", + "group": "compute", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 208239, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 24, + "native_acquisitions": 24, + "native_exits": 24, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 268598, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10698752, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13015328, + "runtime_create_ns": 33964, + "jit_attach_ns": 50510, + "context_create_ns": 97473, + "definition_eval_ns": 39583, + "first_eval_ns": 238759, + "threshold_crossing_ns": 12299035, + "compile_ns": 11918716, + "install_ns": 46737, + "osr_ns": 0, + "steady_state_ns": 208239 + } + }, + { + "pair_index": 1, + "elapsed_ns": 210659, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 24, + "native_acquisitions": 24, + "native_exits": 24, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 269033, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10801152, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 15396478, + "runtime_create_ns": 40973, + "jit_attach_ns": 97759, + "context_create_ns": 113361, + "definition_eval_ns": 60143, + "first_eval_ns": 288324, + "threshold_crossing_ns": 14519417, + "compile_ns": 13895746, + "install_ns": 62514, + "osr_ns": 0, + "steady_state_ns": 210659 + } + }, + { + "pair_index": 2, + "elapsed_ns": 233849, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 24, + "native_acquisitions": 24, + "native_exits": 24, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 247116, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10780672, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 12011135, + "runtime_create_ns": 21356, + "jit_attach_ns": 51195, + "context_create_ns": 98727, + "definition_eval_ns": 39909, + "first_eval_ns": 242609, + "threshold_crossing_ns": 11276776, + "compile_ns": 10895789, + "install_ns": 51541, + "osr_ns": 0, + "steady_state_ns": 233849 + } + }, + { + "pair_index": 3, + "elapsed_ns": 207614, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 24, + "native_acquisitions": 24, + "native_exits": 24, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 271249, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10637312, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13100178, + "runtime_create_ns": 25306, + "jit_attach_ns": 48181, + "context_create_ns": 95904, + "definition_eval_ns": 35647, + "first_eval_ns": 244711, + "threshold_crossing_ns": 12400043, + "compile_ns": 12046029, + "install_ns": 51646, + "osr_ns": 0, + "steady_state_ns": 207614 + } + }, + { + "pair_index": 4, + "elapsed_ns": 229282, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 24, + "native_acquisitions": 24, + "native_exits": 24, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 253662, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10801152, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13172521, + "runtime_create_ns": 24116, + "jit_attach_ns": 50252, + "context_create_ns": 101947, + "definition_eval_ns": 40794, + "first_eval_ns": 248372, + "threshold_crossing_ns": 12431189, + "compile_ns": 12063363, + "install_ns": 53643, + "osr_ns": 0, + "steady_state_ns": 229282 + } + }, + { + "pair_index": 5, + "elapsed_ns": 209410, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 24, + "native_acquisitions": 24, + "native_exits": 24, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 264254, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10645504, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 12980521, + "runtime_create_ns": 188126, + "jit_attach_ns": 52450, + "context_create_ns": 102964, + "definition_eval_ns": 38231, + "first_eval_ns": 246099, + "threshold_crossing_ns": 12097825, + "compile_ns": 11721780, + "install_ns": 50986, + "osr_ns": 0, + "steady_state_ns": 209410 + } + }, + { + "pair_index": 6, + "elapsed_ns": 211201, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 25, + "native_acquisitions": 25, + "native_exits": 25, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 264131, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10801152, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13331089, + "runtime_create_ns": 24015, + "jit_attach_ns": 50564, + "context_create_ns": 99129, + "definition_eval_ns": 36335, + "first_eval_ns": 245871, + "threshold_crossing_ns": 12619696, + "compile_ns": 12181578, + "install_ns": 49946, + "osr_ns": 0, + "steady_state_ns": 211201 + } + }, + { + "pair_index": 7, + "elapsed_ns": 208613, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 25, + "native_acquisitions": 25, + "native_exits": 25, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 265725, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10780672, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13188066, + "runtime_create_ns": 24725, + "jit_attach_ns": 51586, + "context_create_ns": 103364, + "definition_eval_ns": 47971, + "first_eval_ns": 247527, + "threshold_crossing_ns": 12457817, + "compile_ns": 12018079, + "install_ns": 55194, + "osr_ns": 0, + "steady_state_ns": 208613 + } + }, + { + "pair_index": 8, + "elapsed_ns": 212701, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 24, + "native_acquisitions": 24, + "native_exits": 24, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 253497, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10817536, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13209883, + "runtime_create_ns": 21605, + "jit_attach_ns": 49128, + "context_create_ns": 230263, + "definition_eval_ns": 42743, + "first_eval_ns": 250568, + "threshold_crossing_ns": 12353459, + "compile_ns": 11976520, + "install_ns": 53624, + "osr_ns": 0, + "steady_state_ns": 212701 + } + }, + { + "pair_index": 9, + "elapsed_ns": 210683, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 24, + "native_acquisitions": 24, + "native_exits": 24, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 270544, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10829824, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13203694, + "runtime_create_ns": 23507, + "jit_attach_ns": 48521, + "context_create_ns": 99791, + "definition_eval_ns": 38168, + "first_eval_ns": 258120, + "threshold_crossing_ns": 12481151, + "compile_ns": 12119808, + "install_ns": 50476, + "osr_ns": 0, + "steady_state_ns": 210683 + } + }, + { + "pair_index": 10, + "elapsed_ns": 207970, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 24, + "native_acquisitions": 24, + "native_exits": 24, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 267890, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10878976, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 11929109, + "runtime_create_ns": 22519, + "jit_attach_ns": 53236, + "context_create_ns": 101806, + "definition_eval_ns": 42232, + "first_eval_ns": 251803, + "threshold_crossing_ns": 11205558, + "compile_ns": 10839983, + "install_ns": 55195, + "osr_ns": 0, + "steady_state_ns": 207970 + } + }, + { + "pair_index": 11, + "elapsed_ns": 210609, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 24, + "native_acquisitions": 24, + "native_exits": 24, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 264479, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10805248, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13003231, + "runtime_create_ns": 21836, + "jit_attach_ns": 48201, + "context_create_ns": 99347, + "definition_eval_ns": 44402, + "first_eval_ns": 240250, + "threshold_crossing_ns": 12294088, + "compile_ns": 11908535, + "install_ns": 49526, + "osr_ns": 0, + "steady_state_ns": 210609 + } + }, + { + "pair_index": 12, + "elapsed_ns": 209855, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 24, + "native_acquisitions": 24, + "native_exits": 24, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 265571, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10776576, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 12923355, + "runtime_create_ns": 22841, + "jit_attach_ns": 49336, + "context_create_ns": 97559, + "definition_eval_ns": 39199, + "first_eval_ns": 237347, + "threshold_crossing_ns": 12220932, + "compile_ns": 11848717, + "install_ns": 58749, + "osr_ns": 0, + "steady_state_ns": 209855 + } + }, + { + "pair_index": 13, + "elapsed_ns": 208960, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 24, + "native_acquisitions": 24, + "native_exits": 24, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 264532, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10665984, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 12825522, + "runtime_create_ns": 28797, + "jit_attach_ns": 50286, + "context_create_ns": 105876, + "definition_eval_ns": 45963, + "first_eval_ns": 255223, + "threshold_crossing_ns": 12085439, + "compile_ns": 11724368, + "install_ns": 46620, + "osr_ns": 0, + "steady_state_ns": 208960 + } + }, + { + "pair_index": 14, + "elapsed_ns": 209909, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 24, + "native_acquisitions": 24, + "native_exits": 24, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 262062, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10792960, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 12816984, + "runtime_create_ns": 23986, + "jit_attach_ns": 53356, + "context_create_ns": 117523, + "definition_eval_ns": 38984, + "first_eval_ns": 252068, + "threshold_crossing_ns": 12076876, + "compile_ns": 11684739, + "install_ns": 50032, + "osr_ns": 0, + "steady_state_ns": 209909 + } + }, + { + "pair_index": 15, + "elapsed_ns": 209124, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 26, + "native_acquisitions": 26, + "native_exits": 26, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 262638, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10788864, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 12837117, + "runtime_create_ns": 24244, + "jit_attach_ns": 56432, + "context_create_ns": 109983, + "definition_eval_ns": 54746, + "first_eval_ns": 254546, + "threshold_crossing_ns": 12075818, + "compile_ns": 11628473, + "install_ns": 67225, + "osr_ns": 0, + "steady_state_ns": 209124 + } + }, + { + "pair_index": 16, + "elapsed_ns": 209243, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 24, + "native_acquisitions": 24, + "native_exits": 24, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 282958, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10805248, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 12640724, + "runtime_create_ns": 28008, + "jit_attach_ns": 50905, + "context_create_ns": 100110, + "definition_eval_ns": 37814, + "first_eval_ns": 244633, + "threshold_crossing_ns": 11926255, + "compile_ns": 11513854, + "install_ns": 50739, + "osr_ns": 0, + "steady_state_ns": 209243 + } + }, + { + "pair_index": 17, + "elapsed_ns": 209027, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 24, + "native_acquisitions": 24, + "native_exits": 24, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 274958, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10788864, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13164336, + "runtime_create_ns": 24646, + "jit_attach_ns": 49054, + "context_create_ns": 98718, + "definition_eval_ns": 39652, + "first_eval_ns": 239067, + "threshold_crossing_ns": 12459696, + "compile_ns": 12078853, + "install_ns": 54600, + "osr_ns": 0, + "steady_state_ns": 209027 + } + }, + { + "pair_index": 18, + "elapsed_ns": 210786, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 24, + "native_acquisitions": 24, + "native_exits": 24, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 286878, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10858496, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 11857704, + "runtime_create_ns": 24013, + "jit_attach_ns": 50488, + "context_create_ns": 104496, + "definition_eval_ns": 35851, + "first_eval_ns": 251810, + "threshold_crossing_ns": 11135919, + "compile_ns": 10747494, + "install_ns": 52791, + "osr_ns": 0, + "steady_state_ns": 210786 + } + }, + { + "pair_index": 19, + "elapsed_ns": 212720, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 24, + "native_acquisitions": 24, + "native_exits": 24, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 261099, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10870784, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13172324, + "runtime_create_ns": 26572, + "jit_attach_ns": 49373, + "context_create_ns": 99819, + "definition_eval_ns": 38785, + "first_eval_ns": 241498, + "threshold_crossing_ns": 12459182, + "compile_ns": 12117454, + "install_ns": 48282, + "osr_ns": 0, + "steady_state_ns": 212720 + } + }, + { + "pair_index": 20, + "elapsed_ns": 255945, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 24, + "native_acquisitions": 24, + "native_exits": 24, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 214146, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10612736, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 12981859, + "runtime_create_ns": 23925, + "jit_attach_ns": 48540, + "context_create_ns": 97363, + "definition_eval_ns": 36577, + "first_eval_ns": 243084, + "threshold_crossing_ns": 12231966, + "compile_ns": 11857302, + "install_ns": 45960, + "osr_ns": 0, + "steady_state_ns": 255945 + } + }, + { + "pair_index": 21, + "elapsed_ns": 212592, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 25, + "native_acquisitions": 25, + "native_exits": 25, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 256710, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10846208, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13143707, + "runtime_create_ns": 25218, + "jit_attach_ns": 46741, + "context_create_ns": 96394, + "definition_eval_ns": 40095, + "first_eval_ns": 240896, + "threshold_crossing_ns": 12436523, + "compile_ns": 12021818, + "install_ns": 56649, + "osr_ns": 0, + "steady_state_ns": 212592 + } + }, + { + "pair_index": 22, + "elapsed_ns": 208875, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 24, + "native_acquisitions": 24, + "native_exits": 24, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 259165, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10715136, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 11690648, + "runtime_create_ns": 24223, + "jit_attach_ns": 51572, + "context_create_ns": 96177, + "definition_eval_ns": 35283, + "first_eval_ns": 256387, + "threshold_crossing_ns": 10970686, + "compile_ns": 10585028, + "install_ns": 51073, + "osr_ns": 0, + "steady_state_ns": 208875 + } + }, + { + "pair_index": 23, + "elapsed_ns": 211185, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 24, + "native_acquisitions": 24, + "native_exits": 24, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 259818, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10792960, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13530839, + "runtime_create_ns": 24211, + "jit_attach_ns": 48943, + "context_create_ns": 97511, + "definition_eval_ns": 38674, + "first_eval_ns": 242519, + "threshold_crossing_ns": 12824134, + "compile_ns": 12429043, + "install_ns": 50004, + "osr_ns": 0, + "steady_state_ns": 211185 + } + }, + { + "pair_index": 24, + "elapsed_ns": 322549, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 28, + "native_acquisitions": 28, + "native_exits": 28, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 16, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229091, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10842112, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 16500490, + "runtime_create_ns": 24299, + "jit_attach_ns": 48326, + "context_create_ns": 97850, + "definition_eval_ns": 37068, + "first_eval_ns": 238680, + "threshold_crossing_ns": 15683137, + "compile_ns": 14941631, + "install_ns": 123512, + "osr_ns": 0, + "steady_state_ns": 322549 + } + }, + { + "pair_index": 25, + "elapsed_ns": 208020, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 25, + "native_acquisitions": 25, + "native_exits": 25, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 275638, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10792960, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13173109, + "runtime_create_ns": 25661, + "jit_attach_ns": 48575, + "context_create_ns": 103245, + "definition_eval_ns": 55412, + "first_eval_ns": 246359, + "threshold_crossing_ns": 12438545, + "compile_ns": 11975688, + "install_ns": 67008, + "osr_ns": 0, + "steady_state_ns": 208020 + } + }, + { + "pair_index": 26, + "elapsed_ns": 212506, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 24, + "native_acquisitions": 24, + "native_exits": 24, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 262426, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10670080, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 12533514, + "runtime_create_ns": 22195, + "jit_attach_ns": 48192, + "context_create_ns": 104426, + "definition_eval_ns": 38901, + "first_eval_ns": 237519, + "threshold_crossing_ns": 11826927, + "compile_ns": 11447967, + "install_ns": 47527, + "osr_ns": 0, + "steady_state_ns": 212506 + } + }, + { + "pair_index": 27, + "elapsed_ns": 211582, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 24, + "native_acquisitions": 24, + "native_exits": 24, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 259743, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10776576, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13150547, + "runtime_create_ns": 22714, + "jit_attach_ns": 46082, + "context_create_ns": 101534, + "definition_eval_ns": 37587, + "first_eval_ns": 258505, + "threshold_crossing_ns": 12427869, + "compile_ns": 12066121, + "install_ns": 55241, + "osr_ns": 0, + "steady_state_ns": 211582 + } + }, + { + "pair_index": 28, + "elapsed_ns": 210161, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 24, + "native_acquisitions": 24, + "native_exits": 24, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 274362, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10842112, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 13015151, + "runtime_create_ns": 25575, + "jit_attach_ns": 49772, + "context_create_ns": 97200, + "definition_eval_ns": 37350, + "first_eval_ns": 248503, + "threshold_crossing_ns": 12301267, + "compile_ns": 11961255, + "install_ns": 53269, + "osr_ns": 0, + "steady_state_ns": 210161 + } + }, + { + "pair_index": 29, + "elapsed_ns": 212121, + "checksum": "number:c1c8bb05c4000000", + "native_entries": 24, + "native_acquisitions": 24, + "native_exits": 24, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 261663, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10633216, + "code_bytes": 36520, + "metadata_bytes": 7592, + "peak_compiler_bytes": 2343, + "phases": { + "total_ns": 12991271, + "runtime_create_ns": 24464, + "jit_attach_ns": 47853, + "context_create_ns": 98597, + "definition_eval_ns": 35278, + "first_eval_ns": 236799, + "threshold_crossing_ns": 12292734, + "compile_ns": 11917284, + "install_ns": 52077, + "osr_ns": 0, + "steady_state_ns": 212121 + } + } + ], + "raw_latency_ns": [ + 208239, + 210659, + 233849, + 207614, + 229282, + 209410, + 211201, + 208613, + 212701, + 210683, + 207970, + 210609, + 209855, + 208960, + 209909, + 209124, + 209243, + 209027, + 210786, + 212720, + 255945, + 212592, + 208875, + 211185, + 322549, + 208020, + 212506, + 211582, + 210161, + 212121 + ], + "raw_throughput_ops": [ + 73, + 72, + 72, + 75, + 75, + 72, + 74, + 74, + 75, + 75 + ], + "median_ns": 210659, + "mad_ns": 1699, + "p95_ns": 255945, + "p99_ns": 322549, + "ci95_ns": [ + 209410, + 211582 + ], + "compile_ns": 11961255, + "install_ns": 52077, + "break_even_executions": 13 + }, + { + "name": "quickjs-fibonacci", + "suite": "rquickjs-jit local", + "group": "compute", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 372486, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10735616, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11607462, + "runtime_create_ns": 26093, + "jit_attach_ns": 51211, + "context_create_ns": 97333, + "definition_eval_ns": 45219, + "first_eval_ns": 269668, + "threshold_crossing_ns": 10683809, + "compile_ns": 10366867, + "install_ns": 36925, + "osr_ns": 0, + "steady_state_ns": 372486 + } + }, + { + "pair_index": 1, + "elapsed_ns": 357393, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10678272, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 10942527, + "runtime_create_ns": 26239, + "jit_attach_ns": 55957, + "context_create_ns": 97568, + "definition_eval_ns": 38099, + "first_eval_ns": 264972, + "threshold_crossing_ns": 10042056, + "compile_ns": 9732166, + "install_ns": 40311, + "osr_ns": 0, + "steady_state_ns": 357393 + } + }, + { + "pair_index": 2, + "elapsed_ns": 372082, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10838016, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11108662, + "runtime_create_ns": 24143, + "jit_attach_ns": 58660, + "context_create_ns": 101485, + "definition_eval_ns": 47903, + "first_eval_ns": 278010, + "threshold_crossing_ns": 10162908, + "compile_ns": 9824512, + "install_ns": 50314, + "osr_ns": 0, + "steady_state_ns": 372082 + } + }, + { + "pair_index": 3, + "elapsed_ns": 355658, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10674176, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 12066222, + "runtime_create_ns": 24731, + "jit_attach_ns": 51081, + "context_create_ns": 95795, + "definition_eval_ns": 44782, + "first_eval_ns": 270012, + "threshold_crossing_ns": 11160675, + "compile_ns": 10770208, + "install_ns": 36842, + "osr_ns": 0, + "steady_state_ns": 355658 + } + }, + { + "pair_index": 4, + "elapsed_ns": 378717, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10858496, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11425653, + "runtime_create_ns": 21911, + "jit_attach_ns": 58561, + "context_create_ns": 97930, + "definition_eval_ns": 44022, + "first_eval_ns": 262451, + "threshold_crossing_ns": 10496175, + "compile_ns": 10177828, + "install_ns": 43283, + "osr_ns": 0, + "steady_state_ns": 378717 + } + }, + { + "pair_index": 5, + "elapsed_ns": 373564, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10694656, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11515951, + "runtime_create_ns": 25509, + "jit_attach_ns": 51931, + "context_create_ns": 100548, + "definition_eval_ns": 46699, + "first_eval_ns": 263482, + "threshold_crossing_ns": 10590902, + "compile_ns": 10258171, + "install_ns": 49524, + "osr_ns": 0, + "steady_state_ns": 373564 + } + }, + { + "pair_index": 6, + "elapsed_ns": 371415, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10809344, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11211863, + "runtime_create_ns": 27578, + "jit_attach_ns": 59615, + "context_create_ns": 104797, + "definition_eval_ns": 46770, + "first_eval_ns": 303557, + "threshold_crossing_ns": 10233653, + "compile_ns": 9887607, + "install_ns": 52888, + "osr_ns": 0, + "steady_state_ns": 371415 + } + }, + { + "pair_index": 7, + "elapsed_ns": 366649, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10862592, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11685368, + "runtime_create_ns": 33076, + "jit_attach_ns": 63422, + "context_create_ns": 107498, + "definition_eval_ns": 57068, + "first_eval_ns": 283493, + "threshold_crossing_ns": 10708157, + "compile_ns": 10376192, + "install_ns": 44298, + "osr_ns": 0, + "steady_state_ns": 366649 + } + }, + { + "pair_index": 8, + "elapsed_ns": 371928, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10768384, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11671313, + "runtime_create_ns": 24776, + "jit_attach_ns": 49761, + "context_create_ns": 97836, + "definition_eval_ns": 37098, + "first_eval_ns": 264637, + "threshold_crossing_ns": 10743647, + "compile_ns": 10419179, + "install_ns": 38311, + "osr_ns": 0, + "steady_state_ns": 371928 + } + }, + { + "pair_index": 9, + "elapsed_ns": 371663, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10780672, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11411888, + "runtime_create_ns": 26446, + "jit_attach_ns": 53636, + "context_create_ns": 98992, + "definition_eval_ns": 39674, + "first_eval_ns": 262965, + "threshold_crossing_ns": 10492462, + "compile_ns": 10157763, + "install_ns": 43256, + "osr_ns": 0, + "steady_state_ns": 371663 + } + }, + { + "pair_index": 10, + "elapsed_ns": 375565, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10776576, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 10713123, + "runtime_create_ns": 26701, + "jit_attach_ns": 57507, + "context_create_ns": 106310, + "definition_eval_ns": 52008, + "first_eval_ns": 271718, + "threshold_crossing_ns": 9760202, + "compile_ns": 9423195, + "install_ns": 45096, + "osr_ns": 0, + "steady_state_ns": 375565 + } + }, + { + "pair_index": 11, + "elapsed_ns": 372442, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10768384, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11643553, + "runtime_create_ns": 26216, + "jit_attach_ns": 51939, + "context_create_ns": 108752, + "definition_eval_ns": 41686, + "first_eval_ns": 265372, + "threshold_crossing_ns": 10714689, + "compile_ns": 10397717, + "install_ns": 40901, + "osr_ns": 0, + "steady_state_ns": 372442 + } + }, + { + "pair_index": 12, + "elapsed_ns": 372731, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10682368, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11364586, + "runtime_create_ns": 27194, + "jit_attach_ns": 52065, + "context_create_ns": 95959, + "definition_eval_ns": 37963, + "first_eval_ns": 277638, + "threshold_crossing_ns": 10438596, + "compile_ns": 10116698, + "install_ns": 39017, + "osr_ns": 0, + "steady_state_ns": 372731 + } + }, + { + "pair_index": 13, + "elapsed_ns": 386231, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10784768, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11217635, + "runtime_create_ns": 22792, + "jit_attach_ns": 51032, + "context_create_ns": 108941, + "definition_eval_ns": 50435, + "first_eval_ns": 269946, + "threshold_crossing_ns": 10264373, + "compile_ns": 9952572, + "install_ns": 35925, + "osr_ns": 0, + "steady_state_ns": 386231 + } + }, + { + "pair_index": 14, + "elapsed_ns": 386357, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10690560, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 10714894, + "runtime_create_ns": 24210, + "jit_attach_ns": 57112, + "context_create_ns": 99684, + "definition_eval_ns": 44105, + "first_eval_ns": 283204, + "threshold_crossing_ns": 9755458, + "compile_ns": 9431228, + "install_ns": 41754, + "osr_ns": 0, + "steady_state_ns": 386357 + } + }, + { + "pair_index": 15, + "elapsed_ns": 372086, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10862592, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11569738, + "runtime_create_ns": 31786, + "jit_attach_ns": 57470, + "context_create_ns": 104663, + "definition_eval_ns": 47432, + "first_eval_ns": 266569, + "threshold_crossing_ns": 10626354, + "compile_ns": 10291905, + "install_ns": 49505, + "osr_ns": 0, + "steady_state_ns": 372086 + } + }, + { + "pair_index": 16, + "elapsed_ns": 358410, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10747904, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11714434, + "runtime_create_ns": 29382, + "jit_attach_ns": 54955, + "context_create_ns": 103943, + "definition_eval_ns": 49114, + "first_eval_ns": 271057, + "threshold_crossing_ns": 10783019, + "compile_ns": 10449988, + "install_ns": 46604, + "osr_ns": 0, + "steady_state_ns": 358410 + } + }, + { + "pair_index": 17, + "elapsed_ns": 374382, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10690560, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11494075, + "runtime_create_ns": 28082, + "jit_attach_ns": 54534, + "context_create_ns": 105120, + "definition_eval_ns": 50991, + "first_eval_ns": 281707, + "threshold_crossing_ns": 10534293, + "compile_ns": 10208687, + "install_ns": 42876, + "osr_ns": 0, + "steady_state_ns": 374382 + } + }, + { + "pair_index": 18, + "elapsed_ns": 366671, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10801152, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 10781738, + "runtime_create_ns": 24999, + "jit_attach_ns": 55182, + "context_create_ns": 101722, + "definition_eval_ns": 41964, + "first_eval_ns": 281471, + "threshold_crossing_ns": 9844300, + "compile_ns": 9514737, + "install_ns": 46084, + "osr_ns": 0, + "steady_state_ns": 366671 + } + }, + { + "pair_index": 19, + "elapsed_ns": 373442, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10842112, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11452330, + "runtime_create_ns": 24848, + "jit_attach_ns": 54348, + "context_create_ns": 101734, + "definition_eval_ns": 47593, + "first_eval_ns": 274053, + "threshold_crossing_ns": 10512306, + "compile_ns": 10202117, + "install_ns": 41663, + "osr_ns": 0, + "steady_state_ns": 373442 + } + }, + { + "pair_index": 20, + "elapsed_ns": 367211, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10674176, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11546436, + "runtime_create_ns": 26196, + "jit_attach_ns": 55304, + "context_create_ns": 99344, + "definition_eval_ns": 43826, + "first_eval_ns": 280069, + "threshold_crossing_ns": 10612133, + "compile_ns": 10288332, + "install_ns": 45577, + "osr_ns": 0, + "steady_state_ns": 367211 + } + }, + { + "pair_index": 21, + "elapsed_ns": 366594, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10760192, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11200148, + "runtime_create_ns": 29220, + "jit_attach_ns": 54626, + "context_create_ns": 106623, + "definition_eval_ns": 51368, + "first_eval_ns": 271405, + "threshold_crossing_ns": 10238665, + "compile_ns": 9911192, + "install_ns": 48471, + "osr_ns": 0, + "steady_state_ns": 366594 + } + }, + { + "pair_index": 22, + "elapsed_ns": 367560, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10797056, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 13626712, + "runtime_create_ns": 28872, + "jit_attach_ns": 55385, + "context_create_ns": 106538, + "definition_eval_ns": 56113, + "first_eval_ns": 284698, + "threshold_crossing_ns": 12662582, + "compile_ns": 12308182, + "install_ns": 50617, + "osr_ns": 0, + "steady_state_ns": 367560 + } + }, + { + "pair_index": 23, + "elapsed_ns": 358765, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10784768, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11470130, + "runtime_create_ns": 27655, + "jit_attach_ns": 57002, + "context_create_ns": 101298, + "definition_eval_ns": 43611, + "first_eval_ns": 267148, + "threshold_crossing_ns": 10551940, + "compile_ns": 10227536, + "install_ns": 48601, + "osr_ns": 0, + "steady_state_ns": 358765 + } + }, + { + "pair_index": 24, + "elapsed_ns": 364786, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10735616, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11088040, + "runtime_create_ns": 43667, + "jit_attach_ns": 54061, + "context_create_ns": 102828, + "definition_eval_ns": 42514, + "first_eval_ns": 266309, + "threshold_crossing_ns": 10150810, + "compile_ns": 9826067, + "install_ns": 41548, + "osr_ns": 0, + "steady_state_ns": 364786 + } + }, + { + "pair_index": 25, + "elapsed_ns": 372928, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10747904, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11455204, + "runtime_create_ns": 23645, + "jit_attach_ns": 50286, + "context_create_ns": 100529, + "definition_eval_ns": 46392, + "first_eval_ns": 275167, + "threshold_crossing_ns": 10522155, + "compile_ns": 10184244, + "install_ns": 40409, + "osr_ns": 0, + "steady_state_ns": 372928 + } + }, + { + "pair_index": 26, + "elapsed_ns": 384218, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10772480, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11934359, + "runtime_create_ns": 25003, + "jit_attach_ns": 59715, + "context_create_ns": 105039, + "definition_eval_ns": 49552, + "first_eval_ns": 289307, + "threshold_crossing_ns": 10957027, + "compile_ns": 10614422, + "install_ns": 58311, + "osr_ns": 0, + "steady_state_ns": 384218 + } + }, + { + "pair_index": 27, + "elapsed_ns": 371139, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10817536, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 10767629, + "runtime_create_ns": 25320, + "jit_attach_ns": 54529, + "context_create_ns": 105827, + "definition_eval_ns": 45643, + "first_eval_ns": 272446, + "threshold_crossing_ns": 9829349, + "compile_ns": 9483815, + "install_ns": 52353, + "osr_ns": 0, + "steady_state_ns": 371139 + } + }, + { + "pair_index": 28, + "elapsed_ns": 365787, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10866688, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 10864145, + "runtime_create_ns": 30436, + "jit_attach_ns": 55452, + "context_create_ns": 106413, + "definition_eval_ns": 50293, + "first_eval_ns": 271900, + "threshold_crossing_ns": 9918104, + "compile_ns": 9602078, + "install_ns": 40408, + "osr_ns": 0, + "steady_state_ns": 365787 + } + }, + { + "pair_index": 29, + "elapsed_ns": 383220, + "checksum": "number:41d4c00d39400000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 12, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10768384, + "code_bytes": 28432, + "metadata_bytes": 5714, + "peak_compiler_bytes": 2607, + "phases": { + "total_ns": 11549544, + "runtime_create_ns": 28228, + "jit_attach_ns": 56202, + "context_create_ns": 105750, + "definition_eval_ns": 48752, + "first_eval_ns": 272469, + "threshold_crossing_ns": 10589838, + "compile_ns": 10253188, + "install_ns": 42780, + "osr_ns": 0, + "steady_state_ns": 383220 + } + } + ], + "raw_latency_ns": [ + 372486, + 357393, + 372082, + 355658, + 378717, + 373564, + 371415, + 366649, + 371928, + 371663, + 375565, + 372442, + 372731, + 386231, + 386357, + 372086, + 358410, + 374382, + 366671, + 373442, + 367211, + 366594, + 367560, + 358765, + 364786, + 372928, + 384218, + 371139, + 365787, + 383220 + ], + "raw_throughput_ops": [ + 83, + 83, + 82, + 85, + 84, + 82, + 83, + 85, + 85, + 82 + ], + "median_ns": 372082, + "mad_ns": 4871, + "p95_ns": 386231, + "p99_ns": 386357, + "ci95_ns": [ + 367560, + 372928 + ], + "compile_ns": 10202117, + "install_ns": 43283, + "break_even_executions": 19 + }, + { + "name": "numeric", + "suite": "rquickjs-jit", + "group": "compute", + "designated_kernel": true, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 44542, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229075, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10031104, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7116954, + "runtime_create_ns": 27857, + "jit_attach_ns": 51128, + "context_create_ns": 99111, + "definition_eval_ns": 34688, + "first_eval_ns": 217471, + "threshold_crossing_ns": 6606286, + "compile_ns": 5665893, + "install_ns": 99274, + "osr_ns": 0, + "steady_state_ns": 44542 + } + }, + { + "pair_index": 1, + "elapsed_ns": 40588, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 213994, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9891840, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6816554, + "runtime_create_ns": 25490, + "jit_attach_ns": 51517, + "context_create_ns": 102915, + "definition_eval_ns": 41378, + "first_eval_ns": 223071, + "threshold_crossing_ns": 6300525, + "compile_ns": 5857317, + "install_ns": 56098, + "osr_ns": 0, + "steady_state_ns": 40588 + } + }, + { + "pair_index": 2, + "elapsed_ns": 28643, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 226861, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9912320, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6930309, + "runtime_create_ns": 25773, + "jit_attach_ns": 49272, + "context_create_ns": 95920, + "definition_eval_ns": 33296, + "first_eval_ns": 216799, + "threshold_crossing_ns": 6453195, + "compile_ns": 6048011, + "install_ns": 50921, + "osr_ns": 0, + "steady_state_ns": 28643 + } + }, + { + "pair_index": 3, + "elapsed_ns": 26906, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 236422, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9850880, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6174947, + "runtime_create_ns": 26728, + "jit_attach_ns": 53347, + "context_create_ns": 104552, + "definition_eval_ns": 38332, + "first_eval_ns": 232216, + "threshold_crossing_ns": 5664417, + "compile_ns": 5313730, + "install_ns": 42774, + "osr_ns": 0, + "steady_state_ns": 26906 + } + }, + { + "pair_index": 4, + "elapsed_ns": 26716, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228974, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10022912, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6287560, + "runtime_create_ns": 22719, + "jit_attach_ns": 50930, + "context_create_ns": 99668, + "definition_eval_ns": 34789, + "first_eval_ns": 214926, + "threshold_crossing_ns": 5810417, + "compile_ns": 5448888, + "install_ns": 48703, + "osr_ns": 0, + "steady_state_ns": 26716 + } + }, + { + "pair_index": 5, + "elapsed_ns": 27485, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227837, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9949184, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6368634, + "runtime_create_ns": 27311, + "jit_attach_ns": 54674, + "context_create_ns": 96589, + "definition_eval_ns": 34355, + "first_eval_ns": 221366, + "threshold_crossing_ns": 5878954, + "compile_ns": 5523617, + "install_ns": 49640, + "osr_ns": 0, + "steady_state_ns": 27485 + } + }, + { + "pair_index": 6, + "elapsed_ns": 26651, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228630, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9904128, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6574054, + "runtime_create_ns": 24501, + "jit_attach_ns": 49028, + "context_create_ns": 100691, + "definition_eval_ns": 36844, + "first_eval_ns": 218789, + "threshold_crossing_ns": 6091450, + "compile_ns": 5736735, + "install_ns": 45697, + "osr_ns": 0, + "steady_state_ns": 26651 + } + }, + { + "pair_index": 7, + "elapsed_ns": 26678, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 247960, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9912320, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6176915, + "runtime_create_ns": 24085, + "jit_attach_ns": 48459, + "context_create_ns": 97793, + "definition_eval_ns": 30624, + "first_eval_ns": 214002, + "threshold_crossing_ns": 5708945, + "compile_ns": 5417966, + "install_ns": 40637, + "osr_ns": 0, + "steady_state_ns": 26678 + } + }, + { + "pair_index": 8, + "elapsed_ns": 26354, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 243224, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9932800, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6885127, + "runtime_create_ns": 26647, + "jit_attach_ns": 47947, + "context_create_ns": 97832, + "definition_eval_ns": 34678, + "first_eval_ns": 219720, + "threshold_crossing_ns": 6406073, + "compile_ns": 5980681, + "install_ns": 45646, + "osr_ns": 0, + "steady_state_ns": 26354 + } + }, + { + "pair_index": 9, + "elapsed_ns": 31246, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 249503, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9850880, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6137861, + "runtime_create_ns": 25514, + "jit_attach_ns": 52083, + "context_create_ns": 99137, + "definition_eval_ns": 35053, + "first_eval_ns": 219414, + "threshold_crossing_ns": 5647270, + "compile_ns": 5321959, + "install_ns": 49843, + "osr_ns": 0, + "steady_state_ns": 31246 + } + }, + { + "pair_index": 10, + "elapsed_ns": 27069, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 236936, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9781248, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6355636, + "runtime_create_ns": 24810, + "jit_attach_ns": 51536, + "context_create_ns": 115670, + "definition_eval_ns": 37199, + "first_eval_ns": 217544, + "threshold_crossing_ns": 5856144, + "compile_ns": 5493450, + "install_ns": 43315, + "osr_ns": 0, + "steady_state_ns": 27069 + } + }, + { + "pair_index": 11, + "elapsed_ns": 32470, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 245376, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9994240, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6252114, + "runtime_create_ns": 23844, + "jit_attach_ns": 48886, + "context_create_ns": 99733, + "definition_eval_ns": 41313, + "first_eval_ns": 218080, + "threshold_crossing_ns": 5758573, + "compile_ns": 5431172, + "install_ns": 60725, + "osr_ns": 0, + "steady_state_ns": 32470 + } + }, + { + "pair_index": 12, + "elapsed_ns": 26773, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228111, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9949184, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6765726, + "runtime_create_ns": 26803, + "jit_attach_ns": 51518, + "context_create_ns": 99725, + "definition_eval_ns": 34781, + "first_eval_ns": 214459, + "threshold_crossing_ns": 6285207, + "compile_ns": 5833196, + "install_ns": 45157, + "osr_ns": 0, + "steady_state_ns": 26773 + } + }, + { + "pair_index": 13, + "elapsed_ns": 26957, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 243997, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9957376, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6081053, + "runtime_create_ns": 26334, + "jit_attach_ns": 50505, + "context_create_ns": 101524, + "definition_eval_ns": 39885, + "first_eval_ns": 218921, + "threshold_crossing_ns": 5589203, + "compile_ns": 5261389, + "install_ns": 47540, + "osr_ns": 0, + "steady_state_ns": 26957 + } + }, + { + "pair_index": 14, + "elapsed_ns": 27180, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 232035, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10076160, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 5910688, + "runtime_create_ns": 23791, + "jit_attach_ns": 53427, + "context_create_ns": 100230, + "definition_eval_ns": 38341, + "first_eval_ns": 218599, + "threshold_crossing_ns": 5419151, + "compile_ns": 5118299, + "install_ns": 42426, + "osr_ns": 0, + "steady_state_ns": 27180 + } + }, + { + "pair_index": 15, + "elapsed_ns": 32410, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233500, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 7127745, + "runtime_create_ns": 26097, + "jit_attach_ns": 54332, + "context_create_ns": 98847, + "definition_eval_ns": 36539, + "first_eval_ns": 225709, + "threshold_crossing_ns": 6625651, + "compile_ns": 6274372, + "install_ns": 60252, + "osr_ns": 0, + "steady_state_ns": 32410 + } + }, + { + "pair_index": 16, + "elapsed_ns": 27314, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 241676, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6830977, + "runtime_create_ns": 24658, + "jit_attach_ns": 52853, + "context_create_ns": 101685, + "definition_eval_ns": 36160, + "first_eval_ns": 232534, + "threshold_crossing_ns": 6329060, + "compile_ns": 5904374, + "install_ns": 50326, + "osr_ns": 0, + "steady_state_ns": 27314 + } + }, + { + "pair_index": 17, + "elapsed_ns": 28456, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228853, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9940992, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6999055, + "runtime_create_ns": 24935, + "jit_attach_ns": 49963, + "context_create_ns": 97958, + "definition_eval_ns": 39849, + "first_eval_ns": 243531, + "threshold_crossing_ns": 6486959, + "compile_ns": 6052646, + "install_ns": 47065, + "osr_ns": 0, + "steady_state_ns": 28456 + } + }, + { + "pair_index": 18, + "elapsed_ns": 27607, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227360, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10010624, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6916915, + "runtime_create_ns": 27350, + "jit_attach_ns": 54858, + "context_create_ns": 101823, + "definition_eval_ns": 40409, + "first_eval_ns": 232440, + "threshold_crossing_ns": 6403149, + "compile_ns": 6003399, + "install_ns": 54618, + "osr_ns": 0, + "steady_state_ns": 27607 + } + }, + { + "pair_index": 19, + "elapsed_ns": 27185, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 226687, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6591098, + "runtime_create_ns": 22661, + "jit_attach_ns": 51411, + "context_create_ns": 99746, + "definition_eval_ns": 37144, + "first_eval_ns": 214993, + "threshold_crossing_ns": 6108102, + "compile_ns": 5705130, + "install_ns": 79811, + "osr_ns": 0, + "steady_state_ns": 27185 + } + }, + { + "pair_index": 20, + "elapsed_ns": 26950, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 226073, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9932800, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6311811, + "runtime_create_ns": 27129, + "jit_attach_ns": 54931, + "context_create_ns": 97120, + "definition_eval_ns": 35627, + "first_eval_ns": 281193, + "threshold_crossing_ns": 5759485, + "compile_ns": 5357071, + "install_ns": 52172, + "osr_ns": 0, + "steady_state_ns": 26950 + } + }, + { + "pair_index": 21, + "elapsed_ns": 26911, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227352, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6779503, + "runtime_create_ns": 23522, + "jit_attach_ns": 51743, + "context_create_ns": 99864, + "definition_eval_ns": 35496, + "first_eval_ns": 218513, + "threshold_crossing_ns": 6295773, + "compile_ns": 5862376, + "install_ns": 44715, + "osr_ns": 0, + "steady_state_ns": 26911 + } + }, + { + "pair_index": 22, + "elapsed_ns": 26538, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 232218, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6066577, + "runtime_create_ns": 23162, + "jit_attach_ns": 47743, + "context_create_ns": 100858, + "definition_eval_ns": 33965, + "first_eval_ns": 223930, + "threshold_crossing_ns": 5582526, + "compile_ns": 5236337, + "install_ns": 44041, + "osr_ns": 0, + "steady_state_ns": 26538 + } + }, + { + "pair_index": 23, + "elapsed_ns": 27055, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 240958, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9793536, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6913661, + "runtime_create_ns": 25155, + "jit_attach_ns": 51694, + "context_create_ns": 104101, + "definition_eval_ns": 41390, + "first_eval_ns": 242996, + "threshold_crossing_ns": 6394180, + "compile_ns": 5954458, + "install_ns": 51440, + "osr_ns": 0, + "steady_state_ns": 27055 + } + }, + { + "pair_index": 24, + "elapsed_ns": 28709, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 226476, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9932800, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 5924662, + "runtime_create_ns": 27069, + "jit_attach_ns": 50916, + "context_create_ns": 102096, + "definition_eval_ns": 39291, + "first_eval_ns": 217049, + "threshold_crossing_ns": 5432692, + "compile_ns": 5103880, + "install_ns": 43536, + "osr_ns": 0, + "steady_state_ns": 28709 + } + }, + { + "pair_index": 25, + "elapsed_ns": 26802, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228459, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9932800, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6229396, + "runtime_create_ns": 25582, + "jit_attach_ns": 49887, + "context_create_ns": 95594, + "definition_eval_ns": 32191, + "first_eval_ns": 228347, + "threshold_crossing_ns": 5744478, + "compile_ns": 5385924, + "install_ns": 42514, + "osr_ns": 0, + "steady_state_ns": 26802 + } + }, + { + "pair_index": 26, + "elapsed_ns": 26853, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228093, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6383827, + "runtime_create_ns": 24715, + "jit_attach_ns": 51294, + "context_create_ns": 99940, + "definition_eval_ns": 34773, + "first_eval_ns": 219545, + "threshold_crossing_ns": 5899334, + "compile_ns": 5487491, + "install_ns": 46037, + "osr_ns": 0, + "steady_state_ns": 26853 + } + }, + { + "pair_index": 27, + "elapsed_ns": 26960, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228385, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9969664, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6512331, + "runtime_create_ns": 26193, + "jit_attach_ns": 52476, + "context_create_ns": 103469, + "definition_eval_ns": 39637, + "first_eval_ns": 223620, + "threshold_crossing_ns": 6010698, + "compile_ns": 5616763, + "install_ns": 51418, + "osr_ns": 0, + "steady_state_ns": 26960 + } + }, + { + "pair_index": 28, + "elapsed_ns": 27119, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 235291, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6805850, + "runtime_create_ns": 26222, + "jit_attach_ns": 55907, + "context_create_ns": 105257, + "definition_eval_ns": 41509, + "first_eval_ns": 217599, + "threshold_crossing_ns": 6303524, + "compile_ns": 5890634, + "install_ns": 49796, + "osr_ns": 0, + "steady_state_ns": 27119 + } + }, + { + "pair_index": 29, + "elapsed_ns": 26698, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 234473, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9969664, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6398442, + "runtime_create_ns": 35559, + "jit_attach_ns": 76787, + "context_create_ns": 119775, + "definition_eval_ns": 56866, + "first_eval_ns": 244434, + "threshold_crossing_ns": 5804971, + "compile_ns": 5342462, + "install_ns": 49417, + "osr_ns": 0, + "steady_state_ns": 26698 + } + } + ], + "raw_latency_ns": [ + 44542, + 40588, + 28643, + 26906, + 26716, + 27485, + 26651, + 26678, + 26354, + 31246, + 27069, + 32470, + 26773, + 26957, + 27180, + 32410, + 27314, + 28456, + 27607, + 27185, + 26950, + 26911, + 26538, + 27055, + 28709, + 26802, + 26853, + 26960, + 27119, + 26698 + ], + "raw_throughput_ops": [ + 142, + 140, + 147, + 150, + 142, + 140, + 134, + 150, + 149, + 146 + ], + "median_ns": 27069, + "mad_ns": 371, + "p95_ns": 40588, + "p99_ns": 44542, + "ci95_ns": [ + 26911, + 27485 + ], + "compile_ns": 5616763, + "install_ns": 49417, + "break_even_executions": 10 + }, + { + "name": "scalar-loop", + "suite": "rquickjs-jit focused", + "group": "scalar-loop", + "designated_kernel": true, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 26729, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 242686, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9895936, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6110210, + "runtime_create_ns": 24397, + "jit_attach_ns": 50472, + "context_create_ns": 98472, + "definition_eval_ns": 33556, + "first_eval_ns": 216445, + "threshold_crossing_ns": 5632996, + "compile_ns": 5277257, + "install_ns": 42375, + "osr_ns": 0, + "steady_state_ns": 26729 + } + }, + { + "pair_index": 1, + "elapsed_ns": 28175, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228360, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9854976, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6184269, + "runtime_create_ns": 26860, + "jit_attach_ns": 51242, + "context_create_ns": 95837, + "definition_eval_ns": 31265, + "first_eval_ns": 217568, + "threshold_crossing_ns": 5705206, + "compile_ns": 5427988, + "install_ns": 40039, + "osr_ns": 0, + "steady_state_ns": 28175 + } + }, + { + "pair_index": 2, + "elapsed_ns": 27868, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228220, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9945088, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6839328, + "runtime_create_ns": 24596, + "jit_attach_ns": 48752, + "context_create_ns": 102725, + "definition_eval_ns": 35329, + "first_eval_ns": 213036, + "threshold_crossing_ns": 6360036, + "compile_ns": 6044384, + "install_ns": 47523, + "osr_ns": 0, + "steady_state_ns": 27868 + } + }, + { + "pair_index": 3, + "elapsed_ns": 31438, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 232334, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9953280, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6064011, + "runtime_create_ns": 22307, + "jit_attach_ns": 54441, + "context_create_ns": 98796, + "definition_eval_ns": 34378, + "first_eval_ns": 216648, + "threshold_crossing_ns": 5579603, + "compile_ns": 5235029, + "install_ns": 38785, + "osr_ns": 0, + "steady_state_ns": 31438 + } + }, + { + "pair_index": 4, + "elapsed_ns": 36127, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 220939, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9916416, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6069880, + "runtime_create_ns": 23925, + "jit_attach_ns": 56047, + "context_create_ns": 100149, + "definition_eval_ns": 44740, + "first_eval_ns": 222930, + "threshold_crossing_ns": 5557387, + "compile_ns": 5210602, + "install_ns": 39919, + "osr_ns": 0, + "steady_state_ns": 36127 + } + }, + { + "pair_index": 5, + "elapsed_ns": 26598, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 231893, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9969664, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6236119, + "runtime_create_ns": 22283, + "jit_attach_ns": 47641, + "context_create_ns": 100534, + "definition_eval_ns": 33584, + "first_eval_ns": 216628, + "threshold_crossing_ns": 5762280, + "compile_ns": 5409485, + "install_ns": 44244, + "osr_ns": 0, + "steady_state_ns": 26598 + } + }, + { + "pair_index": 6, + "elapsed_ns": 27142, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 238999, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9936896, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6887663, + "runtime_create_ns": 24942, + "jit_attach_ns": 47632, + "context_create_ns": 96143, + "definition_eval_ns": 31811, + "first_eval_ns": 217288, + "threshold_crossing_ns": 6416286, + "compile_ns": 6047862, + "install_ns": 45595, + "osr_ns": 0, + "steady_state_ns": 27142 + } + }, + { + "pair_index": 7, + "elapsed_ns": 26583, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228479, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9883648, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6073595, + "runtime_create_ns": 22640, + "jit_attach_ns": 47919, + "context_create_ns": 109863, + "definition_eval_ns": 38240, + "first_eval_ns": 222087, + "threshold_crossing_ns": 5577440, + "compile_ns": 5227082, + "install_ns": 43752, + "osr_ns": 0, + "steady_state_ns": 26583 + } + }, + { + "pair_index": 8, + "elapsed_ns": 26610, + "checksum": "number:413e809800000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 234744, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9953280, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 11100963, + "runtime_create_ns": 29244, + "jit_attach_ns": 58856, + "context_create_ns": 111254, + "definition_eval_ns": 53522, + "first_eval_ns": 241181, + "threshold_crossing_ns": 10547818, + "compile_ns": 10140448, + "install_ns": 67465, + "osr_ns": 0, + "steady_state_ns": 26610 + } + }, + { + "pair_index": 9, + "elapsed_ns": 26967, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227546, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9961472, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 5886350, + "runtime_create_ns": 24452, + "jit_attach_ns": 50419, + "context_create_ns": 98427, + "definition_eval_ns": 37125, + "first_eval_ns": 217828, + "threshold_crossing_ns": 5403329, + "compile_ns": 5105805, + "install_ns": 42867, + "osr_ns": 0, + "steady_state_ns": 26967 + } + }, + { + "pair_index": 10, + "elapsed_ns": 26642, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227384, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9932800, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6022175, + "runtime_create_ns": 24065, + "jit_attach_ns": 46988, + "context_create_ns": 96036, + "definition_eval_ns": 31740, + "first_eval_ns": 220094, + "threshold_crossing_ns": 5548829, + "compile_ns": 5245233, + "install_ns": 40725, + "osr_ns": 0, + "steady_state_ns": 26642 + } + }, + { + "pair_index": 11, + "elapsed_ns": 27203, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227239, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9969664, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6048107, + "runtime_create_ns": 25443, + "jit_attach_ns": 47170, + "context_create_ns": 97056, + "definition_eval_ns": 35400, + "first_eval_ns": 222249, + "threshold_crossing_ns": 5567126, + "compile_ns": 5229733, + "install_ns": 38262, + "osr_ns": 0, + "steady_state_ns": 27203 + } + }, + { + "pair_index": 12, + "elapsed_ns": 27621, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 231340, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10010624, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6054978, + "runtime_create_ns": 24290, + "jit_attach_ns": 48542, + "context_create_ns": 96503, + "definition_eval_ns": 32698, + "first_eval_ns": 212734, + "threshold_crossing_ns": 5578621, + "compile_ns": 5230553, + "install_ns": 38615, + "osr_ns": 0, + "steady_state_ns": 27621 + } + }, + { + "pair_index": 13, + "elapsed_ns": 26555, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 234726, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9846784, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6036648, + "runtime_create_ns": 24916, + "jit_attach_ns": 47906, + "context_create_ns": 97091, + "definition_eval_ns": 32691, + "first_eval_ns": 219968, + "threshold_crossing_ns": 5559171, + "compile_ns": 5235257, + "install_ns": 40066, + "osr_ns": 0, + "steady_state_ns": 26555 + } + }, + { + "pair_index": 14, + "elapsed_ns": 26712, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228448, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9936896, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6713188, + "runtime_create_ns": 24088, + "jit_attach_ns": 47945, + "context_create_ns": 99189, + "definition_eval_ns": 33696, + "first_eval_ns": 215064, + "threshold_crossing_ns": 6238570, + "compile_ns": 5889761, + "install_ns": 40246, + "osr_ns": 0, + "steady_state_ns": 26712 + } + }, + { + "pair_index": 15, + "elapsed_ns": 27145, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 240771, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6057242, + "runtime_create_ns": 21987, + "jit_attach_ns": 46508, + "context_create_ns": 99579, + "definition_eval_ns": 34169, + "first_eval_ns": 217386, + "threshold_crossing_ns": 5583440, + "compile_ns": 5259266, + "install_ns": 42181, + "osr_ns": 0, + "steady_state_ns": 27145 + } + }, + { + "pair_index": 16, + "elapsed_ns": 27250, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 246562, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9920512, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6266174, + "runtime_create_ns": 24284, + "jit_attach_ns": 48182, + "context_create_ns": 101503, + "definition_eval_ns": 35941, + "first_eval_ns": 215014, + "threshold_crossing_ns": 5785840, + "compile_ns": 5420033, + "install_ns": 43569, + "osr_ns": 0, + "steady_state_ns": 27250 + } + }, + { + "pair_index": 17, + "elapsed_ns": 27273, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 231039, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9887744, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6210050, + "runtime_create_ns": 22374, + "jit_attach_ns": 49000, + "context_create_ns": 102807, + "definition_eval_ns": 36112, + "first_eval_ns": 217260, + "threshold_crossing_ns": 5729006, + "compile_ns": 5369395, + "install_ns": 41249, + "osr_ns": 0, + "steady_state_ns": 27273 + } + }, + { + "pair_index": 18, + "elapsed_ns": 26993, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 232236, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9998336, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6705824, + "runtime_create_ns": 21527, + "jit_attach_ns": 49190, + "context_create_ns": 98138, + "definition_eval_ns": 37388, + "first_eval_ns": 215408, + "threshold_crossing_ns": 6227989, + "compile_ns": 5866024, + "install_ns": 44661, + "osr_ns": 0, + "steady_state_ns": 26993 + } + }, + { + "pair_index": 19, + "elapsed_ns": 27057, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 232760, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10006528, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6365868, + "runtime_create_ns": 24730, + "jit_attach_ns": 52194, + "context_create_ns": 100930, + "definition_eval_ns": 36318, + "first_eval_ns": 223953, + "threshold_crossing_ns": 5867249, + "compile_ns": 5532281, + "install_ns": 43960, + "osr_ns": 0, + "steady_state_ns": 27057 + } + }, + { + "pair_index": 20, + "elapsed_ns": 27034, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 232990, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6058885, + "runtime_create_ns": 22433, + "jit_attach_ns": 49402, + "context_create_ns": 97486, + "definition_eval_ns": 36470, + "first_eval_ns": 211271, + "threshold_crossing_ns": 5582987, + "compile_ns": 5261884, + "install_ns": 43163, + "osr_ns": 0, + "steady_state_ns": 27034 + } + }, + { + "pair_index": 21, + "elapsed_ns": 27321, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 230446, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6216578, + "runtime_create_ns": 26476, + "jit_attach_ns": 47924, + "context_create_ns": 100337, + "definition_eval_ns": 35733, + "first_eval_ns": 213247, + "threshold_crossing_ns": 5738442, + "compile_ns": 5417732, + "install_ns": 44278, + "osr_ns": 0, + "steady_state_ns": 27321 + } + }, + { + "pair_index": 22, + "elapsed_ns": 26820, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 234372, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9986048, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6067109, + "runtime_create_ns": 22906, + "jit_attach_ns": 50988, + "context_create_ns": 108432, + "definition_eval_ns": 36001, + "first_eval_ns": 220632, + "threshold_crossing_ns": 5573254, + "compile_ns": 5212398, + "install_ns": 44452, + "osr_ns": 0, + "steady_state_ns": 26820 + } + }, + { + "pair_index": 23, + "elapsed_ns": 27325, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 232447, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9891840, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6209881, + "runtime_create_ns": 24010, + "jit_attach_ns": 48635, + "context_create_ns": 96564, + "definition_eval_ns": 32009, + "first_eval_ns": 218554, + "threshold_crossing_ns": 5736122, + "compile_ns": 5410791, + "install_ns": 39606, + "osr_ns": 0, + "steady_state_ns": 27325 + } + }, + { + "pair_index": 24, + "elapsed_ns": 27058, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233102, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6390683, + "runtime_create_ns": 23102, + "jit_attach_ns": 48664, + "context_create_ns": 98538, + "definition_eval_ns": 32096, + "first_eval_ns": 218154, + "threshold_crossing_ns": 5915562, + "compile_ns": 5562585, + "install_ns": 40413, + "osr_ns": 0, + "steady_state_ns": 27058 + } + }, + { + "pair_index": 25, + "elapsed_ns": 33685, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229004, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6382861, + "runtime_create_ns": 23128, + "jit_attach_ns": 47668, + "context_create_ns": 98841, + "definition_eval_ns": 30332, + "first_eval_ns": 225348, + "threshold_crossing_ns": 5895942, + "compile_ns": 5530215, + "install_ns": 43745, + "osr_ns": 0, + "steady_state_ns": 33685 + } + }, + { + "pair_index": 26, + "elapsed_ns": 26487, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229245, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9936896, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6203680, + "runtime_create_ns": 23158, + "jit_attach_ns": 49528, + "context_create_ns": 104692, + "definition_eval_ns": 36700, + "first_eval_ns": 214367, + "threshold_crossing_ns": 5722353, + "compile_ns": 5430259, + "install_ns": 39804, + "osr_ns": 0, + "steady_state_ns": 26487 + } + }, + { + "pair_index": 27, + "elapsed_ns": 27047, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229003, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9854976, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6208119, + "runtime_create_ns": 25683, + "jit_attach_ns": 50146, + "context_create_ns": 94583, + "definition_eval_ns": 31181, + "first_eval_ns": 212435, + "threshold_crossing_ns": 5740743, + "compile_ns": 5373018, + "install_ns": 39381, + "osr_ns": 0, + "steady_state_ns": 27047 + } + }, + { + "pair_index": 28, + "elapsed_ns": 29261, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 226173, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9863168, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 6105608, + "runtime_create_ns": 24836, + "jit_attach_ns": 51647, + "context_create_ns": 97406, + "definition_eval_ns": 32223, + "first_eval_ns": 232360, + "threshold_crossing_ns": 5611303, + "compile_ns": 5262421, + "install_ns": 42403, + "osr_ns": 0, + "steady_state_ns": 29261 + } + }, + { + "pair_index": 29, + "elapsed_ns": 26856, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 234900, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9932800, + "code_bytes": 15354, + "metadata_bytes": 5716, + "peak_compiler_bytes": 1617, + "phases": { + "total_ns": 8537466, + "runtime_create_ns": 40507, + "jit_attach_ns": 118676, + "context_create_ns": 113419, + "definition_eval_ns": 51100, + "first_eval_ns": 269527, + "threshold_crossing_ns": 7873293, + "compile_ns": 7346310, + "install_ns": 135045, + "osr_ns": 0, + "steady_state_ns": 26856 + } + } + ], + "raw_latency_ns": [ + 26729, + 28175, + 27868, + 31438, + 36127, + 26598, + 27142, + 26583, + 26610, + 26967, + 26642, + 27203, + 27621, + 26555, + 26712, + 27145, + 27250, + 27273, + 26993, + 27057, + 27034, + 27321, + 26820, + 27325, + 27058, + 33685, + 26487, + 27047, + 29261, + 26856 + ], + "raw_throughput_ops": [ + 140, + 143, + 145, + 148, + 147, + 145, + 142, + 145, + 147, + 146 + ], + "median_ns": 27058, + "mad_ns": 329, + "p95_ns": 33685, + "p99_ns": 36127, + "ci95_ns": [ + 26967, + 27273 + ], + "compile_ns": 5409485, + "install_ns": 42403, + "break_even_executions": 10 + }, + { + "name": "call-heavy", + "suite": "rquickjs-jit focused", + "group": "call-heavy", + "designated_kernel": true, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 315080, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 2011, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12130324, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11063296, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 19365331, + "runtime_create_ns": 24669, + "jit_attach_ns": 52351, + "context_create_ns": 103700, + "definition_eval_ns": 63674, + "first_eval_ns": 2333105, + "threshold_crossing_ns": 16415406, + "compile_ns": 16691175, + "install_ns": 85993, + "osr_ns": 0, + "steady_state_ns": 315080 + } + }, + { + "pair_index": 1, + "elapsed_ns": 320687, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2001, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14377987, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18462232, + "runtime_create_ns": 25670, + "jit_attach_ns": 52561, + "context_create_ns": 102649, + "definition_eval_ns": 66546, + "first_eval_ns": 2317931, + "threshold_crossing_ns": 15519172, + "compile_ns": 15617794, + "install_ns": 85308, + "osr_ns": 0, + "steady_state_ns": 320687 + } + }, + { + "pair_index": 2, + "elapsed_ns": 313312, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2002, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13520897, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10985472, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18796478, + "runtime_create_ns": 25223, + "jit_attach_ns": 54735, + "context_create_ns": 104145, + "definition_eval_ns": 60869, + "first_eval_ns": 2356887, + "threshold_crossing_ns": 15823219, + "compile_ns": 15991855, + "install_ns": 84938, + "osr_ns": 0, + "steady_state_ns": 313312 + } + }, + { + "pair_index": 3, + "elapsed_ns": 325720, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2002, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13651519, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11165696, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18650841, + "runtime_create_ns": 23857, + "jit_attach_ns": 52191, + "context_create_ns": 105078, + "definition_eval_ns": 62340, + "first_eval_ns": 2346488, + "threshold_crossing_ns": 15677022, + "compile_ns": 15885773, + "install_ns": 84043, + "osr_ns": 0, + "steady_state_ns": 325720 + } + }, + { + "pair_index": 4, + "elapsed_ns": 314170, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2001, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14351103, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11091968, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 19130351, + "runtime_create_ns": 26915, + "jit_attach_ns": 51891, + "context_create_ns": 106693, + "definition_eval_ns": 61183, + "first_eval_ns": 2333303, + "threshold_crossing_ns": 16176537, + "compile_ns": 16327902, + "install_ns": 88172, + "osr_ns": 0, + "steady_state_ns": 314170 + } + }, + { + "pair_index": 5, + "elapsed_ns": 321153, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2001, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14392022, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11014144, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18506568, + "runtime_create_ns": 25966, + "jit_attach_ns": 54799, + "context_create_ns": 108277, + "definition_eval_ns": 64567, + "first_eval_ns": 2356280, + "threshold_crossing_ns": 15515854, + "compile_ns": 15716032, + "install_ns": 81828, + "osr_ns": 0, + "steady_state_ns": 321153 + } + }, + { + "pair_index": 6, + "elapsed_ns": 315077, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2001, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14373591, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11112448, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18563749, + "runtime_create_ns": 36491, + "jit_attach_ns": 65655, + "context_create_ns": 101272, + "definition_eval_ns": 53195, + "first_eval_ns": 2332218, + "threshold_crossing_ns": 15598576, + "compile_ns": 15728591, + "install_ns": 81892, + "osr_ns": 0, + "steady_state_ns": 315077 + } + }, + { + "pair_index": 7, + "elapsed_ns": 323642, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 2011, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12157711, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10952704, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 19418828, + "runtime_create_ns": 24117, + "jit_attach_ns": 52853, + "context_create_ns": 117160, + "definition_eval_ns": 62136, + "first_eval_ns": 2340005, + "threshold_crossing_ns": 16440923, + "compile_ns": 16759737, + "install_ns": 87694, + "osr_ns": 0, + "steady_state_ns": 323642 + } + }, + { + "pair_index": 8, + "elapsed_ns": 318812, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2002, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13598366, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18723546, + "runtime_create_ns": 24851, + "jit_attach_ns": 53274, + "context_create_ns": 102717, + "definition_eval_ns": 60453, + "first_eval_ns": 2354802, + "threshold_crossing_ns": 15751379, + "compile_ns": 15919730, + "install_ns": 116863, + "osr_ns": 0, + "steady_state_ns": 318812 + } + }, + { + "pair_index": 9, + "elapsed_ns": 323884, + "checksum": "number:40bb580000000000", + "native_entries": 4014, + "native_acquisitions": 144, + "native_exits": 4014, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 4010, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 14492864, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 19888883, + "runtime_create_ns": 24142, + "jit_attach_ns": 51129, + "context_create_ns": 103125, + "definition_eval_ns": 60195, + "first_eval_ns": 2346306, + "threshold_crossing_ns": 14392353, + "compile_ns": 14729380, + "install_ns": 62572, + "osr_ns": 0, + "steady_state_ns": 323884 + } + }, + { + "pair_index": 10, + "elapsed_ns": 313786, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2001, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14287110, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11001856, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18477453, + "runtime_create_ns": 24944, + "jit_attach_ns": 55655, + "context_create_ns": 97420, + "definition_eval_ns": 50540, + "first_eval_ns": 2350015, + "threshold_crossing_ns": 15527216, + "compile_ns": 15637936, + "install_ns": 91253, + "osr_ns": 0, + "steady_state_ns": 313786 + } + }, + { + "pair_index": 11, + "elapsed_ns": 317160, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 142, + "native_exits": 4013, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3, + "tier2_entries": 4010, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 15756315, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11116544, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 19662966, + "runtime_create_ns": 30929, + "jit_attach_ns": 52226, + "context_create_ns": 102844, + "definition_eval_ns": 62313, + "first_eval_ns": 2348875, + "threshold_crossing_ns": 14135747, + "compile_ns": 14456866, + "install_ns": 75144, + "osr_ns": 0, + "steady_state_ns": 317160 + } + }, + { + "pair_index": 12, + "elapsed_ns": 313957, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2001, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14292938, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10997760, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18474807, + "runtime_create_ns": 25346, + "jit_attach_ns": 52815, + "context_create_ns": 116880, + "definition_eval_ns": 62287, + "first_eval_ns": 2338211, + "threshold_crossing_ns": 15497306, + "compile_ns": 15642635, + "install_ns": 81784, + "osr_ns": 0, + "steady_state_ns": 313957 + } + }, + { + "pair_index": 13, + "elapsed_ns": 312236, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 142, + "native_exits": 4013, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2002, + "tier2_entries": 2011, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 2008, + "measured_benefit_ns": 15148463, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11014144, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 19623286, + "runtime_create_ns": 26467, + "jit_attach_ns": 51763, + "context_create_ns": 100323, + "definition_eval_ns": 58179, + "first_eval_ns": 2338721, + "threshold_crossing_ns": 16678184, + "compile_ns": 16333931, + "install_ns": 73406, + "osr_ns": 0, + "steady_state_ns": 312236 + } + }, + { + "pair_index": 14, + "elapsed_ns": 323889, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2002, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13714566, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11079680, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18639027, + "runtime_create_ns": 24372, + "jit_attach_ns": 51987, + "context_create_ns": 99089, + "definition_eval_ns": 49645, + "first_eval_ns": 2353686, + "threshold_crossing_ns": 15679134, + "compile_ns": 15781418, + "install_ns": 88930, + "osr_ns": 0, + "steady_state_ns": 323889 + } + }, + { + "pair_index": 15, + "elapsed_ns": 324943, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2001, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14433279, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11083776, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18450375, + "runtime_create_ns": 26367, + "jit_attach_ns": 55099, + "context_create_ns": 103181, + "definition_eval_ns": 62550, + "first_eval_ns": 2344995, + "threshold_crossing_ns": 15474774, + "compile_ns": 15630641, + "install_ns": 75383, + "osr_ns": 0, + "steady_state_ns": 324943 + } + }, + { + "pair_index": 16, + "elapsed_ns": 324048, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2001, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14353723, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11055104, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18524937, + "runtime_create_ns": 29475, + "jit_attach_ns": 56011, + "context_create_ns": 103353, + "definition_eval_ns": 63150, + "first_eval_ns": 2353188, + "threshold_crossing_ns": 15538162, + "compile_ns": 15742511, + "install_ns": 79672, + "osr_ns": 0, + "steady_state_ns": 324048 + } + }, + { + "pair_index": 17, + "elapsed_ns": 327076, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2002, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13579270, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11145216, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18755207, + "runtime_create_ns": 23721, + "jit_attach_ns": 49818, + "context_create_ns": 103817, + "definition_eval_ns": 58893, + "first_eval_ns": 2359428, + "threshold_crossing_ns": 15774852, + "compile_ns": 15932184, + "install_ns": 99847, + "osr_ns": 0, + "steady_state_ns": 327076 + } + }, + { + "pair_index": 18, + "elapsed_ns": 323425, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2001, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14641870, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11157504, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18624673, + "runtime_create_ns": 22653, + "jit_attach_ns": 59183, + "context_create_ns": 102788, + "definition_eval_ns": 58238, + "first_eval_ns": 2324326, + "threshold_crossing_ns": 15674791, + "compile_ns": 15747751, + "install_ns": 83226, + "osr_ns": 0, + "steady_state_ns": 323425 + } + }, + { + "pair_index": 19, + "elapsed_ns": 317834, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 143, + "native_exits": 4013, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3, + "tier2_entries": 4010, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 15738480, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11124736, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 19623742, + "runtime_create_ns": 26528, + "jit_attach_ns": 48207, + "context_create_ns": 100993, + "definition_eval_ns": 56788, + "first_eval_ns": 2342616, + "threshold_crossing_ns": 14120515, + "compile_ns": 14434612, + "install_ns": 70096, + "osr_ns": 0, + "steady_state_ns": 317834 + } + }, + { + "pair_index": 20, + "elapsed_ns": 314376, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2001, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14367007, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11018240, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18505450, + "runtime_create_ns": 25799, + "jit_attach_ns": 52983, + "context_create_ns": 104053, + "definition_eval_ns": 62662, + "first_eval_ns": 2334583, + "threshold_crossing_ns": 15552741, + "compile_ns": 15712110, + "install_ns": 83672, + "osr_ns": 0, + "steady_state_ns": 314376 + } + }, + { + "pair_index": 21, + "elapsed_ns": 315037, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2001, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14273078, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11243520, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18395953, + "runtime_create_ns": 23048, + "jit_attach_ns": 52906, + "context_create_ns": 105434, + "definition_eval_ns": 68115, + "first_eval_ns": 2361142, + "threshold_crossing_ns": 15412156, + "compile_ns": 15560139, + "install_ns": 87451, + "osr_ns": 0, + "steady_state_ns": 315037 + } + }, + { + "pair_index": 22, + "elapsed_ns": 322343, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2001, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14339681, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11083776, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18466945, + "runtime_create_ns": 25437, + "jit_attach_ns": 55596, + "context_create_ns": 108607, + "definition_eval_ns": 65592, + "first_eval_ns": 2351563, + "threshold_crossing_ns": 15479800, + "compile_ns": 15619310, + "install_ns": 84460, + "osr_ns": 0, + "steady_state_ns": 322343 + } + }, + { + "pair_index": 23, + "elapsed_ns": 313923, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2001, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14417979, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11083776, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18549654, + "runtime_create_ns": 28276, + "jit_attach_ns": 56042, + "context_create_ns": 106825, + "definition_eval_ns": 72863, + "first_eval_ns": 2348339, + "threshold_crossing_ns": 15545646, + "compile_ns": 15740038, + "install_ns": 84325, + "osr_ns": 0, + "steady_state_ns": 313923 + } + }, + { + "pair_index": 24, + "elapsed_ns": 315280, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2002, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13581390, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10977280, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18769828, + "runtime_create_ns": 29591, + "jit_attach_ns": 56127, + "context_create_ns": 112036, + "definition_eval_ns": 61753, + "first_eval_ns": 2336100, + "threshold_crossing_ns": 15800605, + "compile_ns": 16070975, + "install_ns": 114352, + "osr_ns": 0, + "steady_state_ns": 315280 + } + }, + { + "pair_index": 25, + "elapsed_ns": 312892, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2002, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13576924, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11091968, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18650417, + "runtime_create_ns": 26579, + "jit_attach_ns": 50676, + "context_create_ns": 108230, + "definition_eval_ns": 58804, + "first_eval_ns": 2314810, + "threshold_crossing_ns": 15720441, + "compile_ns": 15866264, + "install_ns": 89414, + "osr_ns": 0, + "steady_state_ns": 312892 + } + }, + { + "pair_index": 26, + "elapsed_ns": 312993, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3, + "tier2_entries": 2011, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12198815, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11067392, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 19760254, + "runtime_create_ns": 24729, + "jit_attach_ns": 51018, + "context_create_ns": 99640, + "definition_eval_ns": 51035, + "first_eval_ns": 2318511, + "threshold_crossing_ns": 16834095, + "compile_ns": 17035495, + "install_ns": 103919, + "osr_ns": 0, + "steady_state_ns": 312993 + } + }, + { + "pair_index": 27, + "elapsed_ns": 315153, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2001, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14310387, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10993664, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18451026, + "runtime_create_ns": 23826, + "jit_attach_ns": 60578, + "context_create_ns": 108968, + "definition_eval_ns": 67500, + "first_eval_ns": 2315760, + "threshold_crossing_ns": 15502440, + "compile_ns": 15660820, + "install_ns": 87435, + "osr_ns": 0, + "steady_state_ns": 315153 + } + }, + { + "pair_index": 28, + "elapsed_ns": 326283, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2002, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13586368, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11128832, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 18673015, + "runtime_create_ns": 25912, + "jit_attach_ns": 51653, + "context_create_ns": 102960, + "definition_eval_ns": 61478, + "first_eval_ns": 2345277, + "threshold_crossing_ns": 15696591, + "compile_ns": 15880126, + "install_ns": 92711, + "osr_ns": 0, + "steady_state_ns": 326283 + } + }, + { + "pair_index": 29, + "elapsed_ns": 314700, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 142, + "native_exits": 4013, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3, + "tier2_entries": 4010, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 15724482, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11096064, + "code_bytes": 36429, + "metadata_bytes": 11564, + "peak_compiler_bytes": 2805, + "phases": { + "total_ns": 19628657, + "runtime_create_ns": 26198, + "jit_attach_ns": 63487, + "context_create_ns": 103653, + "definition_eval_ns": 57543, + "first_eval_ns": 2334843, + "threshold_crossing_ns": 14134517, + "compile_ns": 14469542, + "install_ns": 63344, + "osr_ns": 0, + "steady_state_ns": 314700 + } + } + ], + "raw_latency_ns": [ + 315080, + 320687, + 313312, + 325720, + 314170, + 321153, + 315077, + 323642, + 318812, + 323884, + 313786, + 317160, + 313957, + 312236, + 323889, + 324943, + 324048, + 327076, + 323425, + 317834, + 314376, + 315037, + 322343, + 313923, + 315280, + 312892, + 312993, + 315153, + 326283, + 314700 + ], + "raw_throughput_ops": [ + 49, + 51, + 51, + 52, + 51, + 52, + 50, + 52, + 49, + 52 + ], + "median_ns": 317160, + "mad_ns": 3848, + "p95_ns": 326283, + "p99_ns": 327076, + "ci95_ns": [ + 315037, + 322343 + ], + "compile_ns": 15742511, + "install_ns": 84938, + "break_even_executions": 15 + }, + { + "name": "generic-call-entry", + "suite": "rquickjs-jit focused", + "group": "call-heavy", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 10210741, + "checksum": "number:409f400000000000", + "native_entries": 24004, + "native_acquisitions": 773, + "native_exits": 24004, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 24004, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10223616, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24449674, + "runtime_create_ns": 30493, + "jit_attach_ns": 59573, + "context_create_ns": 109623, + "definition_eval_ns": 62989, + "first_eval_ns": 2233756, + "threshold_crossing_ns": 10394859, + "compile_ns": 9736879, + "install_ns": 179660, + "osr_ns": 0, + "steady_state_ns": 10210741 + } + }, + { + "pair_index": 1, + "elapsed_ns": 10223520, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10047488, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24906228, + "runtime_create_ns": 29916, + "jit_attach_ns": 62055, + "context_create_ns": 109659, + "definition_eval_ns": 63635, + "first_eval_ns": 2267770, + "threshold_crossing_ns": 10782767, + "compile_ns": 9746770, + "install_ns": 45097, + "osr_ns": 0, + "steady_state_ns": 10223520 + } + }, + { + "pair_index": 2, + "elapsed_ns": 10836397, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10219520, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 25343195, + "runtime_create_ns": 25825, + "jit_attach_ns": 54502, + "context_create_ns": 100288, + "definition_eval_ns": 53895, + "first_eval_ns": 2259867, + "threshold_crossing_ns": 10665971, + "compile_ns": 9522133, + "install_ns": 38339, + "osr_ns": 0, + "steady_state_ns": 10836397 + } + }, + { + "pair_index": 3, + "elapsed_ns": 10203943, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10264576, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24926207, + "runtime_create_ns": 24866, + "jit_attach_ns": 57815, + "context_create_ns": 105772, + "definition_eval_ns": 67969, + "first_eval_ns": 2295035, + "threshold_crossing_ns": 10820717, + "compile_ns": 9810937, + "install_ns": 42815, + "osr_ns": 0, + "steady_state_ns": 10203943 + } + }, + { + "pair_index": 4, + "elapsed_ns": 10537061, + "checksum": "number:409f400000000000", + "native_entries": 24322, + "native_acquisitions": 787, + "native_exits": 24322, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 24322, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10186752, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 23903860, + "runtime_create_ns": 25560, + "jit_attach_ns": 57961, + "context_create_ns": 107698, + "definition_eval_ns": 79289, + "first_eval_ns": 2269681, + "threshold_crossing_ns": 9544546, + "compile_ns": 9560376, + "install_ns": 43090, + "osr_ns": 0, + "steady_state_ns": 10537061 + } + }, + { + "pair_index": 5, + "elapsed_ns": 10160925, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10199040, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 25124492, + "runtime_create_ns": 29476, + "jit_attach_ns": 72557, + "context_create_ns": 108846, + "definition_eval_ns": 83091, + "first_eval_ns": 2278634, + "threshold_crossing_ns": 11036766, + "compile_ns": 10083621, + "install_ns": 42450, + "osr_ns": 0, + "steady_state_ns": 10160925 + } + }, + { + "pair_index": 6, + "elapsed_ns": 10144775, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10125312, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24746667, + "runtime_create_ns": 29943, + "jit_attach_ns": 61700, + "context_create_ns": 99533, + "definition_eval_ns": 50879, + "first_eval_ns": 2241604, + "threshold_crossing_ns": 10768342, + "compile_ns": 9636521, + "install_ns": 49041, + "osr_ns": 0, + "steady_state_ns": 10144775 + } + }, + { + "pair_index": 7, + "elapsed_ns": 10177763, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10133504, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24644406, + "runtime_create_ns": 25710, + "jit_attach_ns": 54490, + "context_create_ns": 100219, + "definition_eval_ns": 49996, + "first_eval_ns": 2258614, + "threshold_crossing_ns": 10629872, + "compile_ns": 9484527, + "install_ns": 45195, + "osr_ns": 0, + "steady_state_ns": 10177763 + } + }, + { + "pair_index": 8, + "elapsed_ns": 10203954, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10043392, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24656240, + "runtime_create_ns": 25805, + "jit_attach_ns": 54964, + "context_create_ns": 104273, + "definition_eval_ns": 52387, + "first_eval_ns": 2260325, + "threshold_crossing_ns": 10606161, + "compile_ns": 9515367, + "install_ns": 40458, + "osr_ns": 0, + "steady_state_ns": 10203954 + } + }, + { + "pair_index": 9, + "elapsed_ns": 10185598, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10194944, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24805837, + "runtime_create_ns": 25236, + "jit_attach_ns": 61357, + "context_create_ns": 109376, + "definition_eval_ns": 74680, + "first_eval_ns": 2253806, + "threshold_crossing_ns": 10754260, + "compile_ns": 9648936, + "install_ns": 46679, + "osr_ns": 0, + "steady_state_ns": 10185598 + } + }, + { + "pair_index": 10, + "elapsed_ns": 10215235, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10203136, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24694776, + "runtime_create_ns": 23192, + "jit_attach_ns": 54964, + "context_create_ns": 100184, + "definition_eval_ns": 58877, + "first_eval_ns": 828220, + "threshold_crossing_ns": 12067784, + "compile_ns": 9482786, + "install_ns": 44661, + "osr_ns": 0, + "steady_state_ns": 10215235 + } + }, + { + "pair_index": 11, + "elapsed_ns": 10521193, + "checksum": "number:409f400000000000", + "native_entries": 26006, + "native_acquisitions": 839, + "native_exits": 26006, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26006, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 25664700, + "runtime_create_ns": 28542, + "jit_attach_ns": 70131, + "context_create_ns": 120055, + "definition_eval_ns": 72607, + "first_eval_ns": 2599374, + "threshold_crossing_ns": 10963400, + "compile_ns": 10612309, + "install_ns": 51839, + "osr_ns": 0, + "steady_state_ns": 10521193 + } + }, + { + "pair_index": 12, + "elapsed_ns": 10237869, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10121216, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24797458, + "runtime_create_ns": 22833, + "jit_attach_ns": 51100, + "context_create_ns": 102392, + "definition_eval_ns": 54117, + "first_eval_ns": 2283403, + "threshold_crossing_ns": 10694817, + "compile_ns": 9572373, + "install_ns": 47310, + "osr_ns": 0, + "steady_state_ns": 10237869 + } + }, + { + "pair_index": 13, + "elapsed_ns": 10162216, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10051584, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24509943, + "runtime_create_ns": 26186, + "jit_attach_ns": 49686, + "context_create_ns": 103328, + "definition_eval_ns": 53008, + "first_eval_ns": 2258669, + "threshold_crossing_ns": 10516196, + "compile_ns": 9415500, + "install_ns": 38773, + "osr_ns": 0, + "steady_state_ns": 10162216 + } + }, + { + "pair_index": 14, + "elapsed_ns": 10188601, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10043392, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24710869, + "runtime_create_ns": 26523, + "jit_attach_ns": 58324, + "context_create_ns": 105608, + "definition_eval_ns": 56990, + "first_eval_ns": 2255158, + "threshold_crossing_ns": 10671849, + "compile_ns": 9577335, + "install_ns": 41158, + "osr_ns": 0, + "steady_state_ns": 10188601 + } + }, + { + "pair_index": 15, + "elapsed_ns": 10219193, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10108928, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24847720, + "runtime_create_ns": 24360, + "jit_attach_ns": 55301, + "context_create_ns": 108113, + "definition_eval_ns": 63284, + "first_eval_ns": 2265124, + "threshold_crossing_ns": 10757323, + "compile_ns": 9709771, + "install_ns": 44251, + "osr_ns": 0, + "steady_state_ns": 10219193 + } + }, + { + "pair_index": 16, + "elapsed_ns": 10142255, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10145792, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24738346, + "runtime_create_ns": 26487, + "jit_attach_ns": 57975, + "context_create_ns": 121845, + "definition_eval_ns": 66156, + "first_eval_ns": 2263796, + "threshold_crossing_ns": 10712199, + "compile_ns": 9685212, + "install_ns": 43332, + "osr_ns": 0, + "steady_state_ns": 10142255 + } + }, + { + "pair_index": 17, + "elapsed_ns": 10202758, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10211328, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24850401, + "runtime_create_ns": 31854, + "jit_attach_ns": 61682, + "context_create_ns": 110590, + "definition_eval_ns": 66429, + "first_eval_ns": 2244575, + "threshold_crossing_ns": 10763503, + "compile_ns": 9724950, + "install_ns": 43925, + "osr_ns": 0, + "steady_state_ns": 10202758 + } + }, + { + "pair_index": 18, + "elapsed_ns": 10219109, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24804265, + "runtime_create_ns": 23516, + "jit_attach_ns": 56773, + "context_create_ns": 103262, + "definition_eval_ns": 55183, + "first_eval_ns": 2275456, + "threshold_crossing_ns": 10724607, + "compile_ns": 9623334, + "install_ns": 42919, + "osr_ns": 0, + "steady_state_ns": 10219109 + } + }, + { + "pair_index": 19, + "elapsed_ns": 10207603, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10211328, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 25007406, + "runtime_create_ns": 27075, + "jit_attach_ns": 63262, + "context_create_ns": 110826, + "definition_eval_ns": 66729, + "first_eval_ns": 2284338, + "threshold_crossing_ns": 10875013, + "compile_ns": 9871046, + "install_ns": 51821, + "osr_ns": 0, + "steady_state_ns": 10207603 + } + }, + { + "pair_index": 20, + "elapsed_ns": 10219080, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10219520, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 25156840, + "runtime_create_ns": 31160, + "jit_attach_ns": 63839, + "context_create_ns": 113084, + "definition_eval_ns": 69809, + "first_eval_ns": 2299136, + "threshold_crossing_ns": 11011125, + "compile_ns": 10022473, + "install_ns": 56462, + "osr_ns": 0, + "steady_state_ns": 10219080 + } + }, + { + "pair_index": 21, + "elapsed_ns": 10777495, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10194944, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 25351649, + "runtime_create_ns": 35714, + "jit_attach_ns": 59994, + "context_create_ns": 108912, + "definition_eval_ns": 61846, + "first_eval_ns": 2235674, + "threshold_crossing_ns": 10726637, + "compile_ns": 9655490, + "install_ns": 44065, + "osr_ns": 0, + "steady_state_ns": 10777495 + } + }, + { + "pair_index": 22, + "elapsed_ns": 10201505, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9998336, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 25152140, + "runtime_create_ns": 24338, + "jit_attach_ns": 59591, + "context_create_ns": 107413, + "definition_eval_ns": 55468, + "first_eval_ns": 2263756, + "threshold_crossing_ns": 11080954, + "compile_ns": 9633091, + "install_ns": 44675, + "osr_ns": 0, + "steady_state_ns": 10201505 + } + }, + { + "pair_index": 23, + "elapsed_ns": 10494964, + "checksum": "number:409f400000000000", + "native_entries": 26006, + "native_acquisitions": 839, + "native_exits": 26006, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26006, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10162176, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 25819369, + "runtime_create_ns": 28549, + "jit_attach_ns": 64032, + "context_create_ns": 112412, + "definition_eval_ns": 67343, + "first_eval_ns": 2242870, + "threshold_crossing_ns": 11530085, + "compile_ns": 10524202, + "install_ns": 58804, + "osr_ns": 0, + "steady_state_ns": 10494964 + } + }, + { + "pair_index": 24, + "elapsed_ns": 10202950, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9977856, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24060087, + "runtime_create_ns": 30926, + "jit_attach_ns": 62231, + "context_create_ns": 106477, + "definition_eval_ns": 62775, + "first_eval_ns": 2304465, + "threshold_crossing_ns": 9943959, + "compile_ns": 8998032, + "install_ns": 39097, + "osr_ns": 0, + "steady_state_ns": 10202950 + } + }, + { + "pair_index": 25, + "elapsed_ns": 10195453, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10194944, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24688762, + "runtime_create_ns": 26513, + "jit_attach_ns": 58336, + "context_create_ns": 103756, + "definition_eval_ns": 56545, + "first_eval_ns": 2250298, + "threshold_crossing_ns": 10645882, + "compile_ns": 9527859, + "install_ns": 41299, + "osr_ns": 0, + "steady_state_ns": 10195453 + } + }, + { + "pair_index": 26, + "elapsed_ns": 10167331, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10076160, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24706426, + "runtime_create_ns": 24307, + "jit_attach_ns": 56831, + "context_create_ns": 110980, + "definition_eval_ns": 53771, + "first_eval_ns": 2252168, + "threshold_crossing_ns": 10686182, + "compile_ns": 9532758, + "install_ns": 42306, + "osr_ns": 0, + "steady_state_ns": 10167331 + } + }, + { + "pair_index": 27, + "elapsed_ns": 10161392, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10264576, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24597183, + "runtime_create_ns": 21835, + "jit_attach_ns": 51523, + "context_create_ns": 100286, + "definition_eval_ns": 55488, + "first_eval_ns": 2248625, + "threshold_crossing_ns": 10619574, + "compile_ns": 9480353, + "install_ns": 40404, + "osr_ns": 0, + "steady_state_ns": 10161392 + } + }, + { + "pair_index": 28, + "elapsed_ns": 10195276, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10227712, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24610939, + "runtime_create_ns": 22095, + "jit_attach_ns": 51737, + "context_create_ns": 111741, + "definition_eval_ns": 54846, + "first_eval_ns": 2245430, + "threshold_crossing_ns": 10572608, + "compile_ns": 9432929, + "install_ns": 35657, + "osr_ns": 0, + "steady_state_ns": 10195276 + } + }, + { + "pair_index": 29, + "elapsed_ns": 10248126, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 26005, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10104832, + "code_bytes": 20448, + "metadata_bytes": 5248, + "peak_compiler_bytes": 1584, + "phases": { + "total_ns": 24707650, + "runtime_create_ns": 26859, + "jit_attach_ns": 54182, + "context_create_ns": 106313, + "definition_eval_ns": 59629, + "first_eval_ns": 2246210, + "threshold_crossing_ns": 10615263, + "compile_ns": 9524605, + "install_ns": 44767, + "osr_ns": 0, + "steady_state_ns": 10248126 + } + } + ], + "raw_latency_ns": [ + 10210741, + 10223520, + 10836397, + 10203943, + 10537061, + 10160925, + 10144775, + 10177763, + 10203954, + 10185598, + 10215235, + 10521193, + 10237869, + 10162216, + 10188601, + 10219193, + 10142255, + 10202758, + 10219109, + 10207603, + 10219080, + 10777495, + 10201505, + 10494964, + 10202950, + 10195453, + 10167331, + 10161392, + 10195276, + 10248126 + ], + "raw_throughput_ops": [ + 40, + 39, + 39, + 40, + 40, + 39, + 39, + 40, + 40, + 40 + ], + "median_ns": 10203954, + "mad_ns": 19566, + "p95_ns": 10777495, + "p99_ns": 10836397, + "ci95_ns": [ + 10195453, + 10219109 + ], + "compile_ns": 9633091, + "install_ns": 44065, + "break_even_executions": null + }, + { + "name": "property-heavy", + "suite": "rquickjs-jit focused", + "group": "property-heavy", + "designated_kernel": true, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 25187078, + "checksum": "number:412e942200000000", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 3163814, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11755520, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50247583, + "runtime_create_ns": 26230, + "jit_attach_ns": 62510, + "context_create_ns": 109402, + "definition_eval_ns": 64297, + "first_eval_ns": 616223, + "threshold_crossing_ns": 21660654, + "compile_ns": 18662923, + "install_ns": 65793, + "osr_ns": 0, + "steady_state_ns": 25187078 + } + }, + { + "pair_index": 1, + "elapsed_ns": 25169885, + "checksum": "number:412e942200000000", + "native_entries": 14, + "native_acquisitions": 14, + "native_exits": 14, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11837440, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 53267672, + "runtime_create_ns": 26981, + "jit_attach_ns": 61969, + "context_create_ns": 106261, + "definition_eval_ns": 64309, + "first_eval_ns": 675662, + "threshold_crossing_ns": 24644587, + "compile_ns": 20303769, + "install_ns": 62071, + "osr_ns": 0, + "steady_state_ns": 25169885 + } + }, + { + "pair_index": 2, + "elapsed_ns": 25033679, + "checksum": "number:412e942200000000", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 2661722, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11849728, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 49968409, + "runtime_create_ns": 22953, + "jit_attach_ns": 54882, + "context_create_ns": 107178, + "definition_eval_ns": 54792, + "first_eval_ns": 607361, + "threshold_crossing_ns": 21505507, + "compile_ns": 18328916, + "install_ns": 63359, + "osr_ns": 0, + "steady_state_ns": 25033679 + } + }, + { + "pair_index": 3, + "elapsed_ns": 24850576, + "checksum": "number:412e942200000000", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 2254441, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11767808, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50121284, + "runtime_create_ns": 24671, + "jit_attach_ns": 52860, + "context_create_ns": 103052, + "definition_eval_ns": 56400, + "first_eval_ns": 621534, + "threshold_crossing_ns": 21893203, + "compile_ns": 18653501, + "install_ns": 66794, + "osr_ns": 0, + "steady_state_ns": 24850576 + } + }, + { + "pair_index": 4, + "elapsed_ns": 26008482, + "checksum": "number:412e942200000000", + "native_entries": 14, + "native_acquisitions": 14, + "native_exits": 14, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11853824, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 54130513, + "runtime_create_ns": 25046, + "jit_attach_ns": 55699, + "context_create_ns": 117103, + "definition_eval_ns": 71251, + "first_eval_ns": 603899, + "threshold_crossing_ns": 24595525, + "compile_ns": 21802682, + "install_ns": 101639, + "osr_ns": 0, + "steady_state_ns": 26008482 + } + }, + { + "pair_index": 5, + "elapsed_ns": 24836201, + "checksum": "number:412e942200000000", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 3039741, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11784192, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50162117, + "runtime_create_ns": 27924, + "jit_attach_ns": 52417, + "context_create_ns": 106411, + "definition_eval_ns": 57909, + "first_eval_ns": 608550, + "threshold_crossing_ns": 21945713, + "compile_ns": 18737929, + "install_ns": 66529, + "osr_ns": 0, + "steady_state_ns": 24836201 + } + }, + { + "pair_index": 6, + "elapsed_ns": 24840062, + "checksum": "number:412e942200000000", + "native_entries": 14, + "native_acquisitions": 14, + "native_exits": 14, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11784192, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 52699535, + "runtime_create_ns": 24245, + "jit_attach_ns": 56799, + "context_create_ns": 110093, + "definition_eval_ns": 58450, + "first_eval_ns": 605457, + "threshold_crossing_ns": 24501307, + "compile_ns": 19922965, + "install_ns": 69717, + "osr_ns": 0, + "steady_state_ns": 24840062 + } + }, + { + "pair_index": 7, + "elapsed_ns": 24853669, + "checksum": "number:412e942200000000", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 3218501, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11898880, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 49724805, + "runtime_create_ns": 23294, + "jit_attach_ns": 53596, + "context_create_ns": 104371, + "definition_eval_ns": 64734, + "first_eval_ns": 623946, + "threshold_crossing_ns": 21470016, + "compile_ns": 19000418, + "install_ns": 70194, + "osr_ns": 0, + "steady_state_ns": 24853669 + } + }, + { + "pair_index": 8, + "elapsed_ns": 27723455, + "checksum": "number:412e942200000000", + "native_entries": 14, + "native_acquisitions": 14, + "native_exits": 14, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11579392, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 55986809, + "runtime_create_ns": 27793, + "jit_attach_ns": 56597, + "context_create_ns": 103137, + "definition_eval_ns": 61476, + "first_eval_ns": 619730, + "threshold_crossing_ns": 24548153, + "compile_ns": 20153388, + "install_ns": 66224, + "osr_ns": 0, + "steady_state_ns": 27723455 + } + }, + { + "pair_index": 9, + "elapsed_ns": 24836111, + "checksum": "number:412e942200000000", + "native_entries": 14, + "native_acquisitions": 14, + "native_exits": 14, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11644928, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 52565548, + "runtime_create_ns": 23961, + "jit_attach_ns": 52445, + "context_create_ns": 106680, + "definition_eval_ns": 58306, + "first_eval_ns": 612734, + "threshold_crossing_ns": 24358924, + "compile_ns": 19941883, + "install_ns": 62396, + "osr_ns": 0, + "steady_state_ns": 24836111 + } + }, + { + "pair_index": 10, + "elapsed_ns": 24808065, + "checksum": "number:412e942200000000", + "native_entries": 14, + "native_acquisitions": 14, + "native_exits": 14, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11649024, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 52652071, + "runtime_create_ns": 23865, + "jit_attach_ns": 56237, + "context_create_ns": 110567, + "definition_eval_ns": 53291, + "first_eval_ns": 609805, + "threshold_crossing_ns": 24478318, + "compile_ns": 19908115, + "install_ns": 68130, + "osr_ns": 0, + "steady_state_ns": 24808065 + } + }, + { + "pair_index": 11, + "elapsed_ns": 25199101, + "checksum": "number:412e942200000000", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 1986150, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11755520, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50584669, + "runtime_create_ns": 25943, + "jit_attach_ns": 59859, + "context_create_ns": 107750, + "definition_eval_ns": 65634, + "first_eval_ns": 610926, + "threshold_crossing_ns": 21897440, + "compile_ns": 18288927, + "install_ns": 67943, + "osr_ns": 0, + "steady_state_ns": 25199101 + } + }, + { + "pair_index": 12, + "elapsed_ns": 26173535, + "checksum": "number:412e942200000000", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 9, + "measured_benefit_ns": 2019558, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11755520, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 51403255, + "runtime_create_ns": 27839, + "jit_attach_ns": 53386, + "context_create_ns": 101601, + "definition_eval_ns": 55625, + "first_eval_ns": 609937, + "threshold_crossing_ns": 21856185, + "compile_ns": 18662115, + "install_ns": 59874, + "osr_ns": 0, + "steady_state_ns": 26173535 + } + }, + { + "pair_index": 13, + "elapsed_ns": 24858799, + "checksum": "number:412e942200000000", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 2756310, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11788288, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50196574, + "runtime_create_ns": 27245, + "jit_attach_ns": 54161, + "context_create_ns": 104955, + "definition_eval_ns": 61756, + "first_eval_ns": 614858, + "threshold_crossing_ns": 21948177, + "compile_ns": 18685134, + "install_ns": 59035, + "osr_ns": 0, + "steady_state_ns": 24858799 + } + }, + { + "pair_index": 14, + "elapsed_ns": 24919394, + "checksum": "number:412e942200000000", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 3361564, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11845632, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50482615, + "runtime_create_ns": 26170, + "jit_attach_ns": 65790, + "context_create_ns": 112185, + "definition_eval_ns": 73286, + "first_eval_ns": 2037936, + "threshold_crossing_ns": 20715462, + "compile_ns": 18992849, + "install_ns": 77106, + "osr_ns": 0, + "steady_state_ns": 24919394 + } + }, + { + "pair_index": 15, + "elapsed_ns": 24855993, + "checksum": "number:412e942200000000", + "native_entries": 14, + "native_acquisitions": 14, + "native_exits": 14, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11665408, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 52606104, + "runtime_create_ns": 28220, + "jit_attach_ns": 57315, + "context_create_ns": 103513, + "definition_eval_ns": 55128, + "first_eval_ns": 601099, + "threshold_crossing_ns": 24397194, + "compile_ns": 19967160, + "install_ns": 58070, + "osr_ns": 0, + "steady_state_ns": 24855993 + } + }, + { + "pair_index": 16, + "elapsed_ns": 24849827, + "checksum": "number:412e942200000000", + "native_entries": 14, + "native_acquisitions": 14, + "native_exits": 14, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11800576, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 52693313, + "runtime_create_ns": 24454, + "jit_attach_ns": 54982, + "context_create_ns": 106916, + "definition_eval_ns": 61936, + "first_eval_ns": 2026204, + "threshold_crossing_ns": 23051604, + "compile_ns": 20535463, + "install_ns": 66601, + "osr_ns": 0, + "steady_state_ns": 24849827 + } + }, + { + "pair_index": 17, + "elapsed_ns": 24842610, + "checksum": "number:412e942200000000", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 2805296, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11624448, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 49556397, + "runtime_create_ns": 26165, + "jit_attach_ns": 56300, + "context_create_ns": 102337, + "definition_eval_ns": 55823, + "first_eval_ns": 613205, + "threshold_crossing_ns": 21341210, + "compile_ns": 18996828, + "install_ns": 71150, + "osr_ns": 0, + "steady_state_ns": 24842610 + } + }, + { + "pair_index": 18, + "elapsed_ns": 24923065, + "checksum": "number:412e942200000000", + "native_entries": 14, + "native_acquisitions": 14, + "native_exits": 14, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11730944, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 56695196, + "runtime_create_ns": 26611, + "jit_attach_ns": 56494, + "context_create_ns": 100093, + "definition_eval_ns": 51236, + "first_eval_ns": 632340, + "threshold_crossing_ns": 28393708, + "compile_ns": 25500022, + "install_ns": 111217, + "osr_ns": 0, + "steady_state_ns": 24923065 + } + }, + { + "pair_index": 19, + "elapsed_ns": 25116817, + "checksum": "number:412e942200000000", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 2383864, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11788288, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50597038, + "runtime_create_ns": 26577, + "jit_attach_ns": 55367, + "context_create_ns": 106422, + "definition_eval_ns": 63285, + "first_eval_ns": 620477, + "threshold_crossing_ns": 22087018, + "compile_ns": 19394038, + "install_ns": 61249, + "osr_ns": 0, + "steady_state_ns": 25116817 + } + }, + { + "pair_index": 20, + "elapsed_ns": 25062006, + "checksum": "number:412e942200000000", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 2779968, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11911168, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50446185, + "runtime_create_ns": 22829, + "jit_attach_ns": 54136, + "context_create_ns": 104989, + "definition_eval_ns": 66280, + "first_eval_ns": 622576, + "threshold_crossing_ns": 21971298, + "compile_ns": 18723202, + "install_ns": 62289, + "osr_ns": 0, + "steady_state_ns": 25062006 + } + }, + { + "pair_index": 21, + "elapsed_ns": 25274862, + "checksum": "number:412e942200000000", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 1998027, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11796480, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50588138, + "runtime_create_ns": 26752, + "jit_attach_ns": 55223, + "context_create_ns": 111709, + "definition_eval_ns": 61645, + "first_eval_ns": 615756, + "threshold_crossing_ns": 21894530, + "compile_ns": 18673840, + "install_ns": 63990, + "osr_ns": 0, + "steady_state_ns": 25274862 + } + }, + { + "pair_index": 22, + "elapsed_ns": 27574221, + "checksum": "number:412e942200000000", + "native_entries": 14, + "native_acquisitions": 14, + "native_exits": 14, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11726848, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 56096412, + "runtime_create_ns": 27962, + "jit_attach_ns": 56852, + "context_create_ns": 108113, + "definition_eval_ns": 62293, + "first_eval_ns": 623836, + "threshold_crossing_ns": 24859307, + "compile_ns": 20229569, + "install_ns": 69430, + "osr_ns": 0, + "steady_state_ns": 27574221 + } + }, + { + "pair_index": 23, + "elapsed_ns": 24992493, + "checksum": "number:412e942200000000", + "native_entries": 14, + "native_acquisitions": 14, + "native_exits": 14, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11661312, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 52926251, + "runtime_create_ns": 28521, + "jit_attach_ns": 57784, + "context_create_ns": 108988, + "definition_eval_ns": 57395, + "first_eval_ns": 623678, + "threshold_crossing_ns": 24540592, + "compile_ns": 20161083, + "install_ns": 61336, + "osr_ns": 0, + "steady_state_ns": 24992493 + } + }, + { + "pair_index": 24, + "elapsed_ns": 24835931, + "checksum": "number:412e942200000000", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 3139930, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11845632, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 49758507, + "runtime_create_ns": 26142, + "jit_attach_ns": 56292, + "context_create_ns": 108209, + "definition_eval_ns": 66858, + "first_eval_ns": 618807, + "threshold_crossing_ns": 21520037, + "compile_ns": 18747723, + "install_ns": 64994, + "osr_ns": 0, + "steady_state_ns": 24835931 + } + }, + { + "pair_index": 25, + "elapsed_ns": 24879322, + "checksum": "number:412e942200000000", + "native_entries": 14, + "native_acquisitions": 14, + "native_exits": 14, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11595776, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 52640148, + "runtime_create_ns": 25333, + "jit_attach_ns": 53277, + "context_create_ns": 111537, + "definition_eval_ns": 60536, + "first_eval_ns": 624248, + "threshold_crossing_ns": 24366907, + "compile_ns": 19973548, + "install_ns": 61624, + "osr_ns": 0, + "steady_state_ns": 24879322 + } + }, + { + "pair_index": 26, + "elapsed_ns": 26217358, + "checksum": "number:412e942200000000", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 6107939, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11849728, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 51578430, + "runtime_create_ns": 23434, + "jit_attach_ns": 57077, + "context_create_ns": 107131, + "definition_eval_ns": 63670, + "first_eval_ns": 615417, + "threshold_crossing_ns": 21972069, + "compile_ns": 18725657, + "install_ns": 65142, + "osr_ns": 0, + "steady_state_ns": 26217358 + } + }, + { + "pair_index": 27, + "elapsed_ns": 24872633, + "checksum": "number:412e942200000000", + "native_entries": 14, + "native_acquisitions": 14, + "native_exits": 14, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11620352, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 51993719, + "runtime_create_ns": 31575, + "jit_attach_ns": 62699, + "context_create_ns": 109561, + "definition_eval_ns": 66389, + "first_eval_ns": 625859, + "threshold_crossing_ns": 23694241, + "compile_ns": 21146759, + "install_ns": 85583, + "osr_ns": 0, + "steady_state_ns": 24872633 + } + }, + { + "pair_index": 28, + "elapsed_ns": 24856778, + "checksum": "number:412e942200000000", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 2749712, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11837440, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50067887, + "runtime_create_ns": 27931, + "jit_attach_ns": 53058, + "context_create_ns": 104726, + "definition_eval_ns": 56868, + "first_eval_ns": 614508, + "threshold_crossing_ns": 21836400, + "compile_ns": 18247280, + "install_ns": 60007, + "osr_ns": 0, + "steady_state_ns": 24856778 + } + }, + { + "pair_index": 29, + "elapsed_ns": 24846546, + "checksum": "number:412e942200000000", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 3520447, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11608064, + "code_bytes": 49592, + "metadata_bytes": 13645, + "peak_compiler_bytes": 3960, + "phases": { + "total_ns": 50333393, + "runtime_create_ns": 27691, + "jit_attach_ns": 57497, + "context_create_ns": 103860, + "definition_eval_ns": 58721, + "first_eval_ns": 633842, + "threshold_crossing_ns": 22082062, + "compile_ns": 18786951, + "install_ns": 71585, + "osr_ns": 0, + "steady_state_ns": 24846546 + } + } + ], + "raw_latency_ns": [ + 25187078, + 25169885, + 25033679, + 24850576, + 26008482, + 24836201, + 24840062, + 24853669, + 27723455, + 24836111, + 24808065, + 25199101, + 26173535, + 24858799, + 24919394, + 24855993, + 24849827, + 24842610, + 24923065, + 25116817, + 25062006, + 25274862, + 27574221, + 24992493, + 24835931, + 24879322, + 26217358, + 24872633, + 24856778, + 24846546 + ], + "raw_throughput_ops": [ + 19, + 20, + 20, + 20, + 19, + 20, + 19, + 20, + 20, + 19 + ], + "median_ns": 24919394, + "mad_ns": 83283, + "p95_ns": 27574221, + "p99_ns": 27723455, + "ci95_ns": [ + 24855993, + 25116817 + ], + "compile_ns": 19000418, + "install_ns": 66224, + "break_even_executions": null + }, + { + "name": "fibonacci-iterative", + "suite": "rquickjs-jit focused", + "group": "compute", + "designated_kernel": true, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 829075, + "checksum": "number:419865fb2c000000", + "native_entries": 11, + "native_acquisitions": 11, + "native_exits": 11, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12554240, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 33690958, + "runtime_create_ns": 27938, + "jit_attach_ns": 57971, + "context_create_ns": 103580, + "definition_eval_ns": 52584, + "first_eval_ns": 17833376, + "threshold_crossing_ns": 14658414, + "compile_ns": 31310042, + "install_ns": 103790, + "osr_ns": 0, + "steady_state_ns": 829075 + } + }, + { + "pair_index": 1, + "elapsed_ns": 862217, + "checksum": "number:419865fb2c000000", + "native_entries": 11, + "native_acquisitions": 11, + "native_exits": 11, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12537856, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 32554496, + "runtime_create_ns": 28697, + "jit_attach_ns": 53695, + "context_create_ns": 104341, + "definition_eval_ns": 54372, + "first_eval_ns": 17834611, + "threshold_crossing_ns": 13493635, + "compile_ns": 30295582, + "install_ns": 71935, + "osr_ns": 0, + "steady_state_ns": 862217 + } + }, + { + "pair_index": 2, + "elapsed_ns": 859971, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12476416, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 34517686, + "runtime_create_ns": 24124, + "jit_attach_ns": 57645, + "context_create_ns": 108283, + "definition_eval_ns": 61305, + "first_eval_ns": 17937984, + "threshold_crossing_ns": 15348629, + "compile_ns": 32295374, + "install_ns": 83036, + "osr_ns": 0, + "steady_state_ns": 859971 + } + }, + { + "pair_index": 3, + "elapsed_ns": 840095, + "checksum": "number:419865fb2c000000", + "native_entries": 11, + "native_acquisitions": 11, + "native_exits": 11, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12472320, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 32855146, + "runtime_create_ns": 28370, + "jit_attach_ns": 73944, + "context_create_ns": 110158, + "definition_eval_ns": 58787, + "first_eval_ns": 17879519, + "threshold_crossing_ns": 13747881, + "compile_ns": 30404559, + "install_ns": 69246, + "osr_ns": 0, + "steady_state_ns": 840095 + } + }, + { + "pair_index": 4, + "elapsed_ns": 839645, + "checksum": "number:419865fb2c000000", + "native_entries": 14, + "native_acquisitions": 14, + "native_exits": 14, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 4164878, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12533760, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 32452419, + "runtime_create_ns": 26533, + "jit_attach_ns": 54333, + "context_create_ns": 104011, + "definition_eval_ns": 51186, + "first_eval_ns": 14945065, + "threshold_crossing_ns": 16322657, + "compile_ns": 30187745, + "install_ns": 69864, + "osr_ns": 0, + "steady_state_ns": 839645 + } + }, + { + "pair_index": 5, + "elapsed_ns": 919532, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12419072, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 33852489, + "runtime_create_ns": 30177, + "jit_attach_ns": 66411, + "context_create_ns": 109514, + "definition_eval_ns": 66310, + "first_eval_ns": 16120406, + "threshold_crossing_ns": 16420338, + "compile_ns": 31712346, + "install_ns": 81821, + "osr_ns": 0, + "steady_state_ns": 919532 + } + }, + { + "pair_index": 6, + "elapsed_ns": 853163, + "checksum": "number:419865fb2c000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 6697755, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12488704, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 32319235, + "runtime_create_ns": 26692, + "jit_attach_ns": 60776, + "context_create_ns": 108104, + "definition_eval_ns": 62972, + "first_eval_ns": 14980501, + "threshold_crossing_ns": 16108170, + "compile_ns": 29826449, + "install_ns": 69802, + "osr_ns": 0, + "steady_state_ns": 853163 + } + }, + { + "pair_index": 7, + "elapsed_ns": 836399, + "checksum": "number:419865fb2c000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 6917212, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12328960, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 31766339, + "runtime_create_ns": 27207, + "jit_attach_ns": 55671, + "context_create_ns": 104415, + "definition_eval_ns": 51193, + "first_eval_ns": 17795505, + "threshold_crossing_ns": 12786998, + "compile_ns": 29253205, + "install_ns": 80089, + "osr_ns": 0, + "steady_state_ns": 836399 + } + }, + { + "pair_index": 8, + "elapsed_ns": 898753, + "checksum": "number:419865fb2c000000", + "native_entries": 15, + "native_acquisitions": 15, + "native_exits": 15, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 6091608, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12537856, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 31856526, + "runtime_create_ns": 29376, + "jit_attach_ns": 56966, + "context_create_ns": 110024, + "definition_eval_ns": 68537, + "first_eval_ns": 14984128, + "threshold_crossing_ns": 15591224, + "compile_ns": 29355583, + "install_ns": 70867, + "osr_ns": 0, + "steady_state_ns": 898753 + } + }, + { + "pair_index": 9, + "elapsed_ns": 908712, + "checksum": "number:419865fb2c000000", + "native_entries": 11, + "native_acquisitions": 11, + "native_exits": 11, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12517376, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 32432664, + "runtime_create_ns": 26309, + "jit_attach_ns": 52383, + "context_create_ns": 108309, + "definition_eval_ns": 61545, + "first_eval_ns": 17762823, + "threshold_crossing_ns": 13399755, + "compile_ns": 29930494, + "install_ns": 67941, + "osr_ns": 0, + "steady_state_ns": 908712 + } + }, + { + "pair_index": 10, + "elapsed_ns": 837647, + "checksum": "number:419865fb2c000000", + "native_entries": 14, + "native_acquisitions": 14, + "native_exits": 14, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 5218654, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12578816, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 32959197, + "runtime_create_ns": 32534, + "jit_attach_ns": 62945, + "context_create_ns": 110439, + "definition_eval_ns": 62046, + "first_eval_ns": 14880931, + "threshold_crossing_ns": 16856904, + "compile_ns": 30649926, + "install_ns": 90685, + "osr_ns": 0, + "steady_state_ns": 837647 + } + }, + { + "pair_index": 11, + "elapsed_ns": 833576, + "checksum": "number:419865fb2c000000", + "native_entries": 11, + "native_acquisitions": 11, + "native_exits": 11, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12496896, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 32318335, + "runtime_create_ns": 28294, + "jit_attach_ns": 55143, + "context_create_ns": 101698, + "definition_eval_ns": 49907, + "first_eval_ns": 17787895, + "threshold_crossing_ns": 13348071, + "compile_ns": 30184324, + "install_ns": 71106, + "osr_ns": 0, + "steady_state_ns": 833576 + } + }, + { + "pair_index": 12, + "elapsed_ns": 868611, + "checksum": "number:419865fb2c000000", + "native_entries": 14, + "native_acquisitions": 14, + "native_exits": 14, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 4228902, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12439552, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 32391230, + "runtime_create_ns": 25917, + "jit_attach_ns": 52752, + "context_create_ns": 104995, + "definition_eval_ns": 52405, + "first_eval_ns": 15142748, + "threshold_crossing_ns": 16024413, + "compile_ns": 30068312, + "install_ns": 78256, + "osr_ns": 0, + "steady_state_ns": 868611 + } + }, + { + "pair_index": 13, + "elapsed_ns": 827935, + "checksum": "number:419865fb2c000000", + "native_entries": 11, + "native_acquisitions": 11, + "native_exits": 11, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12443648, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 32326973, + "runtime_create_ns": 25543, + "jit_attach_ns": 54252, + "context_create_ns": 104798, + "definition_eval_ns": 50756, + "first_eval_ns": 15006647, + "threshold_crossing_ns": 16141480, + "compile_ns": 29268577, + "install_ns": 64662, + "osr_ns": 0, + "steady_state_ns": 827935 + } + }, + { + "pair_index": 14, + "elapsed_ns": 836076, + "checksum": "number:419865fb2c000000", + "native_entries": 14, + "native_acquisitions": 14, + "native_exits": 14, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 4096692, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12541952, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 32366220, + "runtime_create_ns": 25571, + "jit_attach_ns": 57725, + "context_create_ns": 108781, + "definition_eval_ns": 61937, + "first_eval_ns": 14249251, + "threshold_crossing_ns": 16914643, + "compile_ns": 30093573, + "install_ns": 79694, + "osr_ns": 0, + "steady_state_ns": 836076 + } + }, + { + "pair_index": 15, + "elapsed_ns": 860776, + "checksum": "number:419865fb2c000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12517376, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 36616519, + "runtime_create_ns": 34458, + "jit_attach_ns": 53071, + "context_create_ns": 103485, + "definition_eval_ns": 50614, + "first_eval_ns": 19014145, + "threshold_crossing_ns": 16388295, + "compile_ns": 34388243, + "install_ns": 86193, + "osr_ns": 0, + "steady_state_ns": 860776 + } + }, + { + "pair_index": 16, + "elapsed_ns": 885452, + "checksum": "number:419865fb2c000000", + "native_entries": 15, + "native_acquisitions": 15, + "native_exits": 15, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 6078272, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12369920, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 31820234, + "runtime_create_ns": 24904, + "jit_attach_ns": 52856, + "context_create_ns": 104775, + "definition_eval_ns": 56863, + "first_eval_ns": 15056118, + "threshold_crossing_ns": 15519149, + "compile_ns": 29334490, + "install_ns": 61944, + "osr_ns": 0, + "steady_state_ns": 885452 + } + }, + { + "pair_index": 17, + "elapsed_ns": 878249, + "checksum": "number:419865fb2c000000", + "native_entries": 11, + "native_acquisitions": 11, + "native_exits": 11, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12357632, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 33207190, + "runtime_create_ns": 25825, + "jit_attach_ns": 53137, + "context_create_ns": 115570, + "definition_eval_ns": 56084, + "first_eval_ns": 17809237, + "threshold_crossing_ns": 14139573, + "compile_ns": 30768222, + "install_ns": 80235, + "osr_ns": 0, + "steady_state_ns": 878249 + } + }, + { + "pair_index": 18, + "elapsed_ns": 901781, + "checksum": "number:419865fb2c000000", + "native_entries": 11, + "native_acquisitions": 11, + "native_exits": 11, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12492800, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 33820480, + "runtime_create_ns": 25661, + "jit_attach_ns": 70094, + "context_create_ns": 155910, + "definition_eval_ns": 84380, + "first_eval_ns": 16447389, + "threshold_crossing_ns": 16012677, + "compile_ns": 30326036, + "install_ns": 72322, + "osr_ns": 0, + "steady_state_ns": 901781 + } + }, + { + "pair_index": 19, + "elapsed_ns": 830308, + "checksum": "number:419865fb2c000000", + "native_entries": 11, + "native_acquisitions": 11, + "native_exits": 11, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12468224, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 32418680, + "runtime_create_ns": 24740, + "jit_attach_ns": 56634, + "context_create_ns": 105169, + "definition_eval_ns": 55229, + "first_eval_ns": 15994432, + "threshold_crossing_ns": 15237156, + "compile_ns": 29322429, + "install_ns": 71791, + "osr_ns": 0, + "steady_state_ns": 830308 + } + }, + { + "pair_index": 20, + "elapsed_ns": 887259, + "checksum": "number:419865fb2c000000", + "native_entries": 14, + "native_acquisitions": 14, + "native_exits": 14, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 4238122, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12484608, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 32521770, + "runtime_create_ns": 25766, + "jit_attach_ns": 61886, + "context_create_ns": 111386, + "definition_eval_ns": 62130, + "first_eval_ns": 14771626, + "threshold_crossing_ns": 16484060, + "compile_ns": 30222003, + "install_ns": 69837, + "osr_ns": 0, + "steady_state_ns": 887259 + } + }, + { + "pair_index": 21, + "elapsed_ns": 897818, + "checksum": "number:419865fb2c000000", + "native_entries": 11, + "native_acquisitions": 11, + "native_exits": 11, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12443648, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 32420552, + "runtime_create_ns": 28058, + "jit_attach_ns": 51201, + "context_create_ns": 106121, + "definition_eval_ns": 56384, + "first_eval_ns": 14545446, + "threshold_crossing_ns": 16601704, + "compile_ns": 29274922, + "install_ns": 71169, + "osr_ns": 0, + "steady_state_ns": 897818 + } + }, + { + "pair_index": 22, + "elapsed_ns": 898955, + "checksum": "number:419865fb2c000000", + "native_entries": 14, + "native_acquisitions": 14, + "native_exits": 14, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 4321418, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12517376, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 33005652, + "runtime_create_ns": 28779, + "jit_attach_ns": 106396, + "context_create_ns": 139004, + "definition_eval_ns": 61962, + "first_eval_ns": 15131023, + "threshold_crossing_ns": 16517817, + "compile_ns": 30693278, + "install_ns": 75927, + "osr_ns": 0, + "steady_state_ns": 898955 + } + }, + { + "pair_index": 23, + "elapsed_ns": 898401, + "checksum": "number:419865fb2c000000", + "native_entries": 11, + "native_acquisitions": 11, + "native_exits": 11, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12509184, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 32468873, + "runtime_create_ns": 25856, + "jit_attach_ns": 52150, + "context_create_ns": 111568, + "definition_eval_ns": 55239, + "first_eval_ns": 17849214, + "threshold_crossing_ns": 13354830, + "compile_ns": 29268678, + "install_ns": 63494, + "osr_ns": 0, + "steady_state_ns": 898401 + } + }, + { + "pair_index": 24, + "elapsed_ns": 871914, + "checksum": "number:419865fb2c000000", + "native_entries": 11, + "native_acquisitions": 11, + "native_exits": 11, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12500992, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 32492067, + "runtime_create_ns": 25408, + "jit_attach_ns": 65558, + "context_create_ns": 103787, + "definition_eval_ns": 47708, + "first_eval_ns": 14981629, + "threshold_crossing_ns": 16273962, + "compile_ns": 29311631, + "install_ns": 69653, + "osr_ns": 0, + "steady_state_ns": 871914 + } + }, + { + "pair_index": 25, + "elapsed_ns": 912040, + "checksum": "number:419865fb2c000000", + "native_entries": 14, + "native_acquisitions": 14, + "native_exits": 14, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 4139612, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12361728, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 32512357, + "runtime_create_ns": 30616, + "jit_attach_ns": 58254, + "context_create_ns": 108277, + "definition_eval_ns": 56309, + "first_eval_ns": 14991080, + "threshold_crossing_ns": 16240139, + "compile_ns": 30149445, + "install_ns": 69459, + "osr_ns": 0, + "steady_state_ns": 912040 + } + }, + { + "pair_index": 26, + "elapsed_ns": 884784, + "checksum": "number:419865fb2c000000", + "native_entries": 14, + "native_acquisitions": 14, + "native_exits": 14, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 4318774, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12410880, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 32461698, + "runtime_create_ns": 29147, + "jit_attach_ns": 64655, + "context_create_ns": 110852, + "definition_eval_ns": 66423, + "first_eval_ns": 15166564, + "threshold_crossing_ns": 16021946, + "compile_ns": 30140438, + "install_ns": 73572, + "osr_ns": 0, + "steady_state_ns": 884784 + } + }, + { + "pair_index": 27, + "elapsed_ns": 883690, + "checksum": "number:419865fb2c000000", + "native_entries": 11, + "native_acquisitions": 11, + "native_exits": 11, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12410880, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 32435683, + "runtime_create_ns": 27911, + "jit_attach_ns": 67646, + "context_create_ns": 115450, + "definition_eval_ns": 58995, + "first_eval_ns": 17783481, + "threshold_crossing_ns": 13384113, + "compile_ns": 29288224, + "install_ns": 67260, + "osr_ns": 0, + "steady_state_ns": 883690 + } + }, + { + "pair_index": 28, + "elapsed_ns": 840750, + "checksum": "number:419865fb2c000000", + "native_entries": 15, + "native_acquisitions": 15, + "native_exits": 15, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 5923480, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12488704, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 32043789, + "runtime_create_ns": 27786, + "jit_attach_ns": 55831, + "context_create_ns": 103862, + "definition_eval_ns": 52668, + "first_eval_ns": 15004810, + "threshold_crossing_ns": 15842662, + "compile_ns": 29662869, + "install_ns": 66549, + "osr_ns": 0, + "steady_state_ns": 840750 + } + }, + { + "pair_index": 29, + "elapsed_ns": 878822, + "checksum": "number:419865fb2c000000", + "native_entries": 11, + "native_acquisitions": 11, + "native_exits": 11, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 11, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 12558336, + "code_bytes": 63481, + "metadata_bytes": 20261, + "peak_compiler_bytes": 3729, + "phases": { + "total_ns": 32368947, + "runtime_create_ns": 28595, + "jit_attach_ns": 53320, + "context_create_ns": 110707, + "definition_eval_ns": 50234, + "first_eval_ns": 17804518, + "threshold_crossing_ns": 13321147, + "compile_ns": 29224833, + "install_ns": 69379, + "osr_ns": 0, + "steady_state_ns": 878822 + } + } + ], + "raw_latency_ns": [ + 829075, + 862217, + 859971, + 840095, + 839645, + 919532, + 853163, + 836399, + 898753, + 908712, + 837647, + 833576, + 868611, + 827935, + 836076, + 860776, + 885452, + 878249, + 901781, + 830308, + 887259, + 897818, + 898955, + 898401, + 871914, + 912040, + 884784, + 883690, + 840750, + 878822 + ], + "raw_throughput_ops": [ + 31, + 31, + 31, + 30, + 31, + 30, + 31, + 31, + 31, + 31 + ], + "median_ns": 871914, + "mad_ns": 27041, + "p95_ns": 912040, + "p99_ns": 919532, + "ci95_ns": [ + 853163, + 885452 + ], + "compile_ns": 30140438, + "install_ns": 71169, + "break_even_executions": 1 + }, + { + "name": "fibonacci-recursive", + "suite": "rquickjs-jit focused", + "group": "call-heavy", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 12288384, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9412608, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 22660101, + "runtime_create_ns": 27491, + "jit_attach_ns": 56704, + "context_create_ns": 111102, + "definition_eval_ns": 52122, + "first_eval_ns": 7201483, + "threshold_crossing_ns": 1653681, + "compile_ns": 6001353, + "install_ns": 43951, + "osr_ns": 0, + "steady_state_ns": 12288384 + } + }, + { + "pair_index": 1, + "elapsed_ns": 12462062, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9338880, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 23038234, + "runtime_create_ns": 29852, + "jit_attach_ns": 62117, + "context_create_ns": 108944, + "definition_eval_ns": 49193, + "first_eval_ns": 7319209, + "threshold_crossing_ns": 1694062, + "compile_ns": 6072306, + "install_ns": 48348, + "osr_ns": 0, + "steady_state_ns": 12462062 + } + }, + { + "pair_index": 2, + "elapsed_ns": 12197916, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9351168, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 22622017, + "runtime_create_ns": 24862, + "jit_attach_ns": 57146, + "context_create_ns": 109310, + "definition_eval_ns": 55128, + "first_eval_ns": 7253600, + "threshold_crossing_ns": 1683933, + "compile_ns": 6009656, + "install_ns": 48365, + "osr_ns": 0, + "steady_state_ns": 12197916 + } + }, + { + "pair_index": 3, + "elapsed_ns": 12247668, + "checksum": "number:40ba6d0000000000", + "native_entries": 2399, + "native_acquisitions": 1268, + "native_exits": 2399, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2387, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9555968, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 22724162, + "runtime_create_ns": 25502, + "jit_attach_ns": 59952, + "context_create_ns": 109216, + "definition_eval_ns": 54332, + "first_eval_ns": 7232021, + "threshold_crossing_ns": 1716972, + "compile_ns": 4548472, + "install_ns": 58373, + "osr_ns": 0, + "steady_state_ns": 12247668 + } + }, + { + "pair_index": 4, + "elapsed_ns": 12250508, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9367552, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 22613885, + "runtime_create_ns": 27502, + "jit_attach_ns": 61403, + "context_create_ns": 108277, + "definition_eval_ns": 55662, + "first_eval_ns": 7177232, + "threshold_crossing_ns": 1684737, + "compile_ns": 6007673, + "install_ns": 50178, + "osr_ns": 0, + "steady_state_ns": 12250508 + } + }, + { + "pair_index": 5, + "elapsed_ns": 13483365, + "checksum": "number:40ba6d0000000000", + "native_entries": 3787, + "native_acquisitions": 2000, + "native_exits": 3787, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 3775, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9265152, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 28541936, + "runtime_create_ns": 26858, + "jit_attach_ns": 58193, + "context_create_ns": 110005, + "definition_eval_ns": 51315, + "first_eval_ns": 10991780, + "threshold_crossing_ns": 1794895, + "compile_ns": 7125247, + "install_ns": 72204, + "osr_ns": 0, + "steady_state_ns": 13483365 + } + }, + { + "pair_index": 6, + "elapsed_ns": 12239362, + "checksum": "number:40ba6d0000000000", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 6, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9314304, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 22690208, + "runtime_create_ns": 30016, + "jit_attach_ns": 61611, + "context_create_ns": 99474, + "definition_eval_ns": 43304, + "first_eval_ns": 7278283, + "threshold_crossing_ns": 1686351, + "compile_ns": 6010942, + "install_ns": 53526, + "osr_ns": 0, + "steady_state_ns": 12239362 + } + }, + { + "pair_index": 7, + "elapsed_ns": 12146736, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9388032, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 22540436, + "runtime_create_ns": 29737, + "jit_attach_ns": 67716, + "context_create_ns": 103993, + "definition_eval_ns": 57367, + "first_eval_ns": 7175717, + "threshold_crossing_ns": 1702724, + "compile_ns": 5997610, + "install_ns": 49030, + "osr_ns": 0, + "steady_state_ns": 12146736 + } + }, + { + "pair_index": 8, + "elapsed_ns": 12848129, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 3713911, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9281536, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 27363634, + "runtime_create_ns": 27912, + "jit_attach_ns": 59151, + "context_create_ns": 107064, + "definition_eval_ns": 46819, + "first_eval_ns": 8681839, + "threshold_crossing_ns": 3737990, + "compile_ns": 7102367, + "install_ns": 93643, + "osr_ns": 0, + "steady_state_ns": 12848129 + } + }, + { + "pair_index": 9, + "elapsed_ns": 12348319, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9461760, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 22765109, + "runtime_create_ns": 29896, + "jit_attach_ns": 56660, + "context_create_ns": 108366, + "definition_eval_ns": 51026, + "first_eval_ns": 7241296, + "threshold_crossing_ns": 1662363, + "compile_ns": 6003226, + "install_ns": 52475, + "osr_ns": 0, + "steady_state_ns": 12348319 + } + }, + { + "pair_index": 10, + "elapsed_ns": 12084620, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9285632, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 22513576, + "runtime_create_ns": 29491, + "jit_attach_ns": 61185, + "context_create_ns": 104253, + "definition_eval_ns": 49420, + "first_eval_ns": 7248431, + "threshold_crossing_ns": 1680298, + "compile_ns": 6007814, + "install_ns": 52174, + "osr_ns": 0, + "steady_state_ns": 12084620 + } + }, + { + "pair_index": 11, + "elapsed_ns": 12356152, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9375744, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 22808024, + "runtime_create_ns": 30707, + "jit_attach_ns": 60864, + "context_create_ns": 105880, + "definition_eval_ns": 45842, + "first_eval_ns": 7238019, + "threshold_crossing_ns": 1699332, + "compile_ns": 5967709, + "install_ns": 46301, + "osr_ns": 0, + "steady_state_ns": 12356152 + } + }, + { + "pair_index": 12, + "elapsed_ns": 12377467, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9510912, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 22808530, + "runtime_create_ns": 24676, + "jit_attach_ns": 59395, + "context_create_ns": 107641, + "definition_eval_ns": 52071, + "first_eval_ns": 7229123, + "threshold_crossing_ns": 1682750, + "compile_ns": 6001917, + "install_ns": 51869, + "osr_ns": 0, + "steady_state_ns": 12377467 + } + }, + { + "pair_index": 13, + "elapsed_ns": 12188665, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9310208, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 22568343, + "runtime_create_ns": 27007, + "jit_attach_ns": 57760, + "context_create_ns": 113194, + "definition_eval_ns": 54076, + "first_eval_ns": 7186222, + "threshold_crossing_ns": 1693033, + "compile_ns": 5964996, + "install_ns": 54634, + "osr_ns": 0, + "steady_state_ns": 12188665 + } + }, + { + "pair_index": 14, + "elapsed_ns": 12309216, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9469952, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 22810032, + "runtime_create_ns": 23049, + "jit_attach_ns": 57231, + "context_create_ns": 102593, + "definition_eval_ns": 47894, + "first_eval_ns": 7293271, + "threshold_crossing_ns": 1700547, + "compile_ns": 6014004, + "install_ns": 52490, + "osr_ns": 0, + "steady_state_ns": 12309216 + } + }, + { + "pair_index": 15, + "elapsed_ns": 12234768, + "checksum": "number:40ba6d0000000000", + "native_entries": 2912, + "native_acquisitions": 1535, + "native_exits": 2912, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2900, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9375744, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 22596324, + "runtime_create_ns": 29379, + "jit_attach_ns": 61035, + "context_create_ns": 107541, + "definition_eval_ns": 51902, + "first_eval_ns": 7245043, + "threshold_crossing_ns": 1648018, + "compile_ns": 4194650, + "install_ns": 51038, + "osr_ns": 0, + "steady_state_ns": 12234768 + } + }, + { + "pair_index": 16, + "elapsed_ns": 12237679, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9465856, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 23329996, + "runtime_create_ns": 29274, + "jit_attach_ns": 60653, + "context_create_ns": 106790, + "definition_eval_ns": 48779, + "first_eval_ns": 7932838, + "threshold_crossing_ns": 1643509, + "compile_ns": 5969678, + "install_ns": 49695, + "osr_ns": 0, + "steady_state_ns": 12237679 + } + }, + { + "pair_index": 17, + "elapsed_ns": 12388393, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9400320, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 22797705, + "runtime_create_ns": 29283, + "jit_attach_ns": 58350, + "context_create_ns": 106766, + "definition_eval_ns": 55646, + "first_eval_ns": 7202738, + "threshold_crossing_ns": 1692518, + "compile_ns": 5991734, + "install_ns": 1463757, + "osr_ns": 0, + "steady_state_ns": 12388393 + } + }, + { + "pair_index": 18, + "elapsed_ns": 12350637, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9445376, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 22843599, + "runtime_create_ns": 24307, + "jit_attach_ns": 58140, + "context_create_ns": 104152, + "definition_eval_ns": 46911, + "first_eval_ns": 7325480, + "threshold_crossing_ns": 1667738, + "compile_ns": 6374726, + "install_ns": 50444, + "osr_ns": 0, + "steady_state_ns": 12350637 + } + }, + { + "pair_index": 19, + "elapsed_ns": 12286869, + "checksum": "number:40ba6d0000000000", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 6, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9396224, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 22635178, + "runtime_create_ns": 27127, + "jit_attach_ns": 56169, + "context_create_ns": 112405, + "definition_eval_ns": 49590, + "first_eval_ns": 7193190, + "threshold_crossing_ns": 1650804, + "compile_ns": 5969913, + "install_ns": 48438, + "osr_ns": 0, + "steady_state_ns": 12286869 + } + }, + { + "pair_index": 20, + "elapsed_ns": 12264203, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9330688, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 22340134, + "runtime_create_ns": 28125, + "jit_attach_ns": 58330, + "context_create_ns": 105926, + "definition_eval_ns": 48845, + "first_eval_ns": 6875703, + "threshold_crossing_ns": 1682873, + "compile_ns": 5580706, + "install_ns": 49957, + "osr_ns": 0, + "steady_state_ns": 12264203 + } + }, + { + "pair_index": 21, + "elapsed_ns": 12326439, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9441280, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 22809239, + "runtime_create_ns": 28727, + "jit_attach_ns": 66028, + "context_create_ns": 115910, + "definition_eval_ns": 47610, + "first_eval_ns": 7260554, + "threshold_crossing_ns": 1693828, + "compile_ns": 6040829, + "install_ns": 50787, + "osr_ns": 0, + "steady_state_ns": 12326439 + } + }, + { + "pair_index": 22, + "elapsed_ns": 12168853, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9334784, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 22558405, + "runtime_create_ns": 26132, + "jit_attach_ns": 58259, + "context_create_ns": 113699, + "definition_eval_ns": 47226, + "first_eval_ns": 7267580, + "threshold_crossing_ns": 1667555, + "compile_ns": 6014637, + "install_ns": 60485, + "osr_ns": 0, + "steady_state_ns": 12168853 + } + }, + { + "pair_index": 23, + "elapsed_ns": 12158082, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9396224, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 22488332, + "runtime_create_ns": 27483, + "jit_attach_ns": 60198, + "context_create_ns": 114471, + "definition_eval_ns": 54737, + "first_eval_ns": 7182558, + "threshold_crossing_ns": 1658514, + "compile_ns": 6004651, + "install_ns": 49832, + "osr_ns": 0, + "steady_state_ns": 12158082 + } + }, + { + "pair_index": 24, + "elapsed_ns": 12188827, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9363456, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 22569301, + "runtime_create_ns": 27269, + "jit_attach_ns": 58483, + "context_create_ns": 111460, + "definition_eval_ns": 52280, + "first_eval_ns": 7238533, + "threshold_crossing_ns": 1653183, + "compile_ns": 6372429, + "install_ns": 54548, + "osr_ns": 0, + "steady_state_ns": 12188827 + } + }, + { + "pair_index": 25, + "elapsed_ns": 12245265, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9277440, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 22736601, + "runtime_create_ns": 45180, + "jit_attach_ns": 97014, + "context_create_ns": 182618, + "definition_eval_ns": 89271, + "first_eval_ns": 7126003, + "threshold_crossing_ns": 1684614, + "compile_ns": 6191951, + "install_ns": 53609, + "osr_ns": 0, + "steady_state_ns": 12245265 + } + }, + { + "pair_index": 26, + "elapsed_ns": 12248715, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9367552, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 22669869, + "runtime_create_ns": 28631, + "jit_attach_ns": 59211, + "context_create_ns": 106031, + "definition_eval_ns": 52281, + "first_eval_ns": 7223964, + "threshold_crossing_ns": 1694624, + "compile_ns": 6029695, + "install_ns": 54363, + "osr_ns": 0, + "steady_state_ns": 12248715 + } + }, + { + "pair_index": 27, + "elapsed_ns": 12640995, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9416704, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 23116659, + "runtime_create_ns": 26805, + "jit_attach_ns": 71785, + "context_create_ns": 109379, + "definition_eval_ns": 52554, + "first_eval_ns": 7227767, + "threshold_crossing_ns": 1700297, + "compile_ns": 6016962, + "install_ns": 56049, + "osr_ns": 0, + "steady_state_ns": 12640995 + } + }, + { + "pair_index": 28, + "elapsed_ns": 12214420, + "checksum": "number:40ba6d0000000000", + "native_entries": 2655, + "native_acquisitions": 1407, + "native_exits": 2655, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 2643, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9330688, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 22572697, + "runtime_create_ns": 30144, + "jit_attach_ns": 62372, + "context_create_ns": 109050, + "definition_eval_ns": 47798, + "first_eval_ns": 7220842, + "threshold_crossing_ns": 1644697, + "compile_ns": 4379938, + "install_ns": 52304, + "osr_ns": 0, + "steady_state_ns": 12214420 + } + }, + { + "pair_index": 29, + "elapsed_ns": 18049809, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9342976, + "code_bytes": 9863, + "metadata_bytes": 3166, + "peak_compiler_bytes": 1287, + "phases": { + "total_ns": 33225992, + "runtime_create_ns": 41676, + "jit_attach_ns": 84629, + "context_create_ns": 174474, + "definition_eval_ns": 79975, + "first_eval_ns": 10277784, + "threshold_crossing_ns": 2644967, + "compile_ns": 8897428, + "install_ns": 66473, + "osr_ns": 0, + "steady_state_ns": 18049809 + } + } + ], + "raw_latency_ns": [ + 12288384, + 12462062, + 12197916, + 12247668, + 12250508, + 13483365, + 12239362, + 12146736, + 12848129, + 12348319, + 12084620, + 12356152, + 12377467, + 12188665, + 12309216, + 12234768, + 12237679, + 12388393, + 12350637, + 12286869, + 12264203, + 12326439, + 12168853, + 12158082, + 12188827, + 12245265, + 12248715, + 12640995, + 12214420, + 18049809 + ], + "raw_throughput_ops": [ + 43, + 43, + 43, + 43, + 43, + 43, + 42, + 41, + 42, + 42 + ], + "median_ns": 12264203, + "mad_ns": 75538, + "p95_ns": 13483365, + "p99_ns": 18049809, + "ci95_ns": [ + 12239362, + 12348319 + ], + "compile_ns": 6007814, + "install_ns": 52304, + "break_even_executions": null + }, + { + "name": "collections", + "suite": "rquickjs-jit", + "group": "compute", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 1806829, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6483968, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2669517, + "runtime_create_ns": 26850, + "jit_attach_ns": 58619, + "context_create_ns": 108587, + "definition_eval_ns": 58487, + "first_eval_ns": 212539, + "threshold_crossing_ns": 181484, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1806829 + } + }, + { + "pair_index": 1, + "elapsed_ns": 1784861, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6238208, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2656578, + "runtime_create_ns": 30333, + "jit_attach_ns": 58826, + "context_create_ns": 107334, + "definition_eval_ns": 58746, + "first_eval_ns": 222022, + "threshold_crossing_ns": 191525, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1784861 + } + }, + { + "pair_index": 2, + "elapsed_ns": 1814051, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6316032, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2663677, + "runtime_create_ns": 26278, + "jit_attach_ns": 57788, + "context_create_ns": 105054, + "definition_eval_ns": 53293, + "first_eval_ns": 214040, + "threshold_crossing_ns": 191324, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1814051 + } + }, + { + "pair_index": 3, + "elapsed_ns": 1820702, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6447104, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2687567, + "runtime_create_ns": 32366, + "jit_attach_ns": 58189, + "context_create_ns": 119119, + "definition_eval_ns": 60065, + "first_eval_ns": 213772, + "threshold_crossing_ns": 179749, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1820702 + } + }, + { + "pair_index": 4, + "elapsed_ns": 1807683, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6438912, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2680678, + "runtime_create_ns": 26897, + "jit_attach_ns": 61860, + "context_create_ns": 110838, + "definition_eval_ns": 62014, + "first_eval_ns": 217957, + "threshold_crossing_ns": 191169, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1807683 + } + }, + { + "pair_index": 5, + "elapsed_ns": 1798576, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6356992, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2667349, + "runtime_create_ns": 29736, + "jit_attach_ns": 58825, + "context_create_ns": 110107, + "definition_eval_ns": 61281, + "first_eval_ns": 223799, + "threshold_crossing_ns": 179495, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1798576 + } + }, + { + "pair_index": 6, + "elapsed_ns": 1808008, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6529024, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2675078, + "runtime_create_ns": 24798, + "jit_attach_ns": 56182, + "context_create_ns": 119070, + "definition_eval_ns": 62007, + "first_eval_ns": 215253, + "threshold_crossing_ns": 183700, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1808008 + } + }, + { + "pair_index": 7, + "elapsed_ns": 1801813, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6516736, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2670176, + "runtime_create_ns": 28302, + "jit_attach_ns": 59322, + "context_create_ns": 109838, + "definition_eval_ns": 58361, + "first_eval_ns": 224530, + "threshold_crossing_ns": 182429, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1801813 + } + }, + { + "pair_index": 8, + "elapsed_ns": 1791150, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6381568, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2671907, + "runtime_create_ns": 26705, + "jit_attach_ns": 58621, + "context_create_ns": 114331, + "definition_eval_ns": 59798, + "first_eval_ns": 225833, + "threshold_crossing_ns": 185810, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1791150 + } + }, + { + "pair_index": 9, + "elapsed_ns": 1820079, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6299648, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2681495, + "runtime_create_ns": 24926, + "jit_attach_ns": 58888, + "context_create_ns": 107986, + "definition_eval_ns": 58860, + "first_eval_ns": 214963, + "threshold_crossing_ns": 189267, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1820079 + } + }, + { + "pair_index": 10, + "elapsed_ns": 1799635, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6168576, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2661470, + "runtime_create_ns": 27027, + "jit_attach_ns": 58414, + "context_create_ns": 107706, + "definition_eval_ns": 57853, + "first_eval_ns": 217701, + "threshold_crossing_ns": 186232, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1799635 + } + }, + { + "pair_index": 11, + "elapsed_ns": 1815635, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6152192, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2671664, + "runtime_create_ns": 30958, + "jit_attach_ns": 60406, + "context_create_ns": 107394, + "definition_eval_ns": 56774, + "first_eval_ns": 217059, + "threshold_crossing_ns": 178979, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1815635 + } + }, + { + "pair_index": 12, + "elapsed_ns": 1818722, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6316032, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2696181, + "runtime_create_ns": 27834, + "jit_attach_ns": 59409, + "context_create_ns": 112547, + "definition_eval_ns": 58571, + "first_eval_ns": 226622, + "threshold_crossing_ns": 185434, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1818722 + } + }, + { + "pair_index": 13, + "elapsed_ns": 1804963, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6324224, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2689627, + "runtime_create_ns": 26483, + "jit_attach_ns": 65973, + "context_create_ns": 108225, + "definition_eval_ns": 59361, + "first_eval_ns": 221146, + "threshold_crossing_ns": 187334, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1804963 + } + }, + { + "pair_index": 14, + "elapsed_ns": 1785888, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6500352, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2637032, + "runtime_create_ns": 23529, + "jit_attach_ns": 55024, + "context_create_ns": 108043, + "definition_eval_ns": 51190, + "first_eval_ns": 212739, + "threshold_crossing_ns": 186681, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1785888 + } + }, + { + "pair_index": 15, + "elapsed_ns": 1790843, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6459392, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2660810, + "runtime_create_ns": 26196, + "jit_attach_ns": 57969, + "context_create_ns": 115637, + "definition_eval_ns": 59728, + "first_eval_ns": 214393, + "threshold_crossing_ns": 194367, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1790843 + } + }, + { + "pair_index": 16, + "elapsed_ns": 1782486, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6193152, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2656118, + "runtime_create_ns": 33589, + "jit_attach_ns": 69383, + "context_create_ns": 113901, + "definition_eval_ns": 58307, + "first_eval_ns": 212652, + "threshold_crossing_ns": 182639, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1782486 + } + }, + { + "pair_index": 17, + "elapsed_ns": 1791336, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6291456, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2659950, + "runtime_create_ns": 27321, + "jit_attach_ns": 58958, + "context_create_ns": 104460, + "definition_eval_ns": 58636, + "first_eval_ns": 219246, + "threshold_crossing_ns": 192642, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1791336 + } + }, + { + "pair_index": 18, + "elapsed_ns": 1804278, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6447104, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2644658, + "runtime_create_ns": 22880, + "jit_attach_ns": 57743, + "context_create_ns": 102010, + "definition_eval_ns": 50203, + "first_eval_ns": 210595, + "threshold_crossing_ns": 192598, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1804278 + } + }, + { + "pair_index": 19, + "elapsed_ns": 2707403, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6463488, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4016583, + "runtime_create_ns": 41423, + "jit_attach_ns": 83487, + "context_create_ns": 163593, + "definition_eval_ns": 94491, + "first_eval_ns": 333267, + "threshold_crossing_ns": 281485, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 2707403 + } + }, + { + "pair_index": 20, + "elapsed_ns": 1787169, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6397952, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2659123, + "runtime_create_ns": 29991, + "jit_attach_ns": 59942, + "context_create_ns": 108413, + "definition_eval_ns": 67207, + "first_eval_ns": 213482, + "threshold_crossing_ns": 181618, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1787169 + } + }, + { + "pair_index": 21, + "elapsed_ns": 1808293, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6262784, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2648026, + "runtime_create_ns": 27601, + "jit_attach_ns": 57255, + "context_create_ns": 106130, + "definition_eval_ns": 56323, + "first_eval_ns": 212866, + "threshold_crossing_ns": 177596, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1808293 + } + }, + { + "pair_index": 22, + "elapsed_ns": 1799000, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6488064, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2656454, + "runtime_create_ns": 24563, + "jit_attach_ns": 55235, + "context_create_ns": 106901, + "definition_eval_ns": 55423, + "first_eval_ns": 218254, + "threshold_crossing_ns": 187138, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1799000 + } + }, + { + "pair_index": 23, + "elapsed_ns": 1804928, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6410240, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2677319, + "runtime_create_ns": 25548, + "jit_attach_ns": 64964, + "context_create_ns": 107734, + "definition_eval_ns": 66005, + "first_eval_ns": 224013, + "threshold_crossing_ns": 181574, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1804928 + } + }, + { + "pair_index": 24, + "elapsed_ns": 1790933, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6483968, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2659079, + "runtime_create_ns": 27975, + "jit_attach_ns": 68628, + "context_create_ns": 109046, + "definition_eval_ns": 60178, + "first_eval_ns": 212930, + "threshold_crossing_ns": 181804, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1790933 + } + }, + { + "pair_index": 25, + "elapsed_ns": 1820490, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6234112, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2706763, + "runtime_create_ns": 30850, + "jit_attach_ns": 74779, + "context_create_ns": 113416, + "definition_eval_ns": 64371, + "first_eval_ns": 216998, + "threshold_crossing_ns": 179496, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1820490 + } + }, + { + "pair_index": 26, + "elapsed_ns": 1805610, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6201344, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2662585, + "runtime_create_ns": 26679, + "jit_attach_ns": 60682, + "context_create_ns": 108417, + "definition_eval_ns": 58122, + "first_eval_ns": 216030, + "threshold_crossing_ns": 177584, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1805610 + } + }, + { + "pair_index": 27, + "elapsed_ns": 1809412, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6205440, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2660337, + "runtime_create_ns": 30801, + "jit_attach_ns": 56354, + "context_create_ns": 106489, + "definition_eval_ns": 56791, + "first_eval_ns": 216575, + "threshold_crossing_ns": 181133, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1809412 + } + }, + { + "pair_index": 28, + "elapsed_ns": 1789654, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6479872, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2664129, + "runtime_create_ns": 27256, + "jit_attach_ns": 62751, + "context_create_ns": 108913, + "definition_eval_ns": 60234, + "first_eval_ns": 228542, + "threshold_crossing_ns": 181797, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1789654 + } + }, + { + "pair_index": 29, + "elapsed_ns": 1807349, + "checksum": "string:1018392", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6176768, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 2659795, + "runtime_create_ns": 28870, + "jit_attach_ns": 59627, + "context_create_ns": 108571, + "definition_eval_ns": 55868, + "first_eval_ns": 216234, + "threshold_crossing_ns": 181649, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1807349 + } + } + ], + "raw_latency_ns": [ + 1806829, + 1784861, + 1814051, + 1820702, + 1807683, + 1798576, + 1808008, + 1801813, + 1791150, + 1820079, + 1799635, + 1815635, + 1818722, + 1804963, + 1785888, + 1790843, + 1782486, + 1791336, + 1804278, + 2707403, + 1787169, + 1808293, + 1799000, + 1804928, + 1790933, + 1820490, + 1805610, + 1809412, + 1789654, + 1807349 + ], + "raw_throughput_ops": [ + 315, + 313, + 321, + 315, + 316, + 320, + 321, + 314, + 317, + 321 + ], + "median_ns": 1804963, + "mad_ns": 10672, + "p95_ns": 1820702, + "p99_ns": 2707403, + "ci95_ns": [ + 1799000, + 1808008 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "strings-json", + "suite": "rquickjs-jit", + "group": "compute", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 3966233, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11345920, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 22656043, + "runtime_create_ns": 23880, + "jit_attach_ns": 55562, + "context_create_ns": 109106, + "definition_eval_ns": 58953, + "first_eval_ns": 576818, + "threshold_crossing_ns": 16732756, + "compile_ns": 14250701, + "install_ns": 44718, + "osr_ns": 0, + "steady_state_ns": 3966233 + } + }, + { + "pair_index": 1, + "elapsed_ns": 3999496, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11264000, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 22613163, + "runtime_create_ns": 26976, + "jit_attach_ns": 61062, + "context_create_ns": 101835, + "definition_eval_ns": 52587, + "first_eval_ns": 567829, + "threshold_crossing_ns": 16671106, + "compile_ns": 14141223, + "install_ns": 38623, + "osr_ns": 0, + "steady_state_ns": 3999496 + } + }, + { + "pair_index": 2, + "elapsed_ns": 5891742, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11067392, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 24644575, + "runtime_create_ns": 24717, + "jit_attach_ns": 54235, + "context_create_ns": 109973, + "definition_eval_ns": 58251, + "first_eval_ns": 580132, + "threshold_crossing_ns": 16763927, + "compile_ns": 14222306, + "install_ns": 37260, + "osr_ns": 0, + "steady_state_ns": 5891742 + } + }, + { + "pair_index": 3, + "elapsed_ns": 3999943, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11292672, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 22646122, + "runtime_create_ns": 25822, + "jit_attach_ns": 52734, + "context_create_ns": 102861, + "definition_eval_ns": 49352, + "first_eval_ns": 563535, + "threshold_crossing_ns": 16718823, + "compile_ns": 14179916, + "install_ns": 37889, + "osr_ns": 0, + "steady_state_ns": 3999943 + } + }, + { + "pair_index": 4, + "elapsed_ns": 3981277, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11345920, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 22733450, + "runtime_create_ns": 24398, + "jit_attach_ns": 55126, + "context_create_ns": 119765, + "definition_eval_ns": 61045, + "first_eval_ns": 571892, + "threshold_crossing_ns": 16792962, + "compile_ns": 14315329, + "install_ns": 41873, + "osr_ns": 0, + "steady_state_ns": 3981277 + } + }, + { + "pair_index": 5, + "elapsed_ns": 3991139, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11194368, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 22668243, + "runtime_create_ns": 28441, + "jit_attach_ns": 56867, + "context_create_ns": 107744, + "definition_eval_ns": 55491, + "first_eval_ns": 583383, + "threshold_crossing_ns": 16713771, + "compile_ns": 14226261, + "install_ns": 38525, + "osr_ns": 0, + "steady_state_ns": 3991139 + } + }, + { + "pair_index": 6, + "elapsed_ns": 4151871, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11243520, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 22943836, + "runtime_create_ns": 23413, + "jit_attach_ns": 54318, + "context_create_ns": 108923, + "definition_eval_ns": 59468, + "first_eval_ns": 583717, + "threshold_crossing_ns": 16829760, + "compile_ns": 14246570, + "install_ns": 37846, + "osr_ns": 0, + "steady_state_ns": 4151871 + } + }, + { + "pair_index": 7, + "elapsed_ns": 3973919, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11255808, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 22626974, + "runtime_create_ns": 26884, + "jit_attach_ns": 54556, + "context_create_ns": 102391, + "definition_eval_ns": 48527, + "first_eval_ns": 573929, + "threshold_crossing_ns": 16717050, + "compile_ns": 14176554, + "install_ns": 35472, + "osr_ns": 0, + "steady_state_ns": 3973919 + } + }, + { + "pair_index": 8, + "elapsed_ns": 3968958, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11202560, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 22592514, + "runtime_create_ns": 28435, + "jit_attach_ns": 52310, + "context_create_ns": 102867, + "definition_eval_ns": 51333, + "first_eval_ns": 562231, + "threshold_crossing_ns": 16696398, + "compile_ns": 14147842, + "install_ns": 41610, + "osr_ns": 0, + "steady_state_ns": 3968958 + } + }, + { + "pair_index": 9, + "elapsed_ns": 4836553, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 6, + "native_acquisitions": 6, + "native_exits": 6, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 6, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11321344, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 25035348, + "runtime_create_ns": 38134, + "jit_attach_ns": 72920, + "context_create_ns": 150788, + "definition_eval_ns": 70199, + "first_eval_ns": 2182709, + "threshold_crossing_ns": 16559107, + "compile_ns": 15552858, + "install_ns": 36321, + "osr_ns": 0, + "steady_state_ns": 4836553 + } + }, + { + "pair_index": 10, + "elapsed_ns": 4006895, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11296768, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 23188290, + "runtime_create_ns": 24484, + "jit_attach_ns": 53885, + "context_create_ns": 103457, + "definition_eval_ns": 46119, + "first_eval_ns": 581053, + "threshold_crossing_ns": 17239408, + "compile_ns": 14651003, + "install_ns": 38707, + "osr_ns": 0, + "steady_state_ns": 4006895 + } + }, + { + "pair_index": 11, + "elapsed_ns": 3997982, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11325440, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 22704907, + "runtime_create_ns": 31596, + "jit_attach_ns": 53960, + "context_create_ns": 102344, + "definition_eval_ns": 49060, + "first_eval_ns": 560619, + "threshold_crossing_ns": 16773763, + "compile_ns": 14229207, + "install_ns": 36556, + "osr_ns": 0, + "steady_state_ns": 3997982 + } + }, + { + "pair_index": 12, + "elapsed_ns": 4126445, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11333632, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 22943259, + "runtime_create_ns": 23195, + "jit_attach_ns": 60985, + "context_create_ns": 101753, + "definition_eval_ns": 51132, + "first_eval_ns": 559847, + "threshold_crossing_ns": 16834557, + "compile_ns": 14231535, + "install_ns": 39130, + "osr_ns": 0, + "steady_state_ns": 4126445 + } + }, + { + "pair_index": 13, + "elapsed_ns": 3972647, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11370496, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 22682466, + "runtime_create_ns": 23299, + "jit_attach_ns": 56824, + "context_create_ns": 103817, + "definition_eval_ns": 58459, + "first_eval_ns": 575607, + "threshold_crossing_ns": 16763884, + "compile_ns": 14228807, + "install_ns": 37563, + "osr_ns": 0, + "steady_state_ns": 3972647 + } + }, + { + "pair_index": 14, + "elapsed_ns": 3953605, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11345920, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 22774096, + "runtime_create_ns": 25225, + "jit_attach_ns": 55540, + "context_create_ns": 102768, + "definition_eval_ns": 44672, + "first_eval_ns": 587340, + "threshold_crossing_ns": 16874963, + "compile_ns": 14325068, + "install_ns": 39657, + "osr_ns": 0, + "steady_state_ns": 3953605 + } + }, + { + "pair_index": 15, + "elapsed_ns": 3977958, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11202560, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 22634723, + "runtime_create_ns": 26668, + "jit_attach_ns": 54668, + "context_create_ns": 104508, + "definition_eval_ns": 59375, + "first_eval_ns": 573981, + "threshold_crossing_ns": 16710953, + "compile_ns": 14199259, + "install_ns": 38943, + "osr_ns": 0, + "steady_state_ns": 3977958 + } + }, + { + "pair_index": 16, + "elapsed_ns": 3976711, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11321344, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 22576283, + "runtime_create_ns": 25379, + "jit_attach_ns": 51791, + "context_create_ns": 103825, + "definition_eval_ns": 57517, + "first_eval_ns": 557800, + "threshold_crossing_ns": 16663090, + "compile_ns": 14106724, + "install_ns": 39219, + "osr_ns": 0, + "steady_state_ns": 3976711 + } + }, + { + "pair_index": 17, + "elapsed_ns": 3977319, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11243520, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 23075451, + "runtime_create_ns": 25501, + "jit_attach_ns": 57465, + "context_create_ns": 100593, + "definition_eval_ns": 49775, + "first_eval_ns": 579608, + "threshold_crossing_ns": 17156260, + "compile_ns": 14629189, + "install_ns": 40164, + "osr_ns": 0, + "steady_state_ns": 3977319 + } + }, + { + "pair_index": 18, + "elapsed_ns": 3995024, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11321344, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 22872756, + "runtime_create_ns": 21939, + "jit_attach_ns": 55383, + "context_create_ns": 103336, + "definition_eval_ns": 48665, + "first_eval_ns": 579356, + "threshold_crossing_ns": 16908813, + "compile_ns": 14241014, + "install_ns": 37003, + "osr_ns": 0, + "steady_state_ns": 3995024 + } + }, + { + "pair_index": 19, + "elapsed_ns": 3985670, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11395072, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 22829010, + "runtime_create_ns": 28651, + "jit_attach_ns": 67474, + "context_create_ns": 110446, + "definition_eval_ns": 57064, + "first_eval_ns": 580515, + "threshold_crossing_ns": 16857811, + "compile_ns": 14426616, + "install_ns": 40191, + "osr_ns": 0, + "steady_state_ns": 3985670 + } + }, + { + "pair_index": 20, + "elapsed_ns": 4025158, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11087872, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 22673278, + "runtime_create_ns": 24296, + "jit_attach_ns": 51407, + "context_create_ns": 105084, + "definition_eval_ns": 53237, + "first_eval_ns": 569122, + "threshold_crossing_ns": 16708393, + "compile_ns": 14173027, + "install_ns": 35954, + "osr_ns": 0, + "steady_state_ns": 4025158 + } + }, + { + "pair_index": 21, + "elapsed_ns": 3973137, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11202560, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 22733201, + "runtime_create_ns": 27389, + "jit_attach_ns": 53062, + "context_create_ns": 104648, + "definition_eval_ns": 50664, + "first_eval_ns": 569733, + "threshold_crossing_ns": 16817748, + "compile_ns": 14305191, + "install_ns": 39484, + "osr_ns": 0, + "steady_state_ns": 3973137 + } + }, + { + "pair_index": 22, + "elapsed_ns": 4005981, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11333632, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 22694068, + "runtime_create_ns": 26049, + "jit_attach_ns": 58009, + "context_create_ns": 117347, + "definition_eval_ns": 59409, + "first_eval_ns": 577131, + "threshold_crossing_ns": 16718022, + "compile_ns": 14186706, + "install_ns": 41124, + "osr_ns": 0, + "steady_state_ns": 4005981 + } + }, + { + "pair_index": 23, + "elapsed_ns": 4839044, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 6, + "native_acquisitions": 6, + "native_exits": 6, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 6, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11374592, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 24870602, + "runtime_create_ns": 26443, + "jit_attach_ns": 64318, + "context_create_ns": 108969, + "definition_eval_ns": 63070, + "first_eval_ns": 2351903, + "threshold_crossing_ns": 16294766, + "compile_ns": 15560437, + "install_ns": 44002, + "osr_ns": 0, + "steady_state_ns": 4839044 + } + }, + { + "pair_index": 24, + "elapsed_ns": 3986823, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11206656, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 22622023, + "runtime_create_ns": 26142, + "jit_attach_ns": 54471, + "context_create_ns": 100579, + "definition_eval_ns": 47511, + "first_eval_ns": 564947, + "threshold_crossing_ns": 16713395, + "compile_ns": 14169175, + "install_ns": 36422, + "osr_ns": 0, + "steady_state_ns": 3986823 + } + }, + { + "pair_index": 25, + "elapsed_ns": 3965529, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11206656, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 22960601, + "runtime_create_ns": 26847, + "jit_attach_ns": 49931, + "context_create_ns": 110823, + "definition_eval_ns": 52400, + "first_eval_ns": 561205, + "threshold_crossing_ns": 17069224, + "compile_ns": 14538109, + "install_ns": 33926, + "osr_ns": 0, + "steady_state_ns": 3965529 + } + }, + { + "pair_index": 26, + "elapsed_ns": 4031653, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11210752, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 23274765, + "runtime_create_ns": 26617, + "jit_attach_ns": 58420, + "context_create_ns": 108852, + "definition_eval_ns": 61124, + "first_eval_ns": 574760, + "threshold_crossing_ns": 17243278, + "compile_ns": 14695037, + "install_ns": 38385, + "osr_ns": 0, + "steady_state_ns": 4031653 + } + }, + { + "pair_index": 27, + "elapsed_ns": 3970569, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11218944, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 23258723, + "runtime_create_ns": 28755, + "jit_attach_ns": 63334, + "context_create_ns": 105440, + "definition_eval_ns": 56072, + "first_eval_ns": 574833, + "threshold_crossing_ns": 17327048, + "compile_ns": 14875638, + "install_ns": 39087, + "osr_ns": 0, + "steady_state_ns": 3970569 + } + }, + { + "pair_index": 28, + "elapsed_ns": 3964012, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11280384, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 22627914, + "runtime_create_ns": 26399, + "jit_attach_ns": 54374, + "context_create_ns": 113093, + "definition_eval_ns": 52947, + "first_eval_ns": 560285, + "threshold_crossing_ns": 16722808, + "compile_ns": 14205602, + "install_ns": 40142, + "osr_ns": 0, + "steady_state_ns": 3964012 + } + }, + { + "pair_index": 29, + "elapsed_ns": 3961386, + "checksum": "string:{\"length\":2000,\"first\":\"abcdefgh\"}", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11350016, + "code_bytes": 34096, + "metadata_bytes": 8743, + "peak_compiler_bytes": 3762, + "phases": { + "total_ns": 22655660, + "runtime_create_ns": 26530, + "jit_attach_ns": 58366, + "context_create_ns": 104545, + "definition_eval_ns": 55945, + "first_eval_ns": 557513, + "threshold_crossing_ns": 16751931, + "compile_ns": 14239368, + "install_ns": 37971, + "osr_ns": 0, + "steady_state_ns": 3961386 + } + } + ], + "raw_latency_ns": [ + 3966233, + 3999496, + 5891742, + 3999943, + 3981277, + 3991139, + 4151871, + 3973919, + 3968958, + 4836553, + 4006895, + 3997982, + 4126445, + 3972647, + 3953605, + 3977958, + 3976711, + 3977319, + 3995024, + 3985670, + 4025158, + 3973137, + 4005981, + 4839044, + 3986823, + 3965529, + 4031653, + 3970569, + 3964012, + 3961386 + ], + "raw_throughput_ops": [ + 42, + 42, + 42, + 43, + 43, + 43, + 43, + 43, + 43, + 43 + ], + "median_ns": 3986823, + "mad_ns": 17865, + "p95_ns": 4839044, + "p99_ns": 5891742, + "ci95_ns": [ + 3976711, + 3999943 + ], + "compile_ns": 14239368, + "install_ns": 38707, + "break_even_executions": null + }, + { + "name": "calls-closures", + "suite": "rquickjs-jit", + "group": "compute", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 3589553, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6008832, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4962944, + "runtime_create_ns": 23526, + "jit_attach_ns": 53601, + "context_create_ns": 100620, + "definition_eval_ns": 40291, + "first_eval_ns": 391647, + "threshold_crossing_ns": 360205, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3589553 + } + }, + { + "pair_index": 1, + "elapsed_ns": 3843621, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6098944, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5315008, + "runtime_create_ns": 24299, + "jit_attach_ns": 52723, + "context_create_ns": 97597, + "definition_eval_ns": 38763, + "first_eval_ns": 395947, + "threshold_crossing_ns": 468527, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3843621 + } + }, + { + "pair_index": 2, + "elapsed_ns": 3585192, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6418432, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4990289, + "runtime_create_ns": 24309, + "jit_attach_ns": 61888, + "context_create_ns": 108252, + "definition_eval_ns": 57027, + "first_eval_ns": 399064, + "threshold_crossing_ns": 360110, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3585192 + } + }, + { + "pair_index": 3, + "elapsed_ns": 3600761, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6344704, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4970930, + "runtime_create_ns": 29302, + "jit_attach_ns": 46610, + "context_create_ns": 99792, + "definition_eval_ns": 42520, + "first_eval_ns": 390820, + "threshold_crossing_ns": 360007, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3600761 + } + }, + { + "pair_index": 4, + "elapsed_ns": 3602542, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6328320, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4959582, + "runtime_create_ns": 22013, + "jit_attach_ns": 47948, + "context_create_ns": 98558, + "definition_eval_ns": 42370, + "first_eval_ns": 383980, + "threshold_crossing_ns": 367884, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3602542 + } + }, + { + "pair_index": 5, + "elapsed_ns": 3622512, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6189056, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5034599, + "runtime_create_ns": 25836, + "jit_attach_ns": 52869, + "context_create_ns": 106677, + "definition_eval_ns": 58023, + "first_eval_ns": 400383, + "threshold_crossing_ns": 370879, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3622512 + } + }, + { + "pair_index": 6, + "elapsed_ns": 3622470, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6287360, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5028110, + "runtime_create_ns": 25661, + "jit_attach_ns": 59780, + "context_create_ns": 108596, + "definition_eval_ns": 57482, + "first_eval_ns": 394870, + "threshold_crossing_ns": 359833, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3622470 + } + }, + { + "pair_index": 7, + "elapsed_ns": 3607393, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6078464, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4988665, + "runtime_create_ns": 27854, + "jit_attach_ns": 68919, + "context_create_ns": 102657, + "definition_eval_ns": 42898, + "first_eval_ns": 384019, + "threshold_crossing_ns": 359474, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3607393 + } + }, + { + "pair_index": 8, + "elapsed_ns": 3605649, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6021120, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5001020, + "runtime_create_ns": 26469, + "jit_attach_ns": 59704, + "context_create_ns": 103844, + "definition_eval_ns": 43883, + "first_eval_ns": 395181, + "threshold_crossing_ns": 366931, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3605649 + } + }, + { + "pair_index": 9, + "elapsed_ns": 3622223, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6344704, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5006156, + "runtime_create_ns": 24023, + "jit_attach_ns": 54275, + "context_create_ns": 104276, + "definition_eval_ns": 43374, + "first_eval_ns": 401376, + "threshold_crossing_ns": 361305, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3622223 + } + }, + { + "pair_index": 10, + "elapsed_ns": 3586413, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 5943296, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4995820, + "runtime_create_ns": 26565, + "jit_attach_ns": 55988, + "context_create_ns": 107571, + "definition_eval_ns": 58012, + "first_eval_ns": 402555, + "threshold_crossing_ns": 358745, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3586413 + } + }, + { + "pair_index": 11, + "elapsed_ns": 3608729, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6213632, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4977867, + "runtime_create_ns": 24457, + "jit_attach_ns": 48561, + "context_create_ns": 97678, + "definition_eval_ns": 39502, + "first_eval_ns": 393785, + "threshold_crossing_ns": 374127, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3608729 + } + }, + { + "pair_index": 12, + "elapsed_ns": 3651771, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6070272, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5024496, + "runtime_create_ns": 25145, + "jit_attach_ns": 50471, + "context_create_ns": 100156, + "definition_eval_ns": 39181, + "first_eval_ns": 394098, + "threshold_crossing_ns": 371230, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3651771 + } + }, + { + "pair_index": 13, + "elapsed_ns": 3649575, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6270976, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5049438, + "runtime_create_ns": 23644, + "jit_attach_ns": 50539, + "context_create_ns": 107269, + "definition_eval_ns": 61415, + "first_eval_ns": 392512, + "threshold_crossing_ns": 367019, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3649575 + } + }, + { + "pair_index": 14, + "elapsed_ns": 3627675, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6270976, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5029653, + "runtime_create_ns": 23710, + "jit_attach_ns": 57741, + "context_create_ns": 104157, + "definition_eval_ns": 51248, + "first_eval_ns": 401746, + "threshold_crossing_ns": 365975, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3627675 + } + }, + { + "pair_index": 15, + "elapsed_ns": 3619799, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6332416, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5019571, + "runtime_create_ns": 26337, + "jit_attach_ns": 50213, + "context_create_ns": 103237, + "definition_eval_ns": 59124, + "first_eval_ns": 396522, + "threshold_crossing_ns": 368553, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3619799 + } + }, + { + "pair_index": 16, + "elapsed_ns": 3635344, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6242304, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5010015, + "runtime_create_ns": 25875, + "jit_attach_ns": 53962, + "context_create_ns": 100051, + "definition_eval_ns": 42768, + "first_eval_ns": 397052, + "threshold_crossing_ns": 362014, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3635344 + } + }, + { + "pair_index": 17, + "elapsed_ns": 3728559, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6336512, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5133279, + "runtime_create_ns": 21836, + "jit_attach_ns": 50080, + "context_create_ns": 101597, + "definition_eval_ns": 45395, + "first_eval_ns": 413595, + "threshold_crossing_ns": 371863, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3728559 + } + }, + { + "pair_index": 18, + "elapsed_ns": 3613842, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6414336, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5013755, + "runtime_create_ns": 23469, + "jit_attach_ns": 56717, + "context_create_ns": 103162, + "definition_eval_ns": 60043, + "first_eval_ns": 393845, + "threshold_crossing_ns": 369560, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3613842 + } + }, + { + "pair_index": 19, + "elapsed_ns": 3593074, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6389760, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4967490, + "runtime_create_ns": 23233, + "jit_attach_ns": 49050, + "context_create_ns": 100393, + "definition_eval_ns": 41936, + "first_eval_ns": 401346, + "threshold_crossing_ns": 360108, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3593074 + } + }, + { + "pair_index": 20, + "elapsed_ns": 3581251, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 5951488, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4935910, + "runtime_create_ns": 24521, + "jit_attach_ns": 48681, + "context_create_ns": 112099, + "definition_eval_ns": 38823, + "first_eval_ns": 380619, + "threshold_crossing_ns": 357131, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3581251 + } + }, + { + "pair_index": 21, + "elapsed_ns": 3613745, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6258688, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4991578, + "runtime_create_ns": 24256, + "jit_attach_ns": 51770, + "context_create_ns": 97236, + "definition_eval_ns": 49135, + "first_eval_ns": 392846, + "threshold_crossing_ns": 361801, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3613745 + } + }, + { + "pair_index": 22, + "elapsed_ns": 3613032, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6410240, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5002316, + "runtime_create_ns": 22858, + "jit_attach_ns": 54830, + "context_create_ns": 101556, + "definition_eval_ns": 51401, + "first_eval_ns": 392698, + "threshold_crossing_ns": 370399, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3613032 + } + }, + { + "pair_index": 23, + "elapsed_ns": 3617363, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6066176, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4990268, + "runtime_create_ns": 25428, + "jit_attach_ns": 48591, + "context_create_ns": 97113, + "definition_eval_ns": 39142, + "first_eval_ns": 401891, + "threshold_crossing_ns": 361428, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3617363 + } + }, + { + "pair_index": 24, + "elapsed_ns": 3596924, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6393856, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4972410, + "runtime_create_ns": 22047, + "jit_attach_ns": 47898, + "context_create_ns": 111335, + "definition_eval_ns": 42679, + "first_eval_ns": 394427, + "threshold_crossing_ns": 360739, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3596924 + } + }, + { + "pair_index": 25, + "elapsed_ns": 3611563, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6397952, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5022625, + "runtime_create_ns": 23474, + "jit_attach_ns": 59372, + "context_create_ns": 107278, + "definition_eval_ns": 61830, + "first_eval_ns": 394178, + "threshold_crossing_ns": 362331, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3611563 + } + }, + { + "pair_index": 26, + "elapsed_ns": 3724407, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6414336, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5194348, + "runtime_create_ns": 31871, + "jit_attach_ns": 81950, + "context_create_ns": 110388, + "definition_eval_ns": 63690, + "first_eval_ns": 413958, + "threshold_crossing_ns": 369790, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3724407 + } + }, + { + "pair_index": 27, + "elapsed_ns": 3625820, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6438912, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5028167, + "runtime_create_ns": 42174, + "jit_attach_ns": 54961, + "context_create_ns": 101118, + "definition_eval_ns": 44885, + "first_eval_ns": 388785, + "threshold_crossing_ns": 364990, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3625820 + } + }, + { + "pair_index": 28, + "elapsed_ns": 3645117, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6373376, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5019221, + "runtime_create_ns": 23525, + "jit_attach_ns": 50729, + "context_create_ns": 100479, + "definition_eval_ns": 44052, + "first_eval_ns": 389120, + "threshold_crossing_ns": 371371, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3645117 + } + }, + { + "pair_index": 29, + "elapsed_ns": 3587446, + "checksum": "string:30872", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6426624, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4962293, + "runtime_create_ns": 22189, + "jit_attach_ns": 54295, + "context_create_ns": 102451, + "definition_eval_ns": 43856, + "first_eval_ns": 384498, + "threshold_crossing_ns": 359942, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3587446 + } + } + ], + "raw_latency_ns": [ + 3589553, + 3843621, + 3585192, + 3600761, + 3602542, + 3622512, + 3622470, + 3607393, + 3605649, + 3622223, + 3586413, + 3608729, + 3651771, + 3649575, + 3627675, + 3619799, + 3635344, + 3728559, + 3613842, + 3593074, + 3581251, + 3613745, + 3613032, + 3617363, + 3596924, + 3611563, + 3724407, + 3625820, + 3645117, + 3587446 + ], + "raw_throughput_ops": [ + 180, + 178, + 182, + 178, + 177, + 180, + 181, + 182, + 181, + 178 + ], + "median_ns": 3613842, + "mad_ns": 13833, + "p95_ns": 3728559, + "p99_ns": 3843621, + "ci95_ns": [ + 3607393, + 3622512 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "adversarial", + "suite": "rquickjs-jit", + "group": "adversarial", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 1886163, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10612736, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13220115, + "runtime_create_ns": 23954, + "jit_attach_ns": 49809, + "context_create_ns": 103938, + "definition_eval_ns": 41481, + "first_eval_ns": 296535, + "threshold_crossing_ns": 10328539, + "compile_ns": 9615752, + "install_ns": 37660, + "osr_ns": 0, + "steady_state_ns": 1886163 + } + }, + { + "pair_index": 1, + "elapsed_ns": 1889341, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10547200, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13218581, + "runtime_create_ns": 25735, + "jit_attach_ns": 53858, + "context_create_ns": 105015, + "definition_eval_ns": 45502, + "first_eval_ns": 306266, + "threshold_crossing_ns": 10305905, + "compile_ns": 9585761, + "install_ns": 41024, + "osr_ns": 0, + "steady_state_ns": 1889341 + } + }, + { + "pair_index": 2, + "elapsed_ns": 1904505, + "checksum": "string:7995", + "native_entries": 14, + "native_acquisitions": 14, + "native_exits": 14, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10702848, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 14379705, + "runtime_create_ns": 24936, + "jit_attach_ns": 63788, + "context_create_ns": 104842, + "definition_eval_ns": 53031, + "first_eval_ns": 318759, + "threshold_crossing_ns": 11443496, + "compile_ns": 10275593, + "install_ns": 164630, + "osr_ns": 0, + "steady_state_ns": 1904505 + } + }, + { + "pair_index": 3, + "elapsed_ns": 1894990, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10592256, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13484388, + "runtime_create_ns": 24636, + "jit_attach_ns": 56617, + "context_create_ns": 108515, + "definition_eval_ns": 50504, + "first_eval_ns": 293981, + "threshold_crossing_ns": 10563072, + "compile_ns": 9845164, + "install_ns": 44048, + "osr_ns": 0, + "steady_state_ns": 1894990 + } + }, + { + "pair_index": 4, + "elapsed_ns": 1933028, + "checksum": "string:7995", + "native_entries": 14, + "native_acquisitions": 14, + "native_exits": 14, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10534912, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13753988, + "runtime_create_ns": 26313, + "jit_attach_ns": 55072, + "context_create_ns": 108356, + "definition_eval_ns": 51422, + "first_eval_ns": 308306, + "threshold_crossing_ns": 10690419, + "compile_ns": 9905706, + "install_ns": 40001, + "osr_ns": 0, + "steady_state_ns": 1933028 + } + }, + { + "pair_index": 5, + "elapsed_ns": 1898100, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10563584, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13535293, + "runtime_create_ns": 29995, + "jit_attach_ns": 61295, + "context_create_ns": 106463, + "definition_eval_ns": 60091, + "first_eval_ns": 295756, + "threshold_crossing_ns": 10590974, + "compile_ns": 9870599, + "install_ns": 44187, + "osr_ns": 0, + "steady_state_ns": 1898100 + } + }, + { + "pair_index": 6, + "elapsed_ns": 1895991, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10604544, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13472682, + "runtime_create_ns": 22845, + "jit_attach_ns": 58368, + "context_create_ns": 101859, + "definition_eval_ns": 46222, + "first_eval_ns": 314641, + "threshold_crossing_ns": 10540332, + "compile_ns": 9827228, + "install_ns": 45736, + "osr_ns": 0, + "steady_state_ns": 1895991 + } + }, + { + "pair_index": 7, + "elapsed_ns": 1897274, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10473472, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13651520, + "runtime_create_ns": 28468, + "jit_attach_ns": 59319, + "context_create_ns": 107241, + "definition_eval_ns": 49600, + "first_eval_ns": 311301, + "threshold_crossing_ns": 10714436, + "compile_ns": 9986579, + "install_ns": 38009, + "osr_ns": 0, + "steady_state_ns": 1897274 + } + }, + { + "pair_index": 8, + "elapsed_ns": 1897545, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10702848, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13414924, + "runtime_create_ns": 27129, + "jit_attach_ns": 57233, + "context_create_ns": 107664, + "definition_eval_ns": 54535, + "first_eval_ns": 303403, + "threshold_crossing_ns": 10475869, + "compile_ns": 9742858, + "install_ns": 47977, + "osr_ns": 0, + "steady_state_ns": 1897545 + } + }, + { + "pair_index": 9, + "elapsed_ns": 1891372, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10571776, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13639187, + "runtime_create_ns": 27648, + "jit_attach_ns": 54940, + "context_create_ns": 106178, + "definition_eval_ns": 50300, + "first_eval_ns": 296970, + "threshold_crossing_ns": 10721748, + "compile_ns": 10005749, + "install_ns": 46894, + "osr_ns": 0, + "steady_state_ns": 1891372 + } + }, + { + "pair_index": 10, + "elapsed_ns": 1906866, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10694656, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13248591, + "runtime_create_ns": 25803, + "jit_attach_ns": 55154, + "context_create_ns": 109127, + "definition_eval_ns": 58215, + "first_eval_ns": 321435, + "threshold_crossing_ns": 10280356, + "compile_ns": 9562804, + "install_ns": 46356, + "osr_ns": 0, + "steady_state_ns": 1906866 + } + }, + { + "pair_index": 11, + "elapsed_ns": 1886406, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10584064, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13050849, + "runtime_create_ns": 24890, + "jit_attach_ns": 51776, + "context_create_ns": 103533, + "definition_eval_ns": 48656, + "first_eval_ns": 294565, + "threshold_crossing_ns": 10142583, + "compile_ns": 9439313, + "install_ns": 37832, + "osr_ns": 0, + "steady_state_ns": 1886406 + } + }, + { + "pair_index": 12, + "elapsed_ns": 1897681, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10653696, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13344910, + "runtime_create_ns": 24941, + "jit_attach_ns": 53965, + "context_create_ns": 109757, + "definition_eval_ns": 50765, + "first_eval_ns": 300963, + "threshold_crossing_ns": 10415052, + "compile_ns": 9696917, + "install_ns": 42321, + "osr_ns": 0, + "steady_state_ns": 1897681 + } + }, + { + "pair_index": 13, + "elapsed_ns": 1893809, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10649600, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13392126, + "runtime_create_ns": 33021, + "jit_attach_ns": 62273, + "context_create_ns": 109084, + "definition_eval_ns": 51179, + "first_eval_ns": 308176, + "threshold_crossing_ns": 10437439, + "compile_ns": 9734618, + "install_ns": 37843, + "osr_ns": 0, + "steady_state_ns": 1893809 + } + }, + { + "pair_index": 14, + "elapsed_ns": 1895774, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10661888, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13469249, + "runtime_create_ns": 22952, + "jit_attach_ns": 60271, + "context_create_ns": 103735, + "definition_eval_ns": 46881, + "first_eval_ns": 299910, + "threshold_crossing_ns": 10547015, + "compile_ns": 9811110, + "install_ns": 40110, + "osr_ns": 0, + "steady_state_ns": 1895774 + } + }, + { + "pair_index": 15, + "elapsed_ns": 1912776, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10493952, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13181728, + "runtime_create_ns": 28492, + "jit_attach_ns": 57896, + "context_create_ns": 106528, + "definition_eval_ns": 51445, + "first_eval_ns": 301261, + "threshold_crossing_ns": 10221951, + "compile_ns": 9590778, + "install_ns": 42376, + "osr_ns": 0, + "steady_state_ns": 1912776 + } + }, + { + "pair_index": 16, + "elapsed_ns": 1899332, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10547200, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13282339, + "runtime_create_ns": 28824, + "jit_attach_ns": 54855, + "context_create_ns": 99555, + "definition_eval_ns": 43466, + "first_eval_ns": 309732, + "threshold_crossing_ns": 10357608, + "compile_ns": 9641543, + "install_ns": 44697, + "osr_ns": 0, + "steady_state_ns": 1899332 + } + }, + { + "pair_index": 17, + "elapsed_ns": 1894628, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10604544, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13601280, + "runtime_create_ns": 26684, + "jit_attach_ns": 54778, + "context_create_ns": 107574, + "definition_eval_ns": 52205, + "first_eval_ns": 303535, + "threshold_crossing_ns": 10671172, + "compile_ns": 9957134, + "install_ns": 41752, + "osr_ns": 0, + "steady_state_ns": 1894628 + } + }, + { + "pair_index": 18, + "elapsed_ns": 1895984, + "checksum": "string:7995", + "native_entries": 14, + "native_acquisitions": 14, + "native_exits": 14, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 14, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10616832, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 14057922, + "runtime_create_ns": 26047, + "jit_attach_ns": 60479, + "context_create_ns": 114454, + "definition_eval_ns": 61730, + "first_eval_ns": 302637, + "threshold_crossing_ns": 11103511, + "compile_ns": 10315712, + "install_ns": 39859, + "osr_ns": 0, + "steady_state_ns": 1895984 + } + }, + { + "pair_index": 19, + "elapsed_ns": 1891850, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10702848, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13391139, + "runtime_create_ns": 25172, + "jit_attach_ns": 62124, + "context_create_ns": 106814, + "definition_eval_ns": 55640, + "first_eval_ns": 295912, + "threshold_crossing_ns": 10459605, + "compile_ns": 9736464, + "install_ns": 39827, + "osr_ns": 0, + "steady_state_ns": 1891850 + } + }, + { + "pair_index": 20, + "elapsed_ns": 1891879, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10723328, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13356893, + "runtime_create_ns": 26352, + "jit_attach_ns": 56810, + "context_create_ns": 117594, + "definition_eval_ns": 53294, + "first_eval_ns": 301134, + "threshold_crossing_ns": 10412595, + "compile_ns": 9705870, + "install_ns": 40122, + "osr_ns": 0, + "steady_state_ns": 1891879 + } + }, + { + "pair_index": 21, + "elapsed_ns": 1891664, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10625024, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13292985, + "runtime_create_ns": 24081, + "jit_attach_ns": 56857, + "context_create_ns": 106363, + "definition_eval_ns": 54716, + "first_eval_ns": 306573, + "threshold_crossing_ns": 10384664, + "compile_ns": 9668197, + "install_ns": 43976, + "osr_ns": 0, + "steady_state_ns": 1891664 + } + }, + { + "pair_index": 22, + "elapsed_ns": 1896810, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10489856, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13370311, + "runtime_create_ns": 26640, + "jit_attach_ns": 56341, + "context_create_ns": 108699, + "definition_eval_ns": 57124, + "first_eval_ns": 310598, + "threshold_crossing_ns": 10416342, + "compile_ns": 9710427, + "install_ns": 41045, + "osr_ns": 0, + "steady_state_ns": 1896810 + } + }, + { + "pair_index": 23, + "elapsed_ns": 1899027, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10559488, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13359835, + "runtime_create_ns": 28067, + "jit_attach_ns": 61107, + "context_create_ns": 104533, + "definition_eval_ns": 47397, + "first_eval_ns": 308954, + "threshold_crossing_ns": 10450304, + "compile_ns": 9746267, + "install_ns": 42206, + "osr_ns": 0, + "steady_state_ns": 1899027 + } + }, + { + "pair_index": 24, + "elapsed_ns": 1887214, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10653696, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13285647, + "runtime_create_ns": 29171, + "jit_attach_ns": 54620, + "context_create_ns": 101533, + "definition_eval_ns": 40190, + "first_eval_ns": 293876, + "threshold_crossing_ns": 10366108, + "compile_ns": 9653435, + "install_ns": 38013, + "osr_ns": 0, + "steady_state_ns": 1887214 + } + }, + { + "pair_index": 25, + "elapsed_ns": 1881656, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10629120, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13521586, + "runtime_create_ns": 27791, + "jit_attach_ns": 55558, + "context_create_ns": 104392, + "definition_eval_ns": 46794, + "first_eval_ns": 298953, + "threshold_crossing_ns": 10617682, + "compile_ns": 9908930, + "install_ns": 38482, + "osr_ns": 0, + "steady_state_ns": 1881656 + } + }, + { + "pair_index": 26, + "elapsed_ns": 1899073, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10592256, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13581110, + "runtime_create_ns": 27722, + "jit_attach_ns": 62146, + "context_create_ns": 106448, + "definition_eval_ns": 46443, + "first_eval_ns": 304185, + "threshold_crossing_ns": 10645768, + "compile_ns": 9888279, + "install_ns": 40542, + "osr_ns": 0, + "steady_state_ns": 1899073 + } + }, + { + "pair_index": 27, + "elapsed_ns": 1897110, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10547200, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13275529, + "runtime_create_ns": 25329, + "jit_attach_ns": 52757, + "context_create_ns": 100487, + "definition_eval_ns": 47246, + "first_eval_ns": 316470, + "threshold_crossing_ns": 10377842, + "compile_ns": 9676788, + "install_ns": 39993, + "osr_ns": 0, + "steady_state_ns": 1897110 + } + }, + { + "pair_index": 28, + "elapsed_ns": 1896101, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10637312, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 13772450, + "runtime_create_ns": 32356, + "jit_attach_ns": 62381, + "context_create_ns": 118880, + "definition_eval_ns": 52313, + "first_eval_ns": 315502, + "threshold_crossing_ns": 10802478, + "compile_ns": 10082154, + "install_ns": 41136, + "osr_ns": 0, + "steady_state_ns": 1896101 + } + }, + { + "pair_index": 29, + "elapsed_ns": 1894787, + "checksum": "string:7995", + "native_entries": 13, + "native_acquisitions": 13, + "native_exits": 13, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 13, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10715136, + "code_bytes": 23088, + "metadata_bytes": 5958, + "peak_compiler_bytes": 2673, + "phases": { + "total_ns": 14590734, + "runtime_create_ns": 24497, + "jit_attach_ns": 54872, + "context_create_ns": 104115, + "definition_eval_ns": 46819, + "first_eval_ns": 297096, + "threshold_crossing_ns": 11679033, + "compile_ns": 10962003, + "install_ns": 45476, + "osr_ns": 0, + "steady_state_ns": 1894787 + } + } + ], + "raw_latency_ns": [ + 1886163, + 1889341, + 1904505, + 1894990, + 1933028, + 1898100, + 1895991, + 1897274, + 1897545, + 1891372, + 1906866, + 1886406, + 1897681, + 1893809, + 1895774, + 1912776, + 1899332, + 1894628, + 1895984, + 1891850, + 1891879, + 1891664, + 1896810, + 1899027, + 1887214, + 1881656, + 1899073, + 1897110, + 1896101, + 1894787 + ], + "raw_throughput_ops": [ + 73, + 72, + 72, + 73, + 73, + 73, + 75, + 70, + 71, + 71 + ], + "median_ns": 1895991, + "mad_ns": 3082, + "p95_ns": 1912776, + "p99_ns": 1933028, + "ci95_ns": [ + 1894628, + 1897545 + ], + "compile_ns": 9746267, + "install_ns": 41136, + "break_even_executions": null + }, + { + "name": "float64-dense", + "suite": "rquickjs-jit matrix", + "group": "float64", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 1636520, + "checksum": "number:40a2d29809876024", + "native_entries": 65, + "native_acquisitions": 65, + "native_exits": 65, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 53, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 7537290, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16699392, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 65355807, + "runtime_create_ns": 24095, + "jit_attach_ns": 54551, + "context_create_ns": 109824, + "definition_eval_ns": 70650, + "first_eval_ns": 2677049, + "threshold_crossing_ns": 58852952, + "compile_ns": 59245090, + "install_ns": 115445, + "osr_ns": 0, + "steady_state_ns": 1636520 + } + }, + { + "pair_index": 1, + "elapsed_ns": 2789350, + "checksum": "number:40a2d29809876024", + "native_entries": 45, + "native_acquisitions": 45, + "native_exits": 45, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 33, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 10900131, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16699392, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 66088263, + "runtime_create_ns": 29642, + "jit_attach_ns": 58302, + "context_create_ns": 104900, + "definition_eval_ns": 67729, + "first_eval_ns": 2686079, + "threshold_crossing_ns": 58105491, + "compile_ns": 59781185, + "install_ns": 102794, + "osr_ns": 0, + "steady_state_ns": 2789350 + } + }, + { + "pair_index": 2, + "elapsed_ns": 2685344, + "checksum": "number:40a2d29809876024", + "native_entries": 45, + "native_acquisitions": 45, + "native_exits": 45, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 33, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 10939931, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16760832, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 66448804, + "runtime_create_ns": 26319, + "jit_attach_ns": 58051, + "context_create_ns": 110370, + "definition_eval_ns": 62867, + "first_eval_ns": 2659569, + "threshold_crossing_ns": 58376497, + "compile_ns": 59944844, + "install_ns": 101516, + "osr_ns": 0, + "steady_state_ns": 2685344 + } + }, + { + "pair_index": 3, + "elapsed_ns": 2667810, + "checksum": "number:40a2d29809876024", + "native_entries": 45, + "native_acquisitions": 45, + "native_exits": 45, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 33, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 10939852, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16678912, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 66635880, + "runtime_create_ns": 27750, + "jit_attach_ns": 61162, + "context_create_ns": 107178, + "definition_eval_ns": 69411, + "first_eval_ns": 5500018, + "threshold_crossing_ns": 55709634, + "compile_ns": 60212866, + "install_ns": 107350, + "osr_ns": 0, + "steady_state_ns": 2667810 + } + }, + { + "pair_index": 4, + "elapsed_ns": 2740024, + "checksum": "number:40a2d29809876024", + "native_entries": 45, + "native_acquisitions": 45, + "native_exits": 45, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 33, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 10895564, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16900096, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 66514486, + "runtime_create_ns": 28170, + "jit_attach_ns": 56726, + "context_create_ns": 106236, + "definition_eval_ns": 72755, + "first_eval_ns": 2678080, + "threshold_crossing_ns": 58351304, + "compile_ns": 60025348, + "install_ns": 103374, + "osr_ns": 0, + "steady_state_ns": 2740024 + } + }, + { + "pair_index": 5, + "elapsed_ns": 2567880, + "checksum": "number:40a2d29809876024", + "native_entries": 45, + "native_acquisitions": 45, + "native_exits": 45, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 33, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 10968442, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16711680, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 66485045, + "runtime_create_ns": 31182, + "jit_attach_ns": 62216, + "context_create_ns": 106016, + "definition_eval_ns": 68042, + "first_eval_ns": 2711668, + "threshold_crossing_ns": 58443108, + "compile_ns": 60174112, + "install_ns": 101079, + "osr_ns": 0, + "steady_state_ns": 2567880 + } + }, + { + "pair_index": 6, + "elapsed_ns": 2418060, + "checksum": "number:40a2d29809876024", + "native_entries": 45, + "native_acquisitions": 45, + "native_exits": 45, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 33, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 11873352, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16785408, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 66682219, + "runtime_create_ns": 27285, + "jit_attach_ns": 59183, + "context_create_ns": 103771, + "definition_eval_ns": 64633, + "first_eval_ns": 2677044, + "threshold_crossing_ns": 58585029, + "compile_ns": 60214313, + "install_ns": 101341, + "osr_ns": 0, + "steady_state_ns": 2418060 + } + }, + { + "pair_index": 7, + "elapsed_ns": 2434271, + "checksum": "number:40a2d29809876024", + "native_entries": 45, + "native_acquisitions": 45, + "native_exits": 45, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 33, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 11166927, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16850944, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 66664673, + "runtime_create_ns": 26306, + "jit_attach_ns": 54530, + "context_create_ns": 113402, + "definition_eval_ns": 71653, + "first_eval_ns": 2728131, + "threshold_crossing_ns": 58502763, + "compile_ns": 60222796, + "install_ns": 109315, + "osr_ns": 0, + "steady_state_ns": 2434271 + } + }, + { + "pair_index": 8, + "elapsed_ns": 2773629, + "checksum": "number:40a2d29809876024", + "native_entries": 45, + "native_acquisitions": 45, + "native_exits": 45, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 33, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12297876, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16850944, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 65896967, + "runtime_create_ns": 27050, + "jit_attach_ns": 51892, + "context_create_ns": 109216, + "definition_eval_ns": 64944, + "first_eval_ns": 2686128, + "threshold_crossing_ns": 57945018, + "compile_ns": 59620601, + "install_ns": 101064, + "osr_ns": 0, + "steady_state_ns": 2773629 + } + }, + { + "pair_index": 9, + "elapsed_ns": 2885952, + "checksum": "number:40a2d29809876024", + "native_entries": 45, + "native_acquisitions": 45, + "native_exits": 45, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 33, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 10928388, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16691200, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 66246345, + "runtime_create_ns": 25590, + "jit_attach_ns": 56923, + "context_create_ns": 108631, + "definition_eval_ns": 72745, + "first_eval_ns": 2691938, + "threshold_crossing_ns": 58166508, + "compile_ns": 59852270, + "install_ns": 95557, + "osr_ns": 0, + "steady_state_ns": 2885952 + } + }, + { + "pair_index": 10, + "elapsed_ns": 2511521, + "checksum": "number:40a2d29809876024", + "native_entries": 45, + "native_acquisitions": 45, + "native_exits": 45, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 33, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 11042628, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16752640, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 66569069, + "runtime_create_ns": 25663, + "jit_attach_ns": 62533, + "context_create_ns": 100273, + "definition_eval_ns": 57743, + "first_eval_ns": 2670346, + "threshold_crossing_ns": 58370405, + "compile_ns": 59932294, + "install_ns": 109108, + "osr_ns": 0, + "steady_state_ns": 2511521 + } + }, + { + "pair_index": 11, + "elapsed_ns": 3291259, + "checksum": "number:40a2d29809876024", + "native_entries": 45, + "native_acquisitions": 45, + "native_exits": 45, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 33, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 10896811, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16719872, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 66884732, + "runtime_create_ns": 24468, + "jit_attach_ns": 57698, + "context_create_ns": 107551, + "definition_eval_ns": 76899, + "first_eval_ns": 2705303, + "threshold_crossing_ns": 58616732, + "compile_ns": 60327375, + "install_ns": 104766, + "osr_ns": 0, + "steady_state_ns": 3291259 + } + }, + { + "pair_index": 12, + "elapsed_ns": 2536295, + "checksum": "number:40a2d29809876024", + "native_entries": 45, + "native_acquisitions": 45, + "native_exits": 45, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 33, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 11001874, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16625664, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 66430129, + "runtime_create_ns": 31565, + "jit_attach_ns": 59459, + "context_create_ns": 103210, + "definition_eval_ns": 70364, + "first_eval_ns": 2704135, + "threshold_crossing_ns": 58494938, + "compile_ns": 60210532, + "install_ns": 102896, + "osr_ns": 0, + "steady_state_ns": 2536295 + } + }, + { + "pair_index": 13, + "elapsed_ns": 2482216, + "checksum": "number:40a2d29809876024", + "native_entries": 45, + "native_acquisitions": 45, + "native_exits": 45, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 33, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12493622, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16654336, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 66393745, + "runtime_create_ns": 28693, + "jit_attach_ns": 60581, + "context_create_ns": 108400, + "definition_eval_ns": 68601, + "first_eval_ns": 2719540, + "threshold_crossing_ns": 58177469, + "compile_ns": 59891156, + "install_ns": 106478, + "osr_ns": 0, + "steady_state_ns": 2482216 + } + }, + { + "pair_index": 14, + "elapsed_ns": 2055745, + "checksum": "number:40a2d29809876024", + "native_entries": 45, + "native_acquisitions": 45, + "native_exits": 45, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 33, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 11476173, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16773120, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 66617764, + "runtime_create_ns": 25878, + "jit_attach_ns": 62597, + "context_create_ns": 99207, + "definition_eval_ns": 63369, + "first_eval_ns": 2697162, + "threshold_crossing_ns": 58614060, + "compile_ns": 60215504, + "install_ns": 105644, + "osr_ns": 0, + "steady_state_ns": 2055745 + } + }, + { + "pair_index": 15, + "elapsed_ns": 1635093, + "checksum": "number:40a2d29809876024", + "native_entries": 63, + "native_acquisitions": 63, + "native_exits": 63, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 51, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 7807747, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16740352, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 65564158, + "runtime_create_ns": 31762, + "jit_attach_ns": 55817, + "context_create_ns": 124050, + "definition_eval_ns": 70379, + "first_eval_ns": 2684804, + "threshold_crossing_ns": 58749108, + "compile_ns": 59185166, + "install_ns": 125125, + "osr_ns": 0, + "steady_state_ns": 1635093 + } + }, + { + "pair_index": 16, + "elapsed_ns": 2717079, + "checksum": "number:40a2d29809876024", + "native_entries": 45, + "native_acquisitions": 45, + "native_exits": 45, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 33, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 10855017, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16695296, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 66064168, + "runtime_create_ns": 25966, + "jit_attach_ns": 64710, + "context_create_ns": 107254, + "definition_eval_ns": 70879, + "first_eval_ns": 2674177, + "threshold_crossing_ns": 57951158, + "compile_ns": 59617588, + "install_ns": 97751, + "osr_ns": 0, + "steady_state_ns": 2717079 + } + }, + { + "pair_index": 17, + "elapsed_ns": 2712469, + "checksum": "number:40a2d29809876024", + "native_entries": 45, + "native_acquisitions": 45, + "native_exits": 45, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 33, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 10870185, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16846848, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 66337420, + "runtime_create_ns": 27014, + "jit_attach_ns": 65848, + "context_create_ns": 108498, + "definition_eval_ns": 73660, + "first_eval_ns": 2649667, + "threshold_crossing_ns": 58223228, + "compile_ns": 59817874, + "install_ns": 111875, + "osr_ns": 0, + "steady_state_ns": 2712469 + } + }, + { + "pair_index": 18, + "elapsed_ns": 2675664, + "checksum": "number:40a2d29809876024", + "native_entries": 45, + "native_acquisitions": 45, + "native_exits": 45, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 33, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 10977983, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16699392, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 66609365, + "runtime_create_ns": 23628, + "jit_attach_ns": 60585, + "context_create_ns": 102809, + "definition_eval_ns": 67298, + "first_eval_ns": 2698552, + "threshold_crossing_ns": 58500302, + "compile_ns": 60135566, + "install_ns": 106220, + "osr_ns": 0, + "steady_state_ns": 2675664 + } + }, + { + "pair_index": 19, + "elapsed_ns": 1731369, + "checksum": "number:40a2d29809876024", + "native_entries": 44, + "native_acquisitions": 44, + "native_exits": 44, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 32, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14035127, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16580608, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 68415141, + "runtime_create_ns": 29193, + "jit_attach_ns": 59594, + "context_create_ns": 109756, + "definition_eval_ns": 84252, + "first_eval_ns": 2668696, + "threshold_crossing_ns": 59438814, + "compile_ns": 61134991, + "install_ns": 109004, + "osr_ns": 0, + "steady_state_ns": 1731369 + } + }, + { + "pair_index": 20, + "elapsed_ns": 1636891, + "checksum": "number:40a2d29809876024", + "native_entries": 60, + "native_acquisitions": 60, + "native_exits": 60, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 48, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 8710019, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16785408, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 69352522, + "runtime_create_ns": 28511, + "jit_attach_ns": 60075, + "context_create_ns": 104688, + "definition_eval_ns": 65593, + "first_eval_ns": 3268460, + "threshold_crossing_ns": 60859886, + "compile_ns": 63143457, + "install_ns": 106362, + "osr_ns": 0, + "steady_state_ns": 1636891 + } + }, + { + "pair_index": 21, + "elapsed_ns": 1961917, + "checksum": "number:40a2d29809876024", + "native_entries": 72, + "native_acquisitions": 72, + "native_exits": 72, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 60, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 6928679, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16744448, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 71322849, + "runtime_create_ns": 26000, + "jit_attach_ns": 56727, + "context_create_ns": 107558, + "definition_eval_ns": 72597, + "first_eval_ns": 2682265, + "threshold_crossing_ns": 64059287, + "compile_ns": 64435528, + "install_ns": 210663, + "osr_ns": 0, + "steady_state_ns": 1961917 + } + }, + { + "pair_index": 22, + "elapsed_ns": 5606979, + "checksum": "number:40a2d29809876024", + "native_entries": 44, + "native_acquisitions": 44, + "native_exits": 44, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 32, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 11540201, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16863232, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 66896455, + "runtime_create_ns": 24654, + "jit_attach_ns": 58983, + "context_create_ns": 100735, + "definition_eval_ns": 64149, + "first_eval_ns": 2672904, + "threshold_crossing_ns": 58176130, + "compile_ns": 59800716, + "install_ns": 102017, + "osr_ns": 0, + "steady_state_ns": 5606979 + } + }, + { + "pair_index": 23, + "elapsed_ns": 1909229, + "checksum": "number:40a2d29809876024", + "native_entries": 45, + "native_acquisitions": 45, + "native_exits": 45, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 33, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13074674, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16609280, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 66947473, + "runtime_create_ns": 29443, + "jit_attach_ns": 57844, + "context_create_ns": 106437, + "definition_eval_ns": 66544, + "first_eval_ns": 2682373, + "threshold_crossing_ns": 58849157, + "compile_ns": 60522145, + "install_ns": 101719, + "osr_ns": 0, + "steady_state_ns": 1909229 + } + }, + { + "pair_index": 24, + "elapsed_ns": 3075565, + "checksum": "number:40a2d29809876024", + "native_entries": 45, + "native_acquisitions": 45, + "native_exits": 45, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 33, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 10951308, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16822272, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 67153636, + "runtime_create_ns": 30029, + "jit_attach_ns": 58263, + "context_create_ns": 109325, + "definition_eval_ns": 74215, + "first_eval_ns": 2694147, + "threshold_crossing_ns": 58882896, + "compile_ns": 60592680, + "install_ns": 108810, + "osr_ns": 0, + "steady_state_ns": 3075565 + } + }, + { + "pair_index": 25, + "elapsed_ns": 1645717, + "checksum": "number:40a2d29809876024", + "native_entries": 51, + "native_acquisitions": 51, + "native_exits": 51, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 39, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 10535891, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16838656, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 68704242, + "runtime_create_ns": 25600, + "jit_attach_ns": 64816, + "context_create_ns": 108703, + "definition_eval_ns": 78726, + "first_eval_ns": 2683279, + "threshold_crossing_ns": 60605046, + "compile_ns": 62334631, + "install_ns": 127129, + "osr_ns": 0, + "steady_state_ns": 1645717 + } + }, + { + "pair_index": 26, + "elapsed_ns": 1632190, + "checksum": "number:40a2d29809876024", + "native_entries": 46, + "native_acquisitions": 46, + "native_exits": 46, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 34, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 11454522, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16805888, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 66510517, + "runtime_create_ns": 27353, + "jit_attach_ns": 65030, + "context_create_ns": 101861, + "definition_eval_ns": 63821, + "first_eval_ns": 2683699, + "threshold_crossing_ns": 58449739, + "compile_ns": 60117183, + "install_ns": 110217, + "osr_ns": 0, + "steady_state_ns": 1632190 + } + }, + { + "pair_index": 27, + "elapsed_ns": 2309728, + "checksum": "number:40a2d29809876024", + "native_entries": 45, + "native_acquisitions": 45, + "native_exits": 45, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 33, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 11394408, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16674816, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 66828052, + "runtime_create_ns": 27207, + "jit_attach_ns": 59226, + "context_create_ns": 111485, + "definition_eval_ns": 72249, + "first_eval_ns": 2695795, + "threshold_crossing_ns": 58810901, + "compile_ns": 60515402, + "install_ns": 108947, + "osr_ns": 0, + "steady_state_ns": 2309728 + } + }, + { + "pair_index": 28, + "elapsed_ns": 1731074, + "checksum": "number:40a2d29809876024", + "native_entries": 45, + "native_acquisitions": 45, + "native_exits": 45, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 33, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 11800105, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16691200, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 67009818, + "runtime_create_ns": 26280, + "jit_attach_ns": 62782, + "context_create_ns": 108796, + "definition_eval_ns": 74442, + "first_eval_ns": 2665962, + "threshold_crossing_ns": 58807789, + "compile_ns": 60478402, + "install_ns": 109600, + "osr_ns": 0, + "steady_state_ns": 1731074 + } + }, + { + "pair_index": 29, + "elapsed_ns": 1647684, + "checksum": "number:40a2d29809876024", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 38, + "tier2_entries": 12, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 10830653, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 16842752, + "code_bytes": 152656, + "metadata_bytes": 43906, + "peak_compiler_bytes": 8811, + "phases": { + "total_ns": 68208036, + "runtime_create_ns": 76517, + "jit_attach_ns": 188150, + "context_create_ns": 414117, + "definition_eval_ns": 526607, + "first_eval_ns": 1306973, + "threshold_crossing_ns": 60716195, + "compile_ns": 59332177, + "install_ns": 115639, + "osr_ns": 0, + "steady_state_ns": 1647684 + } + } + ], + "raw_latency_ns": [ + 1636520, + 2789350, + 2685344, + 2667810, + 2740024, + 2567880, + 2418060, + 2434271, + 2773629, + 2885952, + 2511521, + 3291259, + 2536295, + 2482216, + 2055745, + 1635093, + 2717079, + 2712469, + 2675664, + 1731369, + 1636891, + 1961917, + 5606979, + 1909229, + 3075565, + 1645717, + 1632190, + 2309728, + 1731074, + 1647684 + ], + "raw_throughput_ops": [ + 15, + 15, + 15, + 15, + 15, + 15, + 15, + 15, + 15, + 15 + ], + "median_ns": 2511521, + "mad_ns": 374431, + "p95_ns": 3291259, + "p99_ns": 5606979, + "ci95_ns": [ + 2055745, + 2685344 + ], + "compile_ns": 60174112, + "install_ns": 106478, + "break_even_executions": 149 + }, + { + "name": "strings-regexp", + "suite": "rquickjs-jit matrix", + "group": "strings-regexp", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 22723210, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15474688, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 63872914, + "runtime_create_ns": 27451, + "jit_attach_ns": 63213, + "context_create_ns": 112976, + "definition_eval_ns": 87457, + "first_eval_ns": 4113553, + "threshold_crossing_ns": 33425203, + "compile_ns": 33410520, + "install_ns": 59014, + "osr_ns": 0, + "steady_state_ns": 22723210 + } + }, + { + "pair_index": 1, + "elapsed_ns": 22701624, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15335424, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 64242063, + "runtime_create_ns": 27053, + "jit_attach_ns": 58165, + "context_create_ns": 108323, + "definition_eval_ns": 76264, + "first_eval_ns": 5381717, + "threshold_crossing_ns": 32565740, + "compile_ns": 33872671, + "install_ns": 58516, + "osr_ns": 0, + "steady_state_ns": 22701624 + } + }, + { + "pair_index": 2, + "elapsed_ns": 22362797, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15486976, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 62966398, + "runtime_create_ns": 23650, + "jit_attach_ns": 72347, + "context_create_ns": 106271, + "definition_eval_ns": 70796, + "first_eval_ns": 4095220, + "threshold_crossing_ns": 32937826, + "compile_ns": 32405522, + "install_ns": 72146, + "osr_ns": 0, + "steady_state_ns": 22362797 + } + }, + { + "pair_index": 3, + "elapsed_ns": 22375418, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15396864, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 63049364, + "runtime_create_ns": 29829, + "jit_attach_ns": 63208, + "context_create_ns": 109326, + "definition_eval_ns": 66409, + "first_eval_ns": 6932125, + "threshold_crossing_ns": 30152369, + "compile_ns": 33019005, + "install_ns": 58789, + "osr_ns": 0, + "steady_state_ns": 22375418 + } + }, + { + "pair_index": 4, + "elapsed_ns": 22378817, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15327232, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 65300747, + "runtime_create_ns": 28028, + "jit_attach_ns": 62065, + "context_create_ns": 119889, + "definition_eval_ns": 71893, + "first_eval_ns": 4101825, + "threshold_crossing_ns": 35228428, + "compile_ns": 35262357, + "install_ns": 68708, + "osr_ns": 0, + "steady_state_ns": 22378817 + } + }, + { + "pair_index": 5, + "elapsed_ns": 22489567, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15388672, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 63278865, + "runtime_create_ns": 30711, + "jit_attach_ns": 65704, + "context_create_ns": 106640, + "definition_eval_ns": 67696, + "first_eval_ns": 6966433, + "threshold_crossing_ns": 30231087, + "compile_ns": 33132225, + "install_ns": 59021, + "osr_ns": 0, + "steady_state_ns": 22489567 + } + }, + { + "pair_index": 6, + "elapsed_ns": 23790654, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15417344, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 63675063, + "runtime_create_ns": 29644, + "jit_attach_ns": 65630, + "context_create_ns": 106401, + "definition_eval_ns": 73009, + "first_eval_ns": 6950998, + "threshold_crossing_ns": 29368188, + "compile_ns": 34781472, + "install_ns": 88621, + "osr_ns": 0, + "steady_state_ns": 23790654 + } + }, + { + "pair_index": 7, + "elapsed_ns": 23698170, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15491072, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 68227754, + "runtime_create_ns": 25975, + "jit_attach_ns": 71557, + "context_create_ns": 112050, + "definition_eval_ns": 75524, + "first_eval_ns": 4110771, + "threshold_crossing_ns": 36802831, + "compile_ns": 36878145, + "install_ns": 64718, + "osr_ns": 0, + "steady_state_ns": 23698170 + } + }, + { + "pair_index": 8, + "elapsed_ns": 23043787, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15482880, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 68356116, + "runtime_create_ns": 24444, + "jit_attach_ns": 69444, + "context_create_ns": 108285, + "definition_eval_ns": 72138, + "first_eval_ns": 5112093, + "threshold_crossing_ns": 36558105, + "compile_ns": 36954149, + "install_ns": 64271, + "osr_ns": 0, + "steady_state_ns": 23043787 + } + }, + { + "pair_index": 9, + "elapsed_ns": 22634192, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15486976, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 64348050, + "runtime_create_ns": 31915, + "jit_attach_ns": 56470, + "context_create_ns": 109040, + "definition_eval_ns": 77251, + "first_eval_ns": 4130980, + "threshold_crossing_ns": 33987879, + "compile_ns": 34044500, + "install_ns": 60207, + "osr_ns": 0, + "steady_state_ns": 22634192 + } + }, + { + "pair_index": 10, + "elapsed_ns": 24104041, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15470592, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 61840427, + "runtime_create_ns": 24471, + "jit_attach_ns": 63610, + "context_create_ns": 108251, + "definition_eval_ns": 74840, + "first_eval_ns": 5131219, + "threshold_crossing_ns": 29050601, + "compile_ns": 31906590, + "install_ns": 92313, + "osr_ns": 0, + "steady_state_ns": 24104041 + } + }, + { + "pair_index": 11, + "elapsed_ns": 22448069, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15470592, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 65318135, + "runtime_create_ns": 27715, + "jit_attach_ns": 59196, + "context_create_ns": 106819, + "definition_eval_ns": 66129, + "first_eval_ns": 4111975, + "threshold_crossing_ns": 35156114, + "compile_ns": 35153338, + "install_ns": 63003, + "osr_ns": 0, + "steady_state_ns": 22448069 + } + }, + { + "pair_index": 12, + "elapsed_ns": 22561687, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15446016, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 63817387, + "runtime_create_ns": 25724, + "jit_attach_ns": 60038, + "context_create_ns": 109088, + "definition_eval_ns": 73493, + "first_eval_ns": 4112699, + "threshold_crossing_ns": 33533628, + "compile_ns": 33485167, + "install_ns": 62158, + "osr_ns": 0, + "steady_state_ns": 22561687 + } + }, + { + "pair_index": 13, + "elapsed_ns": 22439886, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15503360, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 63181586, + "runtime_create_ns": 26007, + "jit_attach_ns": 59704, + "context_create_ns": 124308, + "definition_eval_ns": 72174, + "first_eval_ns": 5122413, + "threshold_crossing_ns": 32026332, + "compile_ns": 32996362, + "install_ns": 65753, + "osr_ns": 0, + "steady_state_ns": 22439886 + } + }, + { + "pair_index": 14, + "elapsed_ns": 22463268, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15458304, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 65451718, + "runtime_create_ns": 27114, + "jit_attach_ns": 69630, + "context_create_ns": 105133, + "definition_eval_ns": 68632, + "first_eval_ns": 6944886, + "threshold_crossing_ns": 32454921, + "compile_ns": 35301459, + "install_ns": 58293, + "osr_ns": 0, + "steady_state_ns": 22463268 + } + }, + { + "pair_index": 15, + "elapsed_ns": 22388053, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15441920, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 63059348, + "runtime_create_ns": 27009, + "jit_attach_ns": 62480, + "context_create_ns": 109531, + "definition_eval_ns": 83666, + "first_eval_ns": 6939647, + "threshold_crossing_ns": 30128306, + "compile_ns": 32044231, + "install_ns": 72191, + "osr_ns": 0, + "steady_state_ns": 22388053 + } + }, + { + "pair_index": 16, + "elapsed_ns": 22391674, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15245312, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 62964153, + "runtime_create_ns": 27536, + "jit_attach_ns": 62185, + "context_create_ns": 106105, + "definition_eval_ns": 64503, + "first_eval_ns": 5116557, + "threshold_crossing_ns": 31866859, + "compile_ns": 31856694, + "install_ns": 70197, + "osr_ns": 0, + "steady_state_ns": 22391674 + } + }, + { + "pair_index": 17, + "elapsed_ns": 22705782, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15466496, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 63762685, + "runtime_create_ns": 27799, + "jit_attach_ns": 65049, + "context_create_ns": 130525, + "definition_eval_ns": 68585, + "first_eval_ns": 4111388, + "threshold_crossing_ns": 33333996, + "compile_ns": 33249728, + "install_ns": 56876, + "osr_ns": 0, + "steady_state_ns": 22705782 + } + }, + { + "pair_index": 18, + "elapsed_ns": 23093164, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15425536, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 68692121, + "runtime_create_ns": 27371, + "jit_attach_ns": 66861, + "context_create_ns": 105797, + "definition_eval_ns": 70796, + "first_eval_ns": 5110863, + "threshold_crossing_ns": 36908146, + "compile_ns": 36842375, + "install_ns": 72666, + "osr_ns": 0, + "steady_state_ns": 23093164 + } + }, + { + "pair_index": 19, + "elapsed_ns": 22791979, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15319040, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 64231857, + "runtime_create_ns": 31512, + "jit_attach_ns": 62275, + "context_create_ns": 123025, + "definition_eval_ns": 80934, + "first_eval_ns": 4273187, + "threshold_crossing_ns": 33527656, + "compile_ns": 32935034, + "install_ns": 75419, + "osr_ns": 0, + "steady_state_ns": 22791979 + } + }, + { + "pair_index": 20, + "elapsed_ns": 22433024, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15425536, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 63192090, + "runtime_create_ns": 28798, + "jit_attach_ns": 64868, + "context_create_ns": 110038, + "definition_eval_ns": 65685, + "first_eval_ns": 6934255, + "threshold_crossing_ns": 30224232, + "compile_ns": 33098861, + "install_ns": 62667, + "osr_ns": 0, + "steady_state_ns": 22433024 + } + }, + { + "pair_index": 21, + "elapsed_ns": 23145224, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15462400, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 68503397, + "runtime_create_ns": 27552, + "jit_attach_ns": 62636, + "context_create_ns": 112206, + "definition_eval_ns": 69211, + "first_eval_ns": 6944135, + "threshold_crossing_ns": 34815110, + "compile_ns": 37065398, + "install_ns": 57425, + "osr_ns": 0, + "steady_state_ns": 23145224 + } + }, + { + "pair_index": 22, + "elapsed_ns": 22364111, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15425536, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 63034524, + "runtime_create_ns": 29437, + "jit_attach_ns": 56360, + "context_create_ns": 106757, + "definition_eval_ns": 73009, + "first_eval_ns": 5133955, + "threshold_crossing_ns": 31938481, + "compile_ns": 32993201, + "install_ns": 54535, + "osr_ns": 0, + "steady_state_ns": 22364111 + } + }, + { + "pair_index": 23, + "elapsed_ns": 22558951, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15544320, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 63164025, + "runtime_create_ns": 24080, + "jit_attach_ns": 60482, + "context_create_ns": 119146, + "definition_eval_ns": 73124, + "first_eval_ns": 4117377, + "threshold_crossing_ns": 32757238, + "compile_ns": 32557302, + "install_ns": 51721, + "osr_ns": 0, + "steady_state_ns": 22558951 + } + }, + { + "pair_index": 24, + "elapsed_ns": 22342767, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15454208, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 62925802, + "runtime_create_ns": 28574, + "jit_attach_ns": 60189, + "context_create_ns": 108941, + "definition_eval_ns": 64829, + "first_eval_ns": 5154513, + "threshold_crossing_ns": 31843021, + "compile_ns": 32846719, + "install_ns": 54324, + "osr_ns": 0, + "steady_state_ns": 22342767 + } + }, + { + "pair_index": 25, + "elapsed_ns": 22395410, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15486976, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 62885838, + "runtime_create_ns": 32117, + "jit_attach_ns": 59189, + "context_create_ns": 115362, + "definition_eval_ns": 66125, + "first_eval_ns": 4135998, + "threshold_crossing_ns": 32773589, + "compile_ns": 32886690, + "install_ns": 48392, + "osr_ns": 0, + "steady_state_ns": 22395410 + } + }, + { + "pair_index": 26, + "elapsed_ns": 23532869, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15478784, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 64034169, + "runtime_create_ns": 22090, + "jit_attach_ns": 59814, + "context_create_ns": 104348, + "definition_eval_ns": 70764, + "first_eval_ns": 6932069, + "threshold_crossing_ns": 30002739, + "compile_ns": 32841841, + "install_ns": 50011, + "osr_ns": 0, + "steady_state_ns": 23532869 + } + }, + { + "pair_index": 27, + "elapsed_ns": 22389542, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15499264, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 63016207, + "runtime_create_ns": 40252, + "jit_attach_ns": 91551, + "context_create_ns": 166639, + "definition_eval_ns": 101952, + "first_eval_ns": 8681256, + "threshold_crossing_ns": 28193387, + "compile_ns": 33083412, + "install_ns": 53312, + "osr_ns": 0, + "steady_state_ns": 22389542 + } + }, + { + "pair_index": 28, + "elapsed_ns": 24035366, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15142912, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 66572516, + "runtime_create_ns": 27255, + "jit_attach_ns": 66256, + "context_create_ns": 111132, + "definition_eval_ns": 73269, + "first_eval_ns": 6954952, + "threshold_crossing_ns": 31780577, + "compile_ns": 34296278, + "install_ns": 67503, + "osr_ns": 0, + "steady_state_ns": 24035366 + } + }, + { + "pair_index": 29, + "elapsed_ns": 22649594, + "checksum": "string:483:10249:|8@57|9@58|10@59", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15474688, + "code_bytes": 77520, + "metadata_bytes": 18283, + "peak_compiler_bytes": 10164, + "phases": { + "total_ns": 63917573, + "runtime_create_ns": 27604, + "jit_attach_ns": 64479, + "context_create_ns": 110654, + "definition_eval_ns": 77009, + "first_eval_ns": 4122920, + "threshold_crossing_ns": 33542884, + "compile_ns": 33653756, + "install_ns": 60966, + "osr_ns": 0, + "steady_state_ns": 22649594 + } + } + ], + "raw_latency_ns": [ + 22723210, + 22701624, + 22362797, + 22375418, + 22378817, + 22489567, + 23790654, + 23698170, + 23043787, + 22634192, + 24104041, + 22448069, + 22561687, + 22439886, + 22463268, + 22388053, + 22391674, + 22705782, + 23093164, + 22791979, + 22433024, + 23145224, + 22364111, + 22558951, + 22342767, + 22395410, + 23532869, + 22389542, + 24035366, + 22649594 + ], + "raw_throughput_ops": [ + 16, + 16, + 16, + 16, + 16, + 16, + 16, + 16, + 16, + 16 + ], + "median_ns": 22561687, + "mad_ns": 173634, + "p95_ns": 24035366, + "p99_ns": 24104041, + "ci95_ns": [ + 22439886, + 22723210 + ], + "compile_ns": 33249728, + "install_ns": 62158, + "break_even_executions": null + }, + { + "name": "arrays-typed", + "suite": "rquickjs-jit matrix", + "group": "arrays-typed", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 3933182, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 22, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 22, + "measured_benefit_ns": 35371466, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15446016, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 78896327, + "runtime_create_ns": 24658, + "jit_attach_ns": 56519, + "context_create_ns": 105504, + "definition_eval_ns": 80353, + "first_eval_ns": 2519768, + "threshold_crossing_ns": 67596618, + "compile_ns": 65629271, + "install_ns": 110746, + "osr_ns": 0, + "steady_state_ns": 3933182 + } + }, + { + "pair_index": 1, + "elapsed_ns": 3859880, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 27, + "tier2_entries": 23, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 23, + "measured_benefit_ns": 36150920, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15392768, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 77194430, + "runtime_create_ns": 27979, + "jit_attach_ns": 56060, + "context_create_ns": 102410, + "definition_eval_ns": 69635, + "first_eval_ns": 2526362, + "threshold_crossing_ns": 67915169, + "compile_ns": 65793210, + "install_ns": 121294, + "osr_ns": 0, + "steady_state_ns": 3859880 + } + }, + { + "pair_index": 2, + "elapsed_ns": 3913119, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 22, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 22, + "measured_benefit_ns": 35281001, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15237120, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 79298693, + "runtime_create_ns": 26401, + "jit_attach_ns": 57805, + "context_create_ns": 107337, + "definition_eval_ns": 80013, + "first_eval_ns": 1166237, + "threshold_crossing_ns": 69055877, + "compile_ns": 65174906, + "install_ns": 115554, + "osr_ns": 0, + "steady_state_ns": 3913119 + } + }, + { + "pair_index": 3, + "elapsed_ns": 4998536, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 52, + "native_acquisitions": 52, + "native_exits": 52, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 29, + "tier2_entries": 23, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 23, + "measured_benefit_ns": 33306218, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15306752, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 78678465, + "runtime_create_ns": 26029, + "jit_attach_ns": 53942, + "context_create_ns": 107273, + "definition_eval_ns": 74564, + "first_eval_ns": 2525762, + "threshold_crossing_ns": 67941093, + "compile_ns": 66006406, + "install_ns": 126012, + "osr_ns": 0, + "steady_state_ns": 4998536 + } + }, + { + "pair_index": 4, + "elapsed_ns": 3963430, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 22, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 22, + "measured_benefit_ns": 35173897, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15335424, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 79398282, + "runtime_create_ns": 28164, + "jit_attach_ns": 55961, + "context_create_ns": 100626, + "definition_eval_ns": 71140, + "first_eval_ns": 2535925, + "threshold_crossing_ns": 68021624, + "compile_ns": 66195695, + "install_ns": 116032, + "osr_ns": 0, + "steady_state_ns": 3963430 + } + }, + { + "pair_index": 5, + "elapsed_ns": 3921948, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 22, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 22, + "measured_benefit_ns": 35129439, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15376384, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 78986041, + "runtime_create_ns": 24984, + "jit_attach_ns": 51450, + "context_create_ns": 108765, + "definition_eval_ns": 76118, + "first_eval_ns": 2543749, + "threshold_crossing_ns": 67339148, + "compile_ns": 65806973, + "install_ns": 117017, + "osr_ns": 0, + "steady_state_ns": 3921948 + } + }, + { + "pair_index": 6, + "elapsed_ns": 3928854, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 22, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 22, + "measured_benefit_ns": 35278146, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15495168, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 79245554, + "runtime_create_ns": 26614, + "jit_attach_ns": 60624, + "context_create_ns": 105741, + "definition_eval_ns": 77288, + "first_eval_ns": 2544133, + "threshold_crossing_ns": 67697932, + "compile_ns": 65982125, + "install_ns": 119889, + "osr_ns": 0, + "steady_state_ns": 3928854 + } + }, + { + "pair_index": 7, + "elapsed_ns": 3895903, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 22, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 22, + "measured_benefit_ns": 37564139, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15294464, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 80107038, + "runtime_create_ns": 28877, + "jit_attach_ns": 56907, + "context_create_ns": 121650, + "definition_eval_ns": 76290, + "first_eval_ns": 2517563, + "threshold_crossing_ns": 68253422, + "compile_ns": 66271238, + "install_ns": 125928, + "osr_ns": 0, + "steady_state_ns": 3895903 + } + }, + { + "pair_index": 8, + "elapsed_ns": 5019491, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 52, + "native_acquisitions": 52, + "native_exits": 52, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 29, + "tier2_entries": 23, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 23, + "measured_benefit_ns": 33546609, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15384576, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 78764681, + "runtime_create_ns": 26857, + "jit_attach_ns": 52186, + "context_create_ns": 107223, + "definition_eval_ns": 71930, + "first_eval_ns": 1113517, + "threshold_crossing_ns": 69394083, + "compile_ns": 65504186, + "install_ns": 117147, + "osr_ns": 0, + "steady_state_ns": 5019491 + } + }, + { + "pair_index": 9, + "elapsed_ns": 4110353, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 22, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 22, + "measured_benefit_ns": 35022209, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15413248, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 80691318, + "runtime_create_ns": 24157, + "jit_attach_ns": 56289, + "context_create_ns": 105617, + "definition_eval_ns": 83555, + "first_eval_ns": 2539229, + "threshold_crossing_ns": 68778406, + "compile_ns": 67184796, + "install_ns": 117350, + "osr_ns": 0, + "steady_state_ns": 4110353 + } + }, + { + "pair_index": 10, + "elapsed_ns": 3954459, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 22, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 22, + "measured_benefit_ns": 35120004, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15376384, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 79479794, + "runtime_create_ns": 25864, + "jit_attach_ns": 56220, + "context_create_ns": 103593, + "definition_eval_ns": 72154, + "first_eval_ns": 2696525, + "threshold_crossing_ns": 67676446, + "compile_ns": 66172243, + "install_ns": 119258, + "osr_ns": 0, + "steady_state_ns": 3954459 + } + }, + { + "pair_index": 11, + "elapsed_ns": 4056506, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 22, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 22, + "measured_benefit_ns": 35754680, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15233024, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 79676123, + "runtime_create_ns": 27307, + "jit_attach_ns": 55768, + "context_create_ns": 106748, + "definition_eval_ns": 70409, + "first_eval_ns": 2550930, + "threshold_crossing_ns": 67949806, + "compile_ns": 66166669, + "install_ns": 126083, + "osr_ns": 0, + "steady_state_ns": 4056506 + } + }, + { + "pair_index": 12, + "elapsed_ns": 3919575, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 22, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 22, + "measured_benefit_ns": 35347981, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15433728, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 79140323, + "runtime_create_ns": 28557, + "jit_attach_ns": 54210, + "context_create_ns": 107971, + "definition_eval_ns": 77843, + "first_eval_ns": 2540244, + "threshold_crossing_ns": 67487564, + "compile_ns": 65935571, + "install_ns": 114292, + "osr_ns": 0, + "steady_state_ns": 3919575 + } + }, + { + "pair_index": 13, + "elapsed_ns": 3956062, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 22, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 22, + "measured_benefit_ns": 35270332, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15433728, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 79058795, + "runtime_create_ns": 24489, + "jit_attach_ns": 55888, + "context_create_ns": 107505, + "definition_eval_ns": 78090, + "first_eval_ns": 2541107, + "threshold_crossing_ns": 67585864, + "compile_ns": 65814719, + "install_ns": 121596, + "osr_ns": 0, + "steady_state_ns": 3956062 + } + }, + { + "pair_index": 14, + "elapsed_ns": 3912641, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 22, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 22, + "measured_benefit_ns": 35199933, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15409152, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 79250478, + "runtime_create_ns": 25283, + "jit_attach_ns": 55745, + "context_create_ns": 104992, + "definition_eval_ns": 88106, + "first_eval_ns": 2519152, + "threshold_crossing_ns": 67654622, + "compile_ns": 65996745, + "install_ns": 122286, + "osr_ns": 0, + "steady_state_ns": 3912641 + } + }, + { + "pair_index": 15, + "elapsed_ns": 3963890, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 49, + "native_acquisitions": 49, + "native_exits": 49, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 27, + "tier2_entries": 22, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 22, + "measured_benefit_ns": 35086674, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15495168, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 78630010, + "runtime_create_ns": 26668, + "jit_attach_ns": 52009, + "context_create_ns": 102465, + "definition_eval_ns": 71978, + "first_eval_ns": 2537516, + "threshold_crossing_ns": 67255411, + "compile_ns": 65426503, + "install_ns": 120756, + "osr_ns": 0, + "steady_state_ns": 3963890 + } + }, + { + "pair_index": 16, + "elapsed_ns": 4470569, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 51, + "native_acquisitions": 51, + "native_exits": 51, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 23, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 23, + "measured_benefit_ns": 55097847, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15286272, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 77824588, + "runtime_create_ns": 26858, + "jit_attach_ns": 57468, + "context_create_ns": 118819, + "definition_eval_ns": 78848, + "first_eval_ns": 2515674, + "threshold_crossing_ns": 69660794, + "compile_ns": 69897984, + "install_ns": 138037, + "osr_ns": 0, + "steady_state_ns": 4470569 + } + }, + { + "pair_index": 17, + "elapsed_ns": 3944888, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 22, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 22, + "measured_benefit_ns": 35228547, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15302656, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 79357396, + "runtime_create_ns": 27341, + "jit_attach_ns": 58467, + "context_create_ns": 110602, + "definition_eval_ns": 79623, + "first_eval_ns": 2543289, + "threshold_crossing_ns": 67766917, + "compile_ns": 66125204, + "install_ns": 132443, + "osr_ns": 0, + "steady_state_ns": 3944888 + } + }, + { + "pair_index": 18, + "elapsed_ns": 3921036, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 22, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 22, + "measured_benefit_ns": 35187677, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15458304, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 79468539, + "runtime_create_ns": 25653, + "jit_attach_ns": 54622, + "context_create_ns": 111193, + "definition_eval_ns": 88685, + "first_eval_ns": 2567467, + "threshold_crossing_ns": 67688525, + "compile_ns": 66245012, + "install_ns": 135727, + "osr_ns": 0, + "steady_state_ns": 3921036 + } + }, + { + "pair_index": 19, + "elapsed_ns": 3946701, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 22, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 22, + "measured_benefit_ns": 35438044, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15364096, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 79078315, + "runtime_create_ns": 28265, + "jit_attach_ns": 56024, + "context_create_ns": 104969, + "definition_eval_ns": 74669, + "first_eval_ns": 2528999, + "threshold_crossing_ns": 67577765, + "compile_ns": 65803297, + "install_ns": 116964, + "osr_ns": 0, + "steady_state_ns": 3946701 + } + }, + { + "pair_index": 20, + "elapsed_ns": 3936624, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 22, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 22, + "measured_benefit_ns": 35643058, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15523840, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 79109029, + "runtime_create_ns": 26823, + "jit_attach_ns": 58076, + "context_create_ns": 109947, + "definition_eval_ns": 76149, + "first_eval_ns": 2507156, + "threshold_crossing_ns": 67699831, + "compile_ns": 65840326, + "install_ns": 112714, + "osr_ns": 0, + "steady_state_ns": 3936624 + } + }, + { + "pair_index": 21, + "elapsed_ns": 3921026, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 22, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 22, + "measured_benefit_ns": 35260395, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15388672, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 79013658, + "runtime_create_ns": 27446, + "jit_attach_ns": 57749, + "context_create_ns": 105082, + "definition_eval_ns": 73490, + "first_eval_ns": 2538365, + "threshold_crossing_ns": 67525786, + "compile_ns": 65837589, + "install_ns": 150767, + "osr_ns": 0, + "steady_state_ns": 3921026 + } + }, + { + "pair_index": 22, + "elapsed_ns": 3952350, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 22, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 22, + "measured_benefit_ns": 35175308, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15413248, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 79379249, + "runtime_create_ns": 22492, + "jit_attach_ns": 51494, + "context_create_ns": 103984, + "definition_eval_ns": 79489, + "first_eval_ns": 2535738, + "threshold_crossing_ns": 67534628, + "compile_ns": 66101559, + "install_ns": 121265, + "osr_ns": 0, + "steady_state_ns": 3952350 + } + }, + { + "pair_index": 23, + "elapsed_ns": 3933605, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 22, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 22, + "measured_benefit_ns": 35314725, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15290368, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 78995085, + "runtime_create_ns": 28200, + "jit_attach_ns": 55034, + "context_create_ns": 107773, + "definition_eval_ns": 73690, + "first_eval_ns": 2523155, + "threshold_crossing_ns": 67425343, + "compile_ns": 65747143, + "install_ns": 121044, + "osr_ns": 0, + "steady_state_ns": 3933605 + } + }, + { + "pair_index": 24, + "elapsed_ns": 4478236, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 51, + "native_acquisitions": 51, + "native_exits": 51, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 23, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 23, + "measured_benefit_ns": 33865925, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15413248, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 77745993, + "runtime_create_ns": 23876, + "jit_attach_ns": 56794, + "context_create_ns": 105269, + "definition_eval_ns": 76331, + "first_eval_ns": 2530733, + "threshold_crossing_ns": 67635842, + "compile_ns": 65735219, + "install_ns": 115673, + "osr_ns": 0, + "steady_state_ns": 4478236 + } + }, + { + "pair_index": 25, + "elapsed_ns": 3922151, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 22, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 22, + "measured_benefit_ns": 35907396, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15437824, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 79397923, + "runtime_create_ns": 24936, + "jit_attach_ns": 55066, + "context_create_ns": 107432, + "definition_eval_ns": 80579, + "first_eval_ns": 2549825, + "threshold_crossing_ns": 67665541, + "compile_ns": 66086242, + "install_ns": 129112, + "osr_ns": 0, + "steady_state_ns": 3922151 + } + }, + { + "pair_index": 26, + "elapsed_ns": 3937249, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 22, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 22, + "measured_benefit_ns": 35038580, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15282176, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 79254924, + "runtime_create_ns": 24485, + "jit_attach_ns": 53643, + "context_create_ns": 102436, + "definition_eval_ns": 76031, + "first_eval_ns": 2525148, + "threshold_crossing_ns": 67755185, + "compile_ns": 65995541, + "install_ns": 131507, + "osr_ns": 0, + "steady_state_ns": 3937249 + } + }, + { + "pair_index": 27, + "elapsed_ns": 3913003, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 22, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 22, + "measured_benefit_ns": 35344986, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15265792, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 79157145, + "runtime_create_ns": 29600, + "jit_attach_ns": 52872, + "context_create_ns": 102220, + "definition_eval_ns": 76807, + "first_eval_ns": 2526683, + "threshold_crossing_ns": 67490856, + "compile_ns": 65936148, + "install_ns": 121835, + "osr_ns": 0, + "steady_state_ns": 3913003 + } + }, + { + "pair_index": 28, + "elapsed_ns": 3927123, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 22, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 22, + "measured_benefit_ns": 35262204, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15478784, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 79019084, + "runtime_create_ns": 26628, + "jit_attach_ns": 64430, + "context_create_ns": 109119, + "definition_eval_ns": 78111, + "first_eval_ns": 2522408, + "threshold_crossing_ns": 67757396, + "compile_ns": 65788608, + "install_ns": 116761, + "osr_ns": 0, + "steady_state_ns": 3927123 + } + }, + { + "pair_index": 29, + "elapsed_ns": 3923760, + "checksum": "string:33983000:8496750.000:2000", + "native_entries": 50, + "native_acquisitions": 50, + "native_exits": 50, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 28, + "tier2_entries": 22, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 22, + "measured_benefit_ns": 35167331, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 15433728, + "code_bytes": 150120, + "metadata_bytes": 35740, + "peak_compiler_bytes": 5940, + "phases": { + "total_ns": 79032010, + "runtime_create_ns": 24931, + "jit_attach_ns": 58208, + "context_create_ns": 107667, + "definition_eval_ns": 80344, + "first_eval_ns": 2523404, + "threshold_crossing_ns": 67416414, + "compile_ns": 65847047, + "install_ns": 122054, + "osr_ns": 0, + "steady_state_ns": 3923760 + } + } + ], + "raw_latency_ns": [ + 3933182, + 3859880, + 3913119, + 4998536, + 3963430, + 3921948, + 3928854, + 3895903, + 5019491, + 4110353, + 3954459, + 4056506, + 3919575, + 3956062, + 3912641, + 3963890, + 4470569, + 3944888, + 3921036, + 3946701, + 3936624, + 3921026, + 3952350, + 3933605, + 4478236, + 3922151, + 3937249, + 3913003, + 3927123, + 3923760 + ], + "raw_throughput_ops": [ + 13, + 13, + 13, + 13, + 13, + 13, + 13, + 13, + 12, + 13 + ], + "median_ns": 3936624, + "mad_ns": 17835, + "p95_ns": 4998536, + "p99_ns": 5019491, + "ci95_ns": [ + 3923760, + 3954459 + ], + "compile_ns": 65936148, + "install_ns": 121265, + "break_even_executions": 100 + }, + { + "name": "objects-polymorphic", + "suite": "rquickjs-jit matrix", + "group": "objects-polymorphic", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 40161768, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20672512, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 146435701, + "runtime_create_ns": 31437, + "jit_attach_ns": 64259, + "context_create_ns": 111884, + "definition_eval_ns": 79858, + "first_eval_ns": 3128071, + "threshold_crossing_ns": 85356450, + "compile_ns": 70179633, + "install_ns": 79955, + "osr_ns": 0, + "steady_state_ns": 40161768 + } + }, + { + "pair_index": 1, + "elapsed_ns": 40679110, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20942848, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 143603362, + "runtime_create_ns": 42767, + "jit_attach_ns": 118997, + "context_create_ns": 122921, + "definition_eval_ns": 95661, + "first_eval_ns": 3227256, + "threshold_crossing_ns": 81400294, + "compile_ns": 66446002, + "install_ns": 80680, + "osr_ns": 0, + "steady_state_ns": 40679110 + } + }, + { + "pair_index": 2, + "elapsed_ns": 40438056, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20672512, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 142991733, + "runtime_create_ns": 27337, + "jit_attach_ns": 54313, + "context_create_ns": 99795, + "definition_eval_ns": 63154, + "first_eval_ns": 5950469, + "threshold_crossing_ns": 78699077, + "compile_ns": 66200969, + "install_ns": 80656, + "osr_ns": 0, + "steady_state_ns": 40438056 + } + }, + { + "pair_index": 3, + "elapsed_ns": 40391003, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20922368, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 142422423, + "runtime_create_ns": 28050, + "jit_attach_ns": 62940, + "context_create_ns": 108944, + "definition_eval_ns": 75553, + "first_eval_ns": 3124870, + "threshold_crossing_ns": 81055594, + "compile_ns": 65811716, + "install_ns": 83296, + "osr_ns": 0, + "steady_state_ns": 40391003 + } + }, + { + "pair_index": 4, + "elapsed_ns": 40103341, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20795392, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 142078189, + "runtime_create_ns": 28323, + "jit_attach_ns": 58150, + "context_create_ns": 107603, + "definition_eval_ns": 71307, + "first_eval_ns": 4117666, + "threshold_crossing_ns": 80129996, + "compile_ns": 65960505, + "install_ns": 80271, + "osr_ns": 0, + "steady_state_ns": 40103341 + } + }, + { + "pair_index": 5, + "elapsed_ns": 40149068, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20983808, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 142080888, + "runtime_create_ns": 26246, + "jit_attach_ns": 61831, + "context_create_ns": 108809, + "definition_eval_ns": 71780, + "first_eval_ns": 3136320, + "threshold_crossing_ns": 81016323, + "compile_ns": 65882593, + "install_ns": 80243, + "osr_ns": 0, + "steady_state_ns": 40149068 + } + }, + { + "pair_index": 6, + "elapsed_ns": 40349223, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20672512, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 142275339, + "runtime_create_ns": 26351, + "jit_attach_ns": 59726, + "context_create_ns": 99293, + "definition_eval_ns": 61167, + "first_eval_ns": 3110770, + "threshold_crossing_ns": 81012314, + "compile_ns": 65808800, + "install_ns": 80350, + "osr_ns": 0, + "steady_state_ns": 40349223 + } + }, + { + "pair_index": 7, + "elapsed_ns": 40264501, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20676608, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 143190203, + "runtime_create_ns": 29810, + "jit_attach_ns": 62841, + "context_create_ns": 111641, + "definition_eval_ns": 74009, + "first_eval_ns": 3132100, + "threshold_crossing_ns": 81975346, + "compile_ns": 66651341, + "install_ns": 85199, + "osr_ns": 0, + "steady_state_ns": 40264501 + } + }, + { + "pair_index": 8, + "elapsed_ns": 40737148, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20877312, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 147451153, + "runtime_create_ns": 31132, + "jit_attach_ns": 62998, + "context_create_ns": 105645, + "definition_eval_ns": 80052, + "first_eval_ns": 4114006, + "threshold_crossing_ns": 84600138, + "compile_ns": 70150999, + "install_ns": 89658, + "osr_ns": 0, + "steady_state_ns": 40737148 + } + }, + { + "pair_index": 9, + "elapsed_ns": 40768666, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20873216, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 144815104, + "runtime_create_ns": 28104, + "jit_attach_ns": 63978, + "context_create_ns": 111424, + "definition_eval_ns": 81295, + "first_eval_ns": 3141058, + "threshold_crossing_ns": 82939312, + "compile_ns": 67580780, + "install_ns": 85965, + "osr_ns": 0, + "steady_state_ns": 40768666 + } + }, + { + "pair_index": 10, + "elapsed_ns": 40929851, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20783104, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 144450609, + "runtime_create_ns": 23496, + "jit_attach_ns": 55968, + "context_create_ns": 103633, + "definition_eval_ns": 73750, + "first_eval_ns": 3092403, + "threshold_crossing_ns": 82784547, + "compile_ns": 66807807, + "install_ns": 84293, + "osr_ns": 0, + "steady_state_ns": 40929851 + } + }, + { + "pair_index": 11, + "elapsed_ns": 40176924, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20754432, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 142031090, + "runtime_create_ns": 27176, + "jit_attach_ns": 59751, + "context_create_ns": 108462, + "definition_eval_ns": 70306, + "first_eval_ns": 3109877, + "threshold_crossing_ns": 80941569, + "compile_ns": 65702412, + "install_ns": 82701, + "osr_ns": 0, + "steady_state_ns": 40176924 + } + }, + { + "pair_index": 12, + "elapsed_ns": 40365317, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20680704, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 142109810, + "runtime_create_ns": 27950, + "jit_attach_ns": 58898, + "context_create_ns": 104952, + "definition_eval_ns": 69986, + "first_eval_ns": 3114325, + "threshold_crossing_ns": 80881573, + "compile_ns": 65667424, + "install_ns": 81367, + "osr_ns": 0, + "steady_state_ns": 40365317 + } + }, + { + "pair_index": 13, + "elapsed_ns": 40841627, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20750336, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 144050054, + "runtime_create_ns": 29848, + "jit_attach_ns": 61801, + "context_create_ns": 114270, + "definition_eval_ns": 81043, + "first_eval_ns": 3199153, + "threshold_crossing_ns": 81899366, + "compile_ns": 66530183, + "install_ns": 84259, + "osr_ns": 0, + "steady_state_ns": 40841627 + } + }, + { + "pair_index": 14, + "elapsed_ns": 40657534, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20942848, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 142844027, + "runtime_create_ns": 27210, + "jit_attach_ns": 53369, + "context_create_ns": 103267, + "definition_eval_ns": 74219, + "first_eval_ns": 3104864, + "threshold_crossing_ns": 81127682, + "compile_ns": 65744178, + "install_ns": 77394, + "osr_ns": 0, + "steady_state_ns": 40657534 + } + }, + { + "pair_index": 15, + "elapsed_ns": 40303474, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20885504, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 142185167, + "runtime_create_ns": 27404, + "jit_attach_ns": 69767, + "context_create_ns": 116450, + "definition_eval_ns": 75227, + "first_eval_ns": 4111302, + "threshold_crossing_ns": 79987970, + "compile_ns": 65756599, + "install_ns": 76599, + "osr_ns": 0, + "steady_state_ns": 40303474 + } + }, + { + "pair_index": 16, + "elapsed_ns": 40543817, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20680704, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 144695182, + "runtime_create_ns": 44655, + "jit_attach_ns": 66461, + "context_create_ns": 116554, + "definition_eval_ns": 92849, + "first_eval_ns": 3256790, + "threshold_crossing_ns": 82885484, + "compile_ns": 68059993, + "install_ns": 83577, + "osr_ns": 0, + "steady_state_ns": 40543817 + } + }, + { + "pair_index": 17, + "elapsed_ns": 40288983, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20807680, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 151763435, + "runtime_create_ns": 25081, + "jit_attach_ns": 60624, + "context_create_ns": 115675, + "definition_eval_ns": 84488, + "first_eval_ns": 3132939, + "threshold_crossing_ns": 90435335, + "compile_ns": 75359420, + "install_ns": 83896, + "osr_ns": 0, + "steady_state_ns": 40288983 + } + }, + { + "pair_index": 18, + "elapsed_ns": 47875929, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 21000192, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 150112173, + "runtime_create_ns": 23571, + "jit_attach_ns": 54225, + "context_create_ns": 101602, + "definition_eval_ns": 68305, + "first_eval_ns": 3125225, + "threshold_crossing_ns": 81306132, + "compile_ns": 65978884, + "install_ns": 78529, + "osr_ns": 0, + "steady_state_ns": 47875929 + } + }, + { + "pair_index": 19, + "elapsed_ns": 45925507, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 21008384, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 150016949, + "runtime_create_ns": 27251, + "jit_attach_ns": 65538, + "context_create_ns": 108766, + "definition_eval_ns": 70412, + "first_eval_ns": 3125020, + "threshold_crossing_ns": 80986209, + "compile_ns": 65689110, + "install_ns": 79063, + "osr_ns": 0, + "steady_state_ns": 45925507 + } + }, + { + "pair_index": 20, + "elapsed_ns": 40356435, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20762624, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 142177376, + "runtime_create_ns": 28168, + "jit_attach_ns": 64517, + "context_create_ns": 107347, + "definition_eval_ns": 73663, + "first_eval_ns": 3117890, + "threshold_crossing_ns": 80982775, + "compile_ns": 65781735, + "install_ns": 73387, + "osr_ns": 0, + "steady_state_ns": 40356435 + } + }, + { + "pair_index": 21, + "elapsed_ns": 40298957, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20869120, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 141597540, + "runtime_create_ns": 27185, + "jit_attach_ns": 59829, + "context_create_ns": 108490, + "definition_eval_ns": 72427, + "first_eval_ns": 3118704, + "threshold_crossing_ns": 80445655, + "compile_ns": 65299987, + "install_ns": 76669, + "osr_ns": 0, + "steady_state_ns": 40298957 + } + }, + { + "pair_index": 22, + "elapsed_ns": 40294000, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 21016576, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 142464877, + "runtime_create_ns": 24554, + "jit_attach_ns": 56384, + "context_create_ns": 105908, + "definition_eval_ns": 68922, + "first_eval_ns": 3119669, + "threshold_crossing_ns": 81301281, + "compile_ns": 66170398, + "install_ns": 80153, + "osr_ns": 0, + "steady_state_ns": 40294000 + } + }, + { + "pair_index": 23, + "elapsed_ns": 40468246, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20869120, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 142081391, + "runtime_create_ns": 29988, + "jit_attach_ns": 64081, + "context_create_ns": 104649, + "definition_eval_ns": 68513, + "first_eval_ns": 3105024, + "threshold_crossing_ns": 80582043, + "compile_ns": 65396406, + "install_ns": 93485, + "osr_ns": 0, + "steady_state_ns": 40468246 + } + }, + { + "pair_index": 24, + "elapsed_ns": 40145841, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20815872, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 141882349, + "runtime_create_ns": 28334, + "jit_attach_ns": 61356, + "context_create_ns": 110566, + "definition_eval_ns": 74596, + "first_eval_ns": 4114802, + "threshold_crossing_ns": 79854758, + "compile_ns": 65815801, + "install_ns": 76312, + "osr_ns": 0, + "steady_state_ns": 40145841 + } + }, + { + "pair_index": 25, + "elapsed_ns": 40770171, + "checksum": "number:413e8c5000000000", + "native_entries": 5, + "native_acquisitions": 5, + "native_exits": 5, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20758528, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 144091476, + "runtime_create_ns": 25803, + "jit_attach_ns": 62446, + "context_create_ns": 110921, + "definition_eval_ns": 75666, + "first_eval_ns": 3118976, + "threshold_crossing_ns": 82092889, + "compile_ns": 66170336, + "install_ns": 94233, + "osr_ns": 0, + "steady_state_ns": 40770171 + } + }, + { + "pair_index": 26, + "elapsed_ns": 40246867, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20824064, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 143204179, + "runtime_create_ns": 26508, + "jit_attach_ns": 57487, + "context_create_ns": 110192, + "definition_eval_ns": 78422, + "first_eval_ns": 3139990, + "threshold_crossing_ns": 81946175, + "compile_ns": 66788184, + "install_ns": 83484, + "osr_ns": 0, + "steady_state_ns": 40246867 + } + }, + { + "pair_index": 27, + "elapsed_ns": 40253757, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20877312, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 146837503, + "runtime_create_ns": 29534, + "jit_attach_ns": 56887, + "context_create_ns": 107196, + "definition_eval_ns": 72727, + "first_eval_ns": 6348022, + "threshold_crossing_ns": 82500350, + "compile_ns": 70420627, + "install_ns": 82489, + "osr_ns": 0, + "steady_state_ns": 40253757 + } + }, + { + "pair_index": 28, + "elapsed_ns": 40839474, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 20934656, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 145872033, + "runtime_create_ns": 30034, + "jit_attach_ns": 59259, + "context_create_ns": 113747, + "definition_eval_ns": 74072, + "first_eval_ns": 4189780, + "threshold_crossing_ns": 82970767, + "compile_ns": 68682099, + "install_ns": 86597, + "osr_ns": 0, + "steady_state_ns": 40839474 + } + }, + { + "pair_index": 29, + "elapsed_ns": 40336513, + "checksum": "number:413e8c5000000000", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 21041152, + "code_bytes": 136208, + "metadata_bytes": 30171, + "peak_compiler_bytes": 11253, + "phases": { + "total_ns": 155347619, + "runtime_create_ns": 26823, + "jit_attach_ns": 64419, + "context_create_ns": 107199, + "definition_eval_ns": 74266, + "first_eval_ns": 4140572, + "threshold_crossing_ns": 93111012, + "compile_ns": 79074392, + "install_ns": 80825, + "osr_ns": 0, + "steady_state_ns": 40336513 + } + } + ], + "raw_latency_ns": [ + 40161768, + 40679110, + 40438056, + 40391003, + 40103341, + 40149068, + 40349223, + 40264501, + 40737148, + 40768666, + 40929851, + 40176924, + 40365317, + 40841627, + 40657534, + 40303474, + 40543817, + 40288983, + 47875929, + 45925507, + 40356435, + 40298957, + 40294000, + 40468246, + 40145841, + 40770171, + 40246867, + 40253757, + 40839474, + 40336513 + ], + "raw_throughput_ops": [ + 7, + 8, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7 + ], + "median_ns": 40365317, + "mad_ns": 188393, + "p95_ns": 45925507, + "p99_ns": 47875929, + "ci95_ns": [ + 40298957, + 40657534 + ], + "compile_ns": 66170398, + "install_ns": 81367, + "break_even_executions": null + }, + { + "name": "calls-recursion-closures", + "suite": "rquickjs-jit matrix", + "group": "calls-recursion-closures", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 42464377, + "checksum": "number:40d4820000000000", + "native_entries": 80860, + "native_acquisitions": 59647, + "native_exits": 80860, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 6864, + "tier2_entries": 73996, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 72123, + "measured_benefit_ns": 24707083, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9404416, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 65966717, + "runtime_create_ns": 30706, + "jit_attach_ns": 63541, + "context_create_ns": 112060, + "definition_eval_ns": 71731, + "first_eval_ns": 14708910, + "threshold_crossing_ns": 4227799, + "compile_ns": 13208099, + "install_ns": 82556, + "osr_ns": 0, + "steady_state_ns": 42464377 + } + }, + { + "pair_index": 1, + "elapsed_ns": 42160489, + "checksum": "number:40d4820000000000", + "native_entries": 80301, + "native_acquisitions": 59077, + "native_exits": 80301, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 7190, + "tier2_entries": 73111, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 72051, + "measured_benefit_ns": 201652956, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9347072, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 65678145, + "runtime_create_ns": 25384, + "jit_attach_ns": 59297, + "context_create_ns": 108494, + "definition_eval_ns": 78548, + "first_eval_ns": 14076746, + "threshold_crossing_ns": 4926902, + "compile_ns": 12528548, + "install_ns": 88551, + "osr_ns": 0, + "steady_state_ns": 42160489 + } + }, + { + "pair_index": 2, + "elapsed_ns": 42174704, + "checksum": "number:40d4820000000000", + "native_entries": 81697, + "native_acquisitions": 60454, + "native_exits": 81697, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8687, + "tier2_entries": 73010, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 72805, + "measured_benefit_ns": 95182791, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9326592, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 70682503, + "runtime_create_ns": 23236, + "jit_attach_ns": 65091, + "context_create_ns": 104280, + "definition_eval_ns": 68494, + "first_eval_ns": 19712070, + "threshold_crossing_ns": 4261153, + "compile_ns": 17969757, + "install_ns": 618610, + "osr_ns": 0, + "steady_state_ns": 42174704 + } + }, + { + "pair_index": 3, + "elapsed_ns": 44499696, + "checksum": "number:40d4820000000000", + "native_entries": 81213, + "native_acquisitions": 59918, + "native_exits": 81213, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 7270, + "tier2_entries": 73943, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 68997, + "measured_benefit_ns": 76725204, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9437184, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 70569620, + "runtime_create_ns": 27624, + "jit_attach_ns": 60473, + "context_create_ns": 106928, + "definition_eval_ns": 78388, + "first_eval_ns": 13962303, + "threshold_crossing_ns": 5439554, + "compile_ns": 12591665, + "install_ns": 114614, + "osr_ns": 0, + "steady_state_ns": 44499696 + } + }, + { + "pair_index": 4, + "elapsed_ns": 45813256, + "checksum": "number:40d4820000000000", + "native_entries": 82012, + "native_acquisitions": 61001, + "native_exits": 82012, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8203, + "tier2_entries": 73809, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 69684, + "measured_benefit_ns": 30666877, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9256960, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 72387519, + "runtime_create_ns": 28592, + "jit_attach_ns": 58078, + "context_create_ns": 107589, + "definition_eval_ns": 82286, + "first_eval_ns": 17643602, + "threshold_crossing_ns": 4318399, + "compile_ns": 13736914, + "install_ns": 111161, + "osr_ns": 0, + "steady_state_ns": 45813256 + } + }, + { + "pair_index": 5, + "elapsed_ns": 42826450, + "checksum": "number:40d4820000000000", + "native_entries": 80890, + "native_acquisitions": 59614, + "native_exits": 80890, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 7082, + "tier2_entries": 73808, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 73523, + "measured_benefit_ns": 155126759, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9248768, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 66883808, + "runtime_create_ns": 28088, + "jit_attach_ns": 59400, + "context_create_ns": 110502, + "definition_eval_ns": 75816, + "first_eval_ns": 14699363, + "threshold_crossing_ns": 4245202, + "compile_ns": 13013989, + "install_ns": 79225, + "osr_ns": 0, + "steady_state_ns": 42826450 + } + }, + { + "pair_index": 6, + "elapsed_ns": 43846501, + "checksum": "number:40d4820000000000", + "native_entries": 80013, + "native_acquisitions": 59356, + "native_exits": 80013, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 7459, + "tier2_entries": 72554, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 71704, + "measured_benefit_ns": 120699667, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9388032, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 69186617, + "runtime_create_ns": 26491, + "jit_attach_ns": 62902, + "context_create_ns": 101113, + "definition_eval_ns": 71438, + "first_eval_ns": 13962629, + "threshold_crossing_ns": 5690598, + "compile_ns": 9642715, + "install_ns": 69438, + "osr_ns": 0, + "steady_state_ns": 43846501 + } + }, + { + "pair_index": 7, + "elapsed_ns": 41626753, + "checksum": "number:40d4820000000000", + "native_entries": 82092, + "native_acquisitions": 60736, + "native_exits": 82092, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 7759, + "tier2_entries": 74333, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 47003, + "measured_benefit_ns": 17145719, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9322496, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 65325476, + "runtime_create_ns": 27460, + "jit_attach_ns": 59396, + "context_create_ns": 107861, + "definition_eval_ns": 77592, + "first_eval_ns": 14446426, + "threshold_crossing_ns": 4782663, + "compile_ns": 12558342, + "install_ns": 109734, + "osr_ns": 0, + "steady_state_ns": 41626753 + } + }, + { + "pair_index": 8, + "elapsed_ns": 42714872, + "checksum": "number:40d4820000000000", + "native_entries": 81094, + "native_acquisitions": 59801, + "native_exits": 81094, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 6834, + "tier2_entries": 74260, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 74200, + "measured_benefit_ns": 164063809, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9371648, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 66307737, + "runtime_create_ns": 27413, + "jit_attach_ns": 61755, + "context_create_ns": 108190, + "definition_eval_ns": 73553, + "first_eval_ns": 14721572, + "threshold_crossing_ns": 4286760, + "compile_ns": 12970586, + "install_ns": 81928, + "osr_ns": 0, + "steady_state_ns": 42714872 + } + }, + { + "pair_index": 9, + "elapsed_ns": 41832421, + "checksum": "number:40d4820000000000", + "native_entries": 80674, + "native_acquisitions": 59693, + "native_exits": 80674, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 7479, + "tier2_entries": 73195, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 41488, + "measured_benefit_ns": 12751498, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9261056, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 67206214, + "runtime_create_ns": 55434, + "jit_attach_ns": 115915, + "context_create_ns": 199310, + "definition_eval_ns": 127923, + "first_eval_ns": 16472033, + "threshold_crossing_ns": 4179271, + "compile_ns": 12743388, + "install_ns": 90820, + "osr_ns": 0, + "steady_state_ns": 41832421 + } + }, + { + "pair_index": 10, + "elapsed_ns": 42131393, + "checksum": "number:40d4820000000000", + "native_entries": 79910, + "native_acquisitions": 59203, + "native_exits": 79910, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 7160, + "tier2_entries": 72750, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 70451, + "measured_benefit_ns": 20998069, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9404416, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 66553390, + "runtime_create_ns": 28701, + "jit_attach_ns": 61757, + "context_create_ns": 121108, + "definition_eval_ns": 142841, + "first_eval_ns": 14044122, + "threshold_crossing_ns": 5778057, + "compile_ns": 12668790, + "install_ns": 70404, + "osr_ns": 0, + "steady_state_ns": 42131393 + } + }, + { + "pair_index": 11, + "elapsed_ns": 43044229, + "checksum": "number:40d4820000000000", + "native_entries": 81338, + "native_acquisitions": 60027, + "native_exits": 81338, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 7329, + "tier2_entries": 74009, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 71809, + "measured_benefit_ns": 79801768, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9302016, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 66750879, + "runtime_create_ns": 28339, + "jit_attach_ns": 63834, + "context_create_ns": 106915, + "definition_eval_ns": 72283, + "first_eval_ns": 14292368, + "threshold_crossing_ns": 4884871, + "compile_ns": 12524657, + "install_ns": 96321, + "osr_ns": 0, + "steady_state_ns": 43044229 + } + }, + { + "pair_index": 12, + "elapsed_ns": 42656973, + "checksum": "number:40d4820000000000", + "native_entries": 78065, + "native_acquisitions": 56971, + "native_exits": 78065, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4568, + "tier2_entries": 73497, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 72012, + "measured_benefit_ns": 307412518, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9338880, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 66025867, + "runtime_create_ns": 28966, + "jit_attach_ns": 62594, + "context_create_ns": 105673, + "definition_eval_ns": 71400, + "first_eval_ns": 13694296, + "threshold_crossing_ns": 5081365, + "compile_ns": 12553230, + "install_ns": 91513, + "osr_ns": 0, + "steady_state_ns": 42656973 + } + }, + { + "pair_index": 13, + "elapsed_ns": 42046358, + "checksum": "number:40d4820000000000", + "native_entries": 82503, + "native_acquisitions": 61597, + "native_exits": 82503, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8254, + "tier2_entries": 74249, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 73911, + "measured_benefit_ns": 86065127, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9441280, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 66836996, + "runtime_create_ns": 27374, + "jit_attach_ns": 61830, + "context_create_ns": 107074, + "definition_eval_ns": 80785, + "first_eval_ns": 15492073, + "threshold_crossing_ns": 4765937, + "compile_ns": 12574282, + "install_ns": 105133, + "osr_ns": 0, + "steady_state_ns": 42046358 + } + }, + { + "pair_index": 14, + "elapsed_ns": 41796592, + "checksum": "number:40d4820000000000", + "native_entries": 81392, + "native_acquisitions": 60282, + "native_exits": 81392, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 7250, + "tier2_entries": 74142, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 71612, + "measured_benefit_ns": 19859927, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9318400, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 65575623, + "runtime_create_ns": 26616, + "jit_attach_ns": 58468, + "context_create_ns": 106844, + "definition_eval_ns": 75162, + "first_eval_ns": 15081428, + "threshold_crossing_ns": 4201440, + "compile_ns": 11028701, + "install_ns": 74933, + "osr_ns": 0, + "steady_state_ns": 41796592 + } + }, + { + "pair_index": 15, + "elapsed_ns": 42623362, + "checksum": "number:40d4820000000000", + "native_entries": 82771, + "native_acquisitions": 61469, + "native_exits": 82771, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 8469, + "tier2_entries": 74302, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 71833, + "measured_benefit_ns": 21661357, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9236480, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 66697136, + "runtime_create_ns": 27016, + "jit_attach_ns": 60502, + "context_create_ns": 113971, + "definition_eval_ns": 74323, + "first_eval_ns": 15217225, + "threshold_crossing_ns": 4277782, + "compile_ns": 13467972, + "install_ns": 85367, + "osr_ns": 0, + "steady_state_ns": 42623362 + } + }, + { + "pair_index": 16, + "elapsed_ns": 41950908, + "checksum": "number:40d4820000000000", + "native_entries": 79697, + "native_acquisitions": 59080, + "native_exits": 79697, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 7240, + "tier2_entries": 72457, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 71886, + "measured_benefit_ns": 193035007, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9371648, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 66117682, + "runtime_create_ns": 25515, + "jit_attach_ns": 60776, + "context_create_ns": 110724, + "definition_eval_ns": 76426, + "first_eval_ns": 13522817, + "threshold_crossing_ns": 6131781, + "compile_ns": 12593785, + "install_ns": 81523, + "osr_ns": 0, + "steady_state_ns": 41950908 + } + }, + { + "pair_index": 17, + "elapsed_ns": 41921951, + "checksum": "number:40d4820000000000", + "native_entries": 77739, + "native_acquisitions": 56724, + "native_exits": 77739, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5343, + "tier2_entries": 72396, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 68867, + "measured_benefit_ns": 20374355, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9449472, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 64868850, + "runtime_create_ns": 26552, + "jit_attach_ns": 57318, + "context_create_ns": 105877, + "definition_eval_ns": 69702, + "first_eval_ns": 13154721, + "threshold_crossing_ns": 5302646, + "compile_ns": 12501267, + "install_ns": 76956, + "osr_ns": 0, + "steady_state_ns": 41921951 + } + }, + { + "pair_index": 18, + "elapsed_ns": 41994729, + "checksum": "number:40d4820000000000", + "native_entries": 80987, + "native_acquisitions": 59735, + "native_exits": 80987, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 7772, + "tier2_entries": 73215, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 65779, + "measured_benefit_ns": 14149725, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9355264, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 65524262, + "runtime_create_ns": 25864, + "jit_attach_ns": 62377, + "context_create_ns": 109758, + "definition_eval_ns": 74897, + "first_eval_ns": 14157960, + "threshold_crossing_ns": 4871671, + "compile_ns": 12500838, + "install_ns": 90578, + "osr_ns": 0, + "steady_state_ns": 41994729 + } + }, + { + "pair_index": 19, + "elapsed_ns": 42094756, + "checksum": "number:40d4820000000000", + "native_entries": 79636, + "native_acquisitions": 58367, + "native_exits": 79636, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5812, + "tier2_entries": 73824, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 67944, + "measured_benefit_ns": 15151801, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9428992, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 65159991, + "runtime_create_ns": 28370, + "jit_attach_ns": 55851, + "context_create_ns": 109137, + "definition_eval_ns": 76022, + "first_eval_ns": 13859573, + "threshold_crossing_ns": 4656054, + "compile_ns": 11211216, + "install_ns": 89392, + "osr_ns": 0, + "steady_state_ns": 42094756 + } + }, + { + "pair_index": 20, + "elapsed_ns": 42304198, + "checksum": "number:40d4820000000000", + "native_entries": 83689, + "native_acquisitions": 62760, + "native_exits": 83689, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 9843, + "tier2_entries": 73846, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 73356, + "measured_benefit_ns": 89979869, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9347072, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 67416017, + "runtime_create_ns": 25289, + "jit_attach_ns": 68387, + "context_create_ns": 113792, + "definition_eval_ns": 76822, + "first_eval_ns": 15509562, + "threshold_crossing_ns": 4998258, + "compile_ns": 12498798, + "install_ns": 95553, + "osr_ns": 0, + "steady_state_ns": 42304198 + } + }, + { + "pair_index": 21, + "elapsed_ns": 42051929, + "checksum": "number:40d4820000000000", + "native_entries": 81427, + "native_acquisitions": 60133, + "native_exits": 81427, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 7549, + "tier2_entries": 73878, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 73608, + "measured_benefit_ns": 80366756, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9392128, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 65478470, + "runtime_create_ns": 27474, + "jit_attach_ns": 63007, + "context_create_ns": 109618, + "definition_eval_ns": 71006, + "first_eval_ns": 14747023, + "threshold_crossing_ns": 4195893, + "compile_ns": 9796908, + "install_ns": 80215, + "osr_ns": 0, + "steady_state_ns": 42051929 + } + }, + { + "pair_index": 22, + "elapsed_ns": 42174797, + "checksum": "number:40d4820000000000", + "native_entries": 81031, + "native_acquisitions": 59767, + "native_exits": 81031, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 6858, + "tier2_entries": 74173, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 72181, + "measured_benefit_ns": 40154141, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9347072, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 65614298, + "runtime_create_ns": 24630, + "jit_attach_ns": 59233, + "context_create_ns": 104853, + "definition_eval_ns": 71697, + "first_eval_ns": 14720154, + "threshold_crossing_ns": 4202964, + "compile_ns": 13004842, + "install_ns": 79920, + "osr_ns": 0, + "steady_state_ns": 42174797 + } + }, + { + "pair_index": 23, + "elapsed_ns": 41909543, + "checksum": "number:40d4820000000000", + "native_entries": 79970, + "native_acquisitions": 59314, + "native_exits": 79970, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 7021, + "tier2_entries": 72949, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 70700, + "measured_benefit_ns": 28251446, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9412608, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 66091466, + "runtime_create_ns": 27266, + "jit_attach_ns": 61827, + "context_create_ns": 116031, + "definition_eval_ns": 75111, + "first_eval_ns": 13658274, + "threshold_crossing_ns": 6031480, + "compile_ns": 12624935, + "install_ns": 87892, + "osr_ns": 0, + "steady_state_ns": 41909543 + } + }, + { + "pair_index": 24, + "elapsed_ns": 42349124, + "checksum": "number:40d4820000000000", + "native_entries": 77866, + "native_acquisitions": 56809, + "native_exits": 77866, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 5326, + "tier2_entries": 72540, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 70051, + "measured_benefit_ns": 74567972, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9326592, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 65445606, + "runtime_create_ns": 27527, + "jit_attach_ns": 59148, + "context_create_ns": 106182, + "definition_eval_ns": 77963, + "first_eval_ns": 13216597, + "threshold_crossing_ns": 5355811, + "compile_ns": 12566381, + "install_ns": 75159, + "osr_ns": 0, + "steady_state_ns": 42349124 + } + }, + { + "pair_index": 25, + "elapsed_ns": 42005603, + "checksum": "number:40d4820000000000", + "native_entries": 80814, + "native_acquisitions": 59577, + "native_exits": 80814, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 7140, + "tier2_entries": 73674, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 73590, + "measured_benefit_ns": 98890270, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9412608, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 65347903, + "runtime_create_ns": 26647, + "jit_attach_ns": 59452, + "context_create_ns": 107306, + "definition_eval_ns": 79780, + "first_eval_ns": 14630650, + "threshold_crossing_ns": 4221558, + "compile_ns": 13015792, + "install_ns": 88899, + "osr_ns": 0, + "steady_state_ns": 42005603 + } + }, + { + "pair_index": 26, + "elapsed_ns": 42133629, + "checksum": "number:40d4820000000000", + "native_entries": 80740, + "native_acquisitions": 59595, + "native_exits": 80740, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 7057, + "tier2_entries": 73683, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 73240, + "measured_benefit_ns": 85847846, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9347072, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 65750928, + "runtime_create_ns": 22262, + "jit_attach_ns": 56761, + "context_create_ns": 102906, + "definition_eval_ns": 72367, + "first_eval_ns": 14887025, + "threshold_crossing_ns": 4239369, + "compile_ns": 11711747, + "install_ns": 104222, + "osr_ns": 0, + "steady_state_ns": 42133629 + } + }, + { + "pair_index": 27, + "elapsed_ns": 42015213, + "checksum": "number:40d4820000000000", + "native_entries": 80946, + "native_acquisitions": 59694, + "native_exits": 80946, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 7203, + "tier2_entries": 73743, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 71965, + "measured_benefit_ns": 21673408, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9408512, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 65286359, + "runtime_create_ns": 29652, + "jit_attach_ns": 55326, + "context_create_ns": 109808, + "definition_eval_ns": 71014, + "first_eval_ns": 14580767, + "threshold_crossing_ns": 4213639, + "compile_ns": 12943048, + "install_ns": 77454, + "osr_ns": 0, + "steady_state_ns": 42015213 + } + }, + { + "pair_index": 28, + "elapsed_ns": 41951574, + "checksum": "number:40d4820000000000", + "native_entries": 83069, + "native_acquisitions": 62197, + "native_exits": 83069, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 9752, + "tier2_entries": 73317, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 71824, + "measured_benefit_ns": 57081592, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9379840, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 66609742, + "runtime_create_ns": 27035, + "jit_attach_ns": 58360, + "context_create_ns": 107813, + "definition_eval_ns": 83839, + "first_eval_ns": 15264405, + "threshold_crossing_ns": 4881696, + "compile_ns": 12486289, + "install_ns": 87014, + "osr_ns": 0, + "steady_state_ns": 41951574 + } + }, + { + "pair_index": 29, + "elapsed_ns": 42102181, + "checksum": "number:40d4820000000000", + "native_entries": 80491, + "native_acquisitions": 59274, + "native_exits": 80491, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 7399, + "tier2_entries": 73092, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 70674, + "measured_benefit_ns": 74384436, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9367552, + "code_bytes": 19218, + "metadata_bytes": 6248, + "peak_compiler_bytes": 891, + "phases": { + "total_ns": 65614635, + "runtime_create_ns": 26758, + "jit_attach_ns": 55791, + "context_create_ns": 103001, + "definition_eval_ns": 76825, + "first_eval_ns": 14074002, + "threshold_crossing_ns": 4902373, + "compile_ns": 12496465, + "install_ns": 74803, + "osr_ns": 0, + "steady_state_ns": 42102181 + } + } + ], + "raw_latency_ns": [ + 42464377, + 42160489, + 42174704, + 44499696, + 45813256, + 42826450, + 43846501, + 41626753, + 42714872, + 41832421, + 42131393, + 43044229, + 42656973, + 42046358, + 41796592, + 42623362, + 41950908, + 41921951, + 41994729, + 42094756, + 42304198, + 42051929, + 42174797, + 41909543, + 42349124, + 42005603, + 42133629, + 42015213, + 41951574, + 42102181 + ], + "raw_throughput_ops": [ + 15, + 16, + 16, + 16, + 15, + 16, + 16, + 15, + 15, + 15 + ], + "median_ns": 42133629, + "mad_ns": 211678, + "p95_ns": 44499696, + "p99_ns": 45813256, + "ci95_ns": [ + 42046358, + 42349124 + ], + "compile_ns": 12574282, + "install_ns": 87892, + "break_even_executions": null + }, + { + "name": "json-codec", + "suite": "rquickjs-jit matrix", + "group": "json-codec", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 104920725, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14102528, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 161189661, + "runtime_create_ns": 30056, + "jit_attach_ns": 61681, + "context_create_ns": 110742, + "definition_eval_ns": 64987, + "first_eval_ns": 19148273, + "threshold_crossing_ns": 16196493, + "compile_ns": 34195469, + "install_ns": 72188, + "osr_ns": 0, + "steady_state_ns": 104920725 + } + }, + { + "pair_index": 1, + "elapsed_ns": 104974436, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14073856, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 161765751, + "runtime_create_ns": 27851, + "jit_attach_ns": 59757, + "context_create_ns": 111324, + "definition_eval_ns": 65300, + "first_eval_ns": 16722589, + "threshold_crossing_ns": 18732618, + "compile_ns": 34399117, + "install_ns": 62698, + "osr_ns": 0, + "steady_state_ns": 104974436 + } + }, + { + "pair_index": 2, + "elapsed_ns": 104374957, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14172160, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 181725120, + "runtime_create_ns": 25443, + "jit_attach_ns": 61469, + "context_create_ns": 108614, + "definition_eval_ns": 66805, + "first_eval_ns": 17742598, + "threshold_crossing_ns": 38702397, + "compile_ns": 34413447, + "install_ns": 66937, + "osr_ns": 0, + "steady_state_ns": 104374957 + } + }, + { + "pair_index": 3, + "elapsed_ns": 103993392, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14020608, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 160903324, + "runtime_create_ns": 26929, + "jit_attach_ns": 61042, + "context_create_ns": 116971, + "definition_eval_ns": 64324, + "first_eval_ns": 19174188, + "threshold_crossing_ns": 16906183, + "compile_ns": 33445837, + "install_ns": 57514, + "osr_ns": 0, + "steady_state_ns": 103993392 + } + }, + { + "pair_index": 4, + "elapsed_ns": 104226960, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14036992, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 161195870, + "runtime_create_ns": 26651, + "jit_attach_ns": 61840, + "context_create_ns": 136326, + "definition_eval_ns": 69408, + "first_eval_ns": 19170469, + "threshold_crossing_ns": 16921587, + "compile_ns": 33682088, + "install_ns": 57553, + "osr_ns": 0, + "steady_state_ns": 104226960 + } + }, + { + "pair_index": 5, + "elapsed_ns": 103717205, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14061568, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 162791097, + "runtime_create_ns": 26818, + "jit_attach_ns": 61068, + "context_create_ns": 108434, + "definition_eval_ns": 69276, + "first_eval_ns": 19604324, + "threshold_crossing_ns": 18273431, + "compile_ns": 32516990, + "install_ns": 64578, + "osr_ns": 0, + "steady_state_ns": 103717205 + } + }, + { + "pair_index": 6, + "elapsed_ns": 106348348, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14172160, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 166794407, + "runtime_create_ns": 28053, + "jit_attach_ns": 63683, + "context_create_ns": 104065, + "definition_eval_ns": 60265, + "first_eval_ns": 19332674, + "threshold_crossing_ns": 19985069, + "compile_ns": 31845976, + "install_ns": 66375, + "osr_ns": 0, + "steady_state_ns": 106348348 + } + }, + { + "pair_index": 7, + "elapsed_ns": 104395574, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 13991936, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 162543939, + "runtime_create_ns": 30171, + "jit_attach_ns": 59831, + "context_create_ns": 106957, + "definition_eval_ns": 75601, + "first_eval_ns": 17319200, + "threshold_crossing_ns": 19926944, + "compile_ns": 32592678, + "install_ns": 59123, + "osr_ns": 0, + "steady_state_ns": 104395574 + } + }, + { + "pair_index": 8, + "elapsed_ns": 103821667, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14155776, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 159764322, + "runtime_create_ns": 24954, + "jit_attach_ns": 63733, + "context_create_ns": 120233, + "definition_eval_ns": 69914, + "first_eval_ns": 17309539, + "threshold_crossing_ns": 17849330, + "compile_ns": 33927821, + "install_ns": 64739, + "osr_ns": 0, + "steady_state_ns": 103821667 + } + }, + { + "pair_index": 9, + "elapsed_ns": 105162706, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14123008, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 162316207, + "runtime_create_ns": 27915, + "jit_attach_ns": 65004, + "context_create_ns": 110583, + "definition_eval_ns": 73763, + "first_eval_ns": 19784556, + "threshold_crossing_ns": 16151337, + "compile_ns": 34021305, + "install_ns": 64739, + "osr_ns": 0, + "steady_state_ns": 105162706 + } + }, + { + "pair_index": 10, + "elapsed_ns": 103512921, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14061568, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 160522166, + "runtime_create_ns": 32317, + "jit_attach_ns": 67433, + "context_create_ns": 104313, + "definition_eval_ns": 76261, + "first_eval_ns": 19142009, + "threshold_crossing_ns": 17024985, + "compile_ns": 33543124, + "install_ns": 62728, + "osr_ns": 0, + "steady_state_ns": 103512921 + } + }, + { + "pair_index": 11, + "elapsed_ns": 104736574, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14262272, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 161675130, + "runtime_create_ns": 26584, + "jit_attach_ns": 61899, + "context_create_ns": 119714, + "definition_eval_ns": 70872, + "first_eval_ns": 17405944, + "threshold_crossing_ns": 18566305, + "compile_ns": 34052077, + "install_ns": 80523, + "osr_ns": 0, + "steady_state_ns": 104736574 + } + }, + { + "pair_index": 12, + "elapsed_ns": 105984067, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14045184, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 162744084, + "runtime_create_ns": 42652, + "jit_attach_ns": 69636, + "context_create_ns": 104920, + "definition_eval_ns": 77686, + "first_eval_ns": 16364064, + "threshold_crossing_ns": 19093019, + "compile_ns": 34462375, + "install_ns": 76802, + "osr_ns": 0, + "steady_state_ns": 105984067 + } + }, + { + "pair_index": 13, + "elapsed_ns": 105631946, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14086144, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 163287956, + "runtime_create_ns": 30445, + "jit_attach_ns": 64922, + "context_create_ns": 120819, + "definition_eval_ns": 65009, + "first_eval_ns": 19281220, + "threshold_crossing_ns": 17205495, + "compile_ns": 34052622, + "install_ns": 82551, + "osr_ns": 0, + "steady_state_ns": 105631946 + } + }, + { + "pair_index": 14, + "elapsed_ns": 104585614, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14143488, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 161535898, + "runtime_create_ns": 29885, + "jit_attach_ns": 64095, + "context_create_ns": 106863, + "definition_eval_ns": 64270, + "first_eval_ns": 19343374, + "threshold_crossing_ns": 16499847, + "compile_ns": 33982714, + "install_ns": 65786, + "osr_ns": 0, + "steady_state_ns": 104585614 + } + }, + { + "pair_index": 15, + "elapsed_ns": 104244390, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 13942784, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 160955224, + "runtime_create_ns": 27554, + "jit_attach_ns": 64119, + "context_create_ns": 115551, + "definition_eval_ns": 68527, + "first_eval_ns": 19226855, + "threshold_crossing_ns": 16145087, + "compile_ns": 34293751, + "install_ns": 64460, + "osr_ns": 0, + "steady_state_ns": 104244390 + } + }, + { + "pair_index": 16, + "elapsed_ns": 104997941, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14192640, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 165102643, + "runtime_create_ns": 28307, + "jit_attach_ns": 68978, + "context_create_ns": 116149, + "definition_eval_ns": 103443, + "first_eval_ns": 17657571, + "threshold_crossing_ns": 21057564, + "compile_ns": 32818917, + "install_ns": 71696, + "osr_ns": 0, + "steady_state_ns": 104997941 + } + }, + { + "pair_index": 17, + "elapsed_ns": 105331667, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14110720, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 164757734, + "runtime_create_ns": 27240, + "jit_attach_ns": 67568, + "context_create_ns": 108514, + "definition_eval_ns": 62491, + "first_eval_ns": 17403759, + "threshold_crossing_ns": 20937228, + "compile_ns": 32247605, + "install_ns": 62859, + "osr_ns": 0, + "steady_state_ns": 105331667 + } + }, + { + "pair_index": 18, + "elapsed_ns": 105070776, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14045184, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 163347189, + "runtime_create_ns": 29113, + "jit_attach_ns": 67619, + "context_create_ns": 107848, + "definition_eval_ns": 78722, + "first_eval_ns": 19803335, + "threshold_crossing_ns": 17607742, + "compile_ns": 34159648, + "install_ns": 83269, + "osr_ns": 0, + "steady_state_ns": 105070776 + } + }, + { + "pair_index": 19, + "elapsed_ns": 103370671, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14069760, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 160691736, + "runtime_create_ns": 25344, + "jit_attach_ns": 59892, + "context_create_ns": 106703, + "definition_eval_ns": 64874, + "first_eval_ns": 19209641, + "threshold_crossing_ns": 16894684, + "compile_ns": 33474505, + "install_ns": 61449, + "osr_ns": 0, + "steady_state_ns": 103370671 + } + }, + { + "pair_index": 20, + "elapsed_ns": 104215564, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 13918208, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 163914427, + "runtime_create_ns": 26611, + "jit_attach_ns": 62889, + "context_create_ns": 111067, + "definition_eval_ns": 68666, + "first_eval_ns": 19571483, + "threshold_crossing_ns": 18885626, + "compile_ns": 32383334, + "install_ns": 72063, + "osr_ns": 0, + "steady_state_ns": 104215564 + } + }, + { + "pair_index": 21, + "elapsed_ns": 104367860, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14106624, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 161032423, + "runtime_create_ns": 27370, + "jit_attach_ns": 62892, + "context_create_ns": 104345, + "definition_eval_ns": 66225, + "first_eval_ns": 19549801, + "threshold_crossing_ns": 15986638, + "compile_ns": 34221694, + "install_ns": 63712, + "osr_ns": 0, + "steady_state_ns": 104367860 + } + }, + { + "pair_index": 22, + "elapsed_ns": 104697748, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14180352, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 164254363, + "runtime_create_ns": 30851, + "jit_attach_ns": 80936, + "context_create_ns": 107776, + "definition_eval_ns": 76501, + "first_eval_ns": 19227833, + "threshold_crossing_ns": 19073817, + "compile_ns": 32411063, + "install_ns": 62826, + "osr_ns": 0, + "steady_state_ns": 104697748 + } + }, + { + "pair_index": 23, + "elapsed_ns": 104363212, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14184448, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 161455374, + "runtime_create_ns": 26701, + "jit_attach_ns": 65370, + "context_create_ns": 105925, + "definition_eval_ns": 62807, + "first_eval_ns": 19179366, + "threshold_crossing_ns": 16503359, + "compile_ns": 33845554, + "install_ns": 61912, + "osr_ns": 0, + "steady_state_ns": 104363212 + } + }, + { + "pair_index": 24, + "elapsed_ns": 119465212, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14036992, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 184647759, + "runtime_create_ns": 26625, + "jit_attach_ns": 60794, + "context_create_ns": 111880, + "definition_eval_ns": 64091, + "first_eval_ns": 20746721, + "threshold_crossing_ns": 21758792, + "compile_ns": 33431603, + "install_ns": 52815, + "osr_ns": 0, + "steady_state_ns": 119465212 + } + }, + { + "pair_index": 25, + "elapsed_ns": 113546942, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14049280, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 191096753, + "runtime_create_ns": 30749, + "jit_attach_ns": 62559, + "context_create_ns": 108447, + "definition_eval_ns": 65945, + "first_eval_ns": 16364468, + "threshold_crossing_ns": 40150237, + "compile_ns": 34447089, + "install_ns": 59128, + "osr_ns": 0, + "steady_state_ns": 113546942 + } + }, + { + "pair_index": 26, + "elapsed_ns": 104069414, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14016512, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 162226886, + "runtime_create_ns": 28577, + "jit_attach_ns": 67755, + "context_create_ns": 105812, + "definition_eval_ns": 65826, + "first_eval_ns": 19299705, + "threshold_crossing_ns": 17695631, + "compile_ns": 33859487, + "install_ns": 73076, + "osr_ns": 0, + "steady_state_ns": 104069414 + } + }, + { + "pair_index": 27, + "elapsed_ns": 105131380, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14041088, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 161820876, + "runtime_create_ns": 35206, + "jit_attach_ns": 57852, + "context_create_ns": 106185, + "definition_eval_ns": 62801, + "first_eval_ns": 19502550, + "threshold_crossing_ns": 16041312, + "compile_ns": 34397229, + "install_ns": 66798, + "osr_ns": 0, + "steady_state_ns": 105131380 + } + }, + { + "pair_index": 28, + "elapsed_ns": 105022991, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14077952, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 163213811, + "runtime_create_ns": 29647, + "jit_attach_ns": 67817, + "context_create_ns": 110512, + "definition_eval_ns": 62055, + "first_eval_ns": 16660553, + "threshold_crossing_ns": 20286049, + "compile_ns": 33109906, + "install_ns": 61442, + "osr_ns": 0, + "steady_state_ns": 105022991 + } + }, + { + "pair_index": 29, + "elapsed_ns": 117245558, + "checksum": "string:2013000:123", + "native_entries": 4, + "native_acquisitions": 4, + "native_exits": 4, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 4, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 14180352, + "code_bytes": 75040, + "metadata_bytes": 17891, + "peak_compiler_bytes": 9075, + "phases": { + "total_ns": 173631526, + "runtime_create_ns": 28010, + "jit_attach_ns": 63837, + "context_create_ns": 121441, + "definition_eval_ns": 68814, + "first_eval_ns": 19148452, + "threshold_crossing_ns": 16058669, + "compile_ns": 34421576, + "install_ns": 95838, + "osr_ns": 0, + "steady_state_ns": 117245558 + } + } + ], + "raw_latency_ns": [ + 104920725, + 104974436, + 104374957, + 103993392, + 104226960, + 103717205, + 106348348, + 104395574, + 103821667, + 105162706, + 103512921, + 104736574, + 105984067, + 105631946, + 104585614, + 104244390, + 104997941, + 105331667, + 105070776, + 103370671, + 104215564, + 104367860, + 104697748, + 104363212, + 119465212, + 113546942, + 104069414, + 105131380, + 105022991, + 117245558 + ], + "raw_throughput_ops": [ + 7, + 7, + 6, + 7, + 7, + 6, + 7, + 7, + 7, + 6 + ], + "median_ns": 104736574, + "mad_ns": 509614, + "p95_ns": 117245558, + "p99_ns": 119465212, + "ci95_ns": [ + 104367860, + 105070776 + ], + "compile_ns": 33927821, + "install_ns": 64739, + "break_even_executions": null + }, + { + "name": "map-set-bigint", + "suite": "rquickjs-jit matrix", + "group": "map-set-bigint", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 15737704, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6197248, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20942671, + "runtime_create_ns": 28750, + "jit_attach_ns": 64152, + "context_create_ns": 111037, + "definition_eval_ns": 67587, + "first_eval_ns": 1668692, + "threshold_crossing_ns": 1647725, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15737704 + } + }, + { + "pair_index": 1, + "elapsed_ns": 15710325, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6238208, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20842848, + "runtime_create_ns": 27302, + "jit_attach_ns": 66001, + "context_create_ns": 106928, + "definition_eval_ns": 69954, + "first_eval_ns": 1662588, + "threshold_crossing_ns": 1577406, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15710325 + } + }, + { + "pair_index": 2, + "elapsed_ns": 15739744, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6258688, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20806106, + "runtime_create_ns": 25043, + "jit_attach_ns": 55178, + "context_create_ns": 99153, + "definition_eval_ns": 56761, + "first_eval_ns": 1642661, + "threshold_crossing_ns": 1583605, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15739744 + } + }, + { + "pair_index": 3, + "elapsed_ns": 15592912, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6479872, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20702693, + "runtime_create_ns": 28366, + "jit_attach_ns": 61728, + "context_create_ns": 108570, + "definition_eval_ns": 73322, + "first_eval_ns": 1647588, + "threshold_crossing_ns": 1558440, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15592912 + } + }, + { + "pair_index": 4, + "elapsed_ns": 15635789, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6471680, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20764314, + "runtime_create_ns": 29332, + "jit_attach_ns": 62389, + "context_create_ns": 108118, + "definition_eval_ns": 70162, + "first_eval_ns": 1651839, + "threshold_crossing_ns": 1588217, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15635789 + } + }, + { + "pair_index": 5, + "elapsed_ns": 15717830, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6467584, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20889972, + "runtime_create_ns": 29843, + "jit_attach_ns": 60731, + "context_create_ns": 112391, + "definition_eval_ns": 73830, + "first_eval_ns": 1660171, + "threshold_crossing_ns": 1597807, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15717830 + } + }, + { + "pair_index": 6, + "elapsed_ns": 15545323, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6533120, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20618455, + "runtime_create_ns": 26323, + "jit_attach_ns": 55971, + "context_create_ns": 103690, + "definition_eval_ns": 63666, + "first_eval_ns": 1649384, + "threshold_crossing_ns": 1567103, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15545323 + } + }, + { + "pair_index": 7, + "elapsed_ns": 15461294, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6594560, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20585014, + "runtime_create_ns": 25559, + "jit_attach_ns": 65142, + "context_create_ns": 108064, + "definition_eval_ns": 72926, + "first_eval_ns": 1648832, + "threshold_crossing_ns": 1581764, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15461294 + } + }, + { + "pair_index": 8, + "elapsed_ns": 15502364, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6262784, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20598670, + "runtime_create_ns": 28709, + "jit_attach_ns": 64823, + "context_create_ns": 121089, + "definition_eval_ns": 67206, + "first_eval_ns": 1638856, + "threshold_crossing_ns": 1580566, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15502364 + } + }, + { + "pair_index": 9, + "elapsed_ns": 15568496, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6303744, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 22124636, + "runtime_create_ns": 27689, + "jit_attach_ns": 63030, + "context_create_ns": 118391, + "definition_eval_ns": 68100, + "first_eval_ns": 1641363, + "threshold_crossing_ns": 2436616, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15568496 + } + }, + { + "pair_index": 10, + "elapsed_ns": 16965175, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6266880, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 22100684, + "runtime_create_ns": 30496, + "jit_attach_ns": 58382, + "context_create_ns": 102955, + "definition_eval_ns": 62142, + "first_eval_ns": 1651184, + "threshold_crossing_ns": 1598902, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 16965175 + } + }, + { + "pair_index": 11, + "elapsed_ns": 15576246, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6287360, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20697488, + "runtime_create_ns": 28036, + "jit_attach_ns": 63101, + "context_create_ns": 109149, + "definition_eval_ns": 68990, + "first_eval_ns": 1654997, + "threshold_crossing_ns": 1578238, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15576246 + } + }, + { + "pair_index": 12, + "elapsed_ns": 16139463, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6479872, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 21340844, + "runtime_create_ns": 24902, + "jit_attach_ns": 65026, + "context_create_ns": 110439, + "definition_eval_ns": 74880, + "first_eval_ns": 1652948, + "threshold_crossing_ns": 1583667, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 16139463 + } + }, + { + "pair_index": 13, + "elapsed_ns": 15594342, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6270976, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20714097, + "runtime_create_ns": 30308, + "jit_attach_ns": 68844, + "context_create_ns": 108015, + "definition_eval_ns": 76576, + "first_eval_ns": 1638312, + "threshold_crossing_ns": 1580706, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15594342 + } + }, + { + "pair_index": 14, + "elapsed_ns": 16111580, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6516736, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 21221411, + "runtime_create_ns": 25824, + "jit_attach_ns": 60684, + "context_create_ns": 106256, + "definition_eval_ns": 74814, + "first_eval_ns": 1635514, + "threshold_crossing_ns": 1576815, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 16111580 + } + }, + { + "pair_index": 15, + "elapsed_ns": 15592003, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6537216, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20699226, + "runtime_create_ns": 26888, + "jit_attach_ns": 60555, + "context_create_ns": 113845, + "definition_eval_ns": 72282, + "first_eval_ns": 1655435, + "threshold_crossing_ns": 1582152, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15592003 + } + }, + { + "pair_index": 16, + "elapsed_ns": 15629300, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6586368, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20779809, + "runtime_create_ns": 25142, + "jit_attach_ns": 93281, + "context_create_ns": 105607, + "definition_eval_ns": 73992, + "first_eval_ns": 1663997, + "threshold_crossing_ns": 1559443, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15629300 + } + }, + { + "pair_index": 17, + "elapsed_ns": 15630016, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6262784, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20769946, + "runtime_create_ns": 31146, + "jit_attach_ns": 58194, + "context_create_ns": 107584, + "definition_eval_ns": 78640, + "first_eval_ns": 1651100, + "threshold_crossing_ns": 1598410, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15630016 + } + }, + { + "pair_index": 18, + "elapsed_ns": 15714749, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6389760, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20817384, + "runtime_create_ns": 28198, + "jit_attach_ns": 61234, + "context_create_ns": 107224, + "definition_eval_ns": 72546, + "first_eval_ns": 1643550, + "threshold_crossing_ns": 1562395, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15714749 + } + }, + { + "pair_index": 19, + "elapsed_ns": 15653166, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6475776, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20774915, + "runtime_create_ns": 29056, + "jit_attach_ns": 59021, + "context_create_ns": 115783, + "definition_eval_ns": 74223, + "first_eval_ns": 1658036, + "threshold_crossing_ns": 1583261, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15653166 + } + }, + { + "pair_index": 20, + "elapsed_ns": 15506105, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6250496, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20638955, + "runtime_create_ns": 30080, + "jit_attach_ns": 68479, + "context_create_ns": 112971, + "definition_eval_ns": 69691, + "first_eval_ns": 1651140, + "threshold_crossing_ns": 1581577, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15506105 + } + }, + { + "pair_index": 21, + "elapsed_ns": 15646196, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6541312, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20782895, + "runtime_create_ns": 24157, + "jit_attach_ns": 70690, + "context_create_ns": 115758, + "definition_eval_ns": 72259, + "first_eval_ns": 1646419, + "threshold_crossing_ns": 1582960, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15646196 + } + }, + { + "pair_index": 22, + "elapsed_ns": 15834097, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6516736, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 21401971, + "runtime_create_ns": 27016, + "jit_attach_ns": 56393, + "context_create_ns": 103492, + "definition_eval_ns": 63176, + "first_eval_ns": 1680075, + "threshold_crossing_ns": 1987402, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15834097 + } + }, + { + "pair_index": 23, + "elapsed_ns": 15591207, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6471680, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20682714, + "runtime_create_ns": 25933, + "jit_attach_ns": 63229, + "context_create_ns": 107384, + "definition_eval_ns": 73309, + "first_eval_ns": 1642985, + "threshold_crossing_ns": 1564042, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15591207 + } + }, + { + "pair_index": 24, + "elapsed_ns": 15617901, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6197248, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20756416, + "runtime_create_ns": 29251, + "jit_attach_ns": 62729, + "context_create_ns": 104908, + "definition_eval_ns": 67663, + "first_eval_ns": 1678899, + "threshold_crossing_ns": 1589699, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15617901 + } + }, + { + "pair_index": 25, + "elapsed_ns": 15678747, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6238208, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20873669, + "runtime_create_ns": 32070, + "jit_attach_ns": 63888, + "context_create_ns": 133722, + "definition_eval_ns": 67032, + "first_eval_ns": 1660225, + "threshold_crossing_ns": 1598491, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15678747 + } + }, + { + "pair_index": 26, + "elapsed_ns": 15598457, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6217728, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20700249, + "runtime_create_ns": 25995, + "jit_attach_ns": 57921, + "context_create_ns": 114315, + "definition_eval_ns": 64743, + "first_eval_ns": 1646720, + "threshold_crossing_ns": 1570357, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15598457 + } + }, + { + "pair_index": 27, + "elapsed_ns": 15627156, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6344704, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20784452, + "runtime_create_ns": 32260, + "jit_attach_ns": 60680, + "context_create_ns": 106015, + "definition_eval_ns": 66803, + "first_eval_ns": 1663497, + "threshold_crossing_ns": 1588361, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15627156 + } + }, + { + "pair_index": 28, + "elapsed_ns": 15554772, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6410240, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20647402, + "runtime_create_ns": 34986, + "jit_attach_ns": 57631, + "context_create_ns": 107617, + "definition_eval_ns": 68531, + "first_eval_ns": 1665287, + "threshold_crossing_ns": 1547961, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15554772 + } + }, + { + "pair_index": 29, + "elapsed_ns": 15561382, + "checksum": "string:2000:256:e2edbb6504d6fce8", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6176768, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 20632228, + "runtime_create_ns": 29075, + "jit_attach_ns": 61804, + "context_create_ns": 111573, + "definition_eval_ns": 66467, + "first_eval_ns": 1648440, + "threshold_crossing_ns": 1543153, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 15561382 + } + } + ], + "raw_latency_ns": [ + 15737704, + 15710325, + 15739744, + 15592912, + 15635789, + 15717830, + 15545323, + 15461294, + 15502364, + 15568496, + 16965175, + 15576246, + 16139463, + 15594342, + 16111580, + 15592003, + 15629300, + 15630016, + 15714749, + 15653166, + 15506105, + 15646196, + 15834097, + 15591207, + 15617901, + 15678747, + 15598457, + 15627156, + 15554772, + 15561382 + ], + "raw_throughput_ops": [ + 47, + 48, + 48, + 47, + 47, + 47, + 47, + 48, + 47, + 48 + ], + "median_ns": 15629300, + "mad_ns": 67918, + "p95_ns": 16139463, + "p99_ns": 16965175, + "ci95_ns": [ + 15592912, + 15678747 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + }, + { + "name": "exceptions-promises-async", + "suite": "rquickjs-jit matrix", + "group": "exceptions-promises-async", + "designated_kernel": false, + "samples": [ + { + "pair_index": 0, + "elapsed_ns": 3561929, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6266880, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4982863, + "runtime_create_ns": 42575, + "jit_attach_ns": 64489, + "context_create_ns": 109333, + "definition_eval_ns": 71383, + "first_eval_ns": 377162, + "threshold_crossing_ns": 371210, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3561929 + } + }, + { + "pair_index": 1, + "elapsed_ns": 3484998, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6381568, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4872926, + "runtime_create_ns": 26321, + "jit_attach_ns": 63772, + "context_create_ns": 110004, + "definition_eval_ns": 80344, + "first_eval_ns": 368697, + "threshold_crossing_ns": 356759, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3484998 + } + }, + { + "pair_index": 2, + "elapsed_ns": 3472131, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6328320, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4846373, + "runtime_create_ns": 27668, + "jit_attach_ns": 60669, + "context_create_ns": 109421, + "definition_eval_ns": 70711, + "first_eval_ns": 371206, + "threshold_crossing_ns": 363434, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3472131 + } + }, + { + "pair_index": 3, + "elapsed_ns": 3712762, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6250496, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5167628, + "runtime_create_ns": 28369, + "jit_attach_ns": 65440, + "context_create_ns": 107475, + "definition_eval_ns": 74050, + "first_eval_ns": 388961, + "threshold_crossing_ns": 383574, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3712762 + } + }, + { + "pair_index": 4, + "elapsed_ns": 3493788, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6377472, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4890346, + "runtime_create_ns": 29280, + "jit_attach_ns": 58242, + "context_create_ns": 131303, + "definition_eval_ns": 69978, + "first_eval_ns": 376954, + "threshold_crossing_ns": 355435, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3493788 + } + }, + { + "pair_index": 5, + "elapsed_ns": 3479327, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6344704, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4860667, + "runtime_create_ns": 26436, + "jit_attach_ns": 64645, + "context_create_ns": 111371, + "definition_eval_ns": 69444, + "first_eval_ns": 373867, + "threshold_crossing_ns": 362581, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3479327 + } + }, + { + "pair_index": 6, + "elapsed_ns": 3495406, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6389760, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4854355, + "runtime_create_ns": 24376, + "jit_attach_ns": 63130, + "context_create_ns": 103875, + "definition_eval_ns": 61324, + "first_eval_ns": 363592, + "threshold_crossing_ns": 352349, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3495406 + } + }, + { + "pair_index": 7, + "elapsed_ns": 3485627, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6197248, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4872668, + "runtime_create_ns": 27876, + "jit_attach_ns": 58554, + "context_create_ns": 118085, + "definition_eval_ns": 66707, + "first_eval_ns": 385107, + "threshold_crossing_ns": 357125, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3485627 + } + }, + { + "pair_index": 8, + "elapsed_ns": 3501484, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6422528, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4890165, + "runtime_create_ns": 30362, + "jit_attach_ns": 58059, + "context_create_ns": 119650, + "definition_eval_ns": 75765, + "first_eval_ns": 373929, + "threshold_crossing_ns": 355132, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3501484 + } + }, + { + "pair_index": 9, + "elapsed_ns": 3497724, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6397952, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4891291, + "runtime_create_ns": 26882, + "jit_attach_ns": 62282, + "context_create_ns": 109179, + "definition_eval_ns": 71787, + "first_eval_ns": 366269, + "threshold_crossing_ns": 374127, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3497724 + } + }, + { + "pair_index": 10, + "elapsed_ns": 3465259, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6369280, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4821255, + "runtime_create_ns": 26995, + "jit_attach_ns": 58253, + "context_create_ns": 103043, + "definition_eval_ns": 60850, + "first_eval_ns": 374665, + "threshold_crossing_ns": 347685, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3465259 + } + }, + { + "pair_index": 11, + "elapsed_ns": 3494249, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6348800, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4883657, + "runtime_create_ns": 27166, + "jit_attach_ns": 57398, + "context_create_ns": 110442, + "definition_eval_ns": 72552, + "first_eval_ns": 386950, + "threshold_crossing_ns": 355168, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3494249 + } + }, + { + "pair_index": 12, + "elapsed_ns": 3483413, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6356992, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4872066, + "runtime_create_ns": 28286, + "jit_attach_ns": 59809, + "context_create_ns": 119958, + "definition_eval_ns": 74578, + "first_eval_ns": 369507, + "threshold_crossing_ns": 353996, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3483413 + } + }, + { + "pair_index": 13, + "elapsed_ns": 3515160, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6344704, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4904326, + "runtime_create_ns": 28587, + "jit_attach_ns": 59996, + "context_create_ns": 108178, + "definition_eval_ns": 72688, + "first_eval_ns": 374673, + "threshold_crossing_ns": 368856, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3515160 + } + }, + { + "pair_index": 14, + "elapsed_ns": 3463229, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6389760, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4832380, + "runtime_create_ns": 21177, + "jit_attach_ns": 55526, + "context_create_ns": 102027, + "definition_eval_ns": 75353, + "first_eval_ns": 373587, + "threshold_crossing_ns": 361978, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3463229 + } + }, + { + "pair_index": 15, + "elapsed_ns": 3484761, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6209536, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4850655, + "runtime_create_ns": 27934, + "jit_attach_ns": 61818, + "context_create_ns": 109617, + "definition_eval_ns": 65554, + "first_eval_ns": 365591, + "threshold_crossing_ns": 351443, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3484761 + } + }, + { + "pair_index": 16, + "elapsed_ns": 3493364, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6291456, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4890718, + "runtime_create_ns": 28121, + "jit_attach_ns": 70789, + "context_create_ns": 106361, + "definition_eval_ns": 66983, + "first_eval_ns": 374723, + "threshold_crossing_ns": 367922, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3493364 + } + }, + { + "pair_index": 17, + "elapsed_ns": 3513262, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6205440, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4873467, + "runtime_create_ns": 28144, + "jit_attach_ns": 59693, + "context_create_ns": 107491, + "definition_eval_ns": 65400, + "first_eval_ns": 371162, + "threshold_crossing_ns": 355511, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3513262 + } + }, + { + "pair_index": 18, + "elapsed_ns": 3472883, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6234112, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4830999, + "runtime_create_ns": 25848, + "jit_attach_ns": 62525, + "context_create_ns": 101749, + "definition_eval_ns": 66552, + "first_eval_ns": 365081, + "threshold_crossing_ns": 348902, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3472883 + } + }, + { + "pair_index": 19, + "elapsed_ns": 3510222, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6561792, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4878687, + "runtime_create_ns": 26566, + "jit_attach_ns": 60575, + "context_create_ns": 106732, + "definition_eval_ns": 69338, + "first_eval_ns": 376729, + "threshold_crossing_ns": 352307, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3510222 + } + }, + { + "pair_index": 20, + "elapsed_ns": 3515032, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6393856, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4902900, + "runtime_create_ns": 29043, + "jit_attach_ns": 59240, + "context_create_ns": 108095, + "definition_eval_ns": 71977, + "first_eval_ns": 380867, + "threshold_crossing_ns": 363139, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3515032 + } + }, + { + "pair_index": 21, + "elapsed_ns": 3591596, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6389760, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4972065, + "runtime_create_ns": 31599, + "jit_attach_ns": 55791, + "context_create_ns": 108006, + "definition_eval_ns": 69815, + "first_eval_ns": 371083, + "threshold_crossing_ns": 370512, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3591596 + } + }, + { + "pair_index": 22, + "elapsed_ns": 3499941, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6250496, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4859042, + "runtime_create_ns": 28514, + "jit_attach_ns": 63931, + "context_create_ns": 100965, + "definition_eval_ns": 58180, + "first_eval_ns": 377460, + "threshold_crossing_ns": 345946, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3499941 + } + }, + { + "pair_index": 23, + "elapsed_ns": 3753689, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6410240, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 5214966, + "runtime_create_ns": 30622, + "jit_attach_ns": 61681, + "context_create_ns": 114678, + "definition_eval_ns": 71732, + "first_eval_ns": 392485, + "threshold_crossing_ns": 381233, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3753689 + } + }, + { + "pair_index": 24, + "elapsed_ns": 3512948, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6316032, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4879415, + "runtime_create_ns": 29520, + "jit_attach_ns": 62221, + "context_create_ns": 104070, + "definition_eval_ns": 65425, + "first_eval_ns": 376476, + "threshold_crossing_ns": 354182, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3512948 + } + }, + { + "pair_index": 25, + "elapsed_ns": 3505039, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6393856, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4895466, + "runtime_create_ns": 32560, + "jit_attach_ns": 68399, + "context_create_ns": 107445, + "definition_eval_ns": 69077, + "first_eval_ns": 367927, + "threshold_crossing_ns": 372629, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3505039 + } + }, + { + "pair_index": 26, + "elapsed_ns": 3473577, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6275072, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4815023, + "runtime_create_ns": 24981, + "jit_attach_ns": 58100, + "context_create_ns": 101045, + "definition_eval_ns": 57169, + "first_eval_ns": 371716, + "threshold_crossing_ns": 353892, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3473577 + } + }, + { + "pair_index": 27, + "elapsed_ns": 3490233, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6336512, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4892346, + "runtime_create_ns": 26887, + "jit_attach_ns": 59005, + "context_create_ns": 137688, + "definition_eval_ns": 73951, + "first_eval_ns": 370422, + "threshold_crossing_ns": 354466, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3490233 + } + }, + { + "pair_index": 28, + "elapsed_ns": 3503901, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6410240, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4894113, + "runtime_create_ns": 30756, + "jit_attach_ns": 58883, + "context_create_ns": 111571, + "definition_eval_ns": 76500, + "first_eval_ns": 368755, + "threshold_crossing_ns": 368581, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3503901 + } + }, + { + "pair_index": 29, + "elapsed_ns": 3484009, + "checksum": "string:124000:72576", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallback_count": 0, + "retry_count": 0, + "tier1_entries": 0, + "tier2_entries": 0, + "deopt_count": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 6393856, + "code_bytes": 0, + "metadata_bytes": 0, + "peak_compiler_bytes": 0, + "phases": { + "total_ns": 4875310, + "runtime_create_ns": 28122, + "jit_attach_ns": 56573, + "context_create_ns": 116491, + "definition_eval_ns": 69071, + "first_eval_ns": 384394, + "threshold_crossing_ns": 354789, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 3484009 + } + } + ], + "raw_latency_ns": [ + 3561929, + 3484998, + 3472131, + 3712762, + 3493788, + 3479327, + 3495406, + 3485627, + 3501484, + 3497724, + 3465259, + 3494249, + 3483413, + 3515160, + 3463229, + 3484761, + 3493364, + 3513262, + 3472883, + 3510222, + 3515032, + 3591596, + 3499941, + 3753689, + 3512948, + 3505039, + 3473577, + 3490233, + 3503901, + 3484009 + ], + "raw_throughput_ops": [ + 189, + 187, + 189, + 189, + 187, + 188, + 189, + 186, + 185, + 185 + ], + "median_ns": 3495406, + "mad_ns": 14816, + "p95_ns": 3712762, + "p99_ns": 3753689, + "ci95_ns": [ + 3485627, + 3505039 + ], + "compile_ns": 0, + "install_ns": 0, + "break_even_executions": null + } + ] + } + ], + "exclusions": [ + { + "suite": "SunSpider", + "test": "all", + "reason": "not vendored; no redistribution/import performed" + }, + { + "suite": "JetStream", + "test": "all", + "reason": "not vendored; no runnable components available locally" + } + ] +} \ No newline at end of file diff --git a/benchmarks/results/m3-clean-matrix.md b/benchmarks/results/m3-clean-matrix.md new file mode 100644 index 000000000..503516a0a --- /dev/null +++ b/benchmarks/results/m3-clean-matrix.md @@ -0,0 +1,59 @@ +# JIT performance report + +Status: generated from tracked raw `jit-benchmark-v1` evidence. Source `4d0a35bafa321766c5f4be44fd2258309ac384f5` (dirty: false), QuickJS `fd0a0210b7be00957751871e7e01b8291268fc29`; target `x86_64`; CPU `model name : 13th Gen Intel(R) Core(TM) i7-13700KF`; power `powersave`. Bun: `1.4.0` at `/home/jason/.bun/bin/bun` (SHA-256 `33d56b070be6a9e3da0ab013038b43d1645d0534ca811ecdba4472599117eb4b`). + +Command: `/home/jason/work/quickjs-jit/target/release/jit-bench compare --modes interpreter,tier1,tier2,automatic --output /tmp/jit-m3-clean-matrix.json --report /tmp/jit-m3-clean-matrix.md`. Schema SHA-256 `01abae6a1b1a5b0492897612693493b19ee011d7e4dfcd7108616012f28ecaab`; suites lock SHA-256 `03b8db038b7633f44046b7912af1d79e38616e20ea431613d0c64344b17e1732`. + +Sampling: 5 discarded warmup processes, 30 interleaved paired fresh processes, 10 interleaved one-second throughput windows, 10000 joint paired bootstrap resamples. + +## Workloads + +Tier1/Tier2 columns require an entry in the requested tier; automatic accepts either native tier. Without that evidence, timing is shown as `N/A (no qualifying native entry)`. Bun remains an external engine comparison. + +| workload (suite) | interpreter median ns | Tier1 | Tier2 | automatic | Bun | T1/T2 entries | fallback/retry | checksum | +|---|---:|---:|---:|---:|---:|---:|---:|---| +| quickjs-int-arith (QuickJS microbench) | 6757998 | 2.54× | 1.72× | 1.72× | — | 124/360 | 0/0 | `string:4992502500` | +| quickjs-bitops (rquickjs-jit local) | 1201916 | 2.84× | 5.71× | 5.71× | — | 370/360 | 0/0 | `number:c1c8bb05c4000000` | +| quickjs-fibonacci (rquickjs-jit local) | 936029 | 2.56× | N/A (no qualifying native entry) | 2.49× | — | 360/0 | 0/0 | `number:41d4c00d39400000` | +| numeric (rquickjs-jit) | 635495 | 2.97× | 23.48× | 23.46× | — | 120/360 | 0/0 | `number:413e809800000000` | +| scalar-loop (rquickjs-jit focused) | 626370 | 2.92× | 23.15× | 23.04× | — | 121/360 | 0/0 | `number:413e809800000000` | +| call-heavy (rquickjs-jit focused) | 1396931 | 1.31× | 4.40× | 4.44× | — | 46052/24348 | 0/0 | `number:40bb580000000000` | +| generic-call-entry (rquickjs-jit focused) | 1079480 | 0.09× | N/A (no qualifying native entry) | 0.12× | — | 776468/0 | 0/0 | `number:409f400000000000` | +| property-heavy (rquickjs-jit focused) | 1399874 | 0.13× | 0.06× | 0.06× | — | 62/341 | 0/0 | `number:412e942200000000` | +| fibonacci-iterative (rquickjs-jit focused) | 33627394 | 4.41× | 38.57× | 40.06× | — | 33/346 | 0/0 | `number:419865fb2c000000` | +| fibonacci-recursive (rquickjs-jit focused) | 12071443 | 0.09× | 0.98× | N/A (no qualifying native entry) | — | 11826/360 | 0/0 | `number:40ba6d0000000000` | +| collections (rquickjs-jit) | 1798369 | N/A (no qualifying native entry) | N/A (no qualifying native entry) | N/A (no qualifying native entry) | — | 0/0 | 0/0 | `string:1018392` | +| strings-json (rquickjs-jit) | 2176841 | 0.20× | N/A (no qualifying native entry) | 0.95× | — | 152/0 | 0/0 | `string:{"length":2000,"first":"abcdefgh"}` | +| calls-closures (rquickjs-jit) | 3528477 | N/A (no qualifying native entry) | N/A (no qualifying native entry) | N/A (no qualifying native entry) | — | 0/0 | 0/0 | `string:30872` | +| adversarial (rquickjs-jit) | 1065007 | 0.56× | N/A (no qualifying native entry) | 1.00× | — | 393/0 | 0/0 | `string:7995` | +| float64-dense (rquickjs-jit matrix) | 2916985 | 1.78× | 1.16× | 8.07× | — | 1080/360 | 0/0 | `number:40a2d29809876024` | +| strings-regexp (rquickjs-jit matrix) | 19216126 | 0.59× | N/A (no qualifying native entry) | 0.97× | — | 120/0 | 0/0 | `string:483:10249:|8@57|9@58|10@59` | +| arrays-typed (rquickjs-jit matrix) | 4597863 | 0.17× | 1.17× | 0.23× | — | 840/665 | 0/0 | `string:33983000:8496750.000:2000` | +| objects-polymorphic (rquickjs-jit matrix) | 6495011 | 0.04× | N/A (no qualifying native entry) | 0.97× | — | 121/0 | 0/0 | `number:413e8c5000000000` | +| calls-recursion-closures (rquickjs-jit matrix) | 7394307 | 0.06× | 0.18× | N/A (no qualifying native entry) | — | 219172/2205755 | 0/0 | `number:40d4820000000000` | +| json-codec (rquickjs-jit matrix) | 79308218 | 0.36× | N/A (no qualifying native entry) | 1.01× | — | 120/0 | 0/0 | `string:2013000:123` | +| map-set-bigint (rquickjs-jit matrix) | 15610783 | N/A (no qualifying native entry) | N/A (no qualifying native entry) | N/A (no qualifying native entry) | — | 0/0 | 0/0 | `string:2000:256:e2edbb6504d6fce8` | +| exceptions-promises-async (rquickjs-jit matrix) | 1957181 | N/A (no qualifying native entry) | N/A (no qualifying native entry) | N/A (no qualifying native entry) | — | 0/0 | 0/0 | `string:124000:72576` | + +Stripped binary evidence: non-JIT 1721728 bytes; JIT 5833784 bytes; delta +4112056 bytes. + +## Acceptance gates + +- FAIL/INCONCLUSIVE — **Compute paired geometric-mean lower CI ≥5×**: 3.17×..3.23× +- PASS — **At least one designated kernel lower CI ≥10×**: [("quickjs-int-arith", Some([1.6925780777654968, 1.7230420843495353])), ("numeric", Some([21.010683361303883, 23.073149999358023])), ("scalar-loop", Some([21.843498075511842, 23.06072876227219])), ("call-heavy", Some([4.366629169758435, 4.422353567849018])), ("property-heavy", Some([0.05486690438084945, 0.0590410159298336])), ("fibonacci-iterative", Some([38.34990073982953, 39.29056656703675]))] +- PASS — **Every strict sample has required native tier**: all samples +- PASS — **Automatic uses production profitability policy**: all samples evaluated +- PASS — **Checksums identical in every sample**: all samples +- FAIL/INCONCLUSIVE — **startup/hot-reload/P99 upper regression CI ≤5%**: startup=Some([2.4660676962693215, 2.545014081651479]), reload=Some([1.1400838808374003, 1.1886414638018348]), p99=Some([0.6503710555762211, 0.7296092905197097]) +- FAIL/INCONCLUSIVE — **gpui-shell steady state ≥2×**: INCONCLUSIVE: Task 15 worktree evidence not supplied + +## Phase, break-even, and memory evidence + +Every raw sample retains cold runtime creation, JIT attach, context creation, definition/first eval, threshold crossing, measured compile/install, OSR, and steady-state timing; worker VmHWM RSS; code/metadata/compiler high-water memory; native entry/exit, OSR attempts, retry/fallback, profitability, benefit, and configuration/ABI/opcode fingerprints. Helper-exit attribution is not exposed by current runtime metrics and is intentionally absent. Break-even is compile+install cost divided by paired end-to-end savings and is null when no saving was observed. + +## Exclusions + +- SunSpider / all: not vendored; no redistribution/import performed +- JetStream / all: not vendored; no runnable components available locally + +QuickJS `int_arith` is adapted under MIT from the pinned local `sys/quickjs/tests/microbench.js`. SunSpider and JetStream are not represented by placeholders. Missing or failed evidence remains FAIL/INCONCLUSIVE. diff --git a/docs/M3.md b/docs/M3.md index 4d2d9a256..83a42f195 100644 --- a/docs/M3.md +++ b/docs/M3.md @@ -202,3 +202,46 @@ no type or offset difference). The exact bindgen-enabled ABI test failed locally before correcting all ten bundles. The complete 15-test bindgen ABI suite then passed. This adds fresh-bindgen execution to the final verification coverage; the earlier release suite without `bindgen` did not exercise that comparison. + + +### Complete clean-source matrix + +The complete 22-workload, four-mode matrix was measured from clean source +`4d0a35bafa321766c5f4be44fd2258309ac384f5` on P-core CPU 0. It is archived as +[`raw evidence`](../benchmarks/results/m3-clean-matrix.json), +[`generated report`](../benchmarks/results/m3-clean-matrix.md), and +[`launch provenance`](../benchmarks/results/m3-clean-matrix-launch.json). +Every workload/mode has 5 discarded warmups, 30 fresh-process samples and 10 +one-second-minimum throughput windows. All 2,640 retained latency samples match +their interpreter checksum and balance native entries/exits. The unchanged +binary SHA-256, clean source revision and complete workload set were checked. +The reporter accepted the evidence and generated its report; its exit status 1 +indicates failed performance gates, not invalid or incomplete measurement data. + +The complete acceptance gate does **not** pass: + +- Forced Tier 2 compute geometric-mean speed is 3.17x–3.23x the interpreter, + below the required 5x lower bound. +- At least one designated kernel exceeds the 10x lower bound: the iterative + Fibonacci interval is 38.35x–39.29x interpreter speed. Every strict sample has + its required native tier, and automatic profitability-policy evidence passes. +- Automatic startup speed is 0.393x–0.406x interpreter startup speed; definition + reload speed is 0.841x–0.877x. Both fail the 5% regression gate. Aggregate P99 + latency passes (27.0%–35.0% lower latency); this does not establish real host + rendering or reload performance. +- Real `gpui-shell` evidence remains absent from this matrix. + +These are paired 95% intervals. The raw report retains the original latency +ratios for phase gates; the speed values above invert those intervals. +This run compares JIT modes with the interpreter in the final binary, not with +M2. The earlier revision-paired diagnostics establish the M2 comparison. +Generic-call automatic mode remains only about 0.12x the interpreter's speed, +and property-heavy about 0.06x. Entry acquisition/allocation reductions are +measurable progress but do not complete native-call overhead or broad acceptance. +Remaining per-call callbacks, frame validation and profiling still need work. + +The report's missing-entry label was clarified after measurement: Tier1/Tier2 +columns require the requested tier, while automatic accepts either native tier. +A forced Tier 2 worker that entered only Tier 1 must not be labeled as having +no native entries at all. Only explanatory wording changed; every metric and +gate result was checked against the original generated report. diff --git a/docs/NEXT_SESSION_GOAL.md b/docs/NEXT_SESSION_GOAL.md index 8ce5267f4..b7988fb3d 100644 --- a/docs/NEXT_SESSION_GOAL.md +++ b/docs/NEXT_SESSION_GOAL.md @@ -323,3 +323,16 @@ automatic mode is 1.359x M2 speed, but statistically tied with the pre-buffer version. Coverage CI exposed a bundled/fresh bindgen formatting mismatch, reproduced locally and corrected across all ten bundles. Follow the current PR checks and run the clean-source benchmark matrix before broader acceptance. + + +The clean-source 22-workload/four-mode matrix is now complete and archived in +`benchmarks/results/m3-clean-matrix.json` and `.md`, with the binary hash and +CPU affinity in `m3-clean-matrix-launch.json`. No benchmark process remains +running. All 2,640 retained samples agree on checksums and balance entries/exits. +The formal performance gate fails: compute geomean is 3.17x–3.23x interpreter +speed (target 5x); startup/reload regress; real gpui-shell evidence is absent. +The 10x-kernel, native-tier, profitability-policy and checksum gates pass. +Generic-call automatic mode is still about 0.12x interpreter speed, so remaining +per-call callback/validation/profiling cost remains the active overhead target. +PR #18's latest observed CI has 40 successful checks and sanitizer still active; +re-query its current head and job status before making any CI completion claim. From 4a4d0aa35ecb29912d2ee8f4e6ade20495edfcdf Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Sat, 5 Sep 2026 20:16:09 +0800 Subject: [PATCH 5/5] perf(jit): reuse validated bytecode boundaries in helper checks --- CHANGELOG.md | 3 +- .../m3-pc-cursor-call-heavy-paired.json | 14697 ++++++++++++++++ .../m3-pc-cursor-call-heavy-recheck.json | 9409 ++++++++++ ...-pc-cursor-fibonacci-recursive-paired.json | 14697 ++++++++++++++++ ...3-pc-cursor-generic-call-entry-paired.json | 14697 ++++++++++++++++ benchmarks/results/m3-pc-cursor-profile.json | 101 + .../m3-pc-cursor-scalar-loop-paired.json | 14697 ++++++++++++++++ .../m3-pc-cursor-scalar-loop-recheck.json | 9409 ++++++++++ docs/M3.md | 77 + docs/NEXT_SESSION_GOAL.md | 29 + jit/tests/helpers.rs | 84 + sys/build_support/patch.rs | 5 +- sys/patches/0011-helper-pc-cursor.patch | 39 + sys/tests/jit_patch.rs | 1 + 14 files changed, 77942 insertions(+), 3 deletions(-) create mode 100644 benchmarks/results/m3-pc-cursor-call-heavy-paired.json create mode 100644 benchmarks/results/m3-pc-cursor-call-heavy-recheck.json create mode 100644 benchmarks/results/m3-pc-cursor-fibonacci-recursive-paired.json create mode 100644 benchmarks/results/m3-pc-cursor-generic-call-entry-paired.json create mode 100644 benchmarks/results/m3-pc-cursor-profile.json create mode 100644 benchmarks/results/m3-pc-cursor-scalar-loop-paired.json create mode 100644 benchmarks/results/m3-pc-cursor-scalar-loop-recheck.json create mode 100644 sys/patches/0011-helper-pc-cursor.patch diff --git a/CHANGELOG.md b/CHANGELOG.md index 7889b3f93..8093c8422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - JIT M3: cache one idle native entry handle per runtime with epoch-based invalidation (ABI minor 20), remove native-return queue allocation, and reuse - CALL feedback storage. Add acquisition metrics, lifecycle regressions, and + CALL feedback storage. Reuse validated bytecode boundaries during helper PC + checks. Add acquisition metrics, lifecycle regressions, and paired generic-call diagnostics. See `docs/M3.md`. ### Deprecated diff --git a/benchmarks/results/m3-pc-cursor-call-heavy-paired.json b/benchmarks/results/m3-pc-cursor-call-heavy-paired.json new file mode 100644 index 000000000..b47a85153 --- /dev/null +++ b/benchmarks/results/m3-pc-cursor-call-heavy-paired.json @@ -0,0 +1,14697 @@ +{ + "schema": "jit-pc-cursor-paired-diagnostic-v1", + "workload": "call-heavy", + "cpu_affinity": [ + 0 + ], + "status": "complete", + "started_utc": "2026-09-05T12:02:02Z", + "driver_sha256": "e416e1f97dc7fdcaca81a731a38bae5a994905303d70cec748629396cd47454e", + "script": "/home/jason/work/quickjs-jit/benchmarks/scripts/call-heavy.js", + "script_sha256": "5688a779d65aef9c9b309cc9e4a7143f1220cb78ed9296746774154f3c755f3a", + "executables": { + "reference": { + "path": "/tmp/jit-call-reference/jit-bench", + "sha256": "0dabbbd9e86fcbfd9b8a811fc843040fdfaa266f583d9b48ab9e61df3d74fed2" + }, + "entry_cache": { + "path": "/tmp/jit-pc-cursor-baseline/jit-bench", + "sha256": "85e999b748efb30dec40b27938fab9d457b0258931997398b22f43032e3cd26b" + }, + "candidate": { + "path": "/home/jason/work/quickjs-jit/target/release/jit-bench", + "sha256": "b47e850e2a4e7c1225cf2c81c0285d6d236442dca6ed67a8fe2d1306e5c7fe0b" + } + }, + "candidate_revision": "b7be6a41c50e3cc04a782acb13558687d190ac6c", + "source_dirty": true, + "warmup_processes_per_engine_and_mode": 5, + "fresh_process_pairs_per_mode": 30, + "throughput_windows_per_engine_and_mode": 10, + "throughput_window_min_ns": 1000000000, + "throughput_unit": "fresh jit-bench worker processes including setup and warmup", + "bootstrap_resamples": 10000, + "pairs": { + "interpreter": [ + { + "pair_index": 0, + "reference": { + "elapsed_ns": 1427888, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5156864, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2029915, + "runtime_create_ns": 23793, + "jit_attach_ns": 79, + "context_create_ns": 105068, + "definition_eval_ns": 41762, + "first_eval_ns": 138971, + "threshold_crossing_ns": 136978, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1427888 + } + }, + "entry_cache": { + "elapsed_ns": 1383947, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5136384, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2005017, + "runtime_create_ns": 29909, + "jit_attach_ns": 41, + "context_create_ns": 110106, + "definition_eval_ns": 48148, + "first_eval_ns": 139017, + "threshold_crossing_ns": 136093, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1383947 + } + }, + "candidate": { + "elapsed_ns": 1893197, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5177344, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2536025, + "runtime_create_ns": 37452, + "jit_attach_ns": 41, + "context_create_ns": 114092, + "definition_eval_ns": 44273, + "first_eval_ns": 145210, + "threshold_crossing_ns": 141880, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1893197 + } + } + }, + { + "pair_index": 1, + "entry_cache": { + "elapsed_ns": 1361606, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5029888, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1988024, + "runtime_create_ns": 25547, + "jit_attach_ns": 43, + "context_create_ns": 107362, + "definition_eval_ns": 44446, + "first_eval_ns": 153388, + "threshold_crossing_ns": 141046, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1361606 + } + }, + "candidate": { + "elapsed_ns": 1370330, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5050368, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1978151, + "runtime_create_ns": 25302, + "jit_attach_ns": 40, + "context_create_ns": 101413, + "definition_eval_ns": 42020, + "first_eval_ns": 137805, + "threshold_crossing_ns": 139617, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1370330 + } + }, + "reference": { + "elapsed_ns": 1413099, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4972544, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2012829, + "runtime_create_ns": 27758, + "jit_attach_ns": 79, + "context_create_ns": 102354, + "definition_eval_ns": 40007, + "first_eval_ns": 139768, + "threshold_crossing_ns": 136292, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1413099 + } + } + }, + { + "pair_index": 2, + "entry_cache": { + "elapsed_ns": 1432159, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5255168, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2065260, + "runtime_create_ns": 30656, + "jit_attach_ns": 41, + "context_create_ns": 106767, + "definition_eval_ns": 40712, + "first_eval_ns": 145272, + "threshold_crossing_ns": 147979, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1432159 + } + }, + "candidate": { + "elapsed_ns": 1862359, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5218304, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 3091064, + "runtime_create_ns": 24553, + "jit_attach_ns": 41, + "context_create_ns": 104934, + "definition_eval_ns": 116711, + "first_eval_ns": 246786, + "threshold_crossing_ns": 299807, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1862359 + } + }, + "reference": { + "elapsed_ns": 1732328, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5029888, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 3298769, + "runtime_create_ns": 42663, + "jit_attach_ns": 83, + "context_create_ns": 138824, + "definition_eval_ns": 587006, + "first_eval_ns": 293143, + "threshold_crossing_ns": 188114, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1732328 + } + } + }, + { + "pair_index": 3, + "entry_cache": { + "elapsed_ns": 1356448, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5181440, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1965016, + "runtime_create_ns": 24331, + "jit_attach_ns": 44, + "context_create_ns": 104966, + "definition_eval_ns": 37964, + "first_eval_ns": 142866, + "threshold_crossing_ns": 136048, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1356448 + } + }, + "candidate": { + "elapsed_ns": 1413721, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5128192, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2026773, + "runtime_create_ns": 24533, + "jit_attach_ns": 102, + "context_create_ns": 102657, + "definition_eval_ns": 38377, + "first_eval_ns": 144264, + "threshold_crossing_ns": 146297, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1413721 + } + }, + "reference": { + "elapsed_ns": 1413504, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5140480, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2033479, + "runtime_create_ns": 24624, + "jit_attach_ns": 82, + "context_create_ns": 103545, + "definition_eval_ns": 51571, + "first_eval_ns": 141067, + "threshold_crossing_ns": 142004, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1413504 + } + } + }, + { + "pair_index": 4, + "entry_cache": { + "elapsed_ns": 1401282, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4894720, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2011235, + "runtime_create_ns": 28924, + "jit_attach_ns": 41, + "context_create_ns": 103413, + "definition_eval_ns": 43485, + "first_eval_ns": 139266, + "threshold_crossing_ns": 136391, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1401282 + } + }, + "candidate": { + "elapsed_ns": 1602899, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4956160, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2218654, + "runtime_create_ns": 26684, + "jit_attach_ns": 41, + "context_create_ns": 102465, + "definition_eval_ns": 43857, + "first_eval_ns": 144300, + "threshold_crossing_ns": 142068, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1602899 + } + }, + "reference": { + "elapsed_ns": 1428803, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5054464, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2063500, + "runtime_create_ns": 23140, + "jit_attach_ns": 40, + "context_create_ns": 116136, + "definition_eval_ns": 44788, + "first_eval_ns": 143533, + "threshold_crossing_ns": 140320, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1428803 + } + } + }, + { + "pair_index": 5, + "candidate": { + "elapsed_ns": 1373194, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4939776, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2006846, + "runtime_create_ns": 29520, + "jit_attach_ns": 41, + "context_create_ns": 110642, + "definition_eval_ns": 44641, + "first_eval_ns": 144946, + "threshold_crossing_ns": 148894, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1373194 + } + }, + "reference": { + "elapsed_ns": 1404568, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5169152, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2027865, + "runtime_create_ns": 25615, + "jit_attach_ns": 125, + "context_create_ns": 105092, + "definition_eval_ns": 38864, + "first_eval_ns": 150812, + "threshold_crossing_ns": 142420, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1404568 + } + }, + "entry_cache": { + "elapsed_ns": 1374455, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5124096, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2024614, + "runtime_create_ns": 25383, + "jit_attach_ns": 41, + "context_create_ns": 108418, + "definition_eval_ns": 49599, + "first_eval_ns": 146718, + "threshold_crossing_ns": 145974, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1374455 + } + } + }, + { + "pair_index": 6, + "candidate": { + "elapsed_ns": 1415190, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2041944, + "runtime_create_ns": 32744, + "jit_attach_ns": 43, + "context_create_ns": 116974, + "definition_eval_ns": 46990, + "first_eval_ns": 140349, + "threshold_crossing_ns": 136537, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1415190 + } + }, + "reference": { + "elapsed_ns": 1473507, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5046272, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2103144, + "runtime_create_ns": 26652, + "jit_attach_ns": 80, + "context_create_ns": 107963, + "definition_eval_ns": 42957, + "first_eval_ns": 149239, + "threshold_crossing_ns": 142420, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1473507 + } + }, + "entry_cache": { + "elapsed_ns": 1399453, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5144576, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2048554, + "runtime_create_ns": 29578, + "jit_attach_ns": 41, + "context_create_ns": 114154, + "definition_eval_ns": 51768, + "first_eval_ns": 150348, + "threshold_crossing_ns": 142871, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1399453 + } + } + }, + { + "pair_index": 7, + "candidate": { + "elapsed_ns": 1415695, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4972544, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2029482, + "runtime_create_ns": 25236, + "jit_attach_ns": 41, + "context_create_ns": 100723, + "definition_eval_ns": 41173, + "first_eval_ns": 144250, + "threshold_crossing_ns": 145590, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1415695 + } + }, + "reference": { + "elapsed_ns": 1408346, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4952064, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2021246, + "runtime_create_ns": 26289, + "jit_attach_ns": 79, + "context_create_ns": 107060, + "definition_eval_ns": 38276, + "first_eval_ns": 147352, + "threshold_crossing_ns": 140390, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1408346 + } + }, + "entry_cache": { + "elapsed_ns": 1431420, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5013504, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2073193, + "runtime_create_ns": 29868, + "jit_attach_ns": 41, + "context_create_ns": 105227, + "definition_eval_ns": 44359, + "first_eval_ns": 150428, + "threshold_crossing_ns": 152636, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1431420 + } + } + }, + { + "pair_index": 8, + "candidate": { + "elapsed_ns": 1464777, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5050368, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2103292, + "runtime_create_ns": 31394, + "jit_attach_ns": 147, + "context_create_ns": 113170, + "definition_eval_ns": 47688, + "first_eval_ns": 144279, + "threshold_crossing_ns": 140792, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1464777 + } + }, + "reference": { + "elapsed_ns": 1386112, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5074944, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2017615, + "runtime_create_ns": 33322, + "jit_attach_ns": 132, + "context_create_ns": 112035, + "definition_eval_ns": 44654, + "first_eval_ns": 145844, + "threshold_crossing_ns": 136957, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1386112 + } + }, + "entry_cache": { + "elapsed_ns": 1429616, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5124096, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2074150, + "runtime_create_ns": 26979, + "jit_attach_ns": 41, + "context_create_ns": 110359, + "definition_eval_ns": 52369, + "first_eval_ns": 145945, + "threshold_crossing_ns": 142321, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1429616 + } + } + }, + { + "pair_index": 9, + "reference": { + "elapsed_ns": 1369544, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5017600, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1988751, + "runtime_create_ns": 27131, + "jit_attach_ns": 220, + "context_create_ns": 103726, + "definition_eval_ns": 39947, + "first_eval_ns": 152223, + "threshold_crossing_ns": 137032, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1369544 + } + }, + "entry_cache": { + "elapsed_ns": 1371188, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4915200, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1987488, + "runtime_create_ns": 26922, + "jit_attach_ns": 40, + "context_create_ns": 102611, + "definition_eval_ns": 43336, + "first_eval_ns": 139685, + "threshold_crossing_ns": 147460, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1371188 + } + }, + "candidate": { + "elapsed_ns": 1414896, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5095424, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2052187, + "runtime_create_ns": 27544, + "jit_attach_ns": 209, + "context_create_ns": 106690, + "definition_eval_ns": 44465, + "first_eval_ns": 146974, + "threshold_crossing_ns": 147236, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1414896 + } + } + }, + { + "pair_index": 10, + "reference": { + "elapsed_ns": 1426930, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5042176, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2070874, + "runtime_create_ns": 38149, + "jit_attach_ns": 83, + "context_create_ns": 107660, + "definition_eval_ns": 47797, + "first_eval_ns": 145432, + "threshold_crossing_ns": 141392, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1426930 + } + }, + "entry_cache": { + "elapsed_ns": 1366550, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5177344, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1985814, + "runtime_create_ns": 26991, + "jit_attach_ns": 109, + "context_create_ns": 108621, + "definition_eval_ns": 41698, + "first_eval_ns": 149675, + "threshold_crossing_ns": 140146, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1366550 + } + }, + "candidate": { + "elapsed_ns": 1366419, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5206016, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2007770, + "runtime_create_ns": 24723, + "jit_attach_ns": 41, + "context_create_ns": 107793, + "definition_eval_ns": 50727, + "first_eval_ns": 144471, + "threshold_crossing_ns": 145232, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1366419 + } + } + }, + { + "pair_index": 11, + "reference": { + "elapsed_ns": 1421515, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5115904, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2046336, + "runtime_create_ns": 27503, + "jit_attach_ns": 40, + "context_create_ns": 103722, + "definition_eval_ns": 38241, + "first_eval_ns": 137642, + "threshold_crossing_ns": 153769, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1421515 + } + }, + "entry_cache": { + "elapsed_ns": 1376703, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5050368, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1988221, + "runtime_create_ns": 24891, + "jit_attach_ns": 41, + "context_create_ns": 101526, + "definition_eval_ns": 40933, + "first_eval_ns": 147338, + "threshold_crossing_ns": 140109, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1376703 + } + }, + "candidate": { + "elapsed_ns": 1384071, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5070848, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2025587, + "runtime_create_ns": 25120, + "jit_attach_ns": 42, + "context_create_ns": 116730, + "definition_eval_ns": 46780, + "first_eval_ns": 144878, + "threshold_crossing_ns": 146441, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1384071 + } + } + }, + { + "pair_index": 12, + "reference": { + "elapsed_ns": 1404725, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5115904, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2021085, + "runtime_create_ns": 31214, + "jit_attach_ns": 51, + "context_create_ns": 107445, + "definition_eval_ns": 41134, + "first_eval_ns": 145348, + "threshold_crossing_ns": 136016, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1404725 + } + }, + "entry_cache": { + "elapsed_ns": 1367357, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5009408, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1978148, + "runtime_create_ns": 26221, + "jit_attach_ns": 41, + "context_create_ns": 105032, + "definition_eval_ns": 40486, + "first_eval_ns": 144826, + "threshold_crossing_ns": 142574, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1367357 + } + }, + "candidate": { + "elapsed_ns": 1370190, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5173248, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2007666, + "runtime_create_ns": 29935, + "jit_attach_ns": 41, + "context_create_ns": 107186, + "definition_eval_ns": 41630, + "first_eval_ns": 145758, + "threshold_crossing_ns": 142658, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1370190 + } + } + }, + { + "pair_index": 13, + "entry_cache": { + "elapsed_ns": 1426599, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5185536, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2074098, + "runtime_create_ns": 26056, + "jit_attach_ns": 40, + "context_create_ns": 124159, + "definition_eval_ns": 42460, + "first_eval_ns": 150124, + "threshold_crossing_ns": 142332, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1426599 + } + }, + "candidate": { + "elapsed_ns": 1366552, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4907008, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1980299, + "runtime_create_ns": 27180, + "jit_attach_ns": 41, + "context_create_ns": 100725, + "definition_eval_ns": 41376, + "first_eval_ns": 157685, + "threshold_crossing_ns": 136576, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1366552 + } + }, + "reference": { + "elapsed_ns": 1381231, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5058560, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2014706, + "runtime_create_ns": 23986, + "jit_attach_ns": 131, + "context_create_ns": 102565, + "definition_eval_ns": 43684, + "first_eval_ns": 150842, + "threshold_crossing_ns": 142666, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1381231 + } + } + }, + { + "pair_index": 14, + "entry_cache": { + "elapsed_ns": 1389022, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5148672, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2028707, + "runtime_create_ns": 25396, + "jit_attach_ns": 42, + "context_create_ns": 118822, + "definition_eval_ns": 43484, + "first_eval_ns": 149302, + "threshold_crossing_ns": 141975, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1389022 + } + }, + "candidate": { + "elapsed_ns": 1386126, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5115904, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2016821, + "runtime_create_ns": 25631, + "jit_attach_ns": 42, + "context_create_ns": 105600, + "definition_eval_ns": 44128, + "first_eval_ns": 142178, + "threshold_crossing_ns": 154485, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1386126 + } + }, + "reference": { + "elapsed_ns": 1376886, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5066752, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1999864, + "runtime_create_ns": 22948, + "jit_attach_ns": 158, + "context_create_ns": 105041, + "definition_eval_ns": 45041, + "first_eval_ns": 149291, + "threshold_crossing_ns": 141231, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1376886 + } + } + }, + { + "pair_index": 15, + "entry_cache": { + "elapsed_ns": 1807979, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5152768, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2434159, + "runtime_create_ns": 25655, + "jit_attach_ns": 41, + "context_create_ns": 109010, + "definition_eval_ns": 42033, + "first_eval_ns": 140429, + "threshold_crossing_ns": 136432, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1807979 + } + }, + "candidate": { + "elapsed_ns": 1843011, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5099520, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 3023788, + "runtime_create_ns": 33982, + "jit_attach_ns": 169, + "context_create_ns": 328995, + "definition_eval_ns": 336598, + "first_eval_ns": 154654, + "threshold_crossing_ns": 142311, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1843011 + } + }, + "reference": { + "elapsed_ns": 1557210, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5058560, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2239775, + "runtime_create_ns": 28953, + "jit_attach_ns": 102, + "context_create_ns": 120018, + "definition_eval_ns": 55820, + "first_eval_ns": 147442, + "threshold_crossing_ns": 152026, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1557210 + } + } + }, + { + "pair_index": 16, + "entry_cache": { + "elapsed_ns": 1430056, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5238784, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2080037, + "runtime_create_ns": 36470, + "jit_attach_ns": 42, + "context_create_ns": 111292, + "definition_eval_ns": 42105, + "first_eval_ns": 148311, + "threshold_crossing_ns": 149423, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1430056 + } + }, + "candidate": { + "elapsed_ns": 1426828, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5185536, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2054211, + "runtime_create_ns": 25541, + "jit_attach_ns": 40, + "context_create_ns": 106250, + "definition_eval_ns": 41765, + "first_eval_ns": 150203, + "threshold_crossing_ns": 145867, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1426828 + } + }, + "reference": { + "elapsed_ns": 1373474, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5001216, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2000272, + "runtime_create_ns": 28161, + "jit_attach_ns": 79, + "context_create_ns": 98931, + "definition_eval_ns": 43786, + "first_eval_ns": 145400, + "threshold_crossing_ns": 145849, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1373474 + } + } + }, + { + "pair_index": 17, + "candidate": { + "elapsed_ns": 1384311, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5013504, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2005538, + "runtime_create_ns": 26822, + "jit_attach_ns": 42, + "context_create_ns": 105007, + "definition_eval_ns": 47052, + "first_eval_ns": 139756, + "threshold_crossing_ns": 136860, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1384311 + } + }, + "reference": { + "elapsed_ns": 1392187, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5181440, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2008639, + "runtime_create_ns": 23488, + "jit_attach_ns": 84, + "context_create_ns": 104584, + "definition_eval_ns": 39834, + "first_eval_ns": 145180, + "threshold_crossing_ns": 142728, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1392187 + } + }, + "entry_cache": { + "elapsed_ns": 1417670, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5017600, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2060814, + "runtime_create_ns": 30856, + "jit_attach_ns": 40, + "context_create_ns": 121818, + "definition_eval_ns": 42992, + "first_eval_ns": 144629, + "threshold_crossing_ns": 141123, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1417670 + } + } + }, + { + "pair_index": 18, + "candidate": { + "elapsed_ns": 1353459, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5210112, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1984667, + "runtime_create_ns": 28744, + "jit_attach_ns": 231, + "context_create_ns": 116213, + "definition_eval_ns": 45058, + "first_eval_ns": 138874, + "threshold_crossing_ns": 144458, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1353459 + } + }, + "reference": { + "elapsed_ns": 1391917, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5218304, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1995111, + "runtime_create_ns": 22949, + "jit_attach_ns": 82, + "context_create_ns": 105558, + "definition_eval_ns": 43657, + "first_eval_ns": 142834, + "threshold_crossing_ns": 136042, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1391917 + } + }, + "entry_cache": { + "elapsed_ns": 1374494, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5103616, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1989678, + "runtime_create_ns": 29447, + "jit_attach_ns": 41, + "context_create_ns": 108264, + "definition_eval_ns": 43268, + "first_eval_ns": 139328, + "threshold_crossing_ns": 140332, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1374494 + } + } + }, + { + "pair_index": 19, + "candidate": { + "elapsed_ns": 1364786, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5189632, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1998412, + "runtime_create_ns": 30708, + "jit_attach_ns": 42, + "context_create_ns": 107492, + "definition_eval_ns": 40501, + "first_eval_ns": 152490, + "threshold_crossing_ns": 136782, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1364786 + } + }, + "reference": { + "elapsed_ns": 1417838, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5230592, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2032661, + "runtime_create_ns": 23870, + "jit_attach_ns": 82, + "context_create_ns": 103393, + "definition_eval_ns": 39631, + "first_eval_ns": 144262, + "threshold_crossing_ns": 145761, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1417838 + } + }, + "entry_cache": { + "elapsed_ns": 1411230, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2019455, + "runtime_create_ns": 30170, + "jit_attach_ns": 41, + "context_create_ns": 103562, + "definition_eval_ns": 43357, + "first_eval_ns": 139327, + "threshold_crossing_ns": 140461, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1411230 + } + } + }, + { + "pair_index": 20, + "candidate": { + "elapsed_ns": 1371433, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5038080, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1998704, + "runtime_create_ns": 26876, + "jit_attach_ns": 58, + "context_create_ns": 109798, + "definition_eval_ns": 42712, + "first_eval_ns": 144085, + "threshold_crossing_ns": 141301, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1371433 + } + }, + "reference": { + "elapsed_ns": 1400583, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5029888, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2020538, + "runtime_create_ns": 25264, + "jit_attach_ns": 98, + "context_create_ns": 103626, + "definition_eval_ns": 37962, + "first_eval_ns": 144642, + "threshold_crossing_ns": 150658, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1400583 + } + }, + "entry_cache": { + "elapsed_ns": 1413986, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5169152, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2041922, + "runtime_create_ns": 31235, + "jit_attach_ns": 41, + "context_create_ns": 114251, + "definition_eval_ns": 47128, + "first_eval_ns": 139669, + "threshold_crossing_ns": 136409, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1413986 + } + } + }, + { + "pair_index": 21, + "reference": { + "elapsed_ns": 1413585, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5107712, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2045352, + "runtime_create_ns": 26333, + "jit_attach_ns": 42, + "context_create_ns": 116638, + "definition_eval_ns": 49176, + "first_eval_ns": 141127, + "threshold_crossing_ns": 137539, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1413585 + } + }, + "entry_cache": { + "elapsed_ns": 1358569, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4976640, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1971538, + "runtime_create_ns": 26754, + "jit_attach_ns": 44, + "context_create_ns": 107533, + "definition_eval_ns": 40457, + "first_eval_ns": 144607, + "threshold_crossing_ns": 142483, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1358569 + } + }, + "candidate": { + "elapsed_ns": 1420517, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5021696, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2041029, + "runtime_create_ns": 30216, + "jit_attach_ns": 41, + "context_create_ns": 105439, + "definition_eval_ns": 43947, + "first_eval_ns": 143597, + "threshold_crossing_ns": 140238, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1420517 + } + } + }, + { + "pair_index": 22, + "reference": { + "elapsed_ns": 1411618, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5013504, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2037245, + "runtime_create_ns": 31802, + "jit_attach_ns": 94, + "context_create_ns": 112019, + "definition_eval_ns": 44684, + "first_eval_ns": 141987, + "threshold_crossing_ns": 137004, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1411618 + } + }, + "entry_cache": { + "elapsed_ns": 1389923, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5009408, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2019918, + "runtime_create_ns": 26951, + "jit_attach_ns": 41, + "context_create_ns": 101647, + "definition_eval_ns": 42597, + "first_eval_ns": 153762, + "threshold_crossing_ns": 146565, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1389923 + } + }, + "candidate": { + "elapsed_ns": 1463934, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5222400, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2107157, + "runtime_create_ns": 28210, + "jit_attach_ns": 43, + "context_create_ns": 109748, + "definition_eval_ns": 44727, + "first_eval_ns": 153544, + "threshold_crossing_ns": 143123, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1463934 + } + } + }, + { + "pair_index": 23, + "reference": { + "elapsed_ns": 1402130, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4907008, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2021258, + "runtime_create_ns": 28032, + "jit_attach_ns": 85, + "context_create_ns": 102561, + "definition_eval_ns": 41160, + "first_eval_ns": 155250, + "threshold_crossing_ns": 137328, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1402130 + } + }, + "entry_cache": { + "elapsed_ns": 1406535, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4890624, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2005272, + "runtime_create_ns": 26947, + "jit_attach_ns": 103, + "context_create_ns": 97341, + "definition_eval_ns": 39472, + "first_eval_ns": 142251, + "threshold_crossing_ns": 139501, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1406535 + } + }, + "candidate": { + "elapsed_ns": 1387254, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4976640, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2022127, + "runtime_create_ns": 29048, + "jit_attach_ns": 97, + "context_create_ns": 106581, + "definition_eval_ns": 44887, + "first_eval_ns": 145671, + "threshold_crossing_ns": 146467, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1387254 + } + } + }, + { + "pair_index": 24, + "reference": { + "elapsed_ns": 1418477, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5165056, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2035863, + "runtime_create_ns": 25935, + "jit_attach_ns": 79, + "context_create_ns": 108865, + "definition_eval_ns": 42333, + "first_eval_ns": 142148, + "threshold_crossing_ns": 138215, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1418477 + } + }, + "entry_cache": { + "elapsed_ns": 1410766, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5083136, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2037900, + "runtime_create_ns": 24794, + "jit_attach_ns": 40, + "context_create_ns": 107086, + "definition_eval_ns": 43607, + "first_eval_ns": 152058, + "threshold_crossing_ns": 141279, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1410766 + } + }, + "candidate": { + "elapsed_ns": 1395875, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4902912, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2030392, + "runtime_create_ns": 30013, + "jit_attach_ns": 41, + "context_create_ns": 105648, + "definition_eval_ns": 46472, + "first_eval_ns": 149105, + "threshold_crossing_ns": 149847, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1395875 + } + } + }, + { + "pair_index": 25, + "entry_cache": { + "elapsed_ns": 1363486, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5050368, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1990378, + "runtime_create_ns": 28651, + "jit_attach_ns": 41, + "context_create_ns": 111708, + "definition_eval_ns": 43606, + "first_eval_ns": 149047, + "threshold_crossing_ns": 137172, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1363486 + } + }, + "candidate": { + "elapsed_ns": 1420097, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5054464, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2039118, + "runtime_create_ns": 26001, + "jit_attach_ns": 41, + "context_create_ns": 104429, + "definition_eval_ns": 41323, + "first_eval_ns": 144204, + "threshold_crossing_ns": 144233, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1420097 + } + }, + "reference": { + "elapsed_ns": 1372391, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5111808, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1983809, + "runtime_create_ns": 24798, + "jit_attach_ns": 82, + "context_create_ns": 103483, + "definition_eval_ns": 44144, + "first_eval_ns": 141588, + "threshold_crossing_ns": 136860, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1372391 + } + } + }, + { + "pair_index": 26, + "entry_cache": { + "elapsed_ns": 1387866, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4902912, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2142980, + "runtime_create_ns": 64299, + "jit_attach_ns": 41, + "context_create_ns": 171484, + "definition_eval_ns": 54542, + "first_eval_ns": 145895, + "threshold_crossing_ns": 142347, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1387866 + } + }, + "candidate": { + "elapsed_ns": 1369902, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5029888, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2002348, + "runtime_create_ns": 29860, + "jit_attach_ns": 40, + "context_create_ns": 115665, + "definition_eval_ns": 46849, + "first_eval_ns": 150173, + "threshold_crossing_ns": 136362, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1369902 + } + }, + "reference": { + "elapsed_ns": 1429417, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5001216, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2059455, + "runtime_create_ns": 28806, + "jit_attach_ns": 80, + "context_create_ns": 104465, + "definition_eval_ns": 43972, + "first_eval_ns": 149898, + "threshold_crossing_ns": 147734, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1429417 + } + } + }, + { + "pair_index": 27, + "entry_cache": { + "elapsed_ns": 1429384, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4956160, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2051459, + "runtime_create_ns": 31844, + "jit_attach_ns": 41, + "context_create_ns": 111960, + "definition_eval_ns": 44402, + "first_eval_ns": 140016, + "threshold_crossing_ns": 136357, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1429384 + } + }, + "candidate": { + "elapsed_ns": 1367242, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5009408, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1997542, + "runtime_create_ns": 29084, + "jit_attach_ns": 41, + "context_create_ns": 103183, + "definition_eval_ns": 44931, + "first_eval_ns": 144517, + "threshold_crossing_ns": 153059, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1367242 + } + }, + "reference": { + "elapsed_ns": 1443461, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5103616, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2072441, + "runtime_create_ns": 30804, + "jit_attach_ns": 90, + "context_create_ns": 104368, + "definition_eval_ns": 44526, + "first_eval_ns": 146435, + "threshold_crossing_ns": 141891, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1443461 + } + } + }, + { + "pair_index": 28, + "entry_cache": { + "elapsed_ns": 1409219, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5103616, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2035711, + "runtime_create_ns": 26912, + "jit_attach_ns": 42, + "context_create_ns": 111767, + "definition_eval_ns": 47336, + "first_eval_ns": 139691, + "threshold_crossing_ns": 140367, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1409219 + } + }, + "candidate": { + "elapsed_ns": 1376568, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5169152, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1990892, + "runtime_create_ns": 25732, + "jit_attach_ns": 44, + "context_create_ns": 117574, + "definition_eval_ns": 43015, + "first_eval_ns": 138198, + "threshold_crossing_ns": 135487, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1376568 + } + }, + "reference": { + "elapsed_ns": 1394327, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4902912, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2030687, + "runtime_create_ns": 29164, + "jit_attach_ns": 82, + "context_create_ns": 104824, + "definition_eval_ns": 42538, + "first_eval_ns": 140371, + "threshold_crossing_ns": 159691, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1394327 + } + } + }, + { + "pair_index": 29, + "candidate": { + "elapsed_ns": 1418910, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4960256, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2060938, + "runtime_create_ns": 31642, + "jit_attach_ns": 42, + "context_create_ns": 112719, + "definition_eval_ns": 48028, + "first_eval_ns": 145395, + "threshold_crossing_ns": 142154, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1418910 + } + }, + "reference": { + "elapsed_ns": 1428463, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5148672, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2066597, + "runtime_create_ns": 29853, + "jit_attach_ns": 87, + "context_create_ns": 107182, + "definition_eval_ns": 51244, + "first_eval_ns": 145728, + "threshold_crossing_ns": 141478, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1428463 + } + }, + "entry_cache": { + "elapsed_ns": 1388483, + "checksum": "number:40bb580000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5042176, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 2019818, + "runtime_create_ns": 32815, + "jit_attach_ns": 42, + "context_create_ns": 109779, + "definition_eval_ns": 43965, + "first_eval_ns": 150309, + "threshold_crossing_ns": 139017, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1388483 + } + } + } + ], + "tier1": [ + { + "pair_index": 0, + "entry_cache": { + "elapsed_ns": 1059894, + "checksum": "number:40bb580000000000", + "native_entries": 28457, + "native_acquisitions": 1324, + "native_exits": 28457, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12275712, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 35861578, + "runtime_create_ns": 26448, + "jit_attach_ns": 67533, + "context_create_ns": 107756, + "definition_eval_ns": 57021, + "first_eval_ns": 833615, + "threshold_crossing_ns": 33579326, + "compile_ns": 32762097, + "install_ns": 123909, + "osr_ns": 0, + "steady_state_ns": 1059894 + } + }, + "candidate": { + "elapsed_ns": 480312, + "checksum": "number:40bb580000000000", + "native_entries": 20601, + "native_acquisitions": 962, + "native_exits": 20601, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12079104, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30916567, + "runtime_create_ns": 32336, + "jit_attach_ns": 65768, + "context_create_ns": 113907, + "definition_eval_ns": 58959, + "first_eval_ns": 807732, + "threshold_crossing_ns": 29285559, + "compile_ns": 28580524, + "install_ns": 118678, + "osr_ns": 0, + "steady_state_ns": 480312 + } + }, + "reference": { + "elapsed_ns": 1070070, + "checksum": "number:40bb580000000000", + "native_entries": 19241, + "native_exits": 19241, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12247040, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 32956749, + "runtime_create_ns": 28616, + "jit_attach_ns": 63059, + "context_create_ns": 108477, + "definition_eval_ns": 60757, + "first_eval_ns": 862983, + "threshold_crossing_ns": 30633711, + "compile_ns": 28594959, + "install_ns": 125449, + "osr_ns": 0, + "steady_state_ns": 1070070 + } + } + }, + { + "pair_index": 1, + "entry_cache": { + "elapsed_ns": 1059993, + "checksum": "number:40bb580000000000", + "native_entries": 26638, + "native_acquisitions": 1244, + "native_exits": 26638, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12189696, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 32778507, + "runtime_create_ns": 31310, + "jit_attach_ns": 69448, + "context_create_ns": 120059, + "definition_eval_ns": 61026, + "first_eval_ns": 2416788, + "threshold_crossing_ns": 28884537, + "compile_ns": 30188729, + "install_ns": 124103, + "osr_ns": 0, + "steady_state_ns": 1059993 + } + }, + "candidate": { + "elapsed_ns": 477263, + "checksum": "number:40bb580000000000", + "native_entries": 28606, + "native_acquisitions": 1333, + "native_exits": 28606, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12189696, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 33210197, + "runtime_create_ns": 28936, + "jit_attach_ns": 70271, + "context_create_ns": 121742, + "definition_eval_ns": 57944, + "first_eval_ns": 2408497, + "threshold_crossing_ns": 29965926, + "compile_ns": 30319621, + "install_ns": 206487, + "osr_ns": 0, + "steady_state_ns": 477263 + } + }, + "reference": { + "elapsed_ns": 1064313, + "checksum": "number:40bb580000000000", + "native_entries": 21997, + "native_exits": 21997, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12140544, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 34607145, + "runtime_create_ns": 26937, + "jit_attach_ns": 64676, + "context_create_ns": 117803, + "definition_eval_ns": 56509, + "first_eval_ns": 842367, + "threshold_crossing_ns": 32303237, + "compile_ns": 30643704, + "install_ns": 118114, + "osr_ns": 0, + "steady_state_ns": 1064313 + } + } + }, + { + "pair_index": 2, + "candidate": { + "elapsed_ns": 466030, + "checksum": "number:40bb580000000000", + "native_entries": 22012, + "native_acquisitions": 1025, + "native_exits": 22012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11915264, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 40776916, + "runtime_create_ns": 34929, + "jit_attach_ns": 78097, + "context_create_ns": 408774, + "definition_eval_ns": 1014196, + "first_eval_ns": 2708129, + "threshold_crossing_ns": 35943185, + "compile_ns": 36508926, + "install_ns": 684289, + "osr_ns": 0, + "steady_state_ns": 466030 + } + }, + "reference": { + "elapsed_ns": 1059391, + "checksum": "number:40bb580000000000", + "native_entries": 17530, + "native_exits": 17530, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12054528, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29867422, + "runtime_create_ns": 31934, + "jit_attach_ns": 60383, + "context_create_ns": 107657, + "definition_eval_ns": 68084, + "first_eval_ns": 849680, + "threshold_crossing_ns": 27562821, + "compile_ns": 25780444, + "install_ns": 109483, + "osr_ns": 0, + "steady_state_ns": 1059391 + } + }, + "entry_cache": { + "elapsed_ns": 1063282, + "checksum": "number:40bb580000000000", + "native_entries": 21281, + "native_acquisitions": 994, + "native_exits": 21281, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12029952, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29260961, + "runtime_create_ns": 29224, + "jit_attach_ns": 61063, + "context_create_ns": 112834, + "definition_eval_ns": 58289, + "first_eval_ns": 816788, + "threshold_crossing_ns": 26989362, + "compile_ns": 25412696, + "install_ns": 102196, + "osr_ns": 0, + "steady_state_ns": 1063282 + } + } + }, + { + "pair_index": 3, + "candidate": { + "elapsed_ns": 478038, + "checksum": "number:40bb580000000000", + "native_entries": 22785, + "native_acquisitions": 1063, + "native_exits": 22785, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12148736, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29543153, + "runtime_create_ns": 24364, + "jit_attach_ns": 55753, + "context_create_ns": 99982, + "definition_eval_ns": 41967, + "first_eval_ns": 806778, + "threshold_crossing_ns": 27968983, + "compile_ns": 27359912, + "install_ns": 93031, + "osr_ns": 0, + "steady_state_ns": 478038 + } + }, + "reference": { + "elapsed_ns": 1106664, + "checksum": "number:40bb580000000000", + "native_entries": 20048, + "native_exits": 20048, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12140544, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 45541514, + "runtime_create_ns": 25638, + "jit_attach_ns": 62495, + "context_create_ns": 101622, + "definition_eval_ns": 57290, + "first_eval_ns": 2356406, + "threshold_crossing_ns": 41698669, + "compile_ns": 43054683, + "install_ns": 135740, + "osr_ns": 0, + "steady_state_ns": 1106664 + } + }, + "entry_cache": { + "elapsed_ns": 1057894, + "checksum": "number:40bb580000000000", + "native_entries": 20012, + "native_acquisitions": 933, + "native_exits": 20012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11812864, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 36120428, + "runtime_create_ns": 46895, + "jit_attach_ns": 106223, + "context_create_ns": 183227, + "definition_eval_ns": 98718, + "first_eval_ns": 3928485, + "threshold_crossing_ns": 30552866, + "compile_ns": 32876315, + "install_ns": 165057, + "osr_ns": 0, + "steady_state_ns": 1057894 + } + } + }, + { + "pair_index": 4, + "candidate": { + "elapsed_ns": 468328, + "checksum": "number:40bb580000000000", + "native_entries": 21865, + "native_acquisitions": 1022, + "native_exits": 21865, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12038144, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 28919023, + "runtime_create_ns": 23775, + "jit_attach_ns": 57470, + "context_create_ns": 114284, + "definition_eval_ns": 45048, + "first_eval_ns": 792615, + "threshold_crossing_ns": 27347869, + "compile_ns": 26022117, + "install_ns": 101876, + "osr_ns": 0, + "steady_state_ns": 468328 + } + }, + "reference": { + "elapsed_ns": 1065425, + "checksum": "number:40bb580000000000", + "native_entries": 17856, + "native_exits": 17856, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12201984, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29999534, + "runtime_create_ns": 25930, + "jit_attach_ns": 58650, + "context_create_ns": 116263, + "definition_eval_ns": 53743, + "first_eval_ns": 838098, + "threshold_crossing_ns": 27710451, + "compile_ns": 25998261, + "install_ns": 102520, + "osr_ns": 0, + "steady_state_ns": 1065425 + } + }, + "entry_cache": { + "elapsed_ns": 1065316, + "checksum": "number:40bb580000000000", + "native_entries": 23793, + "native_acquisitions": 1108, + "native_exits": 23793, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12038144, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30452191, + "runtime_create_ns": 29867, + "jit_attach_ns": 62209, + "context_create_ns": 123287, + "definition_eval_ns": 55971, + "first_eval_ns": 809616, + "threshold_crossing_ns": 28175634, + "compile_ns": 27842726, + "install_ns": 101970, + "osr_ns": 0, + "steady_state_ns": 1065316 + } + } + }, + { + "pair_index": 5, + "candidate": { + "elapsed_ns": 468907, + "checksum": "number:40bb580000000000", + "native_entries": 28065, + "native_acquisitions": 1306, + "native_exits": 28065, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11948032, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 32724406, + "runtime_create_ns": 29764, + "jit_attach_ns": 74710, + "context_create_ns": 119446, + "definition_eval_ns": 62603, + "first_eval_ns": 2267479, + "threshold_crossing_ns": 29626982, + "compile_ns": 29793504, + "install_ns": 116679, + "osr_ns": 0, + "steady_state_ns": 468907 + } + }, + "reference": { + "elapsed_ns": 1060235, + "checksum": "number:40bb580000000000", + "native_entries": 17811, + "native_exits": 17811, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12120064, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29917897, + "runtime_create_ns": 33538, + "jit_attach_ns": 61743, + "context_create_ns": 107236, + "definition_eval_ns": 66977, + "first_eval_ns": 861526, + "threshold_crossing_ns": 27597175, + "compile_ns": 25896279, + "install_ns": 103090, + "osr_ns": 0, + "steady_state_ns": 1060235 + } + }, + "entry_cache": { + "elapsed_ns": 1063646, + "checksum": "number:40bb580000000000", + "native_entries": 21619, + "native_acquisitions": 1010, + "native_exits": 21619, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12058624, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29400971, + "runtime_create_ns": 31934, + "jit_attach_ns": 62261, + "context_create_ns": 114615, + "definition_eval_ns": 64306, + "first_eval_ns": 809726, + "threshold_crossing_ns": 27115683, + "compile_ns": 25649053, + "install_ns": 108494, + "osr_ns": 0, + "steady_state_ns": 1063646 + } + } + }, + { + "pair_index": 6, + "reference": { + "elapsed_ns": 1062236, + "checksum": "number:40bb580000000000", + "native_entries": 16767, + "native_exits": 16767, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12210176, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29880020, + "runtime_create_ns": 22781, + "jit_attach_ns": 59603, + "context_create_ns": 104979, + "definition_eval_ns": 47235, + "first_eval_ns": 847619, + "threshold_crossing_ns": 27607062, + "compile_ns": 25519698, + "install_ns": 109309, + "osr_ns": 0, + "steady_state_ns": 1062236 + } + }, + "entry_cache": { + "elapsed_ns": 1062458, + "checksum": "number:40bb580000000000", + "native_entries": 22415, + "native_acquisitions": 1047, + "native_exits": 22415, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11997184, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30153869, + "runtime_create_ns": 30541, + "jit_attach_ns": 57054, + "context_create_ns": 104030, + "definition_eval_ns": 54496, + "first_eval_ns": 814421, + "threshold_crossing_ns": 27901775, + "compile_ns": 27091164, + "install_ns": 96043, + "osr_ns": 0, + "steady_state_ns": 1062458 + } + }, + "candidate": { + "elapsed_ns": 479259, + "checksum": "number:40bb580000000000", + "native_entries": 21157, + "native_acquisitions": 989, + "native_exits": 21157, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12046336, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 28755707, + "runtime_create_ns": 30792, + "jit_attach_ns": 63124, + "context_create_ns": 111748, + "definition_eval_ns": 56937, + "first_eval_ns": 806162, + "threshold_crossing_ns": 27137829, + "compile_ns": 25583930, + "install_ns": 101473, + "osr_ns": 0, + "steady_state_ns": 479259 + } + } + }, + { + "pair_index": 7, + "reference": { + "elapsed_ns": 1072226, + "checksum": "number:40bb580000000000", + "native_entries": 16356, + "native_exits": 16356, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12181504, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29327208, + "runtime_create_ns": 25571, + "jit_attach_ns": 49775, + "context_create_ns": 98250, + "definition_eval_ns": 39334, + "first_eval_ns": 834122, + "threshold_crossing_ns": 27082849, + "compile_ns": 24931052, + "install_ns": 100927, + "osr_ns": 0, + "steady_state_ns": 1072226 + } + }, + "entry_cache": { + "elapsed_ns": 1065007, + "checksum": "number:40bb580000000000", + "native_entries": 28012, + "native_acquisitions": 1301, + "native_exits": 28012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12013568, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 51264642, + "runtime_create_ns": 77168, + "jit_attach_ns": 235074, + "context_create_ns": 152863, + "definition_eval_ns": 59965, + "first_eval_ns": 2638303, + "threshold_crossing_ns": 46879494, + "compile_ns": 47564257, + "install_ns": 173682, + "osr_ns": 0, + "steady_state_ns": 1065007 + } + }, + "candidate": { + "elapsed_ns": 473903, + "checksum": "number:40bb580000000000", + "native_entries": 22389, + "native_acquisitions": 1046, + "native_exits": 22389, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12128256, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29227686, + "runtime_create_ns": 27694, + "jit_attach_ns": 65058, + "context_create_ns": 118177, + "definition_eval_ns": 57130, + "first_eval_ns": 2368033, + "threshold_crossing_ns": 26045398, + "compile_ns": 27529207, + "install_ns": 118552, + "osr_ns": 0, + "steady_state_ns": 473903 + } + } + }, + { + "pair_index": 8, + "reference": { + "elapsed_ns": 1061339, + "checksum": "number:40bb580000000000", + "native_entries": 17736, + "native_exits": 17736, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12128256, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30183845, + "runtime_create_ns": 28099, + "jit_attach_ns": 64288, + "context_create_ns": 130370, + "definition_eval_ns": 66601, + "first_eval_ns": 846097, + "threshold_crossing_ns": 27861492, + "compile_ns": 26139894, + "install_ns": 104345, + "osr_ns": 0, + "steady_state_ns": 1061339 + } + }, + "entry_cache": { + "elapsed_ns": 1063332, + "checksum": "number:40bb580000000000", + "native_entries": 21892, + "native_acquisitions": 1022, + "native_exits": 21892, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12062720, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29267552, + "runtime_create_ns": 25671, + "jit_attach_ns": 56621, + "context_create_ns": 116490, + "definition_eval_ns": 56090, + "first_eval_ns": 804515, + "threshold_crossing_ns": 27008046, + "compile_ns": 25654410, + "install_ns": 94570, + "osr_ns": 0, + "steady_state_ns": 1063332 + } + }, + "candidate": { + "elapsed_ns": 1027640, + "checksum": "number:40bb580000000000", + "native_entries": 22780, + "native_acquisitions": 1062, + "native_exits": 22780, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12034048, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 41599163, + "runtime_create_ns": 28689, + "jit_attach_ns": 56564, + "context_create_ns": 107188, + "definition_eval_ns": 57522, + "first_eval_ns": 806612, + "threshold_crossing_ns": 39421662, + "compile_ns": 37366175, + "install_ns": 167836, + "osr_ns": 0, + "steady_state_ns": 1027640 + } + } + }, + { + "pair_index": 9, + "reference": { + "elapsed_ns": 1058808, + "checksum": "number:40bb580000000000", + "native_entries": 19501, + "native_exits": 19501, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12091392, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30803921, + "runtime_create_ns": 24064, + "jit_attach_ns": 54108, + "context_create_ns": 112459, + "definition_eval_ns": 49310, + "first_eval_ns": 2302034, + "threshold_crossing_ns": 27076986, + "compile_ns": 27003975, + "install_ns": 97838, + "osr_ns": 0, + "steady_state_ns": 1058808 + } + }, + "entry_cache": { + "elapsed_ns": 1069193, + "checksum": "number:40bb580000000000", + "native_entries": 21319, + "native_acquisitions": 997, + "native_exits": 21319, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12169216, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29179960, + "runtime_create_ns": 27055, + "jit_attach_ns": 60173, + "context_create_ns": 108310, + "definition_eval_ns": 56159, + "first_eval_ns": 808053, + "threshold_crossing_ns": 26918519, + "compile_ns": 25368216, + "install_ns": 99651, + "osr_ns": 0, + "steady_state_ns": 1069193 + } + }, + "candidate": { + "elapsed_ns": 586929, + "checksum": "number:40bb580000000000", + "native_entries": 25883, + "native_acquisitions": 1205, + "native_exits": 25883, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12021760, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 34098276, + "runtime_create_ns": 30241, + "jit_attach_ns": 59340, + "context_create_ns": 122354, + "definition_eval_ns": 56848, + "first_eval_ns": 802739, + "threshold_crossing_ns": 32345088, + "compile_ns": 30705056, + "install_ns": 345572, + "osr_ns": 0, + "steady_state_ns": 586929 + } + } + }, + { + "pair_index": 10, + "entry_cache": { + "elapsed_ns": 1064781, + "checksum": "number:40bb580000000000", + "native_entries": 22012, + "native_acquisitions": 1025, + "native_exits": 22012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12058624, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30128281, + "runtime_create_ns": 23896, + "jit_attach_ns": 56329, + "context_create_ns": 99903, + "definition_eval_ns": 42122, + "first_eval_ns": 807171, + "threshold_crossing_ns": 27908254, + "compile_ns": 26869270, + "install_ns": 104612, + "osr_ns": 0, + "steady_state_ns": 1064781 + } + }, + "candidate": { + "elapsed_ns": 468787, + "checksum": "number:40bb580000000000", + "native_entries": 24012, + "native_acquisitions": 1117, + "native_exits": 24012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11759616, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30559883, + "runtime_create_ns": 24336, + "jit_attach_ns": 59277, + "context_create_ns": 110971, + "definition_eval_ns": 57416, + "first_eval_ns": 810789, + "threshold_crossing_ns": 28957696, + "compile_ns": 28077052, + "install_ns": 101296, + "osr_ns": 0, + "steady_state_ns": 468787 + } + }, + "reference": { + "elapsed_ns": 1056950, + "checksum": "number:40bb580000000000", + "native_entries": 17481, + "native_exits": 17481, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12103680, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29667316, + "runtime_create_ns": 25179, + "jit_attach_ns": 59328, + "context_create_ns": 108375, + "definition_eval_ns": 55796, + "first_eval_ns": 849012, + "threshold_crossing_ns": 27381828, + "compile_ns": 25584630, + "install_ns": 98504, + "osr_ns": 0, + "steady_state_ns": 1056950 + } + } + }, + { + "pair_index": 11, + "entry_cache": { + "elapsed_ns": 1059646, + "checksum": "number:40bb580000000000", + "native_entries": 24012, + "native_acquisitions": 1117, + "native_exits": 24012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12107776, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 50986528, + "runtime_create_ns": 75128, + "jit_attach_ns": 205106, + "context_create_ns": 119001, + "definition_eval_ns": 49764, + "first_eval_ns": 3808775, + "threshold_crossing_ns": 45512937, + "compile_ns": 45998329, + "install_ns": 141737, + "osr_ns": 0, + "steady_state_ns": 1059646 + } + }, + "candidate": { + "elapsed_ns": 479855, + "checksum": "number:40bb580000000000", + "native_entries": 22566, + "native_acquisitions": 1052, + "native_exits": 22566, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12140544, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29753550, + "runtime_create_ns": 30106, + "jit_attach_ns": 70603, + "context_create_ns": 109159, + "definition_eval_ns": 53715, + "first_eval_ns": 815572, + "threshold_crossing_ns": 28126277, + "compile_ns": 27421351, + "install_ns": 111622, + "osr_ns": 0, + "steady_state_ns": 479855 + } + }, + "reference": { + "elapsed_ns": 1194304, + "checksum": "number:40bb580000000000", + "native_entries": 16373, + "native_exits": 16373, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12083200, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29982527, + "runtime_create_ns": 27540, + "jit_attach_ns": 62001, + "context_create_ns": 107704, + "definition_eval_ns": 57784, + "first_eval_ns": 854385, + "threshold_crossing_ns": 27546879, + "compile_ns": 25294375, + "install_ns": 110402, + "osr_ns": 0, + "steady_state_ns": 1194304 + } + } + }, + { + "pair_index": 12, + "entry_cache": { + "elapsed_ns": 1086961, + "checksum": "number:40bb580000000000", + "native_entries": 22012, + "native_acquisitions": 1025, + "native_exits": 22012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11857920, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30331925, + "runtime_create_ns": 25480, + "jit_attach_ns": 53108, + "context_create_ns": 102038, + "definition_eval_ns": 40308, + "first_eval_ns": 798603, + "threshold_crossing_ns": 28095745, + "compile_ns": 27146982, + "install_ns": 104144, + "osr_ns": 0, + "steady_state_ns": 1086961 + } + }, + "candidate": { + "elapsed_ns": 817838, + "checksum": "number:40bb580000000000", + "native_entries": 24409, + "native_acquisitions": 1137, + "native_exits": 24409, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12046336, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 38643158, + "runtime_create_ns": 26882, + "jit_attach_ns": 55822, + "context_create_ns": 114529, + "definition_eval_ns": 60786, + "first_eval_ns": 815053, + "threshold_crossing_ns": 36648391, + "compile_ns": 34770836, + "install_ns": 266693, + "osr_ns": 0, + "steady_state_ns": 817838 + } + }, + "reference": { + "elapsed_ns": 1061382, + "checksum": "number:40bb580000000000", + "native_entries": 22012, + "native_exits": 22012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12013568, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 41690050, + "runtime_create_ns": 36056, + "jit_attach_ns": 76506, + "context_create_ns": 121461, + "definition_eval_ns": 60640, + "first_eval_ns": 871348, + "threshold_crossing_ns": 39331983, + "compile_ns": 36922634, + "install_ns": 148210, + "osr_ns": 0, + "steady_state_ns": 1061382 + } + } + }, + { + "pair_index": 13, + "entry_cache": { + "elapsed_ns": 1054048, + "checksum": "number:40bb580000000000", + "native_entries": 24012, + "native_acquisitions": 1117, + "native_exits": 24012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11579392, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 31164777, + "runtime_create_ns": 29809, + "jit_attach_ns": 60632, + "context_create_ns": 107466, + "definition_eval_ns": 53142, + "first_eval_ns": 811789, + "threshold_crossing_ns": 28920555, + "compile_ns": 27958980, + "install_ns": 106831, + "osr_ns": 0, + "steady_state_ns": 1054048 + } + }, + "candidate": { + "elapsed_ns": 470278, + "checksum": "number:40bb580000000000", + "native_entries": 24175, + "native_acquisitions": 1127, + "native_exits": 24175, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12140544, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 36273398, + "runtime_create_ns": 26582, + "jit_attach_ns": 61491, + "context_create_ns": 110630, + "definition_eval_ns": 58525, + "first_eval_ns": 808883, + "threshold_crossing_ns": 34662646, + "compile_ns": 33805263, + "install_ns": 119589, + "osr_ns": 0, + "steady_state_ns": 470278 + } + }, + "reference": { + "elapsed_ns": 1058464, + "checksum": "number:40bb580000000000", + "native_entries": 18978, + "native_exits": 18978, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11857920, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 34413339, + "runtime_create_ns": 46861, + "jit_attach_ns": 105673, + "context_create_ns": 283862, + "definition_eval_ns": 336731, + "first_eval_ns": 3722931, + "threshold_crossing_ns": 28666339, + "compile_ns": 30097576, + "install_ns": 117647, + "osr_ns": 0, + "steady_state_ns": 1058464 + } + } + }, + { + "pair_index": 14, + "candidate": { + "elapsed_ns": 481043, + "checksum": "number:40bb580000000000", + "native_entries": 24012, + "native_acquisitions": 1117, + "native_exits": 24012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11776000, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30747888, + "runtime_create_ns": 23010, + "jit_attach_ns": 63382, + "context_create_ns": 104799, + "definition_eval_ns": 43880, + "first_eval_ns": 795882, + "threshold_crossing_ns": 29159109, + "compile_ns": 28245126, + "install_ns": 115415, + "osr_ns": 0, + "steady_state_ns": 481043 + } + }, + "reference": { + "elapsed_ns": 1064336, + "checksum": "number:40bb580000000000", + "native_entries": 17535, + "native_exits": 17535, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12132352, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29705214, + "runtime_create_ns": 28809, + "jit_attach_ns": 58500, + "context_create_ns": 105937, + "definition_eval_ns": 55299, + "first_eval_ns": 857728, + "threshold_crossing_ns": 27405801, + "compile_ns": 25621604, + "install_ns": 97877, + "osr_ns": 0, + "steady_state_ns": 1064336 + } + }, + "entry_cache": { + "elapsed_ns": 1061981, + "checksum": "number:40bb580000000000", + "native_entries": 20534, + "native_acquisitions": 958, + "native_exits": 20534, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11730944, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29123250, + "runtime_create_ns": 33193, + "jit_attach_ns": 60649, + "context_create_ns": 105987, + "definition_eval_ns": 53600, + "first_eval_ns": 820162, + "threshold_crossing_ns": 26858182, + "compile_ns": 25035510, + "install_ns": 99670, + "osr_ns": 0, + "steady_state_ns": 1061981 + } + } + }, + { + "pair_index": 15, + "candidate": { + "elapsed_ns": 489311, + "checksum": "number:40bb580000000000", + "native_entries": 25633, + "native_acquisitions": 1195, + "native_exits": 25633, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11821056, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 32717378, + "runtime_create_ns": 32546, + "jit_attach_ns": 76884, + "context_create_ns": 125991, + "definition_eval_ns": 80964, + "first_eval_ns": 3589987, + "threshold_crossing_ns": 28246701, + "compile_ns": 30286165, + "install_ns": 259143, + "osr_ns": 0, + "steady_state_ns": 489311 + } + }, + "reference": { + "elapsed_ns": 1080095, + "checksum": "number:40bb580000000000", + "native_entries": 18088, + "native_exits": 18088, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11309056, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30922687, + "runtime_create_ns": 28434, + "jit_attach_ns": 61606, + "context_create_ns": 108858, + "definition_eval_ns": 55470, + "first_eval_ns": 861433, + "threshold_crossing_ns": 28598047, + "compile_ns": 26264970, + "install_ns": 114189, + "osr_ns": 0, + "steady_state_ns": 1080095 + } + }, + "entry_cache": { + "elapsed_ns": 1064160, + "checksum": "number:40bb580000000000", + "native_entries": 24012, + "native_acquisitions": 1117, + "native_exits": 24012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11902976, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 31134733, + "runtime_create_ns": 32152, + "jit_attach_ns": 60769, + "context_create_ns": 110452, + "definition_eval_ns": 58006, + "first_eval_ns": 817415, + "threshold_crossing_ns": 28862166, + "compile_ns": 27914648, + "install_ns": 106004, + "osr_ns": 0, + "steady_state_ns": 1064160 + } + } + }, + { + "pair_index": 16, + "candidate": { + "elapsed_ns": 486472, + "checksum": "number:40bb580000000000", + "native_entries": 22012, + "native_acquisitions": 1025, + "native_exits": 22012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12091392, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29452943, + "runtime_create_ns": 22996, + "jit_attach_ns": 55197, + "context_create_ns": 101706, + "definition_eval_ns": 39724, + "first_eval_ns": 779112, + "threshold_crossing_ns": 27901761, + "compile_ns": 25931393, + "install_ns": 99621, + "osr_ns": 0, + "steady_state_ns": 486472 + } + }, + "reference": { + "elapsed_ns": 1278758, + "checksum": "number:40bb580000000000", + "native_entries": 20711, + "native_exits": 20711, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12075008, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 35317879, + "runtime_create_ns": 26687, + "jit_attach_ns": 56824, + "context_create_ns": 102769, + "definition_eval_ns": 50498, + "first_eval_ns": 855052, + "threshold_crossing_ns": 32815961, + "compile_ns": 30725595, + "install_ns": 182377, + "osr_ns": 0, + "steady_state_ns": 1278758 + } + }, + "entry_cache": { + "elapsed_ns": 1062349, + "checksum": "number:40bb580000000000", + "native_entries": 26012, + "native_acquisitions": 1209, + "native_exits": 26012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12271616, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 34873459, + "runtime_create_ns": 38595, + "jit_attach_ns": 76010, + "context_create_ns": 121040, + "definition_eval_ns": 64603, + "first_eval_ns": 2280508, + "threshold_crossing_ns": 31096868, + "compile_ns": 31481522, + "install_ns": 149061, + "osr_ns": 0, + "steady_state_ns": 1062349 + } + } + }, + { + "pair_index": 17, + "candidate": { + "elapsed_ns": 477788, + "checksum": "number:40bb580000000000", + "native_entries": 22012, + "native_acquisitions": 1025, + "native_exits": 22012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11923456, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29604404, + "runtime_create_ns": 25904, + "jit_attach_ns": 56669, + "context_create_ns": 108310, + "definition_eval_ns": 53066, + "first_eval_ns": 806680, + "threshold_crossing_ns": 27996954, + "compile_ns": 27090645, + "install_ns": 111957, + "osr_ns": 0, + "steady_state_ns": 477788 + } + }, + "reference": { + "elapsed_ns": 1058166, + "checksum": "number:40bb580000000000", + "native_entries": 17242, + "native_exits": 17242, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12214272, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29637785, + "runtime_create_ns": 30237, + "jit_attach_ns": 56133, + "context_create_ns": 105197, + "definition_eval_ns": 50881, + "first_eval_ns": 845783, + "threshold_crossing_ns": 27359865, + "compile_ns": 25460742, + "install_ns": 101930, + "osr_ns": 0, + "steady_state_ns": 1058166 + } + }, + "entry_cache": { + "elapsed_ns": 1072853, + "checksum": "number:40bb580000000000", + "native_entries": 26272, + "native_acquisitions": 1223, + "native_exits": 26272, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12120064, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 40636023, + "runtime_create_ns": 36017, + "jit_attach_ns": 61207, + "context_create_ns": 104447, + "definition_eval_ns": 56741, + "first_eval_ns": 825209, + "threshold_crossing_ns": 38348562, + "compile_ns": 35127767, + "install_ns": 442848, + "osr_ns": 0, + "steady_state_ns": 1072853 + } + } + }, + { + "pair_index": 18, + "reference": { + "elapsed_ns": 1065378, + "checksum": "number:40bb580000000000", + "native_entries": 17411, + "native_exits": 17411, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12111872, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29934328, + "runtime_create_ns": 24515, + "jit_attach_ns": 54522, + "context_create_ns": 99969, + "definition_eval_ns": 43552, + "first_eval_ns": 843724, + "threshold_crossing_ns": 27677436, + "compile_ns": 25845971, + "install_ns": 98967, + "osr_ns": 0, + "steady_state_ns": 1065378 + } + }, + "entry_cache": { + "elapsed_ns": 1064633, + "checksum": "number:40bb580000000000", + "native_entries": 23057, + "native_acquisitions": 1076, + "native_exits": 23057, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12222464, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30198114, + "runtime_create_ns": 29048, + "jit_attach_ns": 60433, + "context_create_ns": 110007, + "definition_eval_ns": 60605, + "first_eval_ns": 811715, + "threshold_crossing_ns": 27932957, + "compile_ns": 26277616, + "install_ns": 101496, + "osr_ns": 0, + "steady_state_ns": 1064633 + } + }, + "candidate": { + "elapsed_ns": 478850, + "checksum": "number:40bb580000000000", + "native_entries": 21674, + "native_acquisitions": 1012, + "native_exits": 21674, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12058624, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 28659001, + "runtime_create_ns": 29563, + "jit_attach_ns": 59106, + "context_create_ns": 115533, + "definition_eval_ns": 59213, + "first_eval_ns": 797334, + "threshold_crossing_ns": 27049585, + "compile_ns": 25665230, + "install_ns": 102078, + "osr_ns": 0, + "steady_state_ns": 478850 + } + } + }, + { + "pair_index": 19, + "reference": { + "elapsed_ns": 1053036, + "checksum": "number:40bb580000000000", + "native_entries": 21422, + "native_exits": 21422, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12124160, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 41910375, + "runtime_create_ns": 21202, + "jit_attach_ns": 52209, + "context_create_ns": 100251, + "definition_eval_ns": 42454, + "first_eval_ns": 834824, + "threshold_crossing_ns": 39680696, + "compile_ns": 39155607, + "install_ns": 144172, + "osr_ns": 0, + "steady_state_ns": 1053036 + } + }, + "entry_cache": { + "elapsed_ns": 1065023, + "checksum": "number:40bb580000000000", + "native_entries": 21021, + "native_acquisitions": 982, + "native_exits": 21021, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12132352, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29322973, + "runtime_create_ns": 35958, + "jit_attach_ns": 66168, + "context_create_ns": 114693, + "definition_eval_ns": 60889, + "first_eval_ns": 816941, + "threshold_crossing_ns": 27023957, + "compile_ns": 25352639, + "install_ns": 109500, + "osr_ns": 0, + "steady_state_ns": 1065023 + } + }, + "candidate": { + "elapsed_ns": 471280, + "checksum": "number:40bb580000000000", + "native_entries": 21917, + "native_acquisitions": 1024, + "native_exits": 21917, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12066816, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 28772580, + "runtime_create_ns": 30538, + "jit_attach_ns": 63753, + "context_create_ns": 116454, + "definition_eval_ns": 57660, + "first_eval_ns": 802294, + "threshold_crossing_ns": 27156886, + "compile_ns": 25858597, + "install_ns": 105796, + "osr_ns": 0, + "steady_state_ns": 471280 + } + } + }, + { + "pair_index": 20, + "reference": { + "elapsed_ns": 1068634, + "checksum": "number:40bb580000000000", + "native_entries": 18012, + "native_exits": 18012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11206656, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30832255, + "runtime_create_ns": 25912, + "jit_attach_ns": 64308, + "context_create_ns": 100554, + "definition_eval_ns": 50931, + "first_eval_ns": 842473, + "threshold_crossing_ns": 28553986, + "compile_ns": 27566963, + "install_ns": 104481, + "osr_ns": 0, + "steady_state_ns": 1068634 + } + }, + "entry_cache": { + "elapsed_ns": 1055590, + "checksum": "number:40bb580000000000", + "native_entries": 22058, + "native_acquisitions": 1030, + "native_exits": 22058, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11931648, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29386711, + "runtime_create_ns": 26764, + "jit_attach_ns": 67073, + "context_create_ns": 111725, + "definition_eval_ns": 54812, + "first_eval_ns": 2270380, + "threshold_crossing_ns": 25671338, + "compile_ns": 25839636, + "install_ns": 105634, + "osr_ns": 0, + "steady_state_ns": 1055590 + } + }, + "candidate": { + "elapsed_ns": 506426, + "checksum": "number:40bb580000000000", + "native_entries": 24509, + "native_acquisitions": 1143, + "native_exits": 24509, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12193792, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 34896235, + "runtime_create_ns": 24459, + "jit_attach_ns": 60305, + "context_create_ns": 115492, + "definition_eval_ns": 61860, + "first_eval_ns": 827075, + "threshold_crossing_ns": 33230153, + "compile_ns": 32461143, + "install_ns": 118788, + "osr_ns": 0, + "steady_state_ns": 506426 + } + } + }, + { + "pair_index": 21, + "reference": { + "elapsed_ns": 1059838, + "checksum": "number:40bb580000000000", + "native_entries": 16879, + "native_exits": 16879, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12001280, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29405177, + "runtime_create_ns": 28205, + "jit_attach_ns": 59427, + "context_create_ns": 103624, + "definition_eval_ns": 55387, + "first_eval_ns": 846185, + "threshold_crossing_ns": 27125638, + "compile_ns": 25105546, + "install_ns": 101367, + "osr_ns": 0, + "steady_state_ns": 1059838 + } + }, + "entry_cache": { + "elapsed_ns": 1053592, + "checksum": "number:40bb580000000000", + "native_entries": 23812, + "native_acquisitions": 1111, + "native_exits": 23812, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12140544, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30362520, + "runtime_create_ns": 27413, + "jit_attach_ns": 59020, + "context_create_ns": 120580, + "definition_eval_ns": 56852, + "first_eval_ns": 806726, + "threshold_crossing_ns": 28108831, + "compile_ns": 26718075, + "install_ns": 103362, + "osr_ns": 0, + "steady_state_ns": 1053592 + } + }, + "candidate": { + "elapsed_ns": 473237, + "checksum": "number:40bb580000000000", + "native_entries": 22360, + "native_acquisitions": 1044, + "native_exits": 22360, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11984896, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29522128, + "runtime_create_ns": 33884, + "jit_attach_ns": 60584, + "context_create_ns": 112003, + "definition_eval_ns": 56008, + "first_eval_ns": 809513, + "threshold_crossing_ns": 27904287, + "compile_ns": 27141313, + "install_ns": 104346, + "osr_ns": 0, + "steady_state_ns": 473237 + } + } + }, + { + "pair_index": 22, + "entry_cache": { + "elapsed_ns": 1058904, + "checksum": "number:40bb580000000000", + "native_entries": 23068, + "native_acquisitions": 1077, + "native_exits": 23068, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12206080, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30198255, + "runtime_create_ns": 23121, + "jit_attach_ns": 59768, + "context_create_ns": 104647, + "definition_eval_ns": 48192, + "first_eval_ns": 820244, + "threshold_crossing_ns": 27954622, + "compile_ns": 26321899, + "install_ns": 99636, + "osr_ns": 0, + "steady_state_ns": 1058904 + } + }, + "candidate": { + "elapsed_ns": 467189, + "checksum": "number:40bb580000000000", + "native_entries": 21761, + "native_acquisitions": 1016, + "native_exits": 21761, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12210176, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 28798746, + "runtime_create_ns": 30116, + "jit_attach_ns": 60863, + "context_create_ns": 124586, + "definition_eval_ns": 51717, + "first_eval_ns": 791073, + "threshold_crossing_ns": 27194344, + "compile_ns": 25813374, + "install_ns": 116181, + "osr_ns": 0, + "steady_state_ns": 467189 + } + }, + "reference": { + "elapsed_ns": 1065943, + "checksum": "number:40bb580000000000", + "native_entries": 17188, + "native_exits": 17188, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12193792, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29685635, + "runtime_create_ns": 26349, + "jit_attach_ns": 59266, + "context_create_ns": 108445, + "definition_eval_ns": 55832, + "first_eval_ns": 848546, + "threshold_crossing_ns": 27392575, + "compile_ns": 25462930, + "install_ns": 104742, + "osr_ns": 0, + "steady_state_ns": 1065943 + } + } + }, + { + "pair_index": 23, + "entry_cache": { + "elapsed_ns": 1060419, + "checksum": "number:40bb580000000000", + "native_entries": 21323, + "native_acquisitions": 995, + "native_exits": 21323, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12099584, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29244745, + "runtime_create_ns": 26399, + "jit_attach_ns": 57567, + "context_create_ns": 105671, + "definition_eval_ns": 50751, + "first_eval_ns": 824453, + "threshold_crossing_ns": 26986415, + "compile_ns": 25396742, + "install_ns": 108593, + "osr_ns": 0, + "steady_state_ns": 1060419 + } + }, + "candidate": { + "elapsed_ns": 477423, + "checksum": "number:40bb580000000000", + "native_entries": 22009, + "native_acquisitions": 1027, + "native_exits": 22009, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12115968, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 39244602, + "runtime_create_ns": 25320, + "jit_attach_ns": 69744, + "context_create_ns": 115525, + "definition_eval_ns": 59802, + "first_eval_ns": 2271454, + "threshold_crossing_ns": 36154052, + "compile_ns": 35763462, + "install_ns": 262741, + "osr_ns": 0, + "steady_state_ns": 477423 + } + }, + "reference": { + "elapsed_ns": 1062969, + "checksum": "number:40bb580000000000", + "native_entries": 16586, + "native_exits": 16586, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12201984, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29421516, + "runtime_create_ns": 29601, + "jit_attach_ns": 65103, + "context_create_ns": 108105, + "definition_eval_ns": 56936, + "first_eval_ns": 847546, + "threshold_crossing_ns": 27120533, + "compile_ns": 25080649, + "install_ns": 105574, + "osr_ns": 0, + "steady_state_ns": 1062969 + } + } + }, + { + "pair_index": 24, + "entry_cache": { + "elapsed_ns": 1064105, + "checksum": "number:40bb580000000000", + "native_entries": 24012, + "native_acquisitions": 1117, + "native_exits": 24012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11845632, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 31230014, + "runtime_create_ns": 24633, + "jit_attach_ns": 57869, + "context_create_ns": 110977, + "definition_eval_ns": 54914, + "first_eval_ns": 820699, + "threshold_crossing_ns": 28967368, + "compile_ns": 28002086, + "install_ns": 103699, + "osr_ns": 0, + "steady_state_ns": 1064105 + } + }, + "candidate": { + "elapsed_ns": 468399, + "checksum": "number:40bb580000000000", + "native_entries": 22417, + "native_acquisitions": 1047, + "native_exits": 22417, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12169216, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29531298, + "runtime_create_ns": 24256, + "jit_attach_ns": 60814, + "context_create_ns": 107023, + "definition_eval_ns": 53036, + "first_eval_ns": 804301, + "threshold_crossing_ns": 27942323, + "compile_ns": 27212264, + "install_ns": 99443, + "osr_ns": 0, + "steady_state_ns": 468399 + } + }, + "reference": { + "elapsed_ns": 1061434, + "checksum": "number:40bb580000000000", + "native_entries": 17970, + "native_exits": 17970, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12218368, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29762639, + "runtime_create_ns": 25887, + "jit_attach_ns": 56553, + "context_create_ns": 119763, + "definition_eval_ns": 54088, + "first_eval_ns": 837158, + "threshold_crossing_ns": 27476607, + "compile_ns": 25858526, + "install_ns": 92637, + "osr_ns": 0, + "steady_state_ns": 1061434 + } + } + }, + { + "pair_index": 25, + "entry_cache": { + "elapsed_ns": 1062776, + "checksum": "number:40bb580000000000", + "native_entries": 24012, + "native_acquisitions": 1117, + "native_exits": 24012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11649024, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 31075728, + "runtime_create_ns": 25456, + "jit_attach_ns": 56416, + "context_create_ns": 109107, + "definition_eval_ns": 55053, + "first_eval_ns": 812965, + "threshold_crossing_ns": 28824953, + "compile_ns": 27871840, + "install_ns": 101122, + "osr_ns": 0, + "steady_state_ns": 1062776 + } + }, + "candidate": { + "elapsed_ns": 474366, + "checksum": "number:40bb580000000000", + "native_entries": 22012, + "native_acquisitions": 1025, + "native_exits": 22012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11919360, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29450421, + "runtime_create_ns": 26947, + "jit_attach_ns": 55305, + "context_create_ns": 110088, + "definition_eval_ns": 53829, + "first_eval_ns": 808989, + "threshold_crossing_ns": 27841562, + "compile_ns": 26938634, + "install_ns": 106865, + "osr_ns": 0, + "steady_state_ns": 474366 + } + }, + "reference": { + "elapsed_ns": 1055613, + "checksum": "number:40bb580000000000", + "native_entries": 17277, + "native_exits": 17277, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12083200, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29636066, + "runtime_create_ns": 33190, + "jit_attach_ns": 56488, + "context_create_ns": 106296, + "definition_eval_ns": 61513, + "first_eval_ns": 848188, + "threshold_crossing_ns": 27347314, + "compile_ns": 25469943, + "install_ns": 98791, + "osr_ns": 0, + "steady_state_ns": 1055613 + } + } + }, + { + "pair_index": 26, + "candidate": { + "elapsed_ns": 468324, + "checksum": "number:40bb580000000000", + "native_entries": 22601, + "native_acquisitions": 1054, + "native_exits": 22601, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12075008, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30315756, + "runtime_create_ns": 24747, + "jit_attach_ns": 60183, + "context_create_ns": 104760, + "definition_eval_ns": 47451, + "first_eval_ns": 812065, + "threshold_crossing_ns": 28730364, + "compile_ns": 27959269, + "install_ns": 159305, + "osr_ns": 0, + "steady_state_ns": 468324 + } + }, + "reference": { + "elapsed_ns": 1060225, + "checksum": "number:40bb580000000000", + "native_entries": 18012, + "native_exits": 18012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11972608, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30418308, + "runtime_create_ns": 29567, + "jit_attach_ns": 63346, + "context_create_ns": 116489, + "definition_eval_ns": 59484, + "first_eval_ns": 846989, + "threshold_crossing_ns": 28106320, + "compile_ns": 26471631, + "install_ns": 114496, + "osr_ns": 0, + "steady_state_ns": 1060225 + } + }, + "entry_cache": { + "elapsed_ns": 1059388, + "checksum": "number:40bb580000000000", + "native_entries": 22440, + "native_acquisitions": 1046, + "native_exits": 22440, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12238848, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29968437, + "runtime_create_ns": 27800, + "jit_attach_ns": 61960, + "context_create_ns": 114651, + "definition_eval_ns": 63149, + "first_eval_ns": 2375306, + "threshold_crossing_ns": 26134515, + "compile_ns": 26510792, + "install_ns": 110582, + "osr_ns": 0, + "steady_state_ns": 1059388 + } + } + }, + { + "pair_index": 27, + "candidate": { + "elapsed_ns": 481397, + "checksum": "number:40bb580000000000", + "native_entries": 24012, + "native_acquisitions": 1117, + "native_exits": 24012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11796480, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30932705, + "runtime_create_ns": 26225, + "jit_attach_ns": 62693, + "context_create_ns": 103184, + "definition_eval_ns": 45317, + "first_eval_ns": 804441, + "threshold_crossing_ns": 29338702, + "compile_ns": 28426835, + "install_ns": 119878, + "osr_ns": 0, + "steady_state_ns": 481397 + } + }, + "reference": { + "elapsed_ns": 1060412, + "checksum": "number:40bb580000000000", + "native_entries": 20023, + "native_exits": 20023, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11182080, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 33406919, + "runtime_create_ns": 28930, + "jit_attach_ns": 63403, + "context_create_ns": 106358, + "definition_eval_ns": 57364, + "first_eval_ns": 864163, + "threshold_crossing_ns": 31097925, + "compile_ns": 28724391, + "install_ns": 125356, + "osr_ns": 0, + "steady_state_ns": 1060412 + } + }, + "entry_cache": { + "elapsed_ns": 1062921, + "checksum": "number:40bb580000000000", + "native_entries": 27366, + "native_acquisitions": 1273, + "native_exits": 27366, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12193792, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 34116788, + "runtime_create_ns": 32295, + "jit_attach_ns": 66213, + "context_create_ns": 112203, + "definition_eval_ns": 56438, + "first_eval_ns": 821459, + "threshold_crossing_ns": 31833851, + "compile_ns": 30269375, + "install_ns": 128032, + "osr_ns": 0, + "steady_state_ns": 1062921 + } + } + }, + { + "pair_index": 28, + "candidate": { + "elapsed_ns": 468023, + "checksum": "number:40bb580000000000", + "native_entries": 22631, + "native_acquisitions": 1056, + "native_exits": 22631, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12050432, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 31417421, + "runtime_create_ns": 24124, + "jit_attach_ns": 61972, + "context_create_ns": 106868, + "definition_eval_ns": 49503, + "first_eval_ns": 813885, + "threshold_crossing_ns": 29823169, + "compile_ns": 28001897, + "install_ns": 128475, + "osr_ns": 0, + "steady_state_ns": 468023 + } + }, + "reference": { + "elapsed_ns": 1062489, + "checksum": "number:40bb580000000000", + "native_entries": 18305, + "native_exits": 18305, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12070912, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 32013024, + "runtime_create_ns": 39110, + "jit_attach_ns": 61460, + "context_create_ns": 107326, + "definition_eval_ns": 62657, + "first_eval_ns": 2402314, + "threshold_crossing_ns": 28149147, + "compile_ns": 29532132, + "install_ns": 129619, + "osr_ns": 0, + "steady_state_ns": 1062489 + } + }, + "entry_cache": { + "elapsed_ns": 1063337, + "checksum": "number:40bb580000000000", + "native_entries": 20012, + "native_acquisitions": 933, + "native_exits": 20012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 11653120, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30541428, + "runtime_create_ns": 28699, + "jit_attach_ns": 63772, + "context_create_ns": 113464, + "definition_eval_ns": 59821, + "first_eval_ns": 818108, + "threshold_crossing_ns": 28263018, + "compile_ns": 26237253, + "install_ns": 117261, + "osr_ns": 0, + "steady_state_ns": 1063337 + } + } + }, + { + "pair_index": 29, + "candidate": { + "elapsed_ns": 477877, + "checksum": "number:40bb580000000000", + "native_entries": 26518, + "native_acquisitions": 1235, + "native_exits": 26518, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12115968, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 32757746, + "runtime_create_ns": 31527, + "jit_attach_ns": 62777, + "context_create_ns": 111272, + "definition_eval_ns": 56434, + "first_eval_ns": 808684, + "threshold_crossing_ns": 31134537, + "compile_ns": 29329108, + "install_ns": 121507, + "osr_ns": 0, + "steady_state_ns": 477877 + } + }, + "reference": { + "elapsed_ns": 1067987, + "checksum": "number:40bb580000000000", + "native_entries": 18299, + "native_exits": 18299, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12107776, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 31138807, + "runtime_create_ns": 26180, + "jit_attach_ns": 63894, + "context_create_ns": 113177, + "definition_eval_ns": 55913, + "first_eval_ns": 3105321, + "threshold_crossing_ns": 26575114, + "compile_ns": 27857558, + "install_ns": 119007, + "osr_ns": 0, + "steady_state_ns": 1067987 + } + }, + "entry_cache": { + "elapsed_ns": 1068551, + "checksum": "number:40bb580000000000", + "native_entries": 25077, + "native_acquisitions": 1167, + "native_exits": 25077, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 12079104, + "code_bytes": 31856, + "metadata_bytes": 7376, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 32538194, + "runtime_create_ns": 33389, + "jit_attach_ns": 67689, + "context_create_ns": 111622, + "definition_eval_ns": 57588, + "first_eval_ns": 813185, + "threshold_crossing_ns": 30247204, + "compile_ns": 28560704, + "install_ns": 267826, + "osr_ns": 0, + "steady_state_ns": 1068551 + } + } + } + ], + "tier2": [ + { + "pair_index": 0, + "candidate": { + "elapsed_ns": 319619, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12719020, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11120640, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18912145, + "runtime_create_ns": 25533, + "jit_attach_ns": 63912, + "context_create_ns": 114729, + "definition_eval_ns": 76574, + "first_eval_ns": 2566265, + "threshold_crossing_ns": 15676619, + "compile_ns": 15827086, + "install_ns": 90033, + "osr_ns": 0, + "steady_state_ns": 319619 + } + }, + "reference": { + "elapsed_ns": 314799, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18655323, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11067392, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19375232, + "runtime_create_ns": 26880, + "jit_attach_ns": 63075, + "context_create_ns": 108039, + "definition_eval_ns": 72842, + "first_eval_ns": 960322, + "threshold_crossing_ns": 17768041, + "compile_ns": 15832950, + "install_ns": 86682, + "osr_ns": 0, + "steady_state_ns": 314799 + } + }, + "entry_cache": { + "elapsed_ns": 321232, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14482934, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10981376, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 21296265, + "runtime_create_ns": 37584, + "jit_attach_ns": 64832, + "context_create_ns": 119698, + "definition_eval_ns": 446441, + "first_eval_ns": 3340336, + "threshold_crossing_ns": 16725147, + "compile_ns": 17420955, + "install_ns": 85917, + "osr_ns": 0, + "steady_state_ns": 321232 + } + } + }, + { + "pair_index": 1, + "candidate": { + "elapsed_ns": 316997, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12138659, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11079680, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20096923, + "runtime_create_ns": 25982, + "jit_attach_ns": 62902, + "context_create_ns": 117503, + "definition_eval_ns": 79229, + "first_eval_ns": 905078, + "threshold_crossing_ns": 18526413, + "compile_ns": 17170836, + "install_ns": 80113, + "osr_ns": 0, + "steady_state_ns": 316997 + } + }, + "reference": { + "elapsed_ns": 314273, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18114795, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11173888, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19130667, + "runtime_create_ns": 26510, + "jit_attach_ns": 62681, + "context_create_ns": 124842, + "definition_eval_ns": 72897, + "first_eval_ns": 2381518, + "threshold_crossing_ns": 16085625, + "compile_ns": 15847582, + "install_ns": 81808, + "osr_ns": 0, + "steady_state_ns": 314273 + } + }, + "entry_cache": { + "elapsed_ns": 325129, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 142, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 18451432, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11108352, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20288531, + "runtime_create_ns": 31711, + "jit_attach_ns": 61508, + "context_create_ns": 117565, + "definition_eval_ns": 70883, + "first_eval_ns": 2352393, + "threshold_crossing_ns": 14706503, + "compile_ns": 14938035, + "install_ns": 56817, + "osr_ns": 0, + "steady_state_ns": 325129 + } + } + }, + { + "pair_index": 2, + "candidate": { + "elapsed_ns": 321335, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 142, + "native_exits": 4013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 13902339, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11096064, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19951729, + "runtime_create_ns": 22337, + "jit_attach_ns": 63468, + "context_create_ns": 101947, + "definition_eval_ns": 57680, + "first_eval_ns": 914063, + "threshold_crossing_ns": 16028893, + "compile_ns": 14147804, + "install_ns": 65589, + "osr_ns": 0, + "steady_state_ns": 321335 + } + }, + "reference": { + "elapsed_ns": 325760, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 15598258, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10981376, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19346691, + "runtime_create_ns": 28132, + "jit_attach_ns": 58332, + "context_create_ns": 103992, + "definition_eval_ns": 86517, + "first_eval_ns": 920943, + "threshold_crossing_ns": 17763908, + "compile_ns": 16005296, + "install_ns": 90126, + "osr_ns": 0, + "steady_state_ns": 325760 + } + }, + "entry_cache": { + "elapsed_ns": 314898, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13580321, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11100160, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18836394, + "runtime_create_ns": 27202, + "jit_attach_ns": 62526, + "context_create_ns": 108243, + "definition_eval_ns": 79396, + "first_eval_ns": 938324, + "threshold_crossing_ns": 17240856, + "compile_ns": 15115955, + "install_ns": 93586, + "osr_ns": 0, + "steady_state_ns": 314898 + } + } + }, + { + "pair_index": 3, + "reference": { + "elapsed_ns": 317320, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18633104, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11014144, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19107512, + "runtime_create_ns": 24780, + "jit_attach_ns": 60979, + "context_create_ns": 111997, + "definition_eval_ns": 74434, + "first_eval_ns": 948464, + "threshold_crossing_ns": 17509474, + "compile_ns": 15395818, + "install_ns": 88604, + "osr_ns": 0, + "steady_state_ns": 317320 + } + }, + "entry_cache": { + "elapsed_ns": 325995, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 141, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 18411835, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11079680, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20719237, + "runtime_create_ns": 25414, + "jit_attach_ns": 58195, + "context_create_ns": 107763, + "definition_eval_ns": 79492, + "first_eval_ns": 1086902, + "threshold_crossing_ns": 16414531, + "compile_ns": 15037828, + "install_ns": 58010, + "osr_ns": 0, + "steady_state_ns": 325995 + } + }, + "candidate": { + "elapsed_ns": 331155, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 141, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 16470844, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19989004, + "runtime_create_ns": 27373, + "jit_attach_ns": 60542, + "context_create_ns": 109001, + "definition_eval_ns": 76833, + "first_eval_ns": 924177, + "threshold_crossing_ns": 16023784, + "compile_ns": 14410891, + "install_ns": 59462, + "osr_ns": 0, + "steady_state_ns": 331155 + } + } + }, + { + "pair_index": 4, + "reference": { + "elapsed_ns": 457527, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_exits": 4013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 37417386, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10981376, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 28438553, + "runtime_create_ns": 28413, + "jit_attach_ns": 55934, + "context_create_ns": 104567, + "definition_eval_ns": 67369, + "first_eval_ns": 956317, + "threshold_crossing_ns": 20973202, + "compile_ns": 14845409, + "install_ns": 621163, + "osr_ns": 0, + "steady_state_ns": 457527 + } + }, + "entry_cache": { + "elapsed_ns": 313055, + "checksum": "number:40bb580000000000", + "native_entries": 747, + "native_acquisitions": 39, + "native_exits": 747, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 31366450, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11046912, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 27552212, + "runtime_create_ns": 296193, + "jit_attach_ns": 463458, + "context_create_ns": 201722, + "definition_eval_ns": 97643, + "first_eval_ns": 2412069, + "threshold_crossing_ns": 23553262, + "compile_ns": 23869211, + "install_ns": 211580, + "osr_ns": 0, + "steady_state_ns": 313055 + } + }, + "candidate": { + "elapsed_ns": 332479, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12027683, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11157504, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19408406, + "runtime_create_ns": 27002, + "jit_attach_ns": 68039, + "context_create_ns": 116916, + "definition_eval_ns": 78358, + "first_eval_ns": 925199, + "threshold_crossing_ns": 17793785, + "compile_ns": 16462151, + "install_ns": 86792, + "osr_ns": 0, + "steady_state_ns": 332479 + } + } + }, + { + "pair_index": 5, + "reference": { + "elapsed_ns": 330280, + "checksum": "number:40bb580000000000", + "native_entries": 2012, + "native_exits": 2012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 795, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 764, + "measured_benefit_ns": 67818686, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10993664, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 22173610, + "runtime_create_ns": 27377, + "jit_attach_ns": 55550, + "context_create_ns": 102502, + "definition_eval_ns": 72449, + "first_eval_ns": 992652, + "threshold_crossing_ns": 20528505, + "compile_ns": 16439611, + "install_ns": 567542, + "osr_ns": 0, + "steady_state_ns": 330280 + } + }, + "entry_cache": { + "elapsed_ns": 320405, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12240320, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11100160, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 32322986, + "runtime_create_ns": 107753, + "jit_attach_ns": 1204553, + "context_create_ns": 427215, + "definition_eval_ns": 186310, + "first_eval_ns": 3552508, + "threshold_crossing_ns": 26439481, + "compile_ns": 27234735, + "install_ns": 107175, + "osr_ns": 0, + "steady_state_ns": 320405 + } + }, + "candidate": { + "elapsed_ns": 322110, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 142, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 16615156, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11137024, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20108579, + "runtime_create_ns": 27462, + "jit_attach_ns": 69565, + "context_create_ns": 115251, + "definition_eval_ns": 77827, + "first_eval_ns": 920602, + "threshold_crossing_ns": 16102361, + "compile_ns": 14695318, + "install_ns": 59134, + "osr_ns": 0, + "steady_state_ns": 322110 + } + } + }, + { + "pair_index": 6, + "reference": { + "elapsed_ns": 326136, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18265499, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11120640, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19053609, + "runtime_create_ns": 21896, + "jit_attach_ns": 55582, + "context_create_ns": 103086, + "definition_eval_ns": 57123, + "first_eval_ns": 937450, + "threshold_crossing_ns": 17494559, + "compile_ns": 15015240, + "install_ns": 79433, + "osr_ns": 0, + "steady_state_ns": 326136 + } + }, + "entry_cache": { + "elapsed_ns": 312063, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12144433, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11030528, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19562591, + "runtime_create_ns": 28525, + "jit_attach_ns": 61289, + "context_create_ns": 112361, + "definition_eval_ns": 75098, + "first_eval_ns": 938174, + "threshold_crossing_ns": 17974138, + "compile_ns": 15984748, + "install_ns": 97152, + "osr_ns": 0, + "steady_state_ns": 312063 + } + }, + "candidate": { + "elapsed_ns": 318668, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 142, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 16483268, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11124736, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19959245, + "runtime_create_ns": 28281, + "jit_attach_ns": 61487, + "context_create_ns": 114718, + "definition_eval_ns": 83016, + "first_eval_ns": 926680, + "threshold_crossing_ns": 16003837, + "compile_ns": 14790689, + "install_ns": 60351, + "osr_ns": 0, + "steady_state_ns": 318668 + } + } + }, + { + "pair_index": 7, + "entry_cache": { + "elapsed_ns": 313988, + "checksum": "number:40bb580000000000", + "native_entries": 2012, + "native_acquisitions": 78, + "native_exits": 2012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 393, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 374, + "measured_benefit_ns": 32573770, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11173888, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19720472, + "runtime_create_ns": 32070, + "jit_attach_ns": 59841, + "context_create_ns": 143820, + "definition_eval_ns": 75473, + "first_eval_ns": 2335768, + "threshold_crossing_ns": 16693386, + "compile_ns": 16770068, + "install_ns": 108083, + "osr_ns": 0, + "steady_state_ns": 313988 + } + }, + "candidate": { + "elapsed_ns": 330205, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12004069, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11091968, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19501977, + "runtime_create_ns": 29998, + "jit_attach_ns": 76399, + "context_create_ns": 114537, + "definition_eval_ns": 83881, + "first_eval_ns": 928115, + "threshold_crossing_ns": 17875218, + "compile_ns": 16624994, + "install_ns": 78377, + "osr_ns": 0, + "steady_state_ns": 330205 + } + }, + "reference": { + "elapsed_ns": 316718, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18104229, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11075584, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19378638, + "runtime_create_ns": 30202, + "jit_attach_ns": 64026, + "context_create_ns": 103576, + "definition_eval_ns": 75889, + "first_eval_ns": 964553, + "threshold_crossing_ns": 17761129, + "compile_ns": 15639052, + "install_ns": 93582, + "osr_ns": 0, + "steady_state_ns": 316718 + } + } + }, + { + "pair_index": 8, + "entry_cache": { + "elapsed_ns": 313857, + "checksum": "number:40bb580000000000", + "native_entries": 2015, + "native_acquisitions": 80, + "native_exits": 2015, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12395917, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10989568, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 30936903, + "runtime_create_ns": 34463, + "jit_attach_ns": 74200, + "context_create_ns": 116915, + "definition_eval_ns": 80532, + "first_eval_ns": 948406, + "threshold_crossing_ns": 29305155, + "compile_ns": 27852948, + "install_ns": 122207, + "osr_ns": 0, + "steady_state_ns": 313857 + } + }, + "candidate": { + "elapsed_ns": 320583, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 142, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 16328295, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11141120, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20040128, + "runtime_create_ns": 30400, + "jit_attach_ns": 71187, + "context_create_ns": 121363, + "definition_eval_ns": 79757, + "first_eval_ns": 944195, + "threshold_crossing_ns": 16056387, + "compile_ns": 14914866, + "install_ns": 60384, + "osr_ns": 0, + "steady_state_ns": 320583 + } + }, + "reference": { + "elapsed_ns": 314812, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18715727, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11124736, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19034044, + "runtime_create_ns": 27180, + "jit_attach_ns": 61238, + "context_create_ns": 111551, + "definition_eval_ns": 72954, + "first_eval_ns": 955427, + "threshold_crossing_ns": 17428700, + "compile_ns": 15469799, + "install_ns": 77669, + "osr_ns": 0, + "steady_state_ns": 314812 + } + } + }, + { + "pair_index": 9, + "entry_cache": { + "elapsed_ns": 4166173, + "checksum": "number:40bb580000000000", + "native_entries": 8012, + "native_acquisitions": 269, + "native_exits": 8012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 6055, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 5547, + "measured_benefit_ns": 14125336, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11112448, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 32501130, + "runtime_create_ns": 39283, + "jit_attach_ns": 97091, + "context_create_ns": 1085298, + "definition_eval_ns": 364428, + "first_eval_ns": 2703345, + "threshold_crossing_ns": 22480604, + "compile_ns": 22337003, + "install_ns": 92676, + "osr_ns": 0, + "steady_state_ns": 4166173 + } + }, + "candidate": { + "elapsed_ns": 321508, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 141, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 16634785, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11075584, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20013992, + "runtime_create_ns": 28531, + "jit_attach_ns": 65314, + "context_create_ns": 122801, + "definition_eval_ns": 80383, + "first_eval_ns": 918127, + "threshold_crossing_ns": 16009503, + "compile_ns": 14756137, + "install_ns": 57712, + "osr_ns": 0, + "steady_state_ns": 321508 + } + }, + "reference": { + "elapsed_ns": 315885, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18070802, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11145216, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19101164, + "runtime_create_ns": 25943, + "jit_attach_ns": 62357, + "context_create_ns": 108438, + "definition_eval_ns": 73738, + "first_eval_ns": 990986, + "threshold_crossing_ns": 17462643, + "compile_ns": 15619397, + "install_ns": 80439, + "osr_ns": 0, + "steady_state_ns": 315885 + } + } + }, + { + "pair_index": 10, + "entry_cache": { + "elapsed_ns": 314967, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 141, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 18354843, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11239424, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20422079, + "runtime_create_ns": 22234, + "jit_attach_ns": 55828, + "context_create_ns": 101962, + "definition_eval_ns": 61258, + "first_eval_ns": 938386, + "threshold_crossing_ns": 16308349, + "compile_ns": 14558360, + "install_ns": 59442, + "osr_ns": 0, + "steady_state_ns": 314967 + } + }, + "candidate": { + "elapsed_ns": 319946, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 141, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 16318716, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11223040, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19935996, + "runtime_create_ns": 25938, + "jit_attach_ns": 64310, + "context_create_ns": 113037, + "definition_eval_ns": 88224, + "first_eval_ns": 907924, + "threshold_crossing_ns": 15996024, + "compile_ns": 14903949, + "install_ns": 64544, + "osr_ns": 0, + "steady_state_ns": 319946 + } + }, + "reference": { + "elapsed_ns": 314062, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18369165, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11042816, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18971511, + "runtime_create_ns": 26017, + "jit_attach_ns": 61283, + "context_create_ns": 107922, + "definition_eval_ns": 73715, + "first_eval_ns": 925892, + "threshold_crossing_ns": 17402781, + "compile_ns": 15523366, + "install_ns": 80030, + "osr_ns": 0, + "steady_state_ns": 314062 + } + } + }, + { + "pair_index": 11, + "candidate": { + "elapsed_ns": 330785, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12081623, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11010048, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19559818, + "runtime_create_ns": 37234, + "jit_attach_ns": 74013, + "context_create_ns": 115172, + "definition_eval_ns": 78543, + "first_eval_ns": 966554, + "threshold_crossing_ns": 17888832, + "compile_ns": 16480487, + "install_ns": 88614, + "osr_ns": 0, + "steady_state_ns": 330785 + } + }, + "reference": { + "elapsed_ns": 316104, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18489000, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11096064, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19134117, + "runtime_create_ns": 26337, + "jit_attach_ns": 64335, + "context_create_ns": 109580, + "definition_eval_ns": 76658, + "first_eval_ns": 959341, + "threshold_crossing_ns": 17508003, + "compile_ns": 15226338, + "install_ns": 78581, + "osr_ns": 0, + "steady_state_ns": 316104 + } + }, + "entry_cache": { + "elapsed_ns": 321717, + "checksum": "number:40bb580000000000", + "native_entries": 2012, + "native_acquisitions": 77, + "native_exits": 2012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 28288479, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11096064, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19246989, + "runtime_create_ns": 29504, + "jit_attach_ns": 59496, + "context_create_ns": 110238, + "definition_eval_ns": 78766, + "first_eval_ns": 936266, + "threshold_crossing_ns": 17648825, + "compile_ns": 15889219, + "install_ns": 82363, + "osr_ns": 0, + "steady_state_ns": 321717 + } + } + }, + { + "pair_index": 12, + "candidate": { + "elapsed_ns": 2712627, + "checksum": "number:40bb580000000000", + "native_entries": 6012, + "native_acquisitions": 206, + "native_exits": 6012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 6009, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 9, + "measured_benefit_ns": 12697886, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11177984, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20948370, + "runtime_create_ns": 26408, + "jit_attach_ns": 65973, + "context_create_ns": 113471, + "definition_eval_ns": 76544, + "first_eval_ns": 935121, + "threshold_crossing_ns": 16037933, + "compile_ns": 14800380, + "install_ns": 65089, + "osr_ns": 0, + "steady_state_ns": 2712627 + } + }, + "reference": { + "elapsed_ns": 314731, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18257793, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11034624, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19140353, + "runtime_create_ns": 26968, + "jit_attach_ns": 63629, + "context_create_ns": 110504, + "definition_eval_ns": 73724, + "first_eval_ns": 950064, + "threshold_crossing_ns": 17540492, + "compile_ns": 15713838, + "install_ns": 81128, + "osr_ns": 0, + "steady_state_ns": 314731 + } + }, + "entry_cache": { + "elapsed_ns": 322037, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12106799, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11145216, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19447722, + "runtime_create_ns": 31411, + "jit_attach_ns": 68806, + "context_create_ns": 109703, + "definition_eval_ns": 83465, + "first_eval_ns": 932300, + "threshold_crossing_ns": 17839180, + "compile_ns": 16571115, + "install_ns": 85385, + "osr_ns": 0, + "steady_state_ns": 322037 + } + } + }, + { + "pair_index": 13, + "candidate": { + "elapsed_ns": 322318, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 141, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 16441399, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11087872, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19973044, + "runtime_create_ns": 29874, + "jit_attach_ns": 63482, + "context_create_ns": 114950, + "definition_eval_ns": 71985, + "first_eval_ns": 930386, + "threshold_crossing_ns": 16008030, + "compile_ns": 14815344, + "install_ns": 60071, + "osr_ns": 0, + "steady_state_ns": 322318 + } + }, + "reference": { + "elapsed_ns": 435793, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18100146, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11067392, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19147208, + "runtime_create_ns": 27205, + "jit_attach_ns": 61087, + "context_create_ns": 110563, + "definition_eval_ns": 74353, + "first_eval_ns": 952602, + "threshold_crossing_ns": 17399673, + "compile_ns": 15511543, + "install_ns": 81017, + "osr_ns": 0, + "steady_state_ns": 435793 + } + }, + "entry_cache": { + "elapsed_ns": 322784, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 142, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 18219005, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11173888, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20390573, + "runtime_create_ns": 35285, + "jit_attach_ns": 61797, + "context_create_ns": 109056, + "definition_eval_ns": 81915, + "first_eval_ns": 918352, + "threshold_crossing_ns": 16270543, + "compile_ns": 14996447, + "install_ns": 59163, + "osr_ns": 0, + "steady_state_ns": 322784 + } + } + }, + { + "pair_index": 14, + "candidate": { + "elapsed_ns": 324502, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 141, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 16632877, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11161600, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19873470, + "runtime_create_ns": 25319, + "jit_attach_ns": 53470, + "context_create_ns": 102378, + "definition_eval_ns": 59321, + "first_eval_ns": 914143, + "threshold_crossing_ns": 15927625, + "compile_ns": 14705608, + "install_ns": 58596, + "osr_ns": 0, + "steady_state_ns": 324502 + } + }, + "reference": { + "elapsed_ns": 315168, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18404419, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11153408, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19007427, + "runtime_create_ns": 23234, + "jit_attach_ns": 61756, + "context_create_ns": 105593, + "definition_eval_ns": 73196, + "first_eval_ns": 959915, + "threshold_crossing_ns": 17407265, + "compile_ns": 15375040, + "install_ns": 83036, + "osr_ns": 0, + "steady_state_ns": 315168 + } + }, + "entry_cache": { + "elapsed_ns": 315326, + "checksum": "number:40bb580000000000", + "native_entries": 2012, + "native_acquisitions": 77, + "native_exits": 2012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 51999669, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11079680, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 22469662, + "runtime_create_ns": 32838, + "jit_attach_ns": 60133, + "context_create_ns": 108184, + "definition_eval_ns": 73394, + "first_eval_ns": 927094, + "threshold_crossing_ns": 20857173, + "compile_ns": 17774147, + "install_ns": 165628, + "osr_ns": 0, + "steady_state_ns": 315326 + } + } + }, + { + "pair_index": 15, + "reference": { + "elapsed_ns": 324386, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18601981, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11120640, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19103909, + "runtime_create_ns": 28622, + "jit_attach_ns": 53078, + "context_create_ns": 108416, + "definition_eval_ns": 74583, + "first_eval_ns": 983978, + "threshold_crossing_ns": 17471883, + "compile_ns": 15095224, + "install_ns": 88936, + "osr_ns": 0, + "steady_state_ns": 324386 + } + }, + "entry_cache": { + "elapsed_ns": 311710, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12015650, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11145216, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19365087, + "runtime_create_ns": 28356, + "jit_attach_ns": 59931, + "context_create_ns": 107745, + "definition_eval_ns": 65457, + "first_eval_ns": 918444, + "threshold_crossing_ns": 17814029, + "compile_ns": 15911980, + "install_ns": 88624, + "osr_ns": 0, + "steady_state_ns": 311710 + } + }, + "candidate": { + "elapsed_ns": 321617, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 141, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 16552621, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11173888, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20006061, + "runtime_create_ns": 26005, + "jit_attach_ns": 59983, + "context_create_ns": 111619, + "definition_eval_ns": 75755, + "first_eval_ns": 923409, + "threshold_crossing_ns": 16048728, + "compile_ns": 14643192, + "install_ns": 59521, + "osr_ns": 0, + "steady_state_ns": 321617 + } + } + }, + { + "pair_index": 16, + "reference": { + "elapsed_ns": 326123, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 13942408, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11145216, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20082089, + "runtime_create_ns": 24876, + "jit_attach_ns": 61739, + "context_create_ns": 108787, + "definition_eval_ns": 77744, + "first_eval_ns": 961830, + "threshold_crossing_ns": 18456999, + "compile_ns": 16227482, + "install_ns": 90476, + "osr_ns": 0, + "steady_state_ns": 326123 + } + }, + "entry_cache": { + "elapsed_ns": 314384, + "checksum": "number:40bb580000000000", + "native_entries": 2012, + "native_acquisitions": 77, + "native_exits": 2012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 28079201, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11055104, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19385888, + "runtime_create_ns": 31508, + "jit_attach_ns": 58697, + "context_create_ns": 106367, + "definition_eval_ns": 69381, + "first_eval_ns": 941394, + "threshold_crossing_ns": 17803777, + "compile_ns": 15769525, + "install_ns": 76222, + "osr_ns": 0, + "steady_state_ns": 314384 + } + }, + "candidate": { + "elapsed_ns": 316622, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12525907, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11005952, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19178915, + "runtime_create_ns": 31568, + "jit_attach_ns": 60995, + "context_create_ns": 108750, + "definition_eval_ns": 72766, + "first_eval_ns": 905392, + "threshold_crossing_ns": 17622445, + "compile_ns": 15970078, + "install_ns": 73300, + "osr_ns": 0, + "steady_state_ns": 316622 + } + } + }, + { + "pair_index": 17, + "reference": { + "elapsed_ns": 320063, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18320478, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11112448, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19162923, + "runtime_create_ns": 31084, + "jit_attach_ns": 69561, + "context_create_ns": 109565, + "definition_eval_ns": 73220, + "first_eval_ns": 956973, + "threshold_crossing_ns": 17533487, + "compile_ns": 15201421, + "install_ns": 93661, + "osr_ns": 0, + "steady_state_ns": 320063 + } + }, + "entry_cache": { + "elapsed_ns": 311617, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14318356, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11120640, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18526621, + "runtime_create_ns": 30641, + "jit_attach_ns": 65717, + "context_create_ns": 115024, + "definition_eval_ns": 72208, + "first_eval_ns": 2361124, + "threshold_crossing_ns": 15508510, + "compile_ns": 15812908, + "install_ns": 80294, + "osr_ns": 0, + "steady_state_ns": 311617 + } + }, + "candidate": { + "elapsed_ns": 337737, + "checksum": "number:40bb580000000000", + "native_entries": 2012, + "native_acquisitions": 78, + "native_exits": 2012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 28812048, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11182080, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19385850, + "runtime_create_ns": 28678, + "jit_attach_ns": 74788, + "context_create_ns": 111514, + "definition_eval_ns": 78598, + "first_eval_ns": 2326015, + "threshold_crossing_ns": 16365934, + "compile_ns": 16658566, + "install_ns": 80208, + "osr_ns": 0, + "steady_state_ns": 337737 + } + } + }, + { + "pair_index": 18, + "reference": { + "elapsed_ns": 316256, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18910594, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11124736, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19155618, + "runtime_create_ns": 25639, + "jit_attach_ns": 55396, + "context_create_ns": 102699, + "definition_eval_ns": 58593, + "first_eval_ns": 956447, + "threshold_crossing_ns": 17571098, + "compile_ns": 15180417, + "install_ns": 82642, + "osr_ns": 0, + "steady_state_ns": 316256 + } + }, + "entry_cache": { + "elapsed_ns": 314306, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14299013, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11051008, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18603100, + "runtime_create_ns": 31283, + "jit_attach_ns": 63321, + "context_create_ns": 115045, + "definition_eval_ns": 71274, + "first_eval_ns": 2395713, + "threshold_crossing_ns": 15552705, + "compile_ns": 15848493, + "install_ns": 77372, + "osr_ns": 0, + "steady_state_ns": 314306 + } + }, + "candidate": { + "elapsed_ns": 320586, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 142, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 16398378, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11042816, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19936404, + "runtime_create_ns": 28094, + "jit_attach_ns": 70103, + "context_create_ns": 119675, + "definition_eval_ns": 75677, + "first_eval_ns": 2334224, + "threshold_crossing_ns": 14570188, + "compile_ns": 15049220, + "install_ns": 66540, + "osr_ns": 0, + "steady_state_ns": 320586 + } + } + }, + { + "pair_index": 19, + "entry_cache": { + "elapsed_ns": 320246, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12131648, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11137024, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19467400, + "runtime_create_ns": 31522, + "jit_attach_ns": 57320, + "context_create_ns": 116028, + "definition_eval_ns": 77470, + "first_eval_ns": 920233, + "threshold_crossing_ns": 17880486, + "compile_ns": 16602294, + "install_ns": 88352, + "osr_ns": 0, + "steady_state_ns": 320246 + } + }, + "candidate": { + "elapsed_ns": 318237, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12162199, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11116544, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18330843, + "runtime_create_ns": 25253, + "jit_attach_ns": 55037, + "context_create_ns": 109040, + "definition_eval_ns": 89273, + "first_eval_ns": 932069, + "threshold_crossing_ns": 16741020, + "compile_ns": 14874820, + "install_ns": 690849, + "osr_ns": 0, + "steady_state_ns": 318237 + } + }, + "reference": { + "elapsed_ns": 316422, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18290574, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11067392, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18967688, + "runtime_create_ns": 26991, + "jit_attach_ns": 59782, + "context_create_ns": 106857, + "definition_eval_ns": 72053, + "first_eval_ns": 2398902, + "threshold_crossing_ns": 15923745, + "compile_ns": 15859935, + "install_ns": 72976, + "osr_ns": 0, + "steady_state_ns": 316422 + } + } + }, + { + "pair_index": 20, + "entry_cache": { + "elapsed_ns": 312643, + "checksum": "number:40bb580000000000", + "native_entries": 4014, + "native_acquisitions": 143, + "native_exits": 4014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14254262, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10960896, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 21445145, + "runtime_create_ns": 77444, + "jit_attach_ns": 225138, + "context_create_ns": 233349, + "definition_eval_ns": 103552, + "first_eval_ns": 2765945, + "threshold_crossing_ns": 17642269, + "compile_ns": 18140361, + "install_ns": 86761, + "osr_ns": 0, + "steady_state_ns": 312643 + } + }, + "candidate": { + "elapsed_ns": 317488, + "checksum": "number:40bb580000000000", + "native_entries": 2012, + "native_acquisitions": 78, + "native_exits": 2012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 598, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 579, + "measured_benefit_ns": 30079675, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11087872, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19248957, + "runtime_create_ns": 33126, + "jit_attach_ns": 68159, + "context_create_ns": 111458, + "definition_eval_ns": 72339, + "first_eval_ns": 929847, + "threshold_crossing_ns": 17654585, + "compile_ns": 15830827, + "install_ns": 85956, + "osr_ns": 0, + "steady_state_ns": 317488 + } + }, + "reference": { + "elapsed_ns": 313538, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 15641176, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10997760, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19290780, + "runtime_create_ns": 31071, + "jit_attach_ns": 59882, + "context_create_ns": 106522, + "definition_eval_ns": 73565, + "first_eval_ns": 958000, + "threshold_crossing_ns": 17686321, + "compile_ns": 15643349, + "install_ns": 94682, + "osr_ns": 0, + "steady_state_ns": 313538 + } + } + }, + { + "pair_index": 21, + "entry_cache": { + "elapsed_ns": 313155, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14254578, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11087872, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 24537212, + "runtime_create_ns": 31177, + "jit_attach_ns": 58439, + "context_create_ns": 113726, + "definition_eval_ns": 65747, + "first_eval_ns": 2341062, + "threshold_crossing_ns": 21554067, + "compile_ns": 21591219, + "install_ns": 113042, + "osr_ns": 0, + "steady_state_ns": 313155 + } + }, + "candidate": { + "elapsed_ns": 2542236, + "checksum": "number:40bb580000000000", + "native_entries": 10013, + "native_acquisitions": 335, + "native_exits": 10013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 8008, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 7923, + "measured_benefit_ns": 10494304, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11083776, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 23752452, + "runtime_create_ns": 35227, + "jit_attach_ns": 72669, + "context_create_ns": 209874, + "definition_eval_ns": 630445, + "first_eval_ns": 2712139, + "threshold_crossing_ns": 16483979, + "compile_ns": 14760372, + "install_ns": 66724, + "osr_ns": 0, + "steady_state_ns": 2542236 + } + }, + "reference": { + "elapsed_ns": 334243, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18403897, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11182080, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19272614, + "runtime_create_ns": 28400, + "jit_attach_ns": 64387, + "context_create_ns": 115767, + "definition_eval_ns": 69691, + "first_eval_ns": 958088, + "threshold_crossing_ns": 17640077, + "compile_ns": 15283053, + "install_ns": 86276, + "osr_ns": 0, + "steady_state_ns": 334243 + } + } + }, + { + "pair_index": 22, + "entry_cache": { + "elapsed_ns": 314550, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 141, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 18315997, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11083776, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20345585, + "runtime_create_ns": 26855, + "jit_attach_ns": 60274, + "context_create_ns": 101698, + "definition_eval_ns": 54479, + "first_eval_ns": 926394, + "threshold_crossing_ns": 16256010, + "compile_ns": 14798403, + "install_ns": 59767, + "osr_ns": 0, + "steady_state_ns": 314550 + } + }, + "candidate": { + "elapsed_ns": 321196, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 141, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 16430104, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11096064, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19999827, + "runtime_create_ns": 36961, + "jit_attach_ns": 63124, + "context_create_ns": 113388, + "definition_eval_ns": 75581, + "first_eval_ns": 2333071, + "threshold_crossing_ns": 14627596, + "compile_ns": 15142403, + "install_ns": 71752, + "osr_ns": 0, + "steady_state_ns": 321196 + } + }, + "reference": { + "elapsed_ns": 321910, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18484853, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11149312, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19109765, + "runtime_create_ns": 29335, + "jit_attach_ns": 74796, + "context_create_ns": 104568, + "definition_eval_ns": 75845, + "first_eval_ns": 2337094, + "threshold_crossing_ns": 16104887, + "compile_ns": 15936242, + "install_ns": 82511, + "osr_ns": 0, + "steady_state_ns": 321910 + } + } + }, + { + "pair_index": 23, + "candidate": { + "elapsed_ns": 319157, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 141, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 16549867, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11137024, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20024803, + "runtime_create_ns": 25191, + "jit_attach_ns": 60391, + "context_create_ns": 121565, + "definition_eval_ns": 79316, + "first_eval_ns": 2333643, + "threshold_crossing_ns": 14636131, + "compile_ns": 15015423, + "install_ns": 63087, + "osr_ns": 0, + "steady_state_ns": 319157 + } + }, + "reference": { + "elapsed_ns": 314671, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18240256, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11149312, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19130720, + "runtime_create_ns": 24504, + "jit_attach_ns": 62660, + "context_create_ns": 113427, + "definition_eval_ns": 72934, + "first_eval_ns": 2338696, + "threshold_crossing_ns": 16143271, + "compile_ns": 15850319, + "install_ns": 73930, + "osr_ns": 0, + "steady_state_ns": 314671 + } + }, + "entry_cache": { + "elapsed_ns": 325080, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 141, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 18451778, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11087872, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20402708, + "runtime_create_ns": 31584, + "jit_attach_ns": 64430, + "context_create_ns": 115133, + "definition_eval_ns": 70606, + "first_eval_ns": 2326423, + "threshold_crossing_ns": 14828521, + "compile_ns": 15018661, + "install_ns": 65736, + "osr_ns": 0, + "steady_state_ns": 325080 + } + } + }, + { + "pair_index": 24, + "candidate": { + "elapsed_ns": 329396, + "checksum": "number:40bb580000000000", + "native_entries": 4014, + "native_acquisitions": 144, + "native_exits": 4014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 15586801, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11091968, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 26146287, + "runtime_create_ns": 31294, + "jit_attach_ns": 55809, + "context_create_ns": 108877, + "definition_eval_ns": 71125, + "first_eval_ns": 898677, + "threshold_crossing_ns": 22034668, + "compile_ns": 20359124, + "install_ns": 301320, + "osr_ns": 0, + "steady_state_ns": 329396 + } + }, + "reference": { + "elapsed_ns": 3296601, + "checksum": "number:40bb580000000000", + "native_entries": 6012, + "native_exits": 6012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4543, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 4516, + "measured_benefit_ns": 18988239, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11014144, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 24357486, + "runtime_create_ns": 33231, + "jit_attach_ns": 74370, + "context_create_ns": 110301, + "definition_eval_ns": 86763, + "first_eval_ns": 2380565, + "threshold_crossing_ns": 16813614, + "compile_ns": 16974320, + "install_ns": 66579, + "osr_ns": 0, + "steady_state_ns": 3296601 + } + }, + "entry_cache": { + "elapsed_ns": 311301, + "checksum": "number:40bb580000000000", + "native_entries": 2012, + "native_acquisitions": 78, + "native_exits": 2012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 27952851, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11112448, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19223068, + "runtime_create_ns": 30678, + "jit_attach_ns": 68876, + "context_create_ns": 116474, + "definition_eval_ns": 76265, + "first_eval_ns": 932732, + "threshold_crossing_ns": 17617469, + "compile_ns": 16278881, + "install_ns": 75213, + "osr_ns": 0, + "steady_state_ns": 311301 + } + } + }, + { + "pair_index": 25, + "candidate": { + "elapsed_ns": 316301, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12082154, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11120640, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19081290, + "runtime_create_ns": 31127, + "jit_attach_ns": 54270, + "context_create_ns": 105472, + "definition_eval_ns": 70570, + "first_eval_ns": 911426, + "threshold_crossing_ns": 17531908, + "compile_ns": 15779893, + "install_ns": 85375, + "osr_ns": 0, + "steady_state_ns": 316301 + } + }, + "reference": { + "elapsed_ns": 319929, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18126230, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11153408, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 27478040, + "runtime_create_ns": 29088, + "jit_attach_ns": 57118, + "context_create_ns": 100125, + "definition_eval_ns": 70137, + "first_eval_ns": 950552, + "threshold_crossing_ns": 25888001, + "compile_ns": 23623386, + "install_ns": 135824, + "osr_ns": 0, + "steady_state_ns": 319929 + } + }, + "entry_cache": { + "elapsed_ns": 314180, + "checksum": "number:40bb580000000000", + "native_entries": 2012, + "native_acquisitions": 78, + "native_exits": 2012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 28042611, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11153408, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19453128, + "runtime_create_ns": 29053, + "jit_attach_ns": 77627, + "context_create_ns": 114009, + "definition_eval_ns": 83953, + "first_eval_ns": 2342260, + "threshold_crossing_ns": 16428309, + "compile_ns": 16824183, + "install_ns": 81087, + "osr_ns": 0, + "steady_state_ns": 314180 + } + } + }, + { + "pair_index": 26, + "candidate": { + "elapsed_ns": 318353, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12080748, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11005952, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18794362, + "runtime_create_ns": 31494, + "jit_attach_ns": 77443, + "context_create_ns": 111787, + "definition_eval_ns": 74713, + "first_eval_ns": 2349429, + "threshold_crossing_ns": 15767558, + "compile_ns": 16775000, + "install_ns": 85566, + "osr_ns": 0, + "steady_state_ns": 318353 + } + }, + "reference": { + "elapsed_ns": 315994, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18468074, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10981376, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19886153, + "runtime_create_ns": 27880, + "jit_attach_ns": 72313, + "context_create_ns": 109254, + "definition_eval_ns": 76186, + "first_eval_ns": 965972, + "threshold_crossing_ns": 18257313, + "compile_ns": 16244784, + "install_ns": 98969, + "osr_ns": 0, + "steady_state_ns": 315994 + } + }, + "entry_cache": { + "elapsed_ns": 335182, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14352828, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11042816, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19681174, + "runtime_create_ns": 32200, + "jit_attach_ns": 66478, + "context_create_ns": 111451, + "definition_eval_ns": 68697, + "first_eval_ns": 941397, + "threshold_crossing_ns": 18058170, + "compile_ns": 16340951, + "install_ns": 121919, + "osr_ns": 0, + "steady_state_ns": 335182 + } + } + }, + { + "pair_index": 27, + "reference": { + "elapsed_ns": 313865, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_exits": 4013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 1981, + "measured_benefit_ns": 21877667, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11214848, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 21847292, + "runtime_create_ns": 26027, + "jit_attach_ns": 62778, + "context_create_ns": 116165, + "definition_eval_ns": 74978, + "first_eval_ns": 2372978, + "threshold_crossing_ns": 18817535, + "compile_ns": 18087673, + "install_ns": 147369, + "osr_ns": 0, + "steady_state_ns": 313865 + } + }, + "entry_cache": { + "elapsed_ns": 312502, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14419295, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11108352, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19769801, + "runtime_create_ns": 31768, + "jit_attach_ns": 64967, + "context_create_ns": 128445, + "definition_eval_ns": 73826, + "first_eval_ns": 2353477, + "threshold_crossing_ns": 16742731, + "compile_ns": 16845296, + "install_ns": 85591, + "osr_ns": 0, + "steady_state_ns": 312502 + } + }, + "candidate": { + "elapsed_ns": 332908, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 141, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 16621307, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11120640, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20339395, + "runtime_create_ns": 29270, + "jit_attach_ns": 65688, + "context_create_ns": 116549, + "definition_eval_ns": 86751, + "first_eval_ns": 892917, + "threshold_crossing_ns": 16337363, + "compile_ns": 15192694, + "install_ns": 76640, + "osr_ns": 0, + "steady_state_ns": 332908 + } + } + }, + { + "pair_index": 28, + "reference": { + "elapsed_ns": 315450, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 18502961, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11051008, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19874006, + "runtime_create_ns": 28824, + "jit_attach_ns": 63243, + "context_create_ns": 105396, + "definition_eval_ns": 79326, + "first_eval_ns": 939630, + "threshold_crossing_ns": 18282816, + "compile_ns": 16493313, + "install_ns": 85706, + "osr_ns": 0, + "steady_state_ns": 315450 + } + }, + "entry_cache": { + "elapsed_ns": 325739, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 21786292, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11067392, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19705770, + "runtime_create_ns": 28693, + "jit_attach_ns": 63402, + "context_create_ns": 116792, + "definition_eval_ns": 72848, + "first_eval_ns": 937400, + "threshold_crossing_ns": 18099680, + "compile_ns": 15905251, + "install_ns": 86966, + "osr_ns": 0, + "steady_state_ns": 325739 + } + }, + "candidate": { + "elapsed_ns": 362632, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12086480, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11034624, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19747051, + "runtime_create_ns": 30728, + "jit_attach_ns": 70105, + "context_create_ns": 106098, + "definition_eval_ns": 70383, + "first_eval_ns": 929019, + "threshold_crossing_ns": 18101770, + "compile_ns": 16388659, + "install_ns": 215630, + "osr_ns": 0, + "steady_state_ns": 362632 + } + } + }, + { + "pair_index": 29, + "reference": { + "elapsed_ns": 319443, + "checksum": "number:40bb580000000000", + "native_entries": 2012, + "native_exits": 2012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 209, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 207, + "measured_benefit_ns": 36468123, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11235328, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 21012043, + "runtime_create_ns": 24977, + "jit_attach_ns": 62618, + "context_create_ns": 107308, + "definition_eval_ns": 75290, + "first_eval_ns": 962830, + "threshold_crossing_ns": 19396804, + "compile_ns": 16667875, + "install_ns": 388964, + "osr_ns": 0, + "steady_state_ns": 319443 + } + }, + "entry_cache": { + "elapsed_ns": 315427, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14275198, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10948608, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18998725, + "runtime_create_ns": 30996, + "jit_attach_ns": 69220, + "context_create_ns": 118620, + "definition_eval_ns": 78072, + "first_eval_ns": 935257, + "threshold_crossing_ns": 17389571, + "compile_ns": 15584383, + "install_ns": 97587, + "osr_ns": 0, + "steady_state_ns": 315427 + } + }, + "candidate": { + "elapsed_ns": 328594, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12152120, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11067392, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19690877, + "runtime_create_ns": 29264, + "jit_attach_ns": 67301, + "context_create_ns": 115159, + "definition_eval_ns": 79508, + "first_eval_ns": 938669, + "threshold_crossing_ns": 18071648, + "compile_ns": 16617094, + "install_ns": 84454, + "osr_ns": 0, + "steady_state_ns": 328594 + } + } + } + ], + "automatic": [ + { + "pair_index": 0, + "reference": { + "elapsed_ns": 312869, + "checksum": "number:40bb580000000000", + "native_entries": 4101, + "native_exits": 4101, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4014, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 3974, + "measured_benefit_ns": 23942920, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11251712, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 21634444, + "runtime_create_ns": 24632, + "jit_attach_ns": 63971, + "context_create_ns": 108823, + "definition_eval_ns": 60322, + "first_eval_ns": 826139, + "threshold_crossing_ns": 20182418, + "compile_ns": 16966013, + "install_ns": 108276, + "osr_ns": 0, + "steady_state_ns": 312869 + } + }, + "entry_cache": { + "elapsed_ns": 313414, + "checksum": "number:40bb580000000000", + "native_entries": 6111, + "native_acquisitions": 213, + "native_exits": 6111, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 6014, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 5919, + "measured_benefit_ns": 25155815, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11124736, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 25539451, + "runtime_create_ns": 27477, + "jit_attach_ns": 61209, + "context_create_ns": 114062, + "definition_eval_ns": 57817, + "first_eval_ns": 784729, + "threshold_crossing_ns": 24127488, + "compile_ns": 21464906, + "install_ns": 129020, + "osr_ns": 0, + "steady_state_ns": 313414 + } + }, + "candidate": { + "elapsed_ns": 317397, + "checksum": "number:40bb580000000000", + "native_entries": 6112, + "native_acquisitions": 215, + "native_exits": 6112, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 6015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 6005, + "measured_benefit_ns": 14321034, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11038720, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 21994389, + "runtime_create_ns": 33509, + "jit_attach_ns": 71766, + "context_create_ns": 128486, + "definition_eval_ns": 59584, + "first_eval_ns": 784961, + "threshold_crossing_ns": 20543435, + "compile_ns": 19216460, + "install_ns": 118606, + "osr_ns": 0, + "steady_state_ns": 317397 + } + } + }, + { + "pair_index": 1, + "reference": { + "elapsed_ns": 313885, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2013, + "measured_benefit_ns": 22292932, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11059200, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19044861, + "runtime_create_ns": 26576, + "jit_attach_ns": 62809, + "context_create_ns": 103039, + "definition_eval_ns": 54059, + "first_eval_ns": 802620, + "threshold_crossing_ns": 17632389, + "compile_ns": 15834061, + "install_ns": 100233, + "osr_ns": 0, + "steady_state_ns": 313885 + } + }, + "entry_cache": { + "elapsed_ns": 366697, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2004, + "measured_benefit_ns": 16736159, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11223040, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19106057, + "runtime_create_ns": 23928, + "jit_attach_ns": 57952, + "context_create_ns": 116519, + "definition_eval_ns": 53002, + "first_eval_ns": 767867, + "threshold_crossing_ns": 17666217, + "compile_ns": 16168314, + "install_ns": 86277, + "osr_ns": 0, + "steady_state_ns": 366697 + } + }, + "candidate": { + "elapsed_ns": 317544, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2003, + "measured_benefit_ns": 13915958, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18847420, + "runtime_create_ns": 28862, + "jit_attach_ns": 62926, + "context_create_ns": 114251, + "definition_eval_ns": 57148, + "first_eval_ns": 772189, + "threshold_crossing_ns": 17441266, + "compile_ns": 16189257, + "install_ns": 82069, + "osr_ns": 0, + "steady_state_ns": 317544 + } + } + }, + { + "pair_index": 2, + "reference": { + "elapsed_ns": 314721, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2002, + "measured_benefit_ns": 21887547, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11218944, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19081939, + "runtime_create_ns": 22968, + "jit_attach_ns": 59684, + "context_create_ns": 116701, + "definition_eval_ns": 53547, + "first_eval_ns": 805225, + "threshold_crossing_ns": 17656868, + "compile_ns": 15818682, + "install_ns": 88209, + "osr_ns": 0, + "steady_state_ns": 314721 + } + }, + "entry_cache": { + "elapsed_ns": 314035, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2004, + "measured_benefit_ns": 16735381, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11165696, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19018587, + "runtime_create_ns": 26159, + "jit_attach_ns": 63456, + "context_create_ns": 120328, + "definition_eval_ns": 53217, + "first_eval_ns": 774612, + "threshold_crossing_ns": 17615214, + "compile_ns": 16147472, + "install_ns": 85327, + "osr_ns": 0, + "steady_state_ns": 314035 + } + }, + "candidate": { + "elapsed_ns": 317580, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2006, + "measured_benefit_ns": 13925949, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11087872, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18741793, + "runtime_create_ns": 28433, + "jit_attach_ns": 58092, + "context_create_ns": 123233, + "definition_eval_ns": 56200, + "first_eval_ns": 761505, + "threshold_crossing_ns": 17342174, + "compile_ns": 16004708, + "install_ns": 97212, + "osr_ns": 0, + "steady_state_ns": 317580 + } + } + }, + { + "pair_index": 3, + "reference": { + "elapsed_ns": 322317, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1997, + "measured_benefit_ns": 22011612, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11112448, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19124248, + "runtime_create_ns": 27408, + "jit_attach_ns": 55478, + "context_create_ns": 105091, + "definition_eval_ns": 52872, + "first_eval_ns": 824727, + "threshold_crossing_ns": 17686814, + "compile_ns": 15242427, + "install_ns": 84787, + "osr_ns": 0, + "steady_state_ns": 322317 + } + }, + "entry_cache": { + "elapsed_ns": 313113, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2002, + "measured_benefit_ns": 16687474, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11104256, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18878960, + "runtime_create_ns": 28811, + "jit_attach_ns": 62786, + "context_create_ns": 111084, + "definition_eval_ns": 58877, + "first_eval_ns": 783974, + "threshold_crossing_ns": 17467960, + "compile_ns": 15412837, + "install_ns": 84510, + "osr_ns": 0, + "steady_state_ns": 313113 + } + }, + "candidate": { + "elapsed_ns": 317270, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2010, + "measured_benefit_ns": 14163224, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11075584, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18733639, + "runtime_create_ns": 24717, + "jit_attach_ns": 58731, + "context_create_ns": 123285, + "definition_eval_ns": 61574, + "first_eval_ns": 764946, + "threshold_crossing_ns": 17330452, + "compile_ns": 16036822, + "install_ns": 89796, + "osr_ns": 0, + "steady_state_ns": 317270 + } + } + }, + { + "pair_index": 4, + "entry_cache": { + "elapsed_ns": 335016, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2011, + "measured_benefit_ns": 16561830, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19126196, + "runtime_create_ns": 28953, + "jit_attach_ns": 64249, + "context_create_ns": 112934, + "definition_eval_ns": 57984, + "first_eval_ns": 782019, + "threshold_crossing_ns": 17691513, + "compile_ns": 15621752, + "install_ns": 98747, + "osr_ns": 0, + "steady_state_ns": 335016 + } + }, + "candidate": { + "elapsed_ns": 325886, + "checksum": "number:40bb580000000000", + "native_entries": 4141, + "native_acquisitions": 152, + "native_exits": 4141, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 3992, + "measured_benefit_ns": 14089285, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11026432, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19646348, + "runtime_create_ns": 30573, + "jit_attach_ns": 63854, + "context_create_ns": 110402, + "definition_eval_ns": 57627, + "first_eval_ns": 785660, + "threshold_crossing_ns": 18218922, + "compile_ns": 16529340, + "install_ns": 97935, + "osr_ns": 0, + "steady_state_ns": 325886 + } + }, + "reference": { + "elapsed_ns": 312150, + "checksum": "number:40bb580000000000", + "native_entries": 2101, + "native_exits": 2101, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1986, + "measured_benefit_ns": 22192735, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11157504, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19247920, + "runtime_create_ns": 29323, + "jit_attach_ns": 66626, + "context_create_ns": 105270, + "definition_eval_ns": 58610, + "first_eval_ns": 822224, + "threshold_crossing_ns": 17802319, + "compile_ns": 15345212, + "install_ns": 106775, + "osr_ns": 0, + "steady_state_ns": 312150 + } + } + }, + { + "pair_index": 5, + "entry_cache": { + "elapsed_ns": 313900, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2009, + "measured_benefit_ns": 16654305, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19086761, + "runtime_create_ns": 27791, + "jit_attach_ns": 59922, + "context_create_ns": 111777, + "definition_eval_ns": 57044, + "first_eval_ns": 774496, + "threshold_crossing_ns": 17689886, + "compile_ns": 15846405, + "install_ns": 94427, + "osr_ns": 0, + "steady_state_ns": 313900 + } + }, + "candidate": { + "elapsed_ns": 316936, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2004, + "measured_benefit_ns": 13931774, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11087872, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18875917, + "runtime_create_ns": 28605, + "jit_attach_ns": 63711, + "context_create_ns": 107870, + "definition_eval_ns": 53529, + "first_eval_ns": 789217, + "threshold_crossing_ns": 17465288, + "compile_ns": 15879294, + "install_ns": 96335, + "osr_ns": 0, + "steady_state_ns": 316936 + } + }, + "reference": { + "elapsed_ns": 316424, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2006, + "measured_benefit_ns": 21926944, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11096064, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19113935, + "runtime_create_ns": 28979, + "jit_attach_ns": 58033, + "context_create_ns": 105794, + "definition_eval_ns": 58721, + "first_eval_ns": 819689, + "threshold_crossing_ns": 17676088, + "compile_ns": 15522933, + "install_ns": 103303, + "osr_ns": 0, + "steady_state_ns": 316424 + } + } + }, + { + "pair_index": 6, + "entry_cache": { + "elapsed_ns": 311855, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2014, + "measured_benefit_ns": 16706600, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11157504, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18972608, + "runtime_create_ns": 28284, + "jit_attach_ns": 57401, + "context_create_ns": 107894, + "definition_eval_ns": 51235, + "first_eval_ns": 783358, + "threshold_crossing_ns": 17581727, + "compile_ns": 15798745, + "install_ns": 84341, + "osr_ns": 0, + "steady_state_ns": 311855 + } + }, + "candidate": { + "elapsed_ns": 330828, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1998, + "measured_benefit_ns": 13781506, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11243520, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18712862, + "runtime_create_ns": 28138, + "jit_attach_ns": 56959, + "context_create_ns": 106519, + "definition_eval_ns": 54320, + "first_eval_ns": 782894, + "threshold_crossing_ns": 17299538, + "compile_ns": 15628768, + "install_ns": 93505, + "osr_ns": 0, + "steady_state_ns": 330828 + } + }, + "reference": { + "elapsed_ns": 324883, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2013, + "measured_benefit_ns": 31885213, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11034624, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 40064810, + "runtime_create_ns": 139077, + "jit_attach_ns": 282087, + "context_create_ns": 243110, + "definition_eval_ns": 156002, + "first_eval_ns": 2391922, + "threshold_crossing_ns": 36423697, + "compile_ns": 36801103, + "install_ns": 385282, + "osr_ns": 0, + "steady_state_ns": 324883 + } + } + }, + { + "pair_index": 7, + "entry_cache": { + "elapsed_ns": 314848, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2012, + "measured_benefit_ns": 16615099, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11177984, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18940127, + "runtime_create_ns": 24833, + "jit_attach_ns": 57526, + "context_create_ns": 109038, + "definition_eval_ns": 55346, + "first_eval_ns": 777796, + "threshold_crossing_ns": 17547464, + "compile_ns": 15933939, + "install_ns": 86904, + "osr_ns": 0, + "steady_state_ns": 314848 + } + }, + "candidate": { + "elapsed_ns": 327599, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2013, + "measured_benefit_ns": 14075660, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11083776, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18595176, + "runtime_create_ns": 25214, + "jit_attach_ns": 55279, + "context_create_ns": 107711, + "definition_eval_ns": 52789, + "first_eval_ns": 781027, + "threshold_crossing_ns": 17193858, + "compile_ns": 15600642, + "install_ns": 79713, + "osr_ns": 0, + "steady_state_ns": 327599 + } + }, + "reference": { + "elapsed_ns": 314623, + "checksum": "number:40bb580000000000", + "native_entries": 79, + "native_exits": 79, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10596352, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18240699, + "runtime_create_ns": 27443, + "jit_attach_ns": 55437, + "context_create_ns": 103374, + "definition_eval_ns": 53659, + "first_eval_ns": 827374, + "threshold_crossing_ns": 16798886, + "compile_ns": 15839006, + "install_ns": 89791, + "osr_ns": 0, + "steady_state_ns": 314623 + } + } + }, + { + "pair_index": 8, + "candidate": { + "elapsed_ns": 326666, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2006, + "measured_benefit_ns": 13992753, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11169792, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18679214, + "runtime_create_ns": 30051, + "jit_attach_ns": 56677, + "context_create_ns": 105938, + "definition_eval_ns": 54778, + "first_eval_ns": 775738, + "threshold_crossing_ns": 17277923, + "compile_ns": 15694786, + "install_ns": 87359, + "osr_ns": 0, + "steady_state_ns": 326666 + } + }, + "reference": { + "elapsed_ns": 313575, + "checksum": "number:40bb580000000000", + "native_entries": 81, + "native_exits": 81, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 13055581, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11132928, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18623880, + "runtime_create_ns": 27344, + "jit_attach_ns": 51856, + "context_create_ns": 101285, + "definition_eval_ns": 51890, + "first_eval_ns": 812495, + "threshold_crossing_ns": 17216344, + "compile_ns": 16279697, + "install_ns": 105662, + "osr_ns": 0, + "steady_state_ns": 313575 + } + }, + "entry_cache": { + "elapsed_ns": 311874, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2008, + "measured_benefit_ns": 16777328, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11075584, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18931429, + "runtime_create_ns": 33406, + "jit_attach_ns": 57322, + "context_create_ns": 108375, + "definition_eval_ns": 54294, + "first_eval_ns": 777175, + "threshold_crossing_ns": 17533655, + "compile_ns": 15895729, + "install_ns": 81697, + "osr_ns": 0, + "steady_state_ns": 311874 + } + } + }, + { + "pair_index": 9, + "candidate": { + "elapsed_ns": 318897, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2008, + "measured_benefit_ns": 13868878, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11141120, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18930095, + "runtime_create_ns": 26915, + "jit_attach_ns": 60655, + "context_create_ns": 111333, + "definition_eval_ns": 61848, + "first_eval_ns": 788016, + "threshold_crossing_ns": 17508578, + "compile_ns": 16028371, + "install_ns": 91069, + "osr_ns": 0, + "steady_state_ns": 318897 + } + }, + "reference": { + "elapsed_ns": 313778, + "checksum": "number:40bb580000000000", + "native_entries": 2101, + "native_exits": 2101, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2004, + "measured_benefit_ns": 21825152, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11079680, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19010658, + "runtime_create_ns": 26224, + "jit_attach_ns": 60622, + "context_create_ns": 106577, + "definition_eval_ns": 54370, + "first_eval_ns": 805570, + "threshold_crossing_ns": 17592344, + "compile_ns": 15506785, + "install_ns": 90556, + "osr_ns": 0, + "steady_state_ns": 313778 + } + }, + "entry_cache": { + "elapsed_ns": 315537, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2003, + "measured_benefit_ns": 16638964, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11120640, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19145457, + "runtime_create_ns": 27465, + "jit_attach_ns": 62714, + "context_create_ns": 117617, + "definition_eval_ns": 54122, + "first_eval_ns": 786238, + "threshold_crossing_ns": 17729046, + "compile_ns": 15991708, + "install_ns": 104876, + "osr_ns": 0, + "steady_state_ns": 315537 + } + } + }, + { + "pair_index": 10, + "candidate": { + "elapsed_ns": 318209, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2011, + "measured_benefit_ns": 13885473, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11157504, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18763700, + "runtime_create_ns": 26089, + "jit_attach_ns": 59782, + "context_create_ns": 108953, + "definition_eval_ns": 51516, + "first_eval_ns": 781162, + "threshold_crossing_ns": 17362782, + "compile_ns": 15787498, + "install_ns": 92213, + "osr_ns": 0, + "steady_state_ns": 318209 + } + }, + "reference": { + "elapsed_ns": 316724, + "checksum": "number:40bb580000000000", + "native_entries": 2079, + "native_exits": 2079, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2014, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1956, + "measured_benefit_ns": 70630870, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11083776, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 37230644, + "runtime_create_ns": 226233, + "jit_attach_ns": 328476, + "context_create_ns": 219703, + "definition_eval_ns": 117400, + "first_eval_ns": 4123843, + "threshold_crossing_ns": 31652458, + "compile_ns": 33512996, + "install_ns": 601038, + "osr_ns": 0, + "steady_state_ns": 316724 + } + }, + "entry_cache": { + "elapsed_ns": 313303, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2008, + "measured_benefit_ns": 16719911, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11014144, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19192233, + "runtime_create_ns": 35875, + "jit_attach_ns": 76467, + "context_create_ns": 113025, + "definition_eval_ns": 60138, + "first_eval_ns": 789641, + "threshold_crossing_ns": 17750842, + "compile_ns": 16175920, + "install_ns": 85303, + "osr_ns": 0, + "steady_state_ns": 313303 + } + } + }, + { + "pair_index": 11, + "candidate": { + "elapsed_ns": 317786, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2006, + "measured_benefit_ns": 14010835, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11108352, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18776807, + "runtime_create_ns": 28159, + "jit_attach_ns": 56134, + "context_create_ns": 117436, + "definition_eval_ns": 53648, + "first_eval_ns": 758719, + "threshold_crossing_ns": 17392691, + "compile_ns": 16028476, + "install_ns": 91614, + "osr_ns": 0, + "steady_state_ns": 317786 + } + }, + "reference": { + "elapsed_ns": 312298, + "checksum": "number:40bb580000000000", + "native_entries": 2101, + "native_exits": 2101, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1994, + "measured_benefit_ns": 22077273, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11112448, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19064570, + "runtime_create_ns": 25161, + "jit_attach_ns": 56113, + "context_create_ns": 106342, + "definition_eval_ns": 53194, + "first_eval_ns": 812094, + "threshold_crossing_ns": 17645521, + "compile_ns": 15533055, + "install_ns": 90332, + "osr_ns": 0, + "steady_state_ns": 312298 + } + }, + "entry_cache": { + "elapsed_ns": 312451, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2003, + "measured_benefit_ns": 16777598, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19109335, + "runtime_create_ns": 26146, + "jit_attach_ns": 58095, + "context_create_ns": 111927, + "definition_eval_ns": 61029, + "first_eval_ns": 803053, + "threshold_crossing_ns": 17684791, + "compile_ns": 15940657, + "install_ns": 87531, + "osr_ns": 0, + "steady_state_ns": 312451 + } + } + }, + { + "pair_index": 12, + "reference": { + "elapsed_ns": 314481, + "checksum": "number:40bb580000000000", + "native_entries": 2079, + "native_exits": 2079, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2014, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1984, + "measured_benefit_ns": 40393899, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11055104, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19728706, + "runtime_create_ns": 25452, + "jit_attach_ns": 58786, + "context_create_ns": 103682, + "definition_eval_ns": 51690, + "first_eval_ns": 821506, + "threshold_crossing_ns": 18301573, + "compile_ns": 15872449, + "install_ns": 90758, + "osr_ns": 0, + "steady_state_ns": 314481 + } + }, + "entry_cache": { + "elapsed_ns": 312932, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2004, + "measured_benefit_ns": 16717540, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11116544, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18994855, + "runtime_create_ns": 25978, + "jit_attach_ns": 56700, + "context_create_ns": 118923, + "definition_eval_ns": 57661, + "first_eval_ns": 764294, + "threshold_crossing_ns": 17606690, + "compile_ns": 16084608, + "install_ns": 88635, + "osr_ns": 0, + "steady_state_ns": 312932 + } + }, + "candidate": { + "elapsed_ns": 319102, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2011, + "measured_benefit_ns": 13938971, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11173888, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18891401, + "runtime_create_ns": 25866, + "jit_attach_ns": 57727, + "context_create_ns": 111008, + "definition_eval_ns": 69974, + "first_eval_ns": 771186, + "threshold_crossing_ns": 17481948, + "compile_ns": 16068151, + "install_ns": 100592, + "osr_ns": 0, + "steady_state_ns": 319102 + } + } + }, + { + "pair_index": 13, + "reference": { + "elapsed_ns": 321174, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1998, + "measured_benefit_ns": 22207221, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11157504, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19098117, + "runtime_create_ns": 26019, + "jit_attach_ns": 59774, + "context_create_ns": 108708, + "definition_eval_ns": 55110, + "first_eval_ns": 814229, + "threshold_crossing_ns": 17660494, + "compile_ns": 15174076, + "install_ns": 91039, + "osr_ns": 0, + "steady_state_ns": 321174 + } + }, + "entry_cache": { + "elapsed_ns": 323744, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 86, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2006, + "measured_benefit_ns": 16771847, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18986595, + "runtime_create_ns": 31953, + "jit_attach_ns": 56189, + "context_create_ns": 107870, + "definition_eval_ns": 51775, + "first_eval_ns": 774275, + "threshold_crossing_ns": 17587067, + "compile_ns": 15549213, + "install_ns": 88477, + "osr_ns": 0, + "steady_state_ns": 323744 + } + }, + "candidate": { + "elapsed_ns": 317202, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2013, + "measured_benefit_ns": 13917639, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11038720, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18784837, + "runtime_create_ns": 28509, + "jit_attach_ns": 57404, + "context_create_ns": 110943, + "definition_eval_ns": 57053, + "first_eval_ns": 778259, + "threshold_crossing_ns": 17370187, + "compile_ns": 15501164, + "install_ns": 87793, + "osr_ns": 0, + "steady_state_ns": 317202 + } + } + }, + { + "pair_index": 14, + "reference": { + "elapsed_ns": 314041, + "checksum": "number:40bb580000000000", + "native_entries": 2081, + "native_exits": 2081, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2010, + "measured_benefit_ns": 17608892, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11087872, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 22538304, + "runtime_create_ns": 50080, + "jit_attach_ns": 92051, + "context_create_ns": 156976, + "definition_eval_ns": 85236, + "first_eval_ns": 3190285, + "threshold_crossing_ns": 18584135, + "compile_ns": 19810327, + "install_ns": 119260, + "osr_ns": 0, + "steady_state_ns": 314041 + } + }, + "entry_cache": { + "elapsed_ns": 323402, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2012, + "measured_benefit_ns": 16969492, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11177984, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19160197, + "runtime_create_ns": 36111, + "jit_attach_ns": 61596, + "context_create_ns": 114432, + "definition_eval_ns": 55272, + "first_eval_ns": 2281167, + "threshold_crossing_ns": 16225819, + "compile_ns": 16355941, + "install_ns": 117759, + "osr_ns": 0, + "steady_state_ns": 323402 + } + }, + "candidate": { + "elapsed_ns": 317315, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2011, + "measured_benefit_ns": 14013277, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11173888, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18763750, + "runtime_create_ns": 25512, + "jit_attach_ns": 60101, + "context_create_ns": 113645, + "definition_eval_ns": 65625, + "first_eval_ns": 786954, + "threshold_crossing_ns": 17341781, + "compile_ns": 15453788, + "install_ns": 90162, + "osr_ns": 0, + "steady_state_ns": 317315 + } + } + }, + { + "pair_index": 15, + "reference": { + "elapsed_ns": 323081, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1996, + "measured_benefit_ns": 21938664, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11137024, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19113026, + "runtime_create_ns": 23311, + "jit_attach_ns": 59334, + "context_create_ns": 107887, + "definition_eval_ns": 58589, + "first_eval_ns": 821528, + "threshold_crossing_ns": 17666242, + "compile_ns": 15203157, + "install_ns": 94321, + "osr_ns": 0, + "steady_state_ns": 323081 + } + }, + "entry_cache": { + "elapsed_ns": 312678, + "checksum": "number:40bb580000000000", + "native_entries": 3591, + "native_acquisitions": 134, + "native_exits": 3591, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 3495, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 3480, + "measured_benefit_ns": 14396585, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11091968, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19525072, + "runtime_create_ns": 26716, + "jit_attach_ns": 61768, + "context_create_ns": 108939, + "definition_eval_ns": 55578, + "first_eval_ns": 783414, + "threshold_crossing_ns": 18124243, + "compile_ns": 16340456, + "install_ns": 98837, + "osr_ns": 0, + "steady_state_ns": 312678 + } + }, + "candidate": { + "elapsed_ns": 316196, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 13911678, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11173888, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18686974, + "runtime_create_ns": 26203, + "jit_attach_ns": 58914, + "context_create_ns": 112725, + "definition_eval_ns": 55993, + "first_eval_ns": 787878, + "threshold_crossing_ns": 17276614, + "compile_ns": 15830360, + "install_ns": 89854, + "osr_ns": 0, + "steady_state_ns": 316196 + } + } + }, + { + "pair_index": 16, + "entry_cache": { + "elapsed_ns": 315756, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1997, + "measured_benefit_ns": 17067452, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11227136, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19020154, + "runtime_create_ns": 26179, + "jit_attach_ns": 59521, + "context_create_ns": 106158, + "definition_eval_ns": 54350, + "first_eval_ns": 778864, + "threshold_crossing_ns": 17623597, + "compile_ns": 15759566, + "install_ns": 84510, + "osr_ns": 0, + "steady_state_ns": 315756 + } + }, + "candidate": { + "elapsed_ns": 326287, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2004, + "measured_benefit_ns": 14110732, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11157504, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18815361, + "runtime_create_ns": 29930, + "jit_attach_ns": 56262, + "context_create_ns": 106943, + "definition_eval_ns": 53234, + "first_eval_ns": 785936, + "threshold_crossing_ns": 17404064, + "compile_ns": 15650417, + "install_ns": 84125, + "osr_ns": 0, + "steady_state_ns": 326287 + } + }, + "reference": { + "elapsed_ns": 313310, + "checksum": "number:40bb580000000000", + "native_entries": 79, + "native_exits": 79, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11206656, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18335077, + "runtime_create_ns": 27950, + "jit_attach_ns": 58629, + "context_create_ns": 104677, + "definition_eval_ns": 57884, + "first_eval_ns": 824556, + "threshold_crossing_ns": 16896136, + "compile_ns": 15898404, + "install_ns": 95457, + "osr_ns": 0, + "steady_state_ns": 313310 + } + } + }, + { + "pair_index": 17, + "entry_cache": { + "elapsed_ns": 315581, + "checksum": "number:40bb580000000000", + "native_entries": 2109, + "native_acquisitions": 85, + "native_exits": 2109, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2011, + "measured_benefit_ns": 16835786, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10997760, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19228626, + "runtime_create_ns": 33904, + "jit_attach_ns": 67236, + "context_create_ns": 111243, + "definition_eval_ns": 56556, + "first_eval_ns": 785301, + "threshold_crossing_ns": 17804650, + "compile_ns": 15773230, + "install_ns": 106847, + "osr_ns": 0, + "steady_state_ns": 315581 + } + }, + "candidate": { + "elapsed_ns": 318487, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2010, + "measured_benefit_ns": 13835680, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10936320, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18797009, + "runtime_create_ns": 30565, + "jit_attach_ns": 61236, + "context_create_ns": 122517, + "definition_eval_ns": 58031, + "first_eval_ns": 781599, + "threshold_crossing_ns": 17371899, + "compile_ns": 15888667, + "install_ns": 96482, + "osr_ns": 0, + "steady_state_ns": 318487 + } + }, + "reference": { + "elapsed_ns": 314267, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2007, + "measured_benefit_ns": 21926538, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11132928, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19080213, + "runtime_create_ns": 23211, + "jit_attach_ns": 59249, + "context_create_ns": 105763, + "definition_eval_ns": 58953, + "first_eval_ns": 821301, + "threshold_crossing_ns": 17645725, + "compile_ns": 15453226, + "install_ns": 99825, + "osr_ns": 0, + "steady_state_ns": 314267 + } + } + }, + { + "pair_index": 18, + "entry_cache": { + "elapsed_ns": 573134, + "checksum": "number:40bb580000000000", + "native_entries": 4110, + "native_acquisitions": 149, + "native_exits": 4110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4014, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2052, + "measured_benefit_ns": 39019261, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 24824432, + "runtime_create_ns": 31334, + "jit_attach_ns": 58773, + "context_create_ns": 116026, + "definition_eval_ns": 57913, + "first_eval_ns": 774745, + "threshold_crossing_ns": 23118402, + "compile_ns": 19136106, + "install_ns": 251833, + "osr_ns": 0, + "steady_state_ns": 573134 + } + }, + "candidate": { + "elapsed_ns": 326993, + "checksum": "number:40bb580000000000", + "native_entries": 111, + "native_acquisitions": 21, + "native_exits": 111, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 9983315, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11202560, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 22819838, + "runtime_create_ns": 44654, + "jit_attach_ns": 99096, + "context_create_ns": 182608, + "definition_eval_ns": 93449, + "first_eval_ns": 3275179, + "threshold_crossing_ns": 18734131, + "compile_ns": 20675624, + "install_ns": 133298, + "osr_ns": 0, + "steady_state_ns": 326993 + } + }, + "reference": { + "elapsed_ns": 312837, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 22088510, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11169792, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19190278, + "runtime_create_ns": 25235, + "jit_attach_ns": 65514, + "context_create_ns": 108500, + "definition_eval_ns": 60799, + "first_eval_ns": 825949, + "threshold_crossing_ns": 17738727, + "compile_ns": 15565446, + "install_ns": 93156, + "osr_ns": 0, + "steady_state_ns": 312837 + } + } + }, + { + "pair_index": 19, + "entry_cache": { + "elapsed_ns": 324173, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2002, + "measured_benefit_ns": 16622450, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11010048, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18954740, + "runtime_create_ns": 28347, + "jit_attach_ns": 56563, + "context_create_ns": 110731, + "definition_eval_ns": 51891, + "first_eval_ns": 787247, + "threshold_crossing_ns": 17542707, + "compile_ns": 15464802, + "install_ns": 106804, + "osr_ns": 0, + "steady_state_ns": 324173 + } + }, + "candidate": { + "elapsed_ns": 316659, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2010, + "measured_benefit_ns": 13678875, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11165696, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18732903, + "runtime_create_ns": 33291, + "jit_attach_ns": 54335, + "context_create_ns": 108344, + "definition_eval_ns": 52561, + "first_eval_ns": 784737, + "threshold_crossing_ns": 17329622, + "compile_ns": 15454781, + "install_ns": 89103, + "osr_ns": 0, + "steady_state_ns": 316659 + } + }, + "reference": { + "elapsed_ns": 311931, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2000, + "measured_benefit_ns": 21975084, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11124736, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19012729, + "runtime_create_ns": 27881, + "jit_attach_ns": 56591, + "context_create_ns": 105227, + "definition_eval_ns": 61824, + "first_eval_ns": 801487, + "threshold_crossing_ns": 17592539, + "compile_ns": 15685487, + "install_ns": 89135, + "osr_ns": 0, + "steady_state_ns": 311931 + } + } + }, + { + "pair_index": 20, + "candidate": { + "elapsed_ns": 316476, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2004, + "measured_benefit_ns": 13942402, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11112448, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18674278, + "runtime_create_ns": 25522, + "jit_attach_ns": 63009, + "context_create_ns": 106826, + "definition_eval_ns": 49960, + "first_eval_ns": 774784, + "threshold_crossing_ns": 17276308, + "compile_ns": 15791059, + "install_ns": 84524, + "osr_ns": 0, + "steady_state_ns": 316476 + } + }, + "reference": { + "elapsed_ns": 314298, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2007, + "measured_benefit_ns": 21763746, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11083776, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19042061, + "runtime_create_ns": 26258, + "jit_attach_ns": 54914, + "context_create_ns": 106054, + "definition_eval_ns": 58381, + "first_eval_ns": 823172, + "threshold_crossing_ns": 17608714, + "compile_ns": 15326421, + "install_ns": 94190, + "osr_ns": 0, + "steady_state_ns": 314298 + } + }, + "entry_cache": { + "elapsed_ns": 316569, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 85, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2010, + "measured_benefit_ns": 16879905, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11083776, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18351988, + "runtime_create_ns": 36315, + "jit_attach_ns": 60523, + "context_create_ns": 105946, + "definition_eval_ns": 55350, + "first_eval_ns": 2272060, + "threshold_crossing_ns": 15453106, + "compile_ns": 15593953, + "install_ns": 94879, + "osr_ns": 0, + "steady_state_ns": 316569 + } + } + }, + { + "pair_index": 21, + "candidate": { + "elapsed_ns": 337680, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2012, + "measured_benefit_ns": 13896844, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11067392, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18918017, + "runtime_create_ns": 29289, + "jit_attach_ns": 64247, + "context_create_ns": 112656, + "definition_eval_ns": 54750, + "first_eval_ns": 791139, + "threshold_crossing_ns": 17474649, + "compile_ns": 15844906, + "install_ns": 93297, + "osr_ns": 0, + "steady_state_ns": 337680 + } + }, + "reference": { + "elapsed_ns": 313407, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2008, + "measured_benefit_ns": 21952627, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11120640, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19223830, + "runtime_create_ns": 27592, + "jit_attach_ns": 62071, + "context_create_ns": 112337, + "definition_eval_ns": 55557, + "first_eval_ns": 855304, + "threshold_crossing_ns": 17747320, + "compile_ns": 15615857, + "install_ns": 93275, + "osr_ns": 0, + "steady_state_ns": 313407 + } + }, + "entry_cache": { + "elapsed_ns": 314147, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2010, + "measured_benefit_ns": 16791628, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11182080, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19155376, + "runtime_create_ns": 30920, + "jit_attach_ns": 56849, + "context_create_ns": 110121, + "definition_eval_ns": 55600, + "first_eval_ns": 811380, + "threshold_crossing_ns": 17721006, + "compile_ns": 16115229, + "install_ns": 94181, + "osr_ns": 0, + "steady_state_ns": 314147 + } + } + }, + { + "pair_index": 22, + "candidate": { + "elapsed_ns": 318238, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2014, + "measured_benefit_ns": 13693190, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11161600, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18882543, + "runtime_create_ns": 28239, + "jit_attach_ns": 65139, + "context_create_ns": 114979, + "definition_eval_ns": 61186, + "first_eval_ns": 780514, + "threshold_crossing_ns": 17460965, + "compile_ns": 15569304, + "install_ns": 114625, + "osr_ns": 0, + "steady_state_ns": 318238 + } + }, + "reference": { + "elapsed_ns": 314311, + "checksum": "number:40bb580000000000", + "native_entries": 2101, + "native_exits": 2101, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1994, + "measured_benefit_ns": 22012414, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11096064, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19074199, + "runtime_create_ns": 27766, + "jit_attach_ns": 59347, + "context_create_ns": 110930, + "definition_eval_ns": 57842, + "first_eval_ns": 799618, + "threshold_crossing_ns": 17653366, + "compile_ns": 15873068, + "install_ns": 86823, + "osr_ns": 0, + "steady_state_ns": 314311 + } + }, + "entry_cache": { + "elapsed_ns": 312176, + "checksum": "number:40bb580000000000", + "native_entries": 112, + "native_acquisitions": 23, + "native_exits": 112, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 13086662, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11100160, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 29027138, + "runtime_create_ns": 52832, + "jit_attach_ns": 102469, + "context_create_ns": 292124, + "definition_eval_ns": 300932, + "first_eval_ns": 6675483, + "threshold_crossing_ns": 21193155, + "compile_ns": 27221098, + "install_ns": 151722, + "osr_ns": 0, + "steady_state_ns": 312176 + } + } + }, + { + "pair_index": 23, + "candidate": { + "elapsed_ns": 318431, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2000, + "measured_benefit_ns": 13805644, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11083776, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18811934, + "runtime_create_ns": 30150, + "jit_attach_ns": 61128, + "context_create_ns": 110571, + "definition_eval_ns": 55369, + "first_eval_ns": 789966, + "threshold_crossing_ns": 17393167, + "compile_ns": 15511004, + "install_ns": 94196, + "osr_ns": 0, + "steady_state_ns": 318431 + } + }, + "reference": { + "elapsed_ns": 313459, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2008, + "measured_benefit_ns": 21949280, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11014144, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18959460, + "runtime_create_ns": 27160, + "jit_attach_ns": 55754, + "context_create_ns": 109796, + "definition_eval_ns": 58351, + "first_eval_ns": 804691, + "threshold_crossing_ns": 17540781, + "compile_ns": 15693339, + "install_ns": 82200, + "osr_ns": 0, + "steady_state_ns": 313459 + } + }, + "entry_cache": { + "elapsed_ns": 313465, + "checksum": "number:40bb580000000000", + "native_entries": 4108, + "native_acquisitions": 150, + "native_exits": 4108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4014, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 3993, + "measured_benefit_ns": 17060996, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11186176, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20100561, + "runtime_create_ns": 32516, + "jit_attach_ns": 57021, + "context_create_ns": 109508, + "definition_eval_ns": 54398, + "first_eval_ns": 777374, + "threshold_crossing_ns": 18700800, + "compile_ns": 16906502, + "install_ns": 83195, + "osr_ns": 0, + "steady_state_ns": 313465 + } + } + }, + { + "pair_index": 24, + "reference": { + "elapsed_ns": 315148, + "checksum": "number:40bb580000000000", + "native_entries": 2100, + "native_exits": 2100, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2014, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1994, + "measured_benefit_ns": 41360039, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11116544, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19083275, + "runtime_create_ns": 26566, + "jit_attach_ns": 57451, + "context_create_ns": 120784, + "definition_eval_ns": 54196, + "first_eval_ns": 800440, + "threshold_crossing_ns": 17657361, + "compile_ns": 15849760, + "install_ns": 96902, + "osr_ns": 0, + "steady_state_ns": 315148 + } + }, + "entry_cache": { + "elapsed_ns": 313422, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2000, + "measured_benefit_ns": 16704651, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10989568, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18878272, + "runtime_create_ns": 28064, + "jit_attach_ns": 55144, + "context_create_ns": 107689, + "definition_eval_ns": 50220, + "first_eval_ns": 765886, + "threshold_crossing_ns": 17507965, + "compile_ns": 15953102, + "install_ns": 86100, + "osr_ns": 0, + "steady_state_ns": 313422 + } + }, + "candidate": { + "elapsed_ns": 326054, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2009, + "measured_benefit_ns": 13911139, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11091968, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18721530, + "runtime_create_ns": 27740, + "jit_attach_ns": 59411, + "context_create_ns": 109512, + "definition_eval_ns": 57323, + "first_eval_ns": 783756, + "threshold_crossing_ns": 17305140, + "compile_ns": 15722576, + "install_ns": 84211, + "osr_ns": 0, + "steady_state_ns": 326054 + } + } + }, + { + "pair_index": 25, + "reference": { + "elapsed_ns": 647423, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1899, + "measured_benefit_ns": 23350909, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11141120, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19785506, + "runtime_create_ns": 24935, + "jit_attach_ns": 60848, + "context_create_ns": 106749, + "definition_eval_ns": 57813, + "first_eval_ns": 842892, + "threshold_crossing_ns": 17982480, + "compile_ns": 15735026, + "install_ns": 102133, + "osr_ns": 0, + "steady_state_ns": 647423 + } + }, + "entry_cache": { + "elapsed_ns": 313057, + "checksum": "number:40bb580000000000", + "native_entries": 4111, + "native_acquisitions": 149, + "native_exits": 4111, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 3991, + "measured_benefit_ns": 16913954, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11059200, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20894004, + "runtime_create_ns": 32368, + "jit_attach_ns": 76870, + "context_create_ns": 124135, + "definition_eval_ns": 71444, + "first_eval_ns": 2316154, + "threshold_crossing_ns": 17904591, + "compile_ns": 18200509, + "install_ns": 100925, + "osr_ns": 0, + "steady_state_ns": 313057 + } + }, + "candidate": { + "elapsed_ns": 315487, + "checksum": "number:40bb580000000000", + "native_entries": 6111, + "native_acquisitions": 215, + "native_exits": 6111, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 6014, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 5999, + "measured_benefit_ns": 13582446, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11186176, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20607332, + "runtime_create_ns": 25880, + "jit_attach_ns": 71348, + "context_create_ns": 114638, + "definition_eval_ns": 63385, + "first_eval_ns": 2262470, + "threshold_crossing_ns": 17694252, + "compile_ns": 17989002, + "install_ns": 106323, + "osr_ns": 0, + "steady_state_ns": 315487 + } + } + }, + { + "pair_index": 26, + "reference": { + "elapsed_ns": 314832, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 22135933, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11231232, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19388402, + "runtime_create_ns": 23856, + "jit_attach_ns": 66196, + "context_create_ns": 109019, + "definition_eval_ns": 59231, + "first_eval_ns": 826854, + "threshold_crossing_ns": 17935150, + "compile_ns": 15600508, + "install_ns": 100162, + "osr_ns": 0, + "steady_state_ns": 314832 + } + }, + "entry_cache": { + "elapsed_ns": 331353, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2002, + "measured_benefit_ns": 18441162, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11038720, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19362952, + "runtime_create_ns": 32262, + "jit_attach_ns": 61306, + "context_create_ns": 116205, + "definition_eval_ns": 59933, + "first_eval_ns": 779746, + "threshold_crossing_ns": 17929217, + "compile_ns": 16273988, + "install_ns": 92363, + "osr_ns": 0, + "steady_state_ns": 331353 + } + }, + "candidate": { + "elapsed_ns": 327960, + "checksum": "number:40bb580000000000", + "native_entries": 6102, + "native_acquisitions": 214, + "native_exits": 6102, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 6014, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 6010, + "measured_benefit_ns": 13890035, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11206656, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 21173085, + "runtime_create_ns": 25816, + "jit_attach_ns": 61217, + "context_create_ns": 115153, + "definition_eval_ns": 60329, + "first_eval_ns": 791938, + "threshold_crossing_ns": 19737613, + "compile_ns": 17076484, + "install_ns": 115436, + "osr_ns": 0, + "steady_state_ns": 327960 + } + } + }, + { + "pair_index": 27, + "reference": { + "elapsed_ns": 315201, + "checksum": "number:40bb580000000000", + "native_entries": 2101, + "native_exits": 2101, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1990, + "measured_benefit_ns": 22203251, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11161600, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19253373, + "runtime_create_ns": 29847, + "jit_attach_ns": 59386, + "context_create_ns": 111851, + "definition_eval_ns": 61244, + "first_eval_ns": 834913, + "threshold_crossing_ns": 17789824, + "compile_ns": 15655279, + "install_ns": 96787, + "osr_ns": 0, + "steady_state_ns": 315201 + } + }, + "entry_cache": { + "elapsed_ns": 312257, + "checksum": "number:40bb580000000000", + "native_entries": 6112, + "native_acquisitions": 214, + "native_exits": 6112, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 6015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 5984, + "measured_benefit_ns": 21879525, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11177984, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 22554569, + "runtime_create_ns": 27693, + "jit_attach_ns": 60735, + "context_create_ns": 117518, + "definition_eval_ns": 55289, + "first_eval_ns": 779574, + "threshold_crossing_ns": 21148416, + "compile_ns": 19615491, + "install_ns": 100084, + "osr_ns": 0, + "steady_state_ns": 312257 + } + }, + "candidate": { + "elapsed_ns": 327063, + "checksum": "number:40bb580000000000", + "native_entries": 6142, + "native_acquisitions": 217, + "native_exits": 6142, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 6015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 5966, + "measured_benefit_ns": 14176925, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11014144, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20773863, + "runtime_create_ns": 31732, + "jit_attach_ns": 67923, + "context_create_ns": 108229, + "definition_eval_ns": 54070, + "first_eval_ns": 791896, + "threshold_crossing_ns": 19341542, + "compile_ns": 17656620, + "install_ns": 90820, + "osr_ns": 0, + "steady_state_ns": 327063 + } + } + }, + { + "pair_index": 28, + "entry_cache": { + "elapsed_ns": 313618, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2013, + "measured_benefit_ns": 16800561, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19264334, + "runtime_create_ns": 29037, + "jit_attach_ns": 65476, + "context_create_ns": 116113, + "definition_eval_ns": 57619, + "first_eval_ns": 788435, + "threshold_crossing_ns": 17838613, + "compile_ns": 15878795, + "install_ns": 102562, + "osr_ns": 0, + "steady_state_ns": 313618 + } + }, + "candidate": { + "elapsed_ns": 317417, + "checksum": "number:40bb580000000000", + "native_entries": 6110, + "native_acquisitions": 216, + "native_exits": 6110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 6015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 5996, + "measured_benefit_ns": 14263589, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11075584, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 21695901, + "runtime_create_ns": 30814, + "jit_attach_ns": 97705, + "context_create_ns": 217977, + "definition_eval_ns": 182781, + "first_eval_ns": 2436349, + "threshold_crossing_ns": 18349251, + "compile_ns": 18731692, + "install_ns": 202570, + "osr_ns": 0, + "steady_state_ns": 317417 + } + }, + "reference": { + "elapsed_ns": 330744, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2000, + "measured_benefit_ns": 21882354, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11161600, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20234525, + "runtime_create_ns": 30199, + "jit_attach_ns": 68133, + "context_create_ns": 110653, + "definition_eval_ns": 58454, + "first_eval_ns": 833777, + "threshold_crossing_ns": 18750964, + "compile_ns": 16272143, + "install_ns": 107364, + "osr_ns": 0, + "steady_state_ns": 330744 + } + } + }, + { + "pair_index": 29, + "entry_cache": { + "elapsed_ns": 333989, + "checksum": "number:40bb580000000000", + "native_entries": 4110, + "native_acquisitions": 149, + "native_exits": 4110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4014, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 3967, + "measured_benefit_ns": 24401268, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11091968, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 21891029, + "runtime_create_ns": 36787, + "jit_attach_ns": 65597, + "context_create_ns": 107282, + "definition_eval_ns": 54411, + "first_eval_ns": 785714, + "threshold_crossing_ns": 20454432, + "compile_ns": 17835291, + "install_ns": 104657, + "osr_ns": 0, + "steady_state_ns": 333989 + } + }, + "candidate": { + "elapsed_ns": 326427, + "checksum": "number:40bb580000000000", + "native_entries": 4141, + "native_acquisitions": 152, + "native_exits": 4141, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 4003, + "measured_benefit_ns": 14030249, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11079680, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20665863, + "runtime_create_ns": 30121, + "jit_attach_ns": 60979, + "context_create_ns": 114242, + "definition_eval_ns": 60964, + "first_eval_ns": 785225, + "threshold_crossing_ns": 19232865, + "compile_ns": 17498676, + "install_ns": 95743, + "osr_ns": 0, + "steady_state_ns": 326427 + } + }, + "reference": { + "elapsed_ns": 322285, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2004, + "measured_benefit_ns": 22040583, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10977280, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19923654, + "runtime_create_ns": 30411, + "jit_attach_ns": 60901, + "context_create_ns": 106469, + "definition_eval_ns": 59486, + "first_eval_ns": 817967, + "threshold_crossing_ns": 18474259, + "compile_ns": 16005144, + "install_ns": 107687, + "osr_ns": 0, + "steady_state_ns": 322285 + } + } + } + ] + }, + "throughput": { + "interpreter": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 272, + "elapsed_ns": 1002376979 + }, + { + "window_index": 1, + "fresh_workers": 295, + "elapsed_ns": 1002838150 + }, + { + "window_index": 2, + "fresh_workers": 287, + "elapsed_ns": 1002655257 + }, + { + "window_index": 3, + "fresh_workers": 294, + "elapsed_ns": 1001048879 + }, + { + "window_index": 4, + "fresh_workers": 262, + "elapsed_ns": 1001792888 + }, + { + "window_index": 5, + "fresh_workers": 274, + "elapsed_ns": 1003238588 + }, + { + "window_index": 6, + "fresh_workers": 257, + "elapsed_ns": 1000744041 + }, + { + "window_index": 7, + "fresh_workers": 296, + "elapsed_ns": 1000391446 + }, + { + "window_index": 8, + "fresh_workers": 275, + "elapsed_ns": 1000033922 + }, + { + "window_index": 9, + "fresh_workers": 290, + "elapsed_ns": 1000035643 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 276, + "elapsed_ns": 1003533562 + }, + { + "window_index": 1, + "fresh_workers": 294, + "elapsed_ns": 1000395725 + }, + { + "window_index": 2, + "fresh_workers": 289, + "elapsed_ns": 1002417413 + }, + { + "window_index": 3, + "fresh_workers": 287, + "elapsed_ns": 1001711126 + }, + { + "window_index": 4, + "fresh_workers": 276, + "elapsed_ns": 1002723361 + }, + { + "window_index": 5, + "fresh_workers": 262, + "elapsed_ns": 1002369119 + }, + { + "window_index": 6, + "fresh_workers": 296, + "elapsed_ns": 1002450037 + }, + { + "window_index": 7, + "fresh_workers": 300, + "elapsed_ns": 1002762080 + }, + { + "window_index": 8, + "fresh_workers": 281, + "elapsed_ns": 1001021287 + }, + { + "window_index": 9, + "fresh_workers": 299, + "elapsed_ns": 1001414773 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 286, + "elapsed_ns": 1000380000 + }, + { + "window_index": 1, + "fresh_workers": 292, + "elapsed_ns": 1000167583 + }, + { + "window_index": 2, + "fresh_workers": 292, + "elapsed_ns": 1002124352 + }, + { + "window_index": 3, + "fresh_workers": 302, + "elapsed_ns": 1000561659 + }, + { + "window_index": 4, + "fresh_workers": 274, + "elapsed_ns": 1000003741 + }, + { + "window_index": 5, + "fresh_workers": 286, + "elapsed_ns": 1002992225 + }, + { + "window_index": 6, + "fresh_workers": 302, + "elapsed_ns": 1001288252 + }, + { + "window_index": 7, + "fresh_workers": 289, + "elapsed_ns": 1000022971 + }, + { + "window_index": 8, + "fresh_workers": 301, + "elapsed_ns": 1002866765 + }, + { + "window_index": 9, + "fresh_workers": 302, + "elapsed_ns": 1000699502 + } + ] + }, + "tier1": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 30, + "elapsed_ns": 1018424395 + }, + { + "window_index": 1, + "fresh_workers": 28, + "elapsed_ns": 1021975628 + }, + { + "window_index": 2, + "fresh_workers": 32, + "elapsed_ns": 1022289719 + }, + { + "window_index": 3, + "fresh_workers": 31, + "elapsed_ns": 1021252749 + }, + { + "window_index": 4, + "fresh_workers": 31, + "elapsed_ns": 1015797465 + }, + { + "window_index": 5, + "fresh_workers": 32, + "elapsed_ns": 1029199189 + }, + { + "window_index": 6, + "fresh_workers": 32, + "elapsed_ns": 1023984614 + }, + { + "window_index": 7, + "fresh_workers": 32, + "elapsed_ns": 1028095781 + }, + { + "window_index": 8, + "fresh_workers": 32, + "elapsed_ns": 1022339760 + }, + { + "window_index": 9, + "fresh_workers": 31, + "elapsed_ns": 1008039428 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 29, + "elapsed_ns": 1029927841 + }, + { + "window_index": 1, + "fresh_workers": 30, + "elapsed_ns": 1029674713 + }, + { + "window_index": 2, + "fresh_workers": 32, + "elapsed_ns": 1022691956 + }, + { + "window_index": 3, + "fresh_workers": 32, + "elapsed_ns": 1021620533 + }, + { + "window_index": 4, + "fresh_workers": 31, + "elapsed_ns": 1003361018 + }, + { + "window_index": 5, + "fresh_workers": 32, + "elapsed_ns": 1025309779 + }, + { + "window_index": 6, + "fresh_workers": 32, + "elapsed_ns": 1020225634 + }, + { + "window_index": 7, + "fresh_workers": 32, + "elapsed_ns": 1021105768 + }, + { + "window_index": 8, + "fresh_workers": 31, + "elapsed_ns": 1005308178 + }, + { + "window_index": 9, + "fresh_workers": 32, + "elapsed_ns": 1027914424 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 30, + "elapsed_ns": 1026097673 + }, + { + "window_index": 1, + "fresh_workers": 29, + "elapsed_ns": 1014703329 + }, + { + "window_index": 2, + "fresh_workers": 33, + "elapsed_ns": 1028484883 + }, + { + "window_index": 3, + "fresh_workers": 31, + "elapsed_ns": 1008342686 + }, + { + "window_index": 4, + "fresh_workers": 27, + "elapsed_ns": 1000536041 + }, + { + "window_index": 5, + "fresh_workers": 32, + "elapsed_ns": 1004384855 + }, + { + "window_index": 6, + "fresh_workers": 32, + "elapsed_ns": 1000512116 + }, + { + "window_index": 7, + "fresh_workers": 32, + "elapsed_ns": 1003365576 + }, + { + "window_index": 8, + "fresh_workers": 33, + "elapsed_ns": 1027165794 + }, + { + "window_index": 9, + "fresh_workers": 32, + "elapsed_ns": 1012435572 + } + ] + }, + "tier2": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 46, + "elapsed_ns": 1008410394 + }, + { + "window_index": 1, + "fresh_workers": 47, + "elapsed_ns": 1009597866 + }, + { + "window_index": 2, + "fresh_workers": 47, + "elapsed_ns": 1001692107 + }, + { + "window_index": 3, + "fresh_workers": 47, + "elapsed_ns": 1000578891 + }, + { + "window_index": 4, + "fresh_workers": 48, + "elapsed_ns": 1018046310 + }, + { + "window_index": 5, + "fresh_workers": 48, + "elapsed_ns": 1020311446 + }, + { + "window_index": 6, + "fresh_workers": 47, + "elapsed_ns": 1005309659 + }, + { + "window_index": 7, + "fresh_workers": 48, + "elapsed_ns": 1013159255 + }, + { + "window_index": 8, + "fresh_workers": 47, + "elapsed_ns": 1001949691 + }, + { + "window_index": 9, + "fresh_workers": 48, + "elapsed_ns": 1017210224 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 45, + "elapsed_ns": 1001917776 + }, + { + "window_index": 1, + "fresh_workers": 46, + "elapsed_ns": 1017580268 + }, + { + "window_index": 2, + "fresh_workers": 46, + "elapsed_ns": 1002013814 + }, + { + "window_index": 3, + "fresh_workers": 46, + "elapsed_ns": 1014047118 + }, + { + "window_index": 4, + "fresh_workers": 46, + "elapsed_ns": 1001330731 + }, + { + "window_index": 5, + "fresh_workers": 47, + "elapsed_ns": 1008010532 + }, + { + "window_index": 6, + "fresh_workers": 48, + "elapsed_ns": 1006164311 + }, + { + "window_index": 7, + "fresh_workers": 48, + "elapsed_ns": 1019164894 + }, + { + "window_index": 8, + "fresh_workers": 48, + "elapsed_ns": 1015600324 + }, + { + "window_index": 9, + "fresh_workers": 47, + "elapsed_ns": 1004099819 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 46, + "elapsed_ns": 1004223813 + }, + { + "window_index": 1, + "fresh_workers": 46, + "elapsed_ns": 1001503454 + }, + { + "window_index": 2, + "fresh_workers": 46, + "elapsed_ns": 1000368702 + }, + { + "window_index": 3, + "fresh_workers": 46, + "elapsed_ns": 1006646274 + }, + { + "window_index": 4, + "fresh_workers": 47, + "elapsed_ns": 1014200077 + }, + { + "window_index": 5, + "fresh_workers": 47, + "elapsed_ns": 1011476803 + }, + { + "window_index": 6, + "fresh_workers": 47, + "elapsed_ns": 1017889488 + }, + { + "window_index": 7, + "fresh_workers": 48, + "elapsed_ns": 1018503033 + }, + { + "window_index": 8, + "fresh_workers": 47, + "elapsed_ns": 1017501888 + }, + { + "window_index": 9, + "fresh_workers": 47, + "elapsed_ns": 1011141994 + } + ] + }, + "automatic": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 45, + "elapsed_ns": 1013311022 + }, + { + "window_index": 1, + "fresh_workers": 48, + "elapsed_ns": 1013967277 + }, + { + "window_index": 2, + "fresh_workers": 48, + "elapsed_ns": 1005394494 + }, + { + "window_index": 3, + "fresh_workers": 48, + "elapsed_ns": 1008095537 + }, + { + "window_index": 4, + "fresh_workers": 48, + "elapsed_ns": 1005676953 + }, + { + "window_index": 5, + "fresh_workers": 47, + "elapsed_ns": 1008136622 + }, + { + "window_index": 6, + "fresh_workers": 49, + "elapsed_ns": 1015087025 + }, + { + "window_index": 7, + "fresh_workers": 48, + "elapsed_ns": 1008565758 + }, + { + "window_index": 8, + "fresh_workers": 48, + "elapsed_ns": 1002910117 + }, + { + "window_index": 9, + "fresh_workers": 49, + "elapsed_ns": 1011080232 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 46, + "elapsed_ns": 1020016012 + }, + { + "window_index": 1, + "fresh_workers": 48, + "elapsed_ns": 1004453156 + }, + { + "window_index": 2, + "fresh_workers": 48, + "elapsed_ns": 1015192233 + }, + { + "window_index": 3, + "fresh_workers": 49, + "elapsed_ns": 1017694674 + }, + { + "window_index": 4, + "fresh_workers": 49, + "elapsed_ns": 1017538478 + }, + { + "window_index": 5, + "fresh_workers": 48, + "elapsed_ns": 1003059353 + }, + { + "window_index": 6, + "fresh_workers": 49, + "elapsed_ns": 1017900201 + }, + { + "window_index": 7, + "fresh_workers": 49, + "elapsed_ns": 1009102770 + }, + { + "window_index": 8, + "fresh_workers": 45, + "elapsed_ns": 1010174450 + }, + { + "window_index": 9, + "fresh_workers": 49, + "elapsed_ns": 1018976413 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 46, + "elapsed_ns": 1010356132 + }, + { + "window_index": 1, + "fresh_workers": 49, + "elapsed_ns": 1009720202 + }, + { + "window_index": 2, + "fresh_workers": 48, + "elapsed_ns": 1000003539 + }, + { + "window_index": 3, + "fresh_workers": 49, + "elapsed_ns": 1016248740 + }, + { + "window_index": 4, + "fresh_workers": 49, + "elapsed_ns": 1012894921 + }, + { + "window_index": 5, + "fresh_workers": 49, + "elapsed_ns": 1016317460 + }, + { + "window_index": 6, + "fresh_workers": 49, + "elapsed_ns": 1004103352 + }, + { + "window_index": 7, + "fresh_workers": 50, + "elapsed_ns": 1020022177 + }, + { + "window_index": 8, + "fresh_workers": 49, + "elapsed_ns": 1015384511 + }, + { + "window_index": 9, + "fresh_workers": 49, + "elapsed_ns": 1009725644 + } + ] + } + }, + "summary": { + "interpreter": { + "reference": { + "baseline_median_ns": 1412358.5, + "candidate_median_ns": 1391564.5, + "candidate_speed_relative_to_baseline": 1.0149428934124145, + "paired_bootstrap_speed_ci95": [ + 0.9927560046816162, + 1.0272587227549148 + ], + "statistically_tied": true + }, + "entry_cache": { + "baseline_median_ns": 1394688.0, + "candidate_median_ns": 1391564.5, + "candidate_speed_relative_to_baseline": 1.0022445959206348, + "paired_bootstrap_speed_ci95": [ + 0.9795112149585553, + 1.019788536798151 + ], + "statistically_tied": true + } + }, + "tier1": { + "reference": { + "baseline_median_ns": 1062362.5, + "candidate_median_ns": 477605.5, + "candidate_speed_relative_to_baseline": 2.2243514783644662, + "paired_bootstrap_speed_ci95": [ + 2.2155765462933403, + 2.249723377747746 + ], + "statistically_tied": false + }, + "entry_cache": { + "baseline_median_ns": 1063101.5, + "candidate_median_ns": 477605.5, + "candidate_speed_relative_to_baseline": 2.225898780478868, + "paired_bootstrap_speed_ci95": [ + 2.2158923007992, + 2.252253797443561 + ], + "statistically_tied": false + } + }, + "tier2": { + "reference": { + "baseline_median_ns": 316570.0, + "candidate_median_ns": 321562.5, + "candidate_speed_relative_to_baseline": 0.9844742468415938, + "paired_bootstrap_speed_ci95": [ + 0.9627047359355314, + 0.9989154620567321 + ], + "statistically_tied": false + }, + "entry_cache": { + "baseline_median_ns": 314932.5, + "candidate_median_ns": 321562.5, + "candidate_speed_relative_to_baseline": 0.9793819241982508, + "paired_bootstrap_speed_ci95": [ + 0.9567273058861077, + 0.9984575468477471 + ], + "statistically_tied": false + } + }, + "automatic": { + "reference": { + "baseline_median_ns": 314396.0, + "candidate_median_ns": 318334.5, + "candidate_speed_relative_to_baseline": 0.9876277940342627, + "paired_bootstrap_speed_ci95": [ + 0.9647223262122337, + 0.9919570201294938 + ], + "statistically_tied": false + }, + "entry_cache": { + "baseline_median_ns": 313967.5, + "candidate_median_ns": 318334.5, + "candidate_speed_relative_to_baseline": 0.9862817256690682, + "paired_bootstrap_speed_ci95": [ + 0.963978200965982, + 0.9929229103862348 + ], + "statistically_tied": false + } + } + }, + "implementations": { + "reference": "M2 runtime at 2bd518e, with generic-call benchmark registration only", + "entry_cache": "Pre-cursor runtime at b7be6a4: entry cache, inline return handoff and reusable CALL feedback buffer. Legacy driver key does not mean cache-only.", + "candidate": "b7be6a4 plus sys/patches/0011-helper-pc-cursor.patch; matching manifest and tests" + }, + "candidate_patch_source": "diff --git a/quickjs.c b/quickjs.c\n--- a/quickjs.c\n+++ b/quickjs.c\n@@ -852,6 +852,7 @@\n uint64_t jit_function_id;\n uint64_t jit_generation;\n uint8_t jit_feedback_disabled;\n+ int jit_validated_pc_offset; /* known instruction boundary, initially zero */\n #endif\n } JSFunctionBytecode;\n \n@@ -2892,6 +2893,7 @@\n old_generation = b->jit_generation;\n b->jit_generation = ++ctx->rt->jit_next_generation;\n b->jit_feedback_disabled = 0;\n+ b->jit_validated_pc_offset = 0;\n qjsjit_retire_identity(ctx->rt, b->jit_function_id, old_generation);\n return JS_JIT_BACKEND_OK;\n }\n@@ -18691,12 +18693,18 @@\n \n if (value < start || (allow_end ? value > end : value >= end))\n return false;\n+ /* Published bytecode instruction lengths are immutable. Reuse only a\n+ proven boundary at or before this query; backward branches rescan. */\n+ if (value - start >= (uintptr_t)b->jit_validated_pc_offset)\n+ offset = b->jit_validated_pc_offset;\n while (offset < b->byte_code_len) {\n const JSJitOpcodeInfo *info;\n uint8_t opcode;\n \n- if (pc == b->byte_code_buf + offset)\n+ if (pc == b->byte_code_buf + offset) {\n+ b->jit_validated_pc_offset = offset;\n return true;\n+ }\n opcode = b->byte_code_buf[offset];\n if (opcode >= countof(qjsjit_opcode_table))\n return false;\n", + "candidate_patch_sha256": "3173f900e20f4810488a4309cf8b3617231c724f07781a84c2553c9fdb2bba0e", + "driver_source": "\"\"\"Diagnostic paired revision comparison using the unchanged jit-bench worker ABI.\"\"\"\nimport hashlib\nimport json\nfrom pathlib import Path\nimport random\nimport statistics\nimport subprocess\nimport time\nimport os\nimport sys\n\nROOT = Path('/home/jason/work/quickjs-jit')\nWORKLOAD = sys.argv[1]\nassert WORKLOAD in ['generic-call-entry', 'call-heavy', 'fibonacci-recursive', 'scalar-loop']\nOUTPUT = Path('/tmp/jit-pc-cursor-' + WORKLOAD + '.json')\nos.sched_setaffinity(0, {0})\nENGINES = {\n 'reference': Path('/tmp/jit-call-reference/jit-bench'),\n 'entry_cache': Path('/tmp/jit-pc-cursor-baseline/jit-bench'),\n 'candidate': ROOT / 'target/release/jit-bench',\n}\nSCRIPT = ROOT / 'benchmarks/scripts' / (WORKLOAD + '.js')\nMODES = ['interpreter', 'tier1', 'tier2', 'automatic']\nWARMUPS, PAIRS, WINDOWS = 5, 30, 10\nchecksum = None\n\ndef digest(path):\n return hashlib.sha256(path.read_bytes()).hexdigest()\n\ndef run(engine, mode):\n global checksum\n completed = subprocess.run(\n [str(ENGINES[engine]), 'worker', '--mode', mode, '--script', str(SCRIPT)],\n cwd=ROOT, capture_output=True, text=True, check=True, timeout=120,\n )\n result = json.loads(completed.stdout)\n if checksum is None:\n checksum = result['checksum']\n assert result['checksum'] == checksum, (engine, mode, result)\n assert result['native_entries'] == result['native_exits'], (engine, mode, result)\n if mode == 'interpreter':\n assert result['native_entries'] == 0\n elif WORKLOAD == 'generic-call-entry':\n assert result['native_entries'] > 0, (engine, mode, result)\n return result\n\ndef rotated(items, offset):\n offset %= len(items)\n return items[offset:] + items[:offset]\n\ndef write():\n temporary = OUTPUT.with_suffix('.partial')\n temporary.write_text(json.dumps(evidence, indent=2) + '\\n')\n temporary.replace(OUTPUT)\n\n# Binary hashes bind each measurement to its implementation even though both\n# worker binaries see the current, dirty source tree for the shared script.\nevidence = {\n 'schema': 'jit-pc-cursor-paired-diagnostic-v1',\n 'workload': WORKLOAD,\n 'cpu_affinity': sorted(os.sched_getaffinity(0)),\n 'status': 'running',\n 'started_utc': time.strftime('%Y-%m-%dT%H:%M:%SZ', time.gmtime()),\n 'driver_sha256': digest(Path(__file__)),\n 'script': str(SCRIPT), 'script_sha256': digest(SCRIPT),\n 'executables': {name: {'path': str(path), 'sha256': digest(path)} for name, path in ENGINES.items()},\n 'candidate_revision': subprocess.check_output(['git', 'rev-parse', 'HEAD'], cwd=ROOT, text=True).strip(),\n 'source_dirty': True,\n 'warmup_processes_per_engine_and_mode': WARMUPS,\n 'fresh_process_pairs_per_mode': PAIRS,\n 'throughput_windows_per_engine_and_mode': WINDOWS,\n 'throughput_window_min_ns': 1_000_000_000,\n 'throughput_unit': 'fresh jit-bench worker processes including setup and warmup',\n 'bootstrap_resamples': 10000,\n 'pairs': {mode: [] for mode in MODES},\n 'throughput': {mode: {engine: [] for engine in ENGINES} for mode in MODES},\n}\nwrite()\nfor pair in range(WARMUPS):\n for index, mode in enumerate(rotated(MODES, pair)):\n for engine in rotated(list(ENGINES), pair + index):\n run(engine, mode)\nprint('warmups complete', flush=True)\nfor pair in range(PAIRS):\n for index, mode in enumerate(rotated(MODES, pair)):\n row = {'pair_index': pair}\n for engine in rotated(list(ENGINES), pair + index):\n row[engine] = run(engine, mode)\n evidence['pairs'][mode].append(row)\n write()\n if (pair + 1) % 5 == 0:\n print(f'completed {pair + 1}/{PAIRS} pairs per mode', flush=True)\nfor window in range(WINDOWS):\n for index, mode in enumerate(rotated(MODES, window)):\n for engine in rotated(list(ENGINES), window + index):\n start = time.monotonic_ns()\n count = 0\n while time.monotonic_ns() - start < 1_000_000_000:\n run(engine, mode)\n count += 1\n evidence['throughput'][mode][engine].append({\n 'window_index': window, 'fresh_workers': count,\n 'elapsed_ns': time.monotonic_ns() - start,\n })\n write()\n print(f'completed {window + 1}/{WINDOWS} throughput windows', flush=True)\nsummary = {}\nfor mode, pairs in evidence['pairs'].items():\n summary[mode] = {}\n for baseline in ['reference', 'entry_cache']:\n a = [row[baseline]['elapsed_ns'] for row in pairs]\n b = [row['candidate']['elapsed_ns'] for row in pairs]\n rng = random.Random(20260905)\n bootstrap = []\n for _ in range(10000):\n indices = [rng.randrange(len(pairs)) for _ in pairs]\n bootstrap.append(statistics.median(a[i] for i in indices) / statistics.median(b[i] for i in indices))\n bootstrap.sort()\n summary[mode][baseline] = {\n 'baseline_median_ns': statistics.median(a),\n 'candidate_median_ns': statistics.median(b),\n 'candidate_speed_relative_to_baseline': statistics.median(a) / statistics.median(b),\n 'paired_bootstrap_speed_ci95': [bootstrap[249], bootstrap[9749]],\n 'statistically_tied': bootstrap[249] <= 1 <= bootstrap[9749],\n }\n# Detect replacement during measurement instead of silently mixing binaries.\nfor name, path in ENGINES.items():\n assert digest(path) == evidence['executables'][name]['sha256']\nassert digest(SCRIPT) == evidence['script_sha256']\nevidence['summary'] = summary\nevidence['status'] = 'complete'\nwrite()\nprint(json.dumps(summary, indent=2), flush=True)\n", + "limitations": "Dirty-source revision diagnostic, not the clean-source acceptance matrix. Benchmark fixed on CPU 0; some local verification ran on CPUs 2-15 concurrently. Throughput counts fresh worker processes including setup/warmup, not JavaScript operations." +} diff --git a/benchmarks/results/m3-pc-cursor-call-heavy-recheck.json b/benchmarks/results/m3-pc-cursor-call-heavy-recheck.json new file mode 100644 index 000000000..3263141da --- /dev/null +++ b/benchmarks/results/m3-pc-cursor-call-heavy-recheck.json @@ -0,0 +1,9409 @@ +{ + "status": "complete", + "workload": "call-heavy", + "warmups": 5, + "pairs_per_mode": 60, + "cpu_affinity": [ + 0 + ], + "bootstrap_resamples": 10000, + "source_dirty": true, + "executables": { + "baseline": { + "path": "/tmp/jit-pc-cursor-baseline/jit-bench", + "sha256": "85e999b748efb30dec40b27938fab9d457b0258931997398b22f43032e3cd26b" + }, + "candidate": { + "path": "/home/jason/work/quickjs-jit/target/release/jit-bench", + "sha256": "b47e850e2a4e7c1225cf2c81c0285d6d236442dca6ed67a8fe2d1306e5c7fe0b" + } + }, + "driver_source": "import hashlib, json, os, random, statistics, subprocess\nfrom pathlib import Path\nos.sched_setaffinity(0, {0})\nengines = {\"baseline\": \"/tmp/jit-pc-cursor-baseline/jit-bench\", \"candidate\": \"/home/jason/work/quickjs-jit/target/release/jit-bench\"}\nscript = \"/home/jason/work/quickjs-jit/benchmarks/scripts/call-heavy.js\"\nrows = {mode: [] for mode in [\"tier2\", \"automatic\"]}\ndef run(engine, mode):\n return json.loads(subprocess.check_output([engines[engine], \"worker\", \"--mode\", mode, \"--script\", script], text=True))\nfor index in range(65):\n for mode in rows:\n order = list(engines) if index % 2 else list(reversed(engines))\n row = {engine: run(engine, mode) for engine in order}\n assert row[\"baseline\"][\"checksum\"] == row[\"candidate\"][\"checksum\"]\n assert all(r[\"native_entries\"] == r[\"native_exits\"] for r in row.values())\n if index >= 5: rows[mode].append(row)\nsummary = {}\nfor mode, pairs in rows.items():\n a = [r[\"baseline\"][\"elapsed_ns\"] for r in pairs]\n b = [r[\"candidate\"][\"elapsed_ns\"] for r in pairs]\n rng = random.Random(20260905)\n boot = []\n for _ in range(10000):\n ids = [rng.randrange(len(pairs)) for _ in pairs]\n boot.append(statistics.median(a[i] for i in ids) / statistics.median(b[i] for i in ids))\n boot.sort()\n summary[mode] = {\"speed\": statistics.median(a) / statistics.median(b), \"ci95\": [boot[249], boot[9749]]}\nreport = {\"status\": \"complete\", \"workload\": \"call-heavy\", \"warmups\": 5, \"pairs_per_mode\": 60, \"cpu_affinity\": [0], \"bootstrap_resamples\": 10000, \"source_dirty\": True, \"executables\": {k: {\"path\": v, \"sha256\": hashlib.sha256(Path(v).read_bytes()).hexdigest()} for k,v in engines.items()}, \"driver_source\": Path(__file__).read_text(), \"script_sha256\": hashlib.sha256(Path(script).read_bytes()).hexdigest(), \"pairs\": rows, \"summary\": summary}\nPath(\"/tmp/jit-pc-cursor-call-heavy-recheck.json\").write_text(json.dumps(report, indent=2)+\"\\n\")\nprint(json.dumps(summary, indent=2), flush=True)\n", + "script_sha256": "5688a779d65aef9c9b309cc9e4a7143f1220cb78ed9296746774154f3c755f3a", + "pairs": { + "tier2": [ + { + "baseline": { + "elapsed_ns": 325750, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13664512, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11046912, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18478003, + "runtime_create_ns": 25682, + "jit_attach_ns": 48995, + "context_create_ns": 98648, + "definition_eval_ns": 52331, + "first_eval_ns": 2331539, + "threshold_crossing_ns": 15539048, + "compile_ns": 15653713, + "install_ns": 73514, + "osr_ns": 0, + "steady_state_ns": 325750 + } + }, + "candidate": { + "elapsed_ns": 327122, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 11249763, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11067392, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18185014, + "runtime_create_ns": 28554, + "jit_attach_ns": 51957, + "context_create_ns": 116276, + "definition_eval_ns": 65185, + "first_eval_ns": 2337008, + "threshold_crossing_ns": 15198547, + "compile_ns": 15564299, + "install_ns": 78787, + "osr_ns": 0, + "steady_state_ns": 327122 + } + } + }, + { + "candidate": { + "elapsed_ns": 322468, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 9923113, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11173888, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18952761, + "runtime_create_ns": 22481, + "jit_attach_ns": 48727, + "context_create_ns": 98903, + "definition_eval_ns": 53400, + "first_eval_ns": 2322323, + "threshold_crossing_ns": 16025484, + "compile_ns": 16429171, + "install_ns": 84151, + "osr_ns": 0, + "steady_state_ns": 322468 + } + }, + "baseline": { + "elapsed_ns": 314852, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 143, + "native_exits": 4013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 15717351, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11034624, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19563404, + "runtime_create_ns": 28414, + "jit_attach_ns": 62340, + "context_create_ns": 103398, + "definition_eval_ns": 61904, + "first_eval_ns": 2320429, + "threshold_crossing_ns": 14069817, + "compile_ns": 14370170, + "install_ns": 60604, + "osr_ns": 0, + "steady_state_ns": 314852 + } + } + }, + { + "baseline": { + "elapsed_ns": 329722, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 142, + "native_exits": 4013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 15681952, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11161600, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19575134, + "runtime_create_ns": 27529, + "jit_attach_ns": 50476, + "context_create_ns": 107212, + "definition_eval_ns": 58520, + "first_eval_ns": 2331349, + "threshold_crossing_ns": 14092603, + "compile_ns": 14406405, + "install_ns": 64620, + "osr_ns": 0, + "steady_state_ns": 329722 + } + }, + "candidate": { + "elapsed_ns": 325089, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12155649, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11239424, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18377132, + "runtime_create_ns": 25211, + "jit_attach_ns": 56239, + "context_create_ns": 116888, + "definition_eval_ns": 76679, + "first_eval_ns": 2312915, + "threshold_crossing_ns": 15402282, + "compile_ns": 15708237, + "install_ns": 84767, + "osr_ns": 0, + "steady_state_ns": 325089 + } + } + }, + { + "candidate": { + "elapsed_ns": 317446, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 11349990, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11087872, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18160447, + "runtime_create_ns": 25987, + "jit_attach_ns": 49379, + "context_create_ns": 104609, + "definition_eval_ns": 57079, + "first_eval_ns": 2331415, + "threshold_crossing_ns": 15218251, + "compile_ns": 15542453, + "install_ns": 78891, + "osr_ns": 0, + "steady_state_ns": 317446 + } + }, + "baseline": { + "elapsed_ns": 321426, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 142, + "native_exits": 4013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 15686318, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19619294, + "runtime_create_ns": 28850, + "jit_attach_ns": 57193, + "context_create_ns": 104282, + "definition_eval_ns": 61350, + "first_eval_ns": 2347181, + "threshold_crossing_ns": 14117387, + "compile_ns": 14430336, + "install_ns": 71263, + "osr_ns": 0, + "steady_state_ns": 321426 + } + } + }, + { + "baseline": { + "elapsed_ns": 320733, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 143, + "native_exits": 4013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 15758391, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11091968, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19528384, + "runtime_create_ns": 25154, + "jit_attach_ns": 47918, + "context_create_ns": 99567, + "definition_eval_ns": 49899, + "first_eval_ns": 2349395, + "threshold_crossing_ns": 14039904, + "compile_ns": 14305765, + "install_ns": 68161, + "osr_ns": 0, + "steady_state_ns": 320733 + } + }, + "candidate": { + "elapsed_ns": 317751, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12025313, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11096064, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18058722, + "runtime_create_ns": 27945, + "jit_attach_ns": 55281, + "context_create_ns": 106102, + "definition_eval_ns": 63711, + "first_eval_ns": 2313244, + "threshold_crossing_ns": 15108289, + "compile_ns": 15418998, + "install_ns": 78073, + "osr_ns": 0, + "steady_state_ns": 317751 + } + } + }, + { + "candidate": { + "elapsed_ns": 321361, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 142, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 16271945, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11120640, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19868289, + "runtime_create_ns": 36307, + "jit_attach_ns": 54139, + "context_create_ns": 120108, + "definition_eval_ns": 60372, + "first_eval_ns": 2317624, + "threshold_crossing_ns": 14545061, + "compile_ns": 15085243, + "install_ns": 57037, + "osr_ns": 0, + "steady_state_ns": 321361 + } + }, + "baseline": { + "elapsed_ns": 323867, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 142, + "native_exits": 4013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 15867202, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11067392, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19799397, + "runtime_create_ns": 25778, + "jit_attach_ns": 59249, + "context_create_ns": 111071, + "definition_eval_ns": 74522, + "first_eval_ns": 2395862, + "threshold_crossing_ns": 14168430, + "compile_ns": 14581952, + "install_ns": 66965, + "osr_ns": 0, + "steady_state_ns": 323867 + } + } + }, + { + "baseline": { + "elapsed_ns": 323095, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13637447, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11227136, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18688200, + "runtime_create_ns": 22656, + "jit_attach_ns": 54716, + "context_create_ns": 103202, + "definition_eval_ns": 61447, + "first_eval_ns": 2347739, + "threshold_crossing_ns": 15715582, + "compile_ns": 15920822, + "install_ns": 80200, + "osr_ns": 0, + "steady_state_ns": 323095 + } + }, + "candidate": { + "elapsed_ns": 317252, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 9873269, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11014144, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18924672, + "runtime_create_ns": 30213, + "jit_attach_ns": 54620, + "context_create_ns": 105891, + "definition_eval_ns": 77373, + "first_eval_ns": 2319784, + "threshold_crossing_ns": 15958679, + "compile_ns": 16440183, + "install_ns": 79863, + "osr_ns": 0, + "steady_state_ns": 317252 + } + } + }, + { + "candidate": { + "elapsed_ns": 324455, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 9918005, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11120640, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18895518, + "runtime_create_ns": 26895, + "jit_attach_ns": 51584, + "context_create_ns": 102095, + "definition_eval_ns": 55279, + "first_eval_ns": 2310610, + "threshold_crossing_ns": 15967089, + "compile_ns": 16407957, + "install_ns": 83797, + "osr_ns": 0, + "steady_state_ns": 324455 + } + }, + "baseline": { + "elapsed_ns": 314251, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12160713, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11223040, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19460340, + "runtime_create_ns": 25735, + "jit_attach_ns": 53784, + "context_create_ns": 115254, + "definition_eval_ns": 72554, + "first_eval_ns": 2329633, + "threshold_crossing_ns": 16482397, + "compile_ns": 16761033, + "install_ns": 90912, + "osr_ns": 0, + "steady_state_ns": 314251 + } + } + }, + { + "baseline": { + "elapsed_ns": 318194, + "checksum": "number:40bb580000000000", + "native_entries": 4014, + "native_acquisitions": 143, + "native_exits": 4014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 14528641, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11141120, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19942378, + "runtime_create_ns": 27273, + "jit_attach_ns": 54893, + "context_create_ns": 102359, + "definition_eval_ns": 62192, + "first_eval_ns": 2354924, + "threshold_crossing_ns": 14395985, + "compile_ns": 14723178, + "install_ns": 71432, + "osr_ns": 0, + "steady_state_ns": 318194 + } + }, + "candidate": { + "elapsed_ns": 316973, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12014553, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11157504, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18324098, + "runtime_create_ns": 26439, + "jit_attach_ns": 62259, + "context_create_ns": 113423, + "definition_eval_ns": 77667, + "first_eval_ns": 2343388, + "threshold_crossing_ns": 15322178, + "compile_ns": 15752076, + "install_ns": 76871, + "osr_ns": 0, + "steady_state_ns": 316973 + } + } + }, + { + "candidate": { + "elapsed_ns": 325672, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 11158403, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11079680, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18103089, + "runtime_create_ns": 32732, + "jit_attach_ns": 49233, + "context_create_ns": 101627, + "definition_eval_ns": 51855, + "first_eval_ns": 2298145, + "threshold_crossing_ns": 15185961, + "compile_ns": 15475049, + "install_ns": 88030, + "osr_ns": 0, + "steady_state_ns": 325672 + } + }, + "baseline": { + "elapsed_ns": 323441, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14284746, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11161600, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18414577, + "runtime_create_ns": 25072, + "jit_attach_ns": 57326, + "context_create_ns": 107460, + "definition_eval_ns": 86086, + "first_eval_ns": 2316002, + "threshold_crossing_ns": 15437570, + "compile_ns": 15591859, + "install_ns": 75900, + "osr_ns": 0, + "steady_state_ns": 323441 + } + } + }, + { + "baseline": { + "elapsed_ns": 316321, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13576755, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11141120, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18569179, + "runtime_create_ns": 22804, + "jit_attach_ns": 49335, + "context_create_ns": 102583, + "definition_eval_ns": 57123, + "first_eval_ns": 2347778, + "threshold_crossing_ns": 15616701, + "compile_ns": 15784002, + "install_ns": 81660, + "osr_ns": 0, + "steady_state_ns": 316321 + } + }, + "candidate": { + "elapsed_ns": 318599, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12045305, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11112448, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18211832, + "runtime_create_ns": 23784, + "jit_attach_ns": 56684, + "context_create_ns": 109746, + "definition_eval_ns": 69189, + "first_eval_ns": 2346387, + "threshold_crossing_ns": 15227547, + "compile_ns": 15570717, + "install_ns": 75720, + "osr_ns": 0, + "steady_state_ns": 318599 + } + } + }, + { + "candidate": { + "elapsed_ns": 323975, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 9944674, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11108352, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18960436, + "runtime_create_ns": 25875, + "jit_attach_ns": 49724, + "context_create_ns": 101216, + "definition_eval_ns": 57120, + "first_eval_ns": 2328798, + "threshold_crossing_ns": 16015017, + "compile_ns": 16466602, + "install_ns": 87537, + "osr_ns": 0, + "steady_state_ns": 323975 + } + }, + "baseline": { + "elapsed_ns": 313987, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13608170, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11145216, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18882165, + "runtime_create_ns": 39881, + "jit_attach_ns": 62138, + "context_create_ns": 113378, + "definition_eval_ns": 76763, + "first_eval_ns": 2355136, + "threshold_crossing_ns": 15857744, + "compile_ns": 16087086, + "install_ns": 95743, + "osr_ns": 0, + "steady_state_ns": 313987 + } + } + }, + { + "baseline": { + "elapsed_ns": 324699, + "checksum": "number:40bb580000000000", + "native_entries": 4014, + "native_acquisitions": 143, + "native_exits": 4014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 14459350, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11083776, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19840816, + "runtime_create_ns": 23487, + "jit_attach_ns": 53645, + "context_create_ns": 102215, + "definition_eval_ns": 54213, + "first_eval_ns": 2343220, + "threshold_crossing_ns": 14357641, + "compile_ns": 14653875, + "install_ns": 71467, + "osr_ns": 0, + "steady_state_ns": 324699 + } + }, + "candidate": { + "elapsed_ns": 319765, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 142, + "native_exits": 4013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 13771497, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11182080, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19955851, + "runtime_create_ns": 25149, + "jit_attach_ns": 76563, + "context_create_ns": 112546, + "definition_eval_ns": 79465, + "first_eval_ns": 2321250, + "threshold_crossing_ns": 14623138, + "compile_ns": 15170536, + "install_ns": 66703, + "osr_ns": 0, + "steady_state_ns": 319765 + } + } + }, + { + "candidate": { + "elapsed_ns": 318020, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12038058, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11132928, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18117471, + "runtime_create_ns": 22410, + "jit_attach_ns": 51111, + "context_create_ns": 103262, + "definition_eval_ns": 56678, + "first_eval_ns": 2330467, + "threshold_crossing_ns": 15175620, + "compile_ns": 15484362, + "install_ns": 74773, + "osr_ns": 0, + "steady_state_ns": 318020 + } + }, + "baseline": { + "elapsed_ns": 317198, + "checksum": "number:40bb580000000000", + "native_entries": 4014, + "native_acquisitions": 144, + "native_exits": 4014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 14548416, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10977280, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19823960, + "runtime_create_ns": 27797, + "jit_attach_ns": 56592, + "context_create_ns": 103092, + "definition_eval_ns": 61887, + "first_eval_ns": 2341845, + "threshold_crossing_ns": 14285884, + "compile_ns": 14591951, + "install_ns": 66747, + "osr_ns": 0, + "steady_state_ns": 317198 + } + } + }, + { + "baseline": { + "elapsed_ns": 320203, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13627495, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10997760, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18539212, + "runtime_create_ns": 26189, + "jit_attach_ns": 49852, + "context_create_ns": 101142, + "definition_eval_ns": 52624, + "first_eval_ns": 2322347, + "threshold_crossing_ns": 15609984, + "compile_ns": 15725187, + "install_ns": 75480, + "osr_ns": 0, + "steady_state_ns": 320203 + } + }, + "candidate": { + "elapsed_ns": 317633, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 9872281, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11186176, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18881316, + "runtime_create_ns": 25930, + "jit_attach_ns": 51838, + "context_create_ns": 114733, + "definition_eval_ns": 64997, + "first_eval_ns": 2315325, + "threshold_crossing_ns": 15932329, + "compile_ns": 16378470, + "install_ns": 83168, + "osr_ns": 0, + "steady_state_ns": 317633 + } + } + }, + { + "candidate": { + "elapsed_ns": 317553, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 10448260, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11030528, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19098289, + "runtime_create_ns": 24544, + "jit_attach_ns": 50378, + "context_create_ns": 101198, + "definition_eval_ns": 60561, + "first_eval_ns": 2322940, + "threshold_crossing_ns": 16162569, + "compile_ns": 16563991, + "install_ns": 80838, + "osr_ns": 0, + "steady_state_ns": 317553 + } + }, + "baseline": { + "elapsed_ns": 313069, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12172243, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11100160, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19373551, + "runtime_create_ns": 30098, + "jit_attach_ns": 54601, + "context_create_ns": 107095, + "definition_eval_ns": 70758, + "first_eval_ns": 2338731, + "threshold_crossing_ns": 16399942, + "compile_ns": 16697038, + "install_ns": 77881, + "osr_ns": 0, + "steady_state_ns": 313069 + } + } + }, + { + "baseline": { + "elapsed_ns": 312102, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12102016, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11153408, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19283201, + "runtime_create_ns": 25699, + "jit_attach_ns": 49246, + "context_create_ns": 108327, + "definition_eval_ns": 56024, + "first_eval_ns": 2336127, + "threshold_crossing_ns": 16339397, + "compile_ns": 16603227, + "install_ns": 77418, + "osr_ns": 0, + "steady_state_ns": 312102 + } + }, + "candidate": { + "elapsed_ns": 327550, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 141, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 16463452, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11112448, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19787487, + "runtime_create_ns": 27089, + "jit_attach_ns": 53951, + "context_create_ns": 103320, + "definition_eval_ns": 63133, + "first_eval_ns": 2330257, + "threshold_crossing_ns": 14464089, + "compile_ns": 14920312, + "install_ns": 56571, + "osr_ns": 0, + "steady_state_ns": 327550 + } + } + }, + { + "candidate": { + "elapsed_ns": 315755, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 9955297, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10977280, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18787163, + "runtime_create_ns": 25670, + "jit_attach_ns": 46860, + "context_create_ns": 115207, + "definition_eval_ns": 50692, + "first_eval_ns": 2298423, + "threshold_crossing_ns": 15877354, + "compile_ns": 16280973, + "install_ns": 79451, + "osr_ns": 0, + "steady_state_ns": 315755 + } + }, + "baseline": { + "elapsed_ns": 315191, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12050573, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11067392, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19364018, + "runtime_create_ns": 25451, + "jit_attach_ns": 55767, + "context_create_ns": 108195, + "definition_eval_ns": 70873, + "first_eval_ns": 2347733, + "threshold_crossing_ns": 16382799, + "compile_ns": 16686612, + "install_ns": 80131, + "osr_ns": 0, + "steady_state_ns": 315191 + } + } + }, + { + "baseline": { + "elapsed_ns": 323440, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13680590, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11108352, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18709771, + "runtime_create_ns": 25833, + "jit_attach_ns": 56072, + "context_create_ns": 111144, + "definition_eval_ns": 63206, + "first_eval_ns": 2351758, + "threshold_crossing_ns": 15721079, + "compile_ns": 15964940, + "install_ns": 83850, + "osr_ns": 0, + "steady_state_ns": 323440 + } + }, + "candidate": { + "elapsed_ns": 364835, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 11993120, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11063296, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18207151, + "runtime_create_ns": 30671, + "jit_attach_ns": 57907, + "context_create_ns": 124432, + "definition_eval_ns": 70443, + "first_eval_ns": 2310021, + "threshold_crossing_ns": 15173472, + "compile_ns": 15524268, + "install_ns": 75797, + "osr_ns": 0, + "steady_state_ns": 364835 + } + } + }, + { + "candidate": { + "elapsed_ns": 317077, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 9926783, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10973184, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18993962, + "runtime_create_ns": 28346, + "jit_attach_ns": 60329, + "context_create_ns": 107259, + "definition_eval_ns": 63404, + "first_eval_ns": 2341574, + "threshold_crossing_ns": 16017297, + "compile_ns": 16525922, + "install_ns": 82577, + "osr_ns": 0, + "steady_state_ns": 317077 + } + }, + "baseline": { + "elapsed_ns": 313603, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14287458, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11120640, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18485545, + "runtime_create_ns": 27849, + "jit_attach_ns": 59244, + "context_create_ns": 112867, + "definition_eval_ns": 77517, + "first_eval_ns": 2362015, + "threshold_crossing_ns": 15468759, + "compile_ns": 15704021, + "install_ns": 76859, + "osr_ns": 0, + "steady_state_ns": 313603 + } + } + }, + { + "baseline": { + "elapsed_ns": 322981, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13697058, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11100160, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18645275, + "runtime_create_ns": 26907, + "jit_attach_ns": 59101, + "context_create_ns": 108115, + "definition_eval_ns": 62362, + "first_eval_ns": 2351517, + "threshold_crossing_ns": 15654914, + "compile_ns": 15881152, + "install_ns": 80151, + "osr_ns": 0, + "steady_state_ns": 322981 + } + }, + "candidate": { + "elapsed_ns": 2167964, + "checksum": "number:40bb580000000000", + "native_entries": 8013, + "native_acquisitions": 271, + "native_exits": 8013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 6009, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 5945, + "measured_benefit_ns": 11112350, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11005952, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 21571811, + "runtime_create_ns": 30086, + "jit_attach_ns": 63540, + "context_create_ns": 109880, + "definition_eval_ns": 78290, + "first_eval_ns": 2332090, + "threshold_crossing_ns": 15743563, + "compile_ns": 14527262, + "install_ns": 68816, + "osr_ns": 0, + "steady_state_ns": 2167964 + } + } + }, + { + "candidate": { + "elapsed_ns": 322011, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 142, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 16337898, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11223040, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19842751, + "runtime_create_ns": 23240, + "jit_attach_ns": 55522, + "context_create_ns": 111411, + "definition_eval_ns": 68417, + "first_eval_ns": 2331475, + "threshold_crossing_ns": 14520981, + "compile_ns": 15059304, + "install_ns": 67138, + "osr_ns": 0, + "steady_state_ns": 322011 + } + }, + "baseline": { + "elapsed_ns": 320747, + "checksum": "number:40bb580000000000", + "native_entries": 2012, + "native_acquisitions": 78, + "native_exits": 2012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 29462661, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11026432, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19315016, + "runtime_create_ns": 31043, + "jit_attach_ns": 60158, + "context_create_ns": 109679, + "definition_eval_ns": 76335, + "first_eval_ns": 2346292, + "threshold_crossing_ns": 16309063, + "compile_ns": 16633529, + "install_ns": 72685, + "osr_ns": 0, + "steady_state_ns": 320747 + } + } + }, + { + "baseline": { + "elapsed_ns": 319722, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14234956, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11046912, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18221423, + "runtime_create_ns": 24551, + "jit_attach_ns": 49224, + "context_create_ns": 102342, + "definition_eval_ns": 64583, + "first_eval_ns": 2328055, + "threshold_crossing_ns": 15277508, + "compile_ns": 15403989, + "install_ns": 68512, + "osr_ns": 0, + "steady_state_ns": 319722 + } + }, + "candidate": { + "elapsed_ns": 2717201, + "checksum": "number:40bb580000000000", + "native_entries": 6012, + "native_acquisitions": 206, + "native_exits": 6012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 6009, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 9, + "measured_benefit_ns": 12702703, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11091968, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20690572, + "runtime_create_ns": 26580, + "jit_attach_ns": 55096, + "context_create_ns": 99974, + "definition_eval_ns": 60631, + "first_eval_ns": 2327705, + "threshold_crossing_ns": 14427826, + "compile_ns": 14873533, + "install_ns": 57557, + "osr_ns": 0, + "steady_state_ns": 2717201 + } + } + }, + { + "candidate": { + "elapsed_ns": 317494, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 9859904, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11165696, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18801659, + "runtime_create_ns": 22117, + "jit_attach_ns": 49456, + "context_create_ns": 105594, + "definition_eval_ns": 62808, + "first_eval_ns": 2330514, + "threshold_crossing_ns": 15855507, + "compile_ns": 16309224, + "install_ns": 77490, + "osr_ns": 0, + "steady_state_ns": 317494 + } + }, + "baseline": { + "elapsed_ns": 316597, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13473464, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18554245, + "runtime_create_ns": 23910, + "jit_attach_ns": 54193, + "context_create_ns": 107257, + "definition_eval_ns": 69377, + "first_eval_ns": 2348756, + "threshold_crossing_ns": 15575679, + "compile_ns": 15769750, + "install_ns": 78473, + "osr_ns": 0, + "steady_state_ns": 316597 + } + } + }, + { + "baseline": { + "elapsed_ns": 323901, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13636998, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11145216, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18654169, + "runtime_create_ns": 27552, + "jit_attach_ns": 48869, + "context_create_ns": 100884, + "definition_eval_ns": 55806, + "first_eval_ns": 2336240, + "threshold_crossing_ns": 15704353, + "compile_ns": 15834212, + "install_ns": 91199, + "osr_ns": 0, + "steady_state_ns": 323901 + } + }, + "candidate": { + "elapsed_ns": 317635, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 11998376, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11104256, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18247931, + "runtime_create_ns": 28382, + "jit_attach_ns": 64607, + "context_create_ns": 111534, + "definition_eval_ns": 74396, + "first_eval_ns": 2324575, + "threshold_crossing_ns": 15266471, + "compile_ns": 15626403, + "install_ns": 77670, + "osr_ns": 0, + "steady_state_ns": 317635 + } + } + }, + { + "candidate": { + "elapsed_ns": 326200, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 11421684, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11001856, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18068114, + "runtime_create_ns": 26789, + "jit_attach_ns": 49842, + "context_create_ns": 97807, + "definition_eval_ns": 53458, + "first_eval_ns": 2324043, + "threshold_crossing_ns": 15133041, + "compile_ns": 15432872, + "install_ns": 79783, + "osr_ns": 0, + "steady_state_ns": 326200 + } + }, + "baseline": { + "elapsed_ns": 316001, + "checksum": "number:40bb580000000000", + "native_entries": 4014, + "native_acquisitions": 143, + "native_exits": 4014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 14516575, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11034624, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19924871, + "runtime_create_ns": 30683, + "jit_attach_ns": 58391, + "context_create_ns": 116357, + "definition_eval_ns": 64655, + "first_eval_ns": 2347872, + "threshold_crossing_ns": 14387367, + "compile_ns": 14735663, + "install_ns": 66597, + "osr_ns": 0, + "steady_state_ns": 316001 + } + } + }, + { + "baseline": { + "elapsed_ns": 315661, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13536804, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10997760, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18506959, + "runtime_create_ns": 24060, + "jit_attach_ns": 49741, + "context_create_ns": 103716, + "definition_eval_ns": 55153, + "first_eval_ns": 2333403, + "threshold_crossing_ns": 15567597, + "compile_ns": 15728208, + "install_ns": 78474, + "osr_ns": 0, + "steady_state_ns": 315661 + } + }, + "candidate": { + "elapsed_ns": 318162, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12031920, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11157504, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18125524, + "runtime_create_ns": 27897, + "jit_attach_ns": 54531, + "context_create_ns": 105905, + "definition_eval_ns": 65112, + "first_eval_ns": 2343469, + "threshold_crossing_ns": 15149419, + "compile_ns": 15491919, + "install_ns": 70701, + "osr_ns": 0, + "steady_state_ns": 318162 + } + } + }, + { + "candidate": { + "elapsed_ns": 316764, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12052536, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11083776, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18196975, + "runtime_create_ns": 22956, + "jit_attach_ns": 49998, + "context_create_ns": 103783, + "definition_eval_ns": 59633, + "first_eval_ns": 2326155, + "threshold_crossing_ns": 15261348, + "compile_ns": 15549463, + "install_ns": 78596, + "osr_ns": 0, + "steady_state_ns": 316764 + } + }, + "baseline": { + "elapsed_ns": 314029, + "checksum": "number:40bb580000000000", + "native_entries": 4014, + "native_acquisitions": 143, + "native_exits": 4014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 14429676, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11055104, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19882146, + "runtime_create_ns": 31413, + "jit_attach_ns": 56325, + "context_create_ns": 107659, + "definition_eval_ns": 70726, + "first_eval_ns": 2349610, + "threshold_crossing_ns": 14356266, + "compile_ns": 14714930, + "install_ns": 66068, + "osr_ns": 0, + "steady_state_ns": 314029 + } + } + }, + { + "baseline": { + "elapsed_ns": 322557, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 142, + "native_exits": 4013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 15697649, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10989568, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19491250, + "runtime_create_ns": 24423, + "jit_attach_ns": 49526, + "context_create_ns": 102369, + "definition_eval_ns": 65438, + "first_eval_ns": 2330430, + "threshold_crossing_ns": 14005105, + "compile_ns": 14304140, + "install_ns": 61490, + "osr_ns": 0, + "steady_state_ns": 322557 + } + }, + "candidate": { + "elapsed_ns": 326814, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 11995730, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11096064, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18193846, + "runtime_create_ns": 36226, + "jit_attach_ns": 56424, + "context_create_ns": 106066, + "definition_eval_ns": 65721, + "first_eval_ns": 2334493, + "threshold_crossing_ns": 15210221, + "compile_ns": 15559259, + "install_ns": 78658, + "osr_ns": 0, + "steady_state_ns": 326814 + } + } + }, + { + "candidate": { + "elapsed_ns": 317313, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12114560, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11108352, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18242845, + "runtime_create_ns": 24725, + "jit_attach_ns": 47699, + "context_create_ns": 100825, + "definition_eval_ns": 51897, + "first_eval_ns": 2327388, + "threshold_crossing_ns": 15317100, + "compile_ns": 15613513, + "install_ns": 75050, + "osr_ns": 0, + "steady_state_ns": 317313 + } + }, + "baseline": { + "elapsed_ns": 321268, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14354380, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11161600, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18442272, + "runtime_create_ns": 25800, + "jit_attach_ns": 55383, + "context_create_ns": 106406, + "definition_eval_ns": 67992, + "first_eval_ns": 2328275, + "threshold_crossing_ns": 15480425, + "compile_ns": 15634339, + "install_ns": 73330, + "osr_ns": 0, + "steady_state_ns": 321268 + } + } + }, + { + "baseline": { + "elapsed_ns": 313653, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13440750, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10997760, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18472453, + "runtime_create_ns": 23905, + "jit_attach_ns": 47876, + "context_create_ns": 100710, + "definition_eval_ns": 51038, + "first_eval_ns": 2336561, + "threshold_crossing_ns": 15542047, + "compile_ns": 15694314, + "install_ns": 83582, + "osr_ns": 0, + "steady_state_ns": 313653 + } + }, + "candidate": { + "elapsed_ns": 325102, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12190316, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11083776, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18388772, + "runtime_create_ns": 27130, + "jit_attach_ns": 52255, + "context_create_ns": 105088, + "definition_eval_ns": 61647, + "first_eval_ns": 2330463, + "threshold_crossing_ns": 15428635, + "compile_ns": 15737930, + "install_ns": 72318, + "osr_ns": 0, + "steady_state_ns": 325102 + } + } + }, + { + "candidate": { + "elapsed_ns": 323937, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12043342, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11067392, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18143477, + "runtime_create_ns": 24626, + "jit_attach_ns": 51836, + "context_create_ns": 102514, + "definition_eval_ns": 60263, + "first_eval_ns": 2322267, + "threshold_crossing_ns": 15200740, + "compile_ns": 15521547, + "install_ns": 72572, + "osr_ns": 0, + "steady_state_ns": 323937 + } + }, + "baseline": { + "elapsed_ns": 313781, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14369953, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11055104, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18519571, + "runtime_create_ns": 32602, + "jit_attach_ns": 61600, + "context_create_ns": 115085, + "definition_eval_ns": 77603, + "first_eval_ns": 2359536, + "threshold_crossing_ns": 15497315, + "compile_ns": 15748036, + "install_ns": 76311, + "osr_ns": 0, + "steady_state_ns": 313781 + } + } + }, + { + "baseline": { + "elapsed_ns": 312123, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12068827, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18645161, + "runtime_create_ns": 25921, + "jit_attach_ns": 49764, + "context_create_ns": 98872, + "definition_eval_ns": 50340, + "first_eval_ns": 2333487, + "threshold_crossing_ns": 15718102, + "compile_ns": 15955835, + "install_ns": 81979, + "osr_ns": 0, + "steady_state_ns": 312123 + } + }, + "candidate": { + "elapsed_ns": 317482, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 11305522, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11014144, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18154190, + "runtime_create_ns": 27989, + "jit_attach_ns": 54336, + "context_create_ns": 103127, + "definition_eval_ns": 60011, + "first_eval_ns": 2334325, + "threshold_crossing_ns": 15199635, + "compile_ns": 15541609, + "install_ns": 77330, + "osr_ns": 0, + "steady_state_ns": 317482 + } + } + }, + { + "candidate": { + "elapsed_ns": 317433, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12050058, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11186176, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18175510, + "runtime_create_ns": 25643, + "jit_attach_ns": 47253, + "context_create_ns": 102468, + "definition_eval_ns": 51030, + "first_eval_ns": 2310699, + "threshold_crossing_ns": 15263362, + "compile_ns": 15539412, + "install_ns": 70135, + "osr_ns": 0, + "steady_state_ns": 317433 + } + }, + "baseline": { + "elapsed_ns": 313006, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 143, + "native_exits": 4013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 15735381, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11149312, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19515927, + "runtime_create_ns": 23299, + "jit_attach_ns": 54105, + "context_create_ns": 103557, + "definition_eval_ns": 65389, + "first_eval_ns": 2350848, + "threshold_crossing_ns": 14018249, + "compile_ns": 14328638, + "install_ns": 61168, + "osr_ns": 0, + "steady_state_ns": 313006 + } + } + }, + { + "baseline": { + "elapsed_ns": 322515, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13587432, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11165696, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18554481, + "runtime_create_ns": 23096, + "jit_attach_ns": 54411, + "context_create_ns": 108986, + "definition_eval_ns": 63344, + "first_eval_ns": 2362735, + "threshold_crossing_ns": 15558982, + "compile_ns": 15772416, + "install_ns": 82775, + "osr_ns": 0, + "steady_state_ns": 322515 + } + }, + "candidate": { + "elapsed_ns": 319366, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13013560, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11108352, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18528625, + "runtime_create_ns": 27621, + "jit_attach_ns": 55625, + "context_create_ns": 116789, + "definition_eval_ns": 70540, + "first_eval_ns": 2332274, + "threshold_crossing_ns": 15537332, + "compile_ns": 15797348, + "install_ns": 84461, + "osr_ns": 0, + "steady_state_ns": 319366 + } + } + }, + { + "candidate": { + "elapsed_ns": 315912, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 11221793, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11026432, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18250507, + "runtime_create_ns": 23321, + "jit_attach_ns": 48471, + "context_create_ns": 103059, + "definition_eval_ns": 53813, + "first_eval_ns": 2316422, + "threshold_crossing_ns": 15333105, + "compile_ns": 15617818, + "install_ns": 89519, + "osr_ns": 0, + "steady_state_ns": 315912 + } + }, + "baseline": { + "elapsed_ns": 315447, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 143, + "native_exits": 4013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 15705424, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11034624, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19499462, + "runtime_create_ns": 27193, + "jit_attach_ns": 52919, + "context_create_ns": 101023, + "definition_eval_ns": 58188, + "first_eval_ns": 2342669, + "threshold_crossing_ns": 14009794, + "compile_ns": 14314351, + "install_ns": 60384, + "osr_ns": 0, + "steady_state_ns": 315447 + } + } + }, + { + "baseline": { + "elapsed_ns": 325355, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 141, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 18283218, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11116544, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20286223, + "runtime_create_ns": 26610, + "jit_attach_ns": 47087, + "context_create_ns": 108869, + "definition_eval_ns": 50225, + "first_eval_ns": 2330244, + "threshold_crossing_ns": 14791115, + "compile_ns": 15079336, + "install_ns": 53009, + "osr_ns": 0, + "steady_state_ns": 325355 + } + }, + "candidate": { + "elapsed_ns": 400357, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 11933136, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11108352, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18237365, + "runtime_create_ns": 29244, + "jit_attach_ns": 60776, + "context_create_ns": 123547, + "definition_eval_ns": 66197, + "first_eval_ns": 2323500, + "threshold_crossing_ns": 15163014, + "compile_ns": 15519241, + "install_ns": 72380, + "osr_ns": 0, + "steady_state_ns": 400357 + } + } + }, + { + "candidate": { + "elapsed_ns": 321407, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12149418, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11104256, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19224391, + "runtime_create_ns": 31495, + "jit_attach_ns": 57824, + "context_create_ns": 109127, + "definition_eval_ns": 67585, + "first_eval_ns": 2333360, + "threshold_crossing_ns": 16242460, + "compile_ns": 16590417, + "install_ns": 77420, + "osr_ns": 0, + "steady_state_ns": 321407 + } + }, + "baseline": { + "elapsed_ns": 314751, + "checksum": "number:40bb580000000000", + "native_entries": 2012, + "native_acquisitions": 78, + "native_exits": 2012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 28374152, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11177984, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19295936, + "runtime_create_ns": 27118, + "jit_attach_ns": 61857, + "context_create_ns": 109288, + "definition_eval_ns": 80207, + "first_eval_ns": 2352130, + "threshold_crossing_ns": 16282651, + "compile_ns": 16604429, + "install_ns": 79413, + "osr_ns": 0, + "steady_state_ns": 314751 + } + } + }, + { + "baseline": { + "elapsed_ns": 328674, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13611545, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10924032, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18516632, + "runtime_create_ns": 23992, + "jit_attach_ns": 49764, + "context_create_ns": 101334, + "definition_eval_ns": 55571, + "first_eval_ns": 2340633, + "threshold_crossing_ns": 15560549, + "compile_ns": 15708127, + "install_ns": 76840, + "osr_ns": 0, + "steady_state_ns": 328674 + } + }, + "candidate": { + "elapsed_ns": 318495, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 9995571, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10997760, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19020575, + "runtime_create_ns": 29898, + "jit_attach_ns": 59725, + "context_create_ns": 111472, + "definition_eval_ns": 65951, + "first_eval_ns": 2329157, + "threshold_crossing_ns": 16044628, + "compile_ns": 16528537, + "install_ns": 83885, + "osr_ns": 0, + "steady_state_ns": 318495 + } + } + }, + { + "candidate": { + "elapsed_ns": 317780, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 11189462, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11079680, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18282107, + "runtime_create_ns": 26096, + "jit_attach_ns": 48361, + "context_create_ns": 98737, + "definition_eval_ns": 51217, + "first_eval_ns": 2334804, + "threshold_crossing_ns": 15349619, + "compile_ns": 15656569, + "install_ns": 89768, + "osr_ns": 0, + "steady_state_ns": 317780 + } + }, + "baseline": { + "elapsed_ns": 345436, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13592292, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11022336, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18654126, + "runtime_create_ns": 27407, + "jit_attach_ns": 55898, + "context_create_ns": 108865, + "definition_eval_ns": 70288, + "first_eval_ns": 2344592, + "threshold_crossing_ns": 15631003, + "compile_ns": 15811426, + "install_ns": 79430, + "osr_ns": 0, + "steady_state_ns": 345436 + } + } + }, + { + "baseline": { + "elapsed_ns": 317020, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 14237134, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11059200, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19270431, + "runtime_create_ns": 25019, + "jit_attach_ns": 47452, + "context_create_ns": 101328, + "definition_eval_ns": 53064, + "first_eval_ns": 2336114, + "threshold_crossing_ns": 16331237, + "compile_ns": 16429372, + "install_ns": 78433, + "osr_ns": 0, + "steady_state_ns": 317020 + } + }, + "candidate": { + "elapsed_ns": 317948, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12042140, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11079680, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18352186, + "runtime_create_ns": 25151, + "jit_attach_ns": 57758, + "context_create_ns": 106423, + "definition_eval_ns": 75898, + "first_eval_ns": 2347451, + "threshold_crossing_ns": 15361901, + "compile_ns": 15709375, + "install_ns": 78563, + "osr_ns": 0, + "steady_state_ns": 317948 + } + } + }, + { + "candidate": { + "elapsed_ns": 321869, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 11344484, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11157504, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18135388, + "runtime_create_ns": 27074, + "jit_attach_ns": 48517, + "context_create_ns": 102427, + "definition_eval_ns": 62481, + "first_eval_ns": 2315147, + "threshold_crossing_ns": 15197588, + "compile_ns": 15534086, + "install_ns": 79120, + "osr_ns": 0, + "steady_state_ns": 321869 + } + }, + "baseline": { + "elapsed_ns": 313514, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13530927, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11046912, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18594095, + "runtime_create_ns": 27688, + "jit_attach_ns": 54357, + "context_create_ns": 106619, + "definition_eval_ns": 76766, + "first_eval_ns": 2324186, + "threshold_crossing_ns": 15621600, + "compile_ns": 15944731, + "install_ns": 85240, + "osr_ns": 0, + "steady_state_ns": 313514 + } + } + }, + { + "baseline": { + "elapsed_ns": 321006, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13500823, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10981376, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18442404, + "runtime_create_ns": 25861, + "jit_attach_ns": 51738, + "context_create_ns": 98623, + "definition_eval_ns": 53148, + "first_eval_ns": 2337712, + "threshold_crossing_ns": 15497953, + "compile_ns": 15644158, + "install_ns": 80872, + "osr_ns": 0, + "steady_state_ns": 321006 + } + }, + "candidate": { + "elapsed_ns": 324506, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12132536, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11014144, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18352763, + "runtime_create_ns": 28526, + "jit_attach_ns": 58235, + "context_create_ns": 105775, + "definition_eval_ns": 69564, + "first_eval_ns": 2319300, + "threshold_crossing_ns": 15388259, + "compile_ns": 15692621, + "install_ns": 86946, + "osr_ns": 0, + "steady_state_ns": 324506 + } + } + }, + { + "candidate": { + "elapsed_ns": 317850, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 11239607, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11182080, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18181063, + "runtime_create_ns": 22518, + "jit_attach_ns": 52222, + "context_create_ns": 102110, + "definition_eval_ns": 57014, + "first_eval_ns": 2328111, + "threshold_crossing_ns": 15241825, + "compile_ns": 15576529, + "install_ns": 83624, + "osr_ns": 0, + "steady_state_ns": 317850 + } + }, + "baseline": { + "elapsed_ns": 323675, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13582949, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11149312, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18657797, + "runtime_create_ns": 30281, + "jit_attach_ns": 58891, + "context_create_ns": 107241, + "definition_eval_ns": 67830, + "first_eval_ns": 2362174, + "threshold_crossing_ns": 15649191, + "compile_ns": 15848011, + "install_ns": 88787, + "osr_ns": 0, + "steady_state_ns": 323675 + } + } + }, + { + "baseline": { + "elapsed_ns": 319087, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 142, + "native_exits": 4013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 15675575, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11124736, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19506177, + "runtime_create_ns": 23215, + "jit_attach_ns": 49432, + "context_create_ns": 108041, + "definition_eval_ns": 60332, + "first_eval_ns": 2329737, + "threshold_crossing_ns": 14036256, + "compile_ns": 14330496, + "install_ns": 61473, + "osr_ns": 0, + "steady_state_ns": 319087 + } + }, + "candidate": { + "elapsed_ns": 325909, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12065279, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11091968, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18215865, + "runtime_create_ns": 27763, + "jit_attach_ns": 55163, + "context_create_ns": 105661, + "definition_eval_ns": 66960, + "first_eval_ns": 2316873, + "threshold_crossing_ns": 15256393, + "compile_ns": 15563669, + "install_ns": 85264, + "osr_ns": 0, + "steady_state_ns": 325909 + } + } + }, + { + "candidate": { + "elapsed_ns": 317128, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 11326871, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11063296, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18077670, + "runtime_create_ns": 24539, + "jit_attach_ns": 49969, + "context_create_ns": 97290, + "definition_eval_ns": 50176, + "first_eval_ns": 2327553, + "threshold_crossing_ns": 15155073, + "compile_ns": 15449891, + "install_ns": 86637, + "osr_ns": 0, + "steady_state_ns": 317128 + } + }, + "baseline": { + "elapsed_ns": 314220, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 143, + "native_exits": 4013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 15720203, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11096064, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19554504, + "runtime_create_ns": 28402, + "jit_attach_ns": 53823, + "context_create_ns": 105217, + "definition_eval_ns": 60481, + "first_eval_ns": 2345291, + "threshold_crossing_ns": 14066550, + "compile_ns": 14378805, + "install_ns": 68434, + "osr_ns": 0, + "steady_state_ns": 314220 + } + } + }, + { + "baseline": { + "elapsed_ns": 322711, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12070919, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19263406, + "runtime_create_ns": 25348, + "jit_attach_ns": 50412, + "context_create_ns": 100607, + "definition_eval_ns": 63749, + "first_eval_ns": 911274, + "threshold_crossing_ns": 17732052, + "compile_ns": 16424170, + "install_ns": 78126, + "osr_ns": 0, + "steady_state_ns": 322711 + } + }, + "candidate": { + "elapsed_ns": 319589, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 142, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 16613297, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11014144, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19811298, + "runtime_create_ns": 26782, + "jit_attach_ns": 56428, + "context_create_ns": 108088, + "definition_eval_ns": 89778, + "first_eval_ns": 2326671, + "threshold_crossing_ns": 14412119, + "compile_ns": 14774997, + "install_ns": 52397, + "osr_ns": 0, + "steady_state_ns": 319589 + } + } + }, + { + "candidate": { + "elapsed_ns": 2667254, + "checksum": "number:40bb580000000000", + "native_entries": 6012, + "native_acquisitions": 206, + "native_exits": 6012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 6009, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 9, + "measured_benefit_ns": 12532261, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11005952, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20652216, + "runtime_create_ns": 27175, + "jit_attach_ns": 51313, + "context_create_ns": 106393, + "definition_eval_ns": 60274, + "first_eval_ns": 2325382, + "threshold_crossing_ns": 14442538, + "compile_ns": 14931444, + "install_ns": 54772, + "osr_ns": 0, + "steady_state_ns": 2667254 + } + }, + "baseline": { + "elapsed_ns": 312662, + "checksum": "number:40bb580000000000", + "native_entries": 2012, + "native_acquisitions": 77, + "native_exits": 2012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 28046872, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11247616, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19175805, + "runtime_create_ns": 25746, + "jit_attach_ns": 64756, + "context_create_ns": 109920, + "definition_eval_ns": 73972, + "first_eval_ns": 2342745, + "threshold_crossing_ns": 16174158, + "compile_ns": 16469129, + "install_ns": 78130, + "osr_ns": 0, + "steady_state_ns": 312662 + } + } + }, + { + "baseline": { + "elapsed_ns": 314454, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12089931, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11079680, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19301843, + "runtime_create_ns": 25544, + "jit_attach_ns": 51625, + "context_create_ns": 101535, + "definition_eval_ns": 55390, + "first_eval_ns": 2342059, + "threshold_crossing_ns": 16353310, + "compile_ns": 16637698, + "install_ns": 82423, + "osr_ns": 0, + "steady_state_ns": 314454 + } + }, + "candidate": { + "elapsed_ns": 325825, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 141, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 16362943, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11161600, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19911228, + "runtime_create_ns": 30156, + "jit_attach_ns": 60820, + "context_create_ns": 108191, + "definition_eval_ns": 68307, + "first_eval_ns": 2349312, + "threshold_crossing_ns": 14556846, + "compile_ns": 15089485, + "install_ns": 57866, + "osr_ns": 0, + "steady_state_ns": 325825 + } + } + }, + { + "candidate": { + "elapsed_ns": 317590, + "checksum": "number:40bb580000000000", + "native_entries": 4012, + "native_acquisitions": 142, + "native_exits": 4012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 16594167, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11186176, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19791026, + "runtime_create_ns": 22687, + "jit_attach_ns": 50700, + "context_create_ns": 103190, + "definition_eval_ns": 64445, + "first_eval_ns": 2333380, + "threshold_crossing_ns": 14445741, + "compile_ns": 14916911, + "install_ns": 57687, + "osr_ns": 0, + "steady_state_ns": 317590 + } + }, + "baseline": { + "elapsed_ns": 322968, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14402147, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18531063, + "runtime_create_ns": 32374, + "jit_attach_ns": 55566, + "context_create_ns": 108236, + "definition_eval_ns": 71542, + "first_eval_ns": 2358620, + "threshold_crossing_ns": 15520483, + "compile_ns": 15687348, + "install_ns": 86535, + "osr_ns": 0, + "steady_state_ns": 322968 + } + } + }, + { + "baseline": { + "elapsed_ns": 313683, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14288846, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11108352, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18468343, + "runtime_create_ns": 27632, + "jit_attach_ns": 58006, + "context_create_ns": 108363, + "definition_eval_ns": 64077, + "first_eval_ns": 2323168, + "threshold_crossing_ns": 15514243, + "compile_ns": 15655733, + "install_ns": 80539, + "osr_ns": 0, + "steady_state_ns": 313683 + } + }, + "candidate": { + "elapsed_ns": 317185, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12017535, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11051008, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18254705, + "runtime_create_ns": 28021, + "jit_attach_ns": 64855, + "context_create_ns": 114862, + "definition_eval_ns": 74953, + "first_eval_ns": 2356108, + "threshold_crossing_ns": 15238848, + "compile_ns": 15673526, + "install_ns": 75556, + "osr_ns": 0, + "steady_state_ns": 317185 + } + } + }, + { + "candidate": { + "elapsed_ns": 318432, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 11339099, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11100160, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18164435, + "runtime_create_ns": 26140, + "jit_attach_ns": 47774, + "context_create_ns": 103124, + "definition_eval_ns": 54631, + "first_eval_ns": 2331142, + "threshold_crossing_ns": 15217070, + "compile_ns": 15525067, + "install_ns": 86012, + "osr_ns": 0, + "steady_state_ns": 318432 + } + }, + "baseline": { + "elapsed_ns": 314297, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13498311, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11034624, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18623996, + "runtime_create_ns": 29540, + "jit_attach_ns": 59516, + "context_create_ns": 105471, + "definition_eval_ns": 64679, + "first_eval_ns": 2349879, + "threshold_crossing_ns": 15642649, + "compile_ns": 15863579, + "install_ns": 83145, + "osr_ns": 0, + "steady_state_ns": 314297 + } + } + }, + { + "baseline": { + "elapsed_ns": 314458, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13563531, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11034624, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18546729, + "runtime_create_ns": 24668, + "jit_attach_ns": 52458, + "context_create_ns": 109668, + "definition_eval_ns": 54854, + "first_eval_ns": 2323704, + "threshold_crossing_ns": 15609108, + "compile_ns": 15754144, + "install_ns": 84448, + "osr_ns": 0, + "steady_state_ns": 314458 + } + }, + "candidate": { + "elapsed_ns": 317645, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12049308, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11190272, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18283411, + "runtime_create_ns": 26048, + "jit_attach_ns": 59565, + "context_create_ns": 107764, + "definition_eval_ns": 72562, + "first_eval_ns": 2339042, + "threshold_crossing_ns": 15296735, + "compile_ns": 15668044, + "install_ns": 74901, + "osr_ns": 0, + "steady_state_ns": 317645 + } + } + }, + { + "candidate": { + "elapsed_ns": 325430, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 11373994, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11165696, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18150355, + "runtime_create_ns": 24681, + "jit_attach_ns": 57643, + "context_create_ns": 99900, + "definition_eval_ns": 55842, + "first_eval_ns": 2324040, + "threshold_crossing_ns": 15206726, + "compile_ns": 15518546, + "install_ns": 81617, + "osr_ns": 0, + "steady_state_ns": 325430 + } + }, + "baseline": { + "elapsed_ns": 312400, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 14845082, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11051008, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18602991, + "runtime_create_ns": 31486, + "jit_attach_ns": 59583, + "context_create_ns": 114999, + "definition_eval_ns": 64929, + "first_eval_ns": 2346762, + "threshold_crossing_ns": 15613119, + "compile_ns": 15741347, + "install_ns": 86057, + "osr_ns": 0, + "steady_state_ns": 312400 + } + } + }, + { + "baseline": { + "elapsed_ns": 315384, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13636001, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11075584, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18589338, + "runtime_create_ns": 25112, + "jit_attach_ns": 50047, + "context_create_ns": 99136, + "definition_eval_ns": 55036, + "first_eval_ns": 2331081, + "threshold_crossing_ns": 15642089, + "compile_ns": 15783020, + "install_ns": 79227, + "osr_ns": 0, + "steady_state_ns": 315384 + } + }, + "candidate": { + "elapsed_ns": 326448, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12032367, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11108352, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18185290, + "runtime_create_ns": 29433, + "jit_attach_ns": 57741, + "context_create_ns": 106245, + "definition_eval_ns": 67294, + "first_eval_ns": 2346505, + "threshold_crossing_ns": 15193488, + "compile_ns": 15555338, + "install_ns": 78101, + "osr_ns": 0, + "steady_state_ns": 326448 + } + } + }, + { + "candidate": { + "elapsed_ns": 2662047, + "checksum": "number:40bb580000000000", + "native_entries": 6012, + "native_acquisitions": 206, + "native_exits": 6012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 6009, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 9, + "measured_benefit_ns": 12524907, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11161600, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 20639576, + "runtime_create_ns": 22359, + "jit_attach_ns": 57457, + "context_create_ns": 102392, + "definition_eval_ns": 60886, + "first_eval_ns": 2333415, + "threshold_crossing_ns": 14427798, + "compile_ns": 14922940, + "install_ns": 54307, + "osr_ns": 0, + "steady_state_ns": 2662047 + } + }, + "baseline": { + "elapsed_ns": 310632, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12177596, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11059200, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19341829, + "runtime_create_ns": 26307, + "jit_attach_ns": 58284, + "context_create_ns": 107916, + "definition_eval_ns": 69246, + "first_eval_ns": 2355186, + "threshold_crossing_ns": 16356131, + "compile_ns": 16666402, + "install_ns": 79447, + "osr_ns": 0, + "steady_state_ns": 310632 + } + } + }, + { + "baseline": { + "elapsed_ns": 313248, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2011, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 11, + "measured_benefit_ns": 12070320, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10985472, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19279994, + "runtime_create_ns": 24631, + "jit_attach_ns": 51511, + "context_create_ns": 98184, + "definition_eval_ns": 49268, + "first_eval_ns": 2343156, + "threshold_crossing_ns": 16343867, + "compile_ns": 16597438, + "install_ns": 84412, + "osr_ns": 0, + "steady_state_ns": 313248 + } + }, + "candidate": { + "elapsed_ns": 328113, + "checksum": "number:40bb580000000000", + "native_entries": 4013, + "native_acquisitions": 142, + "native_exits": 4013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 13760168, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19832668, + "runtime_create_ns": 23555, + "jit_attach_ns": 55336, + "context_create_ns": 106501, + "definition_eval_ns": 69444, + "first_eval_ns": 2339282, + "threshold_crossing_ns": 14512470, + "compile_ns": 15033518, + "install_ns": 64263, + "osr_ns": 0, + "steady_state_ns": 328113 + } + } + }, + { + "candidate": { + "elapsed_ns": 318030, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12002281, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11259904, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18143726, + "runtime_create_ns": 24109, + "jit_attach_ns": 50423, + "context_create_ns": 101492, + "definition_eval_ns": 58348, + "first_eval_ns": 2330590, + "threshold_crossing_ns": 15203839, + "compile_ns": 15551802, + "install_ns": 78741, + "osr_ns": 0, + "steady_state_ns": 318030 + } + }, + "baseline": { + "elapsed_ns": 323735, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13623212, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10985472, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18599114, + "runtime_create_ns": 29377, + "jit_attach_ns": 55239, + "context_create_ns": 107149, + "definition_eval_ns": 65697, + "first_eval_ns": 2335638, + "threshold_crossing_ns": 15621676, + "compile_ns": 15833775, + "install_ns": 78276, + "osr_ns": 0, + "steady_state_ns": 323735 + } + } + }, + { + "baseline": { + "elapsed_ns": 323919, + "checksum": "number:40bb580000000000", + "native_entries": 4014, + "native_acquisitions": 144, + "native_exits": 4014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4010, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 10, + "measured_benefit_ns": 14479211, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11116544, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19829487, + "runtime_create_ns": 25735, + "jit_attach_ns": 50616, + "context_create_ns": 101177, + "definition_eval_ns": 55320, + "first_eval_ns": 2343977, + "threshold_crossing_ns": 14329416, + "compile_ns": 14610800, + "install_ns": 64283, + "osr_ns": 0, + "steady_state_ns": 323919 + } + }, + "candidate": { + "elapsed_ns": 322196, + "checksum": "number:40bb580000000000", + "native_entries": 2013, + "native_acquisitions": 78, + "native_exits": 2013, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 12115218, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11173888, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18281463, + "runtime_create_ns": 23380, + "jit_attach_ns": 56405, + "context_create_ns": 115500, + "definition_eval_ns": 70440, + "first_eval_ns": 2335769, + "threshold_crossing_ns": 15296078, + "compile_ns": 15617660, + "install_ns": 84578, + "osr_ns": 0, + "steady_state_ns": 322196 + } + } + }, + { + "candidate": { + "elapsed_ns": 327189, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 11251925, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11173888, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18241751, + "runtime_create_ns": 28738, + "jit_attach_ns": 52085, + "context_create_ns": 103238, + "definition_eval_ns": 66844, + "first_eval_ns": 2329479, + "threshold_crossing_ns": 15275963, + "compile_ns": 15616403, + "install_ns": 87351, + "osr_ns": 0, + "steady_state_ns": 327189 + } + }, + "baseline": { + "elapsed_ns": 315906, + "checksum": "number:40bb580000000000", + "native_entries": 2014, + "native_acquisitions": 79, + "native_exits": 2014, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 13568320, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 11128832, + "code_bytes": 36429, + "metadata_bytes": 11564, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18618013, + "runtime_create_ns": 24734, + "jit_attach_ns": 61841, + "context_create_ns": 111522, + "definition_eval_ns": 79353, + "first_eval_ns": 2331346, + "threshold_crossing_ns": 15633281, + "compile_ns": 15830863, + "install_ns": 82974, + "osr_ns": 0, + "steady_state_ns": 315906 + } + } + } + ], + "automatic": [ + { + "baseline": { + "elapsed_ns": 312562, + "checksum": "number:40bb580000000000", + "native_entries": 109, + "native_acquisitions": 20, + "native_exits": 109, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11235328, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 17665075, + "runtime_create_ns": 24303, + "jit_attach_ns": 49051, + "context_create_ns": 102252, + "definition_eval_ns": 48289, + "first_eval_ns": 762307, + "threshold_crossing_ns": 16316464, + "compile_ns": 15969743, + "install_ns": 86267, + "osr_ns": 0, + "steady_state_ns": 312562 + } + }, + "candidate": { + "elapsed_ns": 317509, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 13984562, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11177984, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18481330, + "runtime_create_ns": 24345, + "jit_attach_ns": 49471, + "context_create_ns": 103461, + "definition_eval_ns": 46766, + "first_eval_ns": 764238, + "threshold_crossing_ns": 17126410, + "compile_ns": 15864299, + "install_ns": 76869, + "osr_ns": 0, + "steady_state_ns": 317509 + } + } + }, + { + "candidate": { + "elapsed_ns": 320257, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2007, + "measured_benefit_ns": 13913407, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11116544, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18540818, + "runtime_create_ns": 25078, + "jit_attach_ns": 53917, + "context_create_ns": 100825, + "definition_eval_ns": 44028, + "first_eval_ns": 762362, + "threshold_crossing_ns": 17185023, + "compile_ns": 15921056, + "install_ns": 78783, + "osr_ns": 0, + "steady_state_ns": 320257 + } + }, + "baseline": { + "elapsed_ns": 313867, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2012, + "measured_benefit_ns": 16721084, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11067392, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18275136, + "runtime_create_ns": 43453, + "jit_attach_ns": 54543, + "context_create_ns": 107553, + "definition_eval_ns": 47900, + "first_eval_ns": 774794, + "threshold_crossing_ns": 16879420, + "compile_ns": 15483466, + "install_ns": 91583, + "osr_ns": 0, + "steady_state_ns": 313867 + } + } + }, + { + "baseline": { + "elapsed_ns": 321318, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2007, + "measured_benefit_ns": 16626512, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11067392, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18175570, + "runtime_create_ns": 30787, + "jit_attach_ns": 54482, + "context_create_ns": 103659, + "definition_eval_ns": 49332, + "first_eval_ns": 781043, + "threshold_crossing_ns": 16782335, + "compile_ns": 15394196, + "install_ns": 84847, + "osr_ns": 0, + "steady_state_ns": 321318 + } + }, + "candidate": { + "elapsed_ns": 331623, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 14019875, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11030528, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18098013, + "runtime_create_ns": 36789, + "jit_attach_ns": 56167, + "context_create_ns": 101892, + "definition_eval_ns": 48129, + "first_eval_ns": 770506, + "threshold_crossing_ns": 16702481, + "compile_ns": 15460944, + "install_ns": 88029, + "osr_ns": 0, + "steady_state_ns": 331623 + } + } + }, + { + "candidate": { + "elapsed_ns": 318082, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2013, + "measured_benefit_ns": 13678986, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11059200, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 17862961, + "runtime_create_ns": 25933, + "jit_attach_ns": 54334, + "context_create_ns": 99674, + "definition_eval_ns": 44861, + "first_eval_ns": 761373, + "threshold_crossing_ns": 16508968, + "compile_ns": 15260690, + "install_ns": 90702, + "osr_ns": 0, + "steady_state_ns": 318082 + } + }, + "baseline": { + "elapsed_ns": 313499, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2008, + "measured_benefit_ns": 16685913, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11104256, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18152867, + "runtime_create_ns": 27481, + "jit_attach_ns": 55686, + "context_create_ns": 104507, + "definition_eval_ns": 50121, + "first_eval_ns": 769465, + "threshold_crossing_ns": 16781901, + "compile_ns": 15359079, + "install_ns": 85262, + "osr_ns": 0, + "steady_state_ns": 313499 + } + } + }, + { + "baseline": { + "elapsed_ns": 314409, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2008, + "measured_benefit_ns": 16645086, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11165696, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18146314, + "runtime_create_ns": 23784, + "jit_attach_ns": 52795, + "context_create_ns": 105100, + "definition_eval_ns": 50274, + "first_eval_ns": 774324, + "threshold_crossing_ns": 16775325, + "compile_ns": 15344005, + "install_ns": 80844, + "osr_ns": 0, + "steady_state_ns": 314409 + } + }, + "candidate": { + "elapsed_ns": 318709, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2006, + "measured_benefit_ns": 14006929, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10985472, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18575230, + "runtime_create_ns": 25950, + "jit_attach_ns": 52612, + "context_create_ns": 102395, + "definition_eval_ns": 44749, + "first_eval_ns": 768323, + "threshold_crossing_ns": 17214172, + "compile_ns": 15922417, + "install_ns": 98400, + "osr_ns": 0, + "steady_state_ns": 318709 + } + } + }, + { + "candidate": { + "elapsed_ns": 318584, + "checksum": "number:40bb580000000000", + "native_entries": 2102, + "native_acquisitions": 85, + "native_exits": 2102, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2006, + "measured_benefit_ns": 14128783, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11014144, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18713667, + "runtime_create_ns": 28351, + "jit_attach_ns": 60630, + "context_create_ns": 104963, + "definition_eval_ns": 49087, + "first_eval_ns": 2225049, + "threshold_crossing_ns": 15877653, + "compile_ns": 16121754, + "install_ns": 92030, + "osr_ns": 0, + "steady_state_ns": 318584 + } + }, + "baseline": { + "elapsed_ns": 313953, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2009, + "measured_benefit_ns": 16648345, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11157504, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18951270, + "runtime_create_ns": 29598, + "jit_attach_ns": 62025, + "context_create_ns": 108945, + "definition_eval_ns": 51472, + "first_eval_ns": 2264399, + "threshold_crossing_ns": 16067340, + "compile_ns": 16201801, + "install_ns": 85359, + "osr_ns": 0, + "steady_state_ns": 313953 + } + } + }, + { + "baseline": { + "elapsed_ns": 321763, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2013, + "measured_benefit_ns": 16791805, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10993664, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18835749, + "runtime_create_ns": 26444, + "jit_attach_ns": 51107, + "context_create_ns": 101900, + "definition_eval_ns": 44635, + "first_eval_ns": 763561, + "threshold_crossing_ns": 17476759, + "compile_ns": 16009748, + "install_ns": 86317, + "osr_ns": 0, + "steady_state_ns": 321763 + } + }, + "candidate": { + "elapsed_ns": 317481, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2009, + "measured_benefit_ns": 13985939, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11051008, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18536942, + "runtime_create_ns": 26057, + "jit_attach_ns": 60116, + "context_create_ns": 104496, + "definition_eval_ns": 46802, + "first_eval_ns": 761580, + "threshold_crossing_ns": 17170465, + "compile_ns": 15913390, + "install_ns": 79666, + "osr_ns": 0, + "steady_state_ns": 317481 + } + } + }, + { + "candidate": { + "elapsed_ns": 323431, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2010, + "measured_benefit_ns": 14038471, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11165696, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18751045, + "runtime_create_ns": 33875, + "jit_attach_ns": 65134, + "context_create_ns": 111276, + "definition_eval_ns": 55686, + "first_eval_ns": 2280772, + "threshold_crossing_ns": 15827364, + "compile_ns": 16188388, + "install_ns": 88552, + "osr_ns": 0, + "steady_state_ns": 323431 + } + }, + "baseline": { + "elapsed_ns": 311935, + "checksum": "number:40bb580000000000", + "native_entries": 109, + "native_acquisitions": 20, + "native_exits": 109, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11169792, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 17791025, + "runtime_create_ns": 24284, + "jit_attach_ns": 54476, + "context_create_ns": 117653, + "definition_eval_ns": 55414, + "first_eval_ns": 766391, + "threshold_crossing_ns": 16408138, + "compile_ns": 16143296, + "install_ns": 89056, + "osr_ns": 0, + "steady_state_ns": 311935 + } + } + }, + { + "baseline": { + "elapsed_ns": 311303, + "checksum": "number:40bb580000000000", + "native_entries": 2081, + "native_acquisitions": 85, + "native_exits": 2081, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2006, + "measured_benefit_ns": 16780942, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11153408, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18315623, + "runtime_create_ns": 27873, + "jit_attach_ns": 65127, + "context_create_ns": 108320, + "definition_eval_ns": 50851, + "first_eval_ns": 2235788, + "threshold_crossing_ns": 15464818, + "compile_ns": 15526709, + "install_ns": 96872, + "osr_ns": 0, + "steady_state_ns": 311303 + } + }, + "candidate": { + "elapsed_ns": 325785, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2014, + "measured_benefit_ns": 13893033, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11063296, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18800834, + "runtime_create_ns": 27996, + "jit_attach_ns": 188638, + "context_create_ns": 105796, + "definition_eval_ns": 55351, + "first_eval_ns": 2257547, + "threshold_crossing_ns": 15788726, + "compile_ns": 16191617, + "install_ns": 87811, + "osr_ns": 0, + "steady_state_ns": 325785 + } + } + }, + { + "candidate": { + "elapsed_ns": 323241, + "checksum": "number:40bb580000000000", + "native_entries": 2089, + "native_acquisitions": 84, + "native_exits": 2089, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 13996565, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11100160, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 17995248, + "runtime_create_ns": 28776, + "jit_attach_ns": 64237, + "context_create_ns": 105112, + "definition_eval_ns": 48055, + "first_eval_ns": 2217306, + "threshold_crossing_ns": 15157361, + "compile_ns": 15405376, + "install_ns": 85442, + "osr_ns": 0, + "steady_state_ns": 323241 + } + }, + "baseline": { + "elapsed_ns": 313163, + "checksum": "number:40bb580000000000", + "native_entries": 109, + "native_acquisitions": 20, + "native_exits": 109, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11087872, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 17688353, + "runtime_create_ns": 28793, + "jit_attach_ns": 53526, + "context_create_ns": 105764, + "definition_eval_ns": 49006, + "first_eval_ns": 768296, + "threshold_crossing_ns": 16314542, + "compile_ns": 16022968, + "install_ns": 88596, + "osr_ns": 0, + "steady_state_ns": 313163 + } + } + }, + { + "baseline": { + "elapsed_ns": 312562, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_acquisitions": 85, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2014, + "measured_benefit_ns": 16691162, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11177984, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18257131, + "runtime_create_ns": 26802, + "jit_attach_ns": 59442, + "context_create_ns": 109484, + "definition_eval_ns": 50686, + "first_eval_ns": 2276170, + "threshold_crossing_ns": 15370018, + "compile_ns": 15496142, + "install_ns": 89677, + "osr_ns": 0, + "steady_state_ns": 312562 + } + }, + "candidate": { + "elapsed_ns": 316558, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2009, + "measured_benefit_ns": 13875953, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11042816, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 17963076, + "runtime_create_ns": 25857, + "jit_attach_ns": 55338, + "context_create_ns": 110923, + "definition_eval_ns": 52954, + "first_eval_ns": 770402, + "threshold_crossing_ns": 16580079, + "compile_ns": 15339872, + "install_ns": 92772, + "osr_ns": 0, + "steady_state_ns": 316558 + } + } + }, + { + "candidate": { + "elapsed_ns": 317429, + "checksum": "number:40bb580000000000", + "native_entries": 2100, + "native_acquisitions": 85, + "native_exits": 2100, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2006, + "measured_benefit_ns": 13874220, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11096064, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18142709, + "runtime_create_ns": 27955, + "jit_attach_ns": 67672, + "context_create_ns": 111787, + "definition_eval_ns": 65732, + "first_eval_ns": 2220884, + "threshold_crossing_ns": 15276975, + "compile_ns": 15535781, + "install_ns": 96090, + "osr_ns": 0, + "steady_state_ns": 317429 + } + }, + "baseline": { + "elapsed_ns": 314849, + "checksum": "number:40bb580000000000", + "native_entries": 2101, + "native_acquisitions": 85, + "native_exits": 2101, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2006, + "measured_benefit_ns": 16664200, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11120640, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18924709, + "runtime_create_ns": 30416, + "jit_attach_ns": 58992, + "context_create_ns": 108147, + "definition_eval_ns": 52889, + "first_eval_ns": 2241075, + "threshold_crossing_ns": 16067193, + "compile_ns": 16151945, + "install_ns": 85244, + "osr_ns": 0, + "steady_state_ns": 314849 + } + } + }, + { + "baseline": { + "elapsed_ns": 312528, + "checksum": "number:40bb580000000000", + "native_entries": 109, + "native_acquisitions": 20, + "native_exits": 109, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11124736, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 17856110, + "runtime_create_ns": 29067, + "jit_attach_ns": 56137, + "context_create_ns": 110090, + "definition_eval_ns": 51888, + "first_eval_ns": 771724, + "threshold_crossing_ns": 16470365, + "compile_ns": 16199276, + "install_ns": 95666, + "osr_ns": 0, + "steady_state_ns": 312528 + } + }, + "candidate": { + "elapsed_ns": 318122, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 85, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2007, + "measured_benefit_ns": 13825618, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11104256, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18613027, + "runtime_create_ns": 28482, + "jit_attach_ns": 54797, + "context_create_ns": 104645, + "definition_eval_ns": 50940, + "first_eval_ns": 782185, + "threshold_crossing_ns": 17221893, + "compile_ns": 16010958, + "install_ns": 87922, + "osr_ns": 0, + "steady_state_ns": 318122 + } + } + }, + { + "candidate": { + "elapsed_ns": 317912, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2014, + "measured_benefit_ns": 13695035, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11173888, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 17802424, + "runtime_create_ns": 23874, + "jit_attach_ns": 52630, + "context_create_ns": 103510, + "definition_eval_ns": 46831, + "first_eval_ns": 759565, + "threshold_crossing_ns": 16448559, + "compile_ns": 15208725, + "install_ns": 83046, + "osr_ns": 0, + "steady_state_ns": 317912 + } + }, + "baseline": { + "elapsed_ns": 312122, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2003, + "measured_benefit_ns": 16640501, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11157504, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18361671, + "runtime_create_ns": 23415, + "jit_attach_ns": 51611, + "context_create_ns": 102188, + "definition_eval_ns": 48313, + "first_eval_ns": 775571, + "threshold_crossing_ns": 16999152, + "compile_ns": 15553111, + "install_ns": 83000, + "osr_ns": 0, + "steady_state_ns": 312122 + } + } + }, + { + "baseline": { + "elapsed_ns": 314678, + "checksum": "number:40bb580000000000", + "native_entries": 4140, + "native_acquisitions": 151, + "native_exits": 4140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 4014, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 4008, + "measured_benefit_ns": 17262210, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11141120, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19351712, + "runtime_create_ns": 25377, + "jit_attach_ns": 49859, + "context_create_ns": 104589, + "definition_eval_ns": 44231, + "first_eval_ns": 763462, + "threshold_crossing_ns": 17999874, + "compile_ns": 16387845, + "install_ns": 82873, + "osr_ns": 0, + "steady_state_ns": 314678 + } + }, + "candidate": { + "elapsed_ns": 319811, + "checksum": "number:40bb580000000000", + "native_entries": 2137, + "native_acquisitions": 87, + "native_exits": 2137, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2008, + "measured_benefit_ns": 13980209, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11001856, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18064968, + "runtime_create_ns": 29134, + "jit_attach_ns": 63643, + "context_create_ns": 107372, + "definition_eval_ns": 51529, + "first_eval_ns": 2294299, + "threshold_crossing_ns": 15148950, + "compile_ns": 15495775, + "install_ns": 83580, + "osr_ns": 0, + "steady_state_ns": 319811 + } + } + }, + { + "candidate": { + "elapsed_ns": 325979, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2008, + "measured_benefit_ns": 13882961, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10977280, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18648257, + "runtime_create_ns": 22911, + "jit_attach_ns": 50435, + "context_create_ns": 102511, + "definition_eval_ns": 43690, + "first_eval_ns": 762430, + "threshold_crossing_ns": 17289611, + "compile_ns": 16008480, + "install_ns": 82003, + "osr_ns": 0, + "steady_state_ns": 325979 + } + }, + "baseline": { + "elapsed_ns": 314756, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2008, + "measured_benefit_ns": 16653358, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11042816, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18829226, + "runtime_create_ns": 28411, + "jit_attach_ns": 52046, + "context_create_ns": 107182, + "definition_eval_ns": 57004, + "first_eval_ns": 764029, + "threshold_crossing_ns": 17455754, + "compile_ns": 16037864, + "install_ns": 80586, + "osr_ns": 0, + "steady_state_ns": 314756 + } + } + }, + { + "baseline": { + "elapsed_ns": 314193, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2008, + "measured_benefit_ns": 16789049, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11128832, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18888040, + "runtime_create_ns": 25906, + "jit_attach_ns": 53794, + "context_create_ns": 116680, + "definition_eval_ns": 47201, + "first_eval_ns": 764693, + "threshold_crossing_ns": 17515600, + "compile_ns": 16085840, + "install_ns": 82688, + "osr_ns": 0, + "steady_state_ns": 314193 + } + }, + "candidate": { + "elapsed_ns": 324187, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2009, + "measured_benefit_ns": 14048077, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11112448, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18617190, + "runtime_create_ns": 27960, + "jit_attach_ns": 52644, + "context_create_ns": 103325, + "definition_eval_ns": 46810, + "first_eval_ns": 769630, + "threshold_crossing_ns": 17242877, + "compile_ns": 15987287, + "install_ns": 83515, + "osr_ns": 0, + "steady_state_ns": 324187 + } + } + }, + { + "candidate": { + "elapsed_ns": 326046, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2004, + "measured_benefit_ns": 14011572, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10973184, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18677264, + "runtime_create_ns": 25278, + "jit_attach_ns": 52523, + "context_create_ns": 106102, + "definition_eval_ns": 48727, + "first_eval_ns": 770190, + "threshold_crossing_ns": 17297853, + "compile_ns": 16045457, + "install_ns": 84232, + "osr_ns": 0, + "steady_state_ns": 326046 + } + }, + "baseline": { + "elapsed_ns": 312433, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 16765718, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11141120, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18583337, + "runtime_create_ns": 23485, + "jit_attach_ns": 54202, + "context_create_ns": 113229, + "definition_eval_ns": 49704, + "first_eval_ns": 767510, + "threshold_crossing_ns": 17211076, + "compile_ns": 15759358, + "install_ns": 95103, + "osr_ns": 0, + "steady_state_ns": 312433 + } + } + }, + { + "baseline": { + "elapsed_ns": 313418, + "checksum": "number:40bb580000000000", + "native_entries": 139, + "native_acquisitions": 22, + "native_exits": 139, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11124736, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 17807641, + "runtime_create_ns": 25218, + "jit_attach_ns": 55745, + "context_create_ns": 107539, + "definition_eval_ns": 59379, + "first_eval_ns": 762745, + "threshold_crossing_ns": 16432268, + "compile_ns": 16144752, + "install_ns": 91018, + "osr_ns": 0, + "steady_state_ns": 313418 + } + }, + "candidate": { + "elapsed_ns": 318030, + "checksum": "number:40bb580000000000", + "native_entries": 2124, + "native_acquisitions": 86, + "native_exits": 2124, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2003, + "measured_benefit_ns": 13841734, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10997760, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18127271, + "runtime_create_ns": 27927, + "jit_attach_ns": 55630, + "context_create_ns": 106394, + "definition_eval_ns": 54591, + "first_eval_ns": 2247875, + "threshold_crossing_ns": 15264706, + "compile_ns": 15540655, + "install_ns": 90809, + "osr_ns": 0, + "steady_state_ns": 318030 + } + } + }, + { + "candidate": { + "elapsed_ns": 316251, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2010, + "measured_benefit_ns": 14017101, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11169792, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 17965471, + "runtime_create_ns": 24721, + "jit_attach_ns": 58450, + "context_create_ns": 110227, + "definition_eval_ns": 51513, + "first_eval_ns": 777037, + "threshold_crossing_ns": 16575916, + "compile_ns": 15341369, + "install_ns": 87957, + "osr_ns": 0, + "steady_state_ns": 316251 + } + }, + "baseline": { + "elapsed_ns": 315374, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2002, + "measured_benefit_ns": 16625881, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11137024, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18403846, + "runtime_create_ns": 31322, + "jit_attach_ns": 63152, + "context_create_ns": 109203, + "definition_eval_ns": 56044, + "first_eval_ns": 2258196, + "threshold_crossing_ns": 15517467, + "compile_ns": 15652069, + "install_ns": 96105, + "osr_ns": 0, + "steady_state_ns": 315374 + } + } + }, + { + "baseline": { + "elapsed_ns": 322875, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2007, + "measured_benefit_ns": 16691519, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11120640, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19362315, + "runtime_create_ns": 29252, + "jit_attach_ns": 69907, + "context_create_ns": 116433, + "definition_eval_ns": 71467, + "first_eval_ns": 2268975, + "threshold_crossing_ns": 16427680, + "compile_ns": 16606047, + "install_ns": 111641, + "osr_ns": 0, + "steady_state_ns": 322875 + } + }, + "candidate": { + "elapsed_ns": 326144, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2010, + "measured_benefit_ns": 14091679, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11010048, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18155017, + "runtime_create_ns": 30920, + "jit_attach_ns": 60945, + "context_create_ns": 112760, + "definition_eval_ns": 61779, + "first_eval_ns": 2363422, + "threshold_crossing_ns": 15146170, + "compile_ns": 15590320, + "install_ns": 89851, + "osr_ns": 0, + "steady_state_ns": 326144 + } + } + }, + { + "candidate": { + "elapsed_ns": 316936, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2007, + "measured_benefit_ns": 14012418, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11251712, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18621886, + "runtime_create_ns": 23117, + "jit_attach_ns": 55996, + "context_create_ns": 105272, + "definition_eval_ns": 62982, + "first_eval_ns": 753346, + "threshold_crossing_ns": 17251658, + "compile_ns": 15994551, + "install_ns": 87927, + "osr_ns": 0, + "steady_state_ns": 316936 + } + }, + "baseline": { + "elapsed_ns": 320243, + "checksum": "number:40bb580000000000", + "native_entries": 2598, + "native_acquisitions": 102, + "native_exits": 2598, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2502, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2483, + "measured_benefit_ns": 10223738, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11075584, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18969988, + "runtime_create_ns": 22608, + "jit_attach_ns": 50563, + "context_create_ns": 103884, + "definition_eval_ns": 48009, + "first_eval_ns": 771954, + "threshold_crossing_ns": 17603332, + "compile_ns": 17015580, + "install_ns": 86778, + "osr_ns": 0, + "steady_state_ns": 320243 + } + } + }, + { + "baseline": { + "elapsed_ns": 313526, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2007, + "measured_benefit_ns": 16653835, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11120640, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18424994, + "runtime_create_ns": 26585, + "jit_attach_ns": 54983, + "context_create_ns": 104168, + "definition_eval_ns": 46841, + "first_eval_ns": 767621, + "threshold_crossing_ns": 17061057, + "compile_ns": 15638704, + "install_ns": 86678, + "osr_ns": 0, + "steady_state_ns": 313526 + } + }, + "candidate": { + "elapsed_ns": 319440, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2002, + "measured_benefit_ns": 14003046, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11014144, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18611359, + "runtime_create_ns": 28188, + "jit_attach_ns": 59010, + "context_create_ns": 104355, + "definition_eval_ns": 50228, + "first_eval_ns": 777410, + "threshold_crossing_ns": 17223062, + "compile_ns": 16004442, + "install_ns": 82472, + "osr_ns": 0, + "steady_state_ns": 319440 + } + } + }, + { + "candidate": { + "elapsed_ns": 327906, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2010, + "measured_benefit_ns": 13906763, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11145216, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18550230, + "runtime_create_ns": 26665, + "jit_attach_ns": 50820, + "context_create_ns": 102548, + "definition_eval_ns": 42503, + "first_eval_ns": 762683, + "threshold_crossing_ns": 17185046, + "compile_ns": 15911943, + "install_ns": 83197, + "osr_ns": 0, + "steady_state_ns": 327906 + } + }, + "baseline": { + "elapsed_ns": 310598, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2009, + "measured_benefit_ns": 16717856, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11108352, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18163141, + "runtime_create_ns": 27062, + "jit_attach_ns": 52736, + "context_create_ns": 103521, + "definition_eval_ns": 46499, + "first_eval_ns": 761537, + "threshold_crossing_ns": 16811044, + "compile_ns": 15363255, + "install_ns": 82746, + "osr_ns": 0, + "steady_state_ns": 310598 + } + } + }, + { + "baseline": { + "elapsed_ns": 313357, + "checksum": "number:40bb580000000000", + "native_entries": 2084, + "native_acquisitions": 85, + "native_exits": 2084, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2009, + "measured_benefit_ns": 16649539, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11055104, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18320007, + "runtime_create_ns": 30529, + "jit_attach_ns": 63019, + "context_create_ns": 109320, + "definition_eval_ns": 53266, + "first_eval_ns": 2256823, + "threshold_crossing_ns": 15440731, + "compile_ns": 15556817, + "install_ns": 87719, + "osr_ns": 0, + "steady_state_ns": 313357 + } + }, + "candidate": { + "elapsed_ns": 326928, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2004, + "measured_benefit_ns": 13902346, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11112448, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 17958832, + "runtime_create_ns": 29338, + "jit_attach_ns": 51196, + "context_create_ns": 107128, + "definition_eval_ns": 49899, + "first_eval_ns": 773398, + "threshold_crossing_ns": 16568722, + "compile_ns": 15339151, + "install_ns": 82352, + "osr_ns": 0, + "steady_state_ns": 326928 + } + } + }, + { + "candidate": { + "elapsed_ns": 325465, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2011, + "measured_benefit_ns": 13893485, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11190272, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18580931, + "runtime_create_ns": 23173, + "jit_attach_ns": 55797, + "context_create_ns": 103129, + "definition_eval_ns": 50610, + "first_eval_ns": 772189, + "threshold_crossing_ns": 17198916, + "compile_ns": 15954534, + "install_ns": 81859, + "osr_ns": 0, + "steady_state_ns": 325465 + } + }, + "baseline": { + "elapsed_ns": 312831, + "checksum": "number:40bb580000000000", + "native_entries": 107, + "native_acquisitions": 21, + "native_exits": 107, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11014144, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 17737769, + "runtime_create_ns": 26447, + "jit_attach_ns": 53440, + "context_create_ns": 99951, + "definition_eval_ns": 53931, + "first_eval_ns": 762172, + "threshold_crossing_ns": 16378703, + "compile_ns": 16075444, + "install_ns": 83262, + "osr_ns": 0, + "steady_state_ns": 312831 + } + } + }, + { + "baseline": { + "elapsed_ns": 313489, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2013, + "measured_benefit_ns": 16958165, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11005952, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18268473, + "runtime_create_ns": 26515, + "jit_attach_ns": 53769, + "context_create_ns": 104999, + "definition_eval_ns": 46910, + "first_eval_ns": 771787, + "threshold_crossing_ns": 16900754, + "compile_ns": 15432620, + "install_ns": 82977, + "osr_ns": 0, + "steady_state_ns": 313489 + } + }, + "candidate": { + "elapsed_ns": 317497, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2013, + "measured_benefit_ns": 13644152, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11075584, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18554734, + "runtime_create_ns": 27822, + "jit_attach_ns": 53014, + "context_create_ns": 104433, + "definition_eval_ns": 48141, + "first_eval_ns": 769421, + "threshold_crossing_ns": 17181661, + "compile_ns": 15945057, + "install_ns": 90617, + "osr_ns": 0, + "steady_state_ns": 317497 + } + } + }, + { + "candidate": { + "elapsed_ns": 326527, + "checksum": "number:40bb580000000000", + "native_entries": 2132, + "native_acquisitions": 87, + "native_exits": 2132, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2013, + "measured_benefit_ns": 13993729, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11063296, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18760610, + "runtime_create_ns": 34893, + "jit_attach_ns": 57098, + "context_create_ns": 108716, + "definition_eval_ns": 53454, + "first_eval_ns": 2243945, + "threshold_crossing_ns": 15881908, + "compile_ns": 16165962, + "install_ns": 91259, + "osr_ns": 0, + "steady_state_ns": 326527 + } + }, + "baseline": { + "elapsed_ns": 323170, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1999, + "measured_benefit_ns": 16698296, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10944512, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18220659, + "runtime_create_ns": 25589, + "jit_attach_ns": 52904, + "context_create_ns": 108371, + "definition_eval_ns": 57489, + "first_eval_ns": 760665, + "threshold_crossing_ns": 16841837, + "compile_ns": 15421279, + "install_ns": 83298, + "osr_ns": 0, + "steady_state_ns": 323170 + } + } + }, + { + "baseline": { + "elapsed_ns": 311765, + "checksum": "number:40bb580000000000", + "native_entries": 107, + "native_acquisitions": 21, + "native_exits": 107, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11005952, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 17681673, + "runtime_create_ns": 24871, + "jit_attach_ns": 51708, + "context_create_ns": 114308, + "definition_eval_ns": 46219, + "first_eval_ns": 760883, + "threshold_crossing_ns": 16321541, + "compile_ns": 16020618, + "install_ns": 80806, + "osr_ns": 0, + "steady_state_ns": 311765 + } + }, + "candidate": { + "elapsed_ns": 317009, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2003, + "measured_benefit_ns": 13912423, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11096064, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18617184, + "runtime_create_ns": 26269, + "jit_attach_ns": 53810, + "context_create_ns": 100215, + "definition_eval_ns": 45132, + "first_eval_ns": 770037, + "threshold_crossing_ns": 17256072, + "compile_ns": 16035415, + "install_ns": 82917, + "osr_ns": 0, + "steady_state_ns": 317009 + } + } + }, + { + "candidate": { + "elapsed_ns": 316263, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2007, + "measured_benefit_ns": 14007608, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11104256, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 17979488, + "runtime_create_ns": 25737, + "jit_attach_ns": 51762, + "context_create_ns": 127109, + "definition_eval_ns": 49929, + "first_eval_ns": 757902, + "threshold_crossing_ns": 16600186, + "compile_ns": 15397143, + "install_ns": 78054, + "osr_ns": 0, + "steady_state_ns": 316263 + } + }, + "baseline": { + "elapsed_ns": 312624, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2003, + "measured_benefit_ns": 16709457, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11042816, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18199393, + "runtime_create_ns": 26221, + "jit_attach_ns": 51448, + "context_create_ns": 104159, + "definition_eval_ns": 48162, + "first_eval_ns": 768708, + "threshold_crossing_ns": 16837303, + "compile_ns": 15416921, + "install_ns": 76209, + "osr_ns": 0, + "steady_state_ns": 312624 + } + } + }, + { + "baseline": { + "elapsed_ns": 321526, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2003, + "measured_benefit_ns": 16907130, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11071488, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18298772, + "runtime_create_ns": 26933, + "jit_attach_ns": 54464, + "context_create_ns": 112017, + "definition_eval_ns": 46612, + "first_eval_ns": 761881, + "threshold_crossing_ns": 16925388, + "compile_ns": 15482483, + "install_ns": 103464, + "osr_ns": 0, + "steady_state_ns": 321526 + } + }, + "candidate": { + "elapsed_ns": 317147, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2011, + "measured_benefit_ns": 13877389, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11190272, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18702255, + "runtime_create_ns": 22920, + "jit_attach_ns": 54700, + "context_create_ns": 115581, + "definition_eval_ns": 53950, + "first_eval_ns": 771638, + "threshold_crossing_ns": 17315415, + "compile_ns": 16097192, + "install_ns": 86473, + "osr_ns": 0, + "steady_state_ns": 317147 + } + } + }, + { + "candidate": { + "elapsed_ns": 318181, + "checksum": "number:40bb580000000000", + "native_entries": 2080, + "native_acquisitions": 85, + "native_exits": 2080, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2006, + "measured_benefit_ns": 14023520, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11075584, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18811151, + "runtime_create_ns": 30497, + "jit_attach_ns": 58943, + "context_create_ns": 106645, + "definition_eval_ns": 51528, + "first_eval_ns": 2235654, + "threshold_crossing_ns": 15959748, + "compile_ns": 16206242, + "install_ns": 98759, + "osr_ns": 0, + "steady_state_ns": 318181 + } + }, + "baseline": { + "elapsed_ns": 312805, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2003, + "measured_benefit_ns": 16693146, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10993664, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18280656, + "runtime_create_ns": 27082, + "jit_attach_ns": 52263, + "context_create_ns": 108445, + "definition_eval_ns": 50990, + "first_eval_ns": 772110, + "threshold_crossing_ns": 16906367, + "compile_ns": 15484081, + "install_ns": 90699, + "osr_ns": 0, + "steady_state_ns": 312805 + } + } + }, + { + "baseline": { + "elapsed_ns": 313320, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2011, + "measured_benefit_ns": 16774783, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11141120, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18217036, + "runtime_create_ns": 22672, + "jit_attach_ns": 49637, + "context_create_ns": 102518, + "definition_eval_ns": 42647, + "first_eval_ns": 765626, + "threshold_crossing_ns": 16872368, + "compile_ns": 15403260, + "install_ns": 74832, + "osr_ns": 0, + "steady_state_ns": 313320 + } + }, + "candidate": { + "elapsed_ns": 316012, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2013, + "measured_benefit_ns": 13913562, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11038720, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18470017, + "runtime_create_ns": 25125, + "jit_attach_ns": 53440, + "context_create_ns": 97931, + "definition_eval_ns": 41478, + "first_eval_ns": 764839, + "threshold_crossing_ns": 17123471, + "compile_ns": 15844899, + "install_ns": 80201, + "osr_ns": 0, + "steady_state_ns": 316012 + } + } + }, + { + "candidate": { + "elapsed_ns": 324589, + "checksum": "number:40bb580000000000", + "native_entries": 109, + "native_acquisitions": 20, + "native_exits": 109, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11051008, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 17547435, + "runtime_create_ns": 24580, + "jit_attach_ns": 50249, + "context_create_ns": 102490, + "definition_eval_ns": 42160, + "first_eval_ns": 759552, + "threshold_crossing_ns": 16193431, + "compile_ns": 15893100, + "install_ns": 81342, + "osr_ns": 0, + "steady_state_ns": 324589 + } + }, + "baseline": { + "elapsed_ns": 313196, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2008, + "measured_benefit_ns": 16712495, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11149312, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18851194, + "runtime_create_ns": 22231, + "jit_attach_ns": 49021, + "context_create_ns": 111423, + "definition_eval_ns": 50230, + "first_eval_ns": 751083, + "threshold_crossing_ns": 17505342, + "compile_ns": 16040099, + "install_ns": 84212, + "osr_ns": 0, + "steady_state_ns": 313196 + } + } + }, + { + "baseline": { + "elapsed_ns": 311834, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 16590012, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11112448, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18290631, + "runtime_create_ns": 24271, + "jit_attach_ns": 54529, + "context_create_ns": 104859, + "definition_eval_ns": 50830, + "first_eval_ns": 783613, + "threshold_crossing_ns": 16910754, + "compile_ns": 15505415, + "install_ns": 80264, + "osr_ns": 0, + "steady_state_ns": 311834 + } + }, + "candidate": { + "elapsed_ns": 317845, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2004, + "measured_benefit_ns": 13756269, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11051008, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18565163, + "runtime_create_ns": 26258, + "jit_attach_ns": 51977, + "context_create_ns": 101592, + "definition_eval_ns": 48810, + "first_eval_ns": 751852, + "threshold_crossing_ns": 17216545, + "compile_ns": 15961155, + "install_ns": 87823, + "osr_ns": 0, + "steady_state_ns": 317845 + } + } + }, + { + "candidate": { + "elapsed_ns": 326754, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2008, + "measured_benefit_ns": 13879342, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11038720, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18703876, + "runtime_create_ns": 22895, + "jit_attach_ns": 50252, + "context_create_ns": 101250, + "definition_eval_ns": 44787, + "first_eval_ns": 767907, + "threshold_crossing_ns": 17340466, + "compile_ns": 16077600, + "install_ns": 78430, + "osr_ns": 0, + "steady_state_ns": 326754 + } + }, + "baseline": { + "elapsed_ns": 318770, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2009, + "measured_benefit_ns": 16621646, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11083776, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18164173, + "runtime_create_ns": 29839, + "jit_attach_ns": 55166, + "context_create_ns": 104833, + "definition_eval_ns": 48134, + "first_eval_ns": 765568, + "threshold_crossing_ns": 16788903, + "compile_ns": 15386424, + "install_ns": 81881, + "osr_ns": 0, + "steady_state_ns": 318770 + } + } + }, + { + "baseline": { + "elapsed_ns": 313538, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2011, + "measured_benefit_ns": 16622738, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11239424, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18843636, + "runtime_create_ns": 25125, + "jit_attach_ns": 51858, + "context_create_ns": 124985, + "definition_eval_ns": 55124, + "first_eval_ns": 770501, + "threshold_crossing_ns": 17452684, + "compile_ns": 16060522, + "install_ns": 80998, + "osr_ns": 0, + "steady_state_ns": 313538 + } + }, + "candidate": { + "elapsed_ns": 325156, + "checksum": "number:40bb580000000000", + "native_entries": 2109, + "native_acquisitions": 85, + "native_exits": 2109, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2008, + "measured_benefit_ns": 14763687, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11059200, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18750540, + "runtime_create_ns": 27022, + "jit_attach_ns": 51704, + "context_create_ns": 99368, + "definition_eval_ns": 43306, + "first_eval_ns": 777403, + "threshold_crossing_ns": 17376729, + "compile_ns": 16068324, + "install_ns": 91271, + "osr_ns": 0, + "steady_state_ns": 325156 + } + } + }, + { + "candidate": { + "elapsed_ns": 324822, + "checksum": "number:40bb580000000000", + "native_entries": 2804, + "native_acquisitions": 109, + "native_exits": 2804, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2701, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2690, + "measured_benefit_ns": 9214721, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11104256, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18802071, + "runtime_create_ns": 27755, + "jit_attach_ns": 57256, + "context_create_ns": 110449, + "definition_eval_ns": 57787, + "first_eval_ns": 2242078, + "threshold_crossing_ns": 15926790, + "compile_ns": 16831653, + "install_ns": 82498, + "osr_ns": 0, + "steady_state_ns": 324822 + } + }, + "baseline": { + "elapsed_ns": 315076, + "checksum": "number:40bb580000000000", + "native_entries": 2142, + "native_acquisitions": 85, + "native_exits": 2142, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2013, + "measured_benefit_ns": 16596042, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11075584, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18961189, + "runtime_create_ns": 27672, + "jit_attach_ns": 54266, + "context_create_ns": 122955, + "definition_eval_ns": 54263, + "first_eval_ns": 775110, + "threshold_crossing_ns": 17558690, + "compile_ns": 16180191, + "install_ns": 83355, + "osr_ns": 0, + "steady_state_ns": 315076 + } + } + }, + { + "baseline": { + "elapsed_ns": 314841, + "checksum": "number:40bb580000000000", + "native_entries": 139, + "native_acquisitions": 22, + "native_exits": 139, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11034624, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 17729113, + "runtime_create_ns": 27720, + "jit_attach_ns": 54809, + "context_create_ns": 103783, + "definition_eval_ns": 52047, + "first_eval_ns": 779027, + "threshold_crossing_ns": 16346487, + "compile_ns": 16068052, + "install_ns": 80831, + "osr_ns": 0, + "steady_state_ns": 314841 + } + }, + "candidate": { + "elapsed_ns": 450611, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2000, + "measured_benefit_ns": 13560030, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11005952, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18764624, + "runtime_create_ns": 29217, + "jit_attach_ns": 52474, + "context_create_ns": 104494, + "definition_eval_ns": 52820, + "first_eval_ns": 777639, + "threshold_crossing_ns": 17233277, + "compile_ns": 15974205, + "install_ns": 82963, + "osr_ns": 0, + "steady_state_ns": 450611 + } + } + }, + { + "candidate": { + "elapsed_ns": 316636, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 13843399, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11018240, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 17997587, + "runtime_create_ns": 31083, + "jit_attach_ns": 53673, + "context_create_ns": 103935, + "definition_eval_ns": 46981, + "first_eval_ns": 764848, + "threshold_crossing_ns": 16626733, + "compile_ns": 15383539, + "install_ns": 87745, + "osr_ns": 0, + "steady_state_ns": 316636 + } + }, + "baseline": { + "elapsed_ns": 314945, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2010, + "measured_benefit_ns": 16610584, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11030528, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19054858, + "runtime_create_ns": 26188, + "jit_attach_ns": 53256, + "context_create_ns": 105659, + "definition_eval_ns": 54420, + "first_eval_ns": 771744, + "threshold_crossing_ns": 17673290, + "compile_ns": 16274113, + "install_ns": 80045, + "osr_ns": 0, + "steady_state_ns": 314945 + } + } + }, + { + "baseline": { + "elapsed_ns": 322039, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2012, + "measured_benefit_ns": 16807743, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11108352, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18367642, + "runtime_create_ns": 29315, + "jit_attach_ns": 60225, + "context_create_ns": 107947, + "definition_eval_ns": 59918, + "first_eval_ns": 2258199, + "threshold_crossing_ns": 15477840, + "compile_ns": 15597112, + "install_ns": 89118, + "osr_ns": 0, + "steady_state_ns": 322039 + } + }, + "candidate": { + "elapsed_ns": 321077, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2013, + "measured_benefit_ns": 15140953, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11026432, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18111035, + "runtime_create_ns": 27323, + "jit_attach_ns": 54461, + "context_create_ns": 115716, + "definition_eval_ns": 53590, + "first_eval_ns": 764221, + "threshold_crossing_ns": 16722986, + "compile_ns": 15406285, + "install_ns": 89102, + "osr_ns": 0, + "steady_state_ns": 321077 + } + } + }, + { + "candidate": { + "elapsed_ns": 317780, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2013, + "measured_benefit_ns": 13735410, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11247616, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 17853716, + "runtime_create_ns": 23672, + "jit_attach_ns": 50777, + "context_create_ns": 99859, + "definition_eval_ns": 45911, + "first_eval_ns": 768152, + "threshold_crossing_ns": 16497928, + "compile_ns": 15251165, + "install_ns": 84146, + "osr_ns": 0, + "steady_state_ns": 317780 + } + }, + "baseline": { + "elapsed_ns": 311858, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 86, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2003, + "measured_benefit_ns": 16658624, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11079680, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18229849, + "runtime_create_ns": 23310, + "jit_attach_ns": 53045, + "context_create_ns": 105722, + "definition_eval_ns": 47471, + "first_eval_ns": 767322, + "threshold_crossing_ns": 16871531, + "compile_ns": 15434556, + "install_ns": 84820, + "osr_ns": 0, + "steady_state_ns": 311858 + } + } + }, + { + "baseline": { + "elapsed_ns": 311781, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2007, + "measured_benefit_ns": 16711934, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11157504, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18435743, + "runtime_create_ns": 27794, + "jit_attach_ns": 63581, + "context_create_ns": 110174, + "definition_eval_ns": 59240, + "first_eval_ns": 2277112, + "threshold_crossing_ns": 15530189, + "compile_ns": 15687829, + "install_ns": 102869, + "osr_ns": 0, + "steady_state_ns": 311781 + } + }, + "candidate": { + "elapsed_ns": 319144, + "checksum": "number:40bb580000000000", + "native_entries": 2082, + "native_acquisitions": 85, + "native_exits": 2082, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2013, + "measured_benefit_ns": 13835906, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11079680, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18595612, + "runtime_create_ns": 29609, + "jit_attach_ns": 57604, + "context_create_ns": 110045, + "definition_eval_ns": 53595, + "first_eval_ns": 2244806, + "threshold_crossing_ns": 15727597, + "compile_ns": 16014979, + "install_ns": 92075, + "osr_ns": 0, + "steady_state_ns": 319144 + } + } + }, + { + "candidate": { + "elapsed_ns": 331356, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2006, + "measured_benefit_ns": 13867297, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11030528, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18040078, + "runtime_create_ns": 27559, + "jit_attach_ns": 55181, + "context_create_ns": 103675, + "definition_eval_ns": 50051, + "first_eval_ns": 772878, + "threshold_crossing_ns": 16643298, + "compile_ns": 15399437, + "install_ns": 94632, + "osr_ns": 0, + "steady_state_ns": 331356 + } + }, + "baseline": { + "elapsed_ns": 319250, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2009, + "measured_benefit_ns": 16593842, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11104256, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18250354, + "runtime_create_ns": 28871, + "jit_attach_ns": 57150, + "context_create_ns": 116189, + "definition_eval_ns": 50813, + "first_eval_ns": 763835, + "threshold_crossing_ns": 16864029, + "compile_ns": 15458634, + "install_ns": 91382, + "osr_ns": 0, + "steady_state_ns": 319250 + } + } + }, + { + "baseline": { + "elapsed_ns": 321840, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 16677762, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11112448, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18173494, + "runtime_create_ns": 24026, + "jit_attach_ns": 59177, + "context_create_ns": 105739, + "definition_eval_ns": 46621, + "first_eval_ns": 769272, + "threshold_crossing_ns": 16796754, + "compile_ns": 15366498, + "install_ns": 82036, + "osr_ns": 0, + "steady_state_ns": 321840 + } + }, + "candidate": { + "elapsed_ns": 317864, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2011, + "measured_benefit_ns": 13857817, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11161600, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 17926656, + "runtime_create_ns": 24165, + "jit_attach_ns": 52779, + "context_create_ns": 114280, + "definition_eval_ns": 51905, + "first_eval_ns": 759956, + "threshold_crossing_ns": 16555062, + "compile_ns": 15315651, + "install_ns": 79869, + "osr_ns": 0, + "steady_state_ns": 317864 + } + } + }, + { + "candidate": { + "elapsed_ns": 323740, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2006, + "measured_benefit_ns": 13978761, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11091968, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18605766, + "runtime_create_ns": 25698, + "jit_attach_ns": 51631, + "context_create_ns": 100087, + "definition_eval_ns": 45213, + "first_eval_ns": 767763, + "threshold_crossing_ns": 17242600, + "compile_ns": 15963222, + "install_ns": 86151, + "osr_ns": 0, + "steady_state_ns": 323740 + } + }, + "baseline": { + "elapsed_ns": 321251, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2008, + "measured_benefit_ns": 16775562, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11067392, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18099946, + "runtime_create_ns": 25627, + "jit_attach_ns": 59995, + "context_create_ns": 106932, + "definition_eval_ns": 47669, + "first_eval_ns": 762923, + "threshold_crossing_ns": 16724697, + "compile_ns": 15292739, + "install_ns": 77698, + "osr_ns": 0, + "steady_state_ns": 321251 + } + } + }, + { + "baseline": { + "elapsed_ns": 313945, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2014, + "measured_benefit_ns": 16620086, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11075584, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18228139, + "runtime_create_ns": 25528, + "jit_attach_ns": 57585, + "context_create_ns": 109095, + "definition_eval_ns": 56910, + "first_eval_ns": 777041, + "threshold_crossing_ns": 16837919, + "compile_ns": 15446661, + "install_ns": 86539, + "osr_ns": 0, + "steady_state_ns": 313945 + } + }, + "candidate": { + "elapsed_ns": 371264, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 13944647, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11083776, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18193680, + "runtime_create_ns": 26301, + "jit_attach_ns": 54819, + "context_create_ns": 101264, + "definition_eval_ns": 47963, + "first_eval_ns": 774830, + "threshold_crossing_ns": 16762747, + "compile_ns": 15478099, + "install_ns": 89161, + "osr_ns": 0, + "steady_state_ns": 371264 + } + } + }, + { + "candidate": { + "elapsed_ns": 316094, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2011, + "measured_benefit_ns": 14172980, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11182080, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18762838, + "runtime_create_ns": 26119, + "jit_attach_ns": 61641, + "context_create_ns": 110088, + "definition_eval_ns": 50472, + "first_eval_ns": 776286, + "threshold_crossing_ns": 17371468, + "compile_ns": 16135995, + "install_ns": 94928, + "osr_ns": 0, + "steady_state_ns": 316094 + } + }, + "baseline": { + "elapsed_ns": 331482, + "checksum": "number:40bb580000000000", + "native_entries": 2103, + "native_acquisitions": 85, + "native_exits": 2103, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2008, + "measured_benefit_ns": 16820574, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11120640, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 19032093, + "runtime_create_ns": 32283, + "jit_attach_ns": 57214, + "context_create_ns": 111034, + "definition_eval_ns": 55439, + "first_eval_ns": 2240988, + "threshold_crossing_ns": 16147884, + "compile_ns": 16235928, + "install_ns": 86903, + "osr_ns": 0, + "steady_state_ns": 331482 + } + } + }, + { + "baseline": { + "elapsed_ns": 321900, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 16737127, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11096064, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18969619, + "runtime_create_ns": 26636, + "jit_attach_ns": 56353, + "context_create_ns": 116955, + "definition_eval_ns": 51428, + "first_eval_ns": 755022, + "threshold_crossing_ns": 17589752, + "compile_ns": 16161088, + "install_ns": 95287, + "osr_ns": 0, + "steady_state_ns": 321900 + } + }, + "candidate": { + "elapsed_ns": 326526, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2004, + "measured_benefit_ns": 13920261, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11100160, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18673385, + "runtime_create_ns": 27528, + "jit_attach_ns": 58216, + "context_create_ns": 103919, + "definition_eval_ns": 50589, + "first_eval_ns": 778710, + "threshold_crossing_ns": 17278263, + "compile_ns": 16056723, + "install_ns": 86085, + "osr_ns": 0, + "steady_state_ns": 326526 + } + } + }, + { + "candidate": { + "elapsed_ns": 324955, + "checksum": "number:40bb580000000000", + "native_entries": 2099, + "native_acquisitions": 86, + "native_exits": 2099, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2009, + "measured_benefit_ns": 13847824, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11083776, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18033750, + "runtime_create_ns": 26556, + "jit_attach_ns": 57398, + "context_create_ns": 110493, + "definition_eval_ns": 55639, + "first_eval_ns": 2247648, + "threshold_crossing_ns": 15158630, + "compile_ns": 15455184, + "install_ns": 86339, + "osr_ns": 0, + "steady_state_ns": 324955 + } + }, + "baseline": { + "elapsed_ns": 319946, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2010, + "measured_benefit_ns": 16659009, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11091968, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18397145, + "runtime_create_ns": 24233, + "jit_attach_ns": 54619, + "context_create_ns": 123165, + "definition_eval_ns": 55497, + "first_eval_ns": 766248, + "threshold_crossing_ns": 17002139, + "compile_ns": 15606981, + "install_ns": 90655, + "osr_ns": 0, + "steady_state_ns": 319946 + } + } + }, + { + "baseline": { + "elapsed_ns": 313524, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2013, + "measured_benefit_ns": 16681184, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11046912, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18249597, + "runtime_create_ns": 29077, + "jit_attach_ns": 61010, + "context_create_ns": 106792, + "definition_eval_ns": 53135, + "first_eval_ns": 2194366, + "threshold_crossing_ns": 15441073, + "compile_ns": 15455141, + "install_ns": 96964, + "osr_ns": 0, + "steady_state_ns": 313524 + } + }, + "candidate": { + "elapsed_ns": 316756, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 13864367, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10989568, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 17940987, + "runtime_create_ns": 27547, + "jit_attach_ns": 57690, + "context_create_ns": 102737, + "definition_eval_ns": 52707, + "first_eval_ns": 768112, + "threshold_crossing_ns": 16564670, + "compile_ns": 15324387, + "install_ns": 91995, + "osr_ns": 0, + "steady_state_ns": 316756 + } + } + }, + { + "candidate": { + "elapsed_ns": 326239, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2009, + "measured_benefit_ns": 13902196, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11059200, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18628153, + "runtime_create_ns": 27798, + "jit_attach_ns": 54963, + "context_create_ns": 104395, + "definition_eval_ns": 48189, + "first_eval_ns": 768907, + "threshold_crossing_ns": 17247096, + "compile_ns": 16008238, + "install_ns": 91634, + "osr_ns": 0, + "steady_state_ns": 326239 + } + }, + "baseline": { + "elapsed_ns": 321567, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2014, + "measured_benefit_ns": 16606964, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11165696, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18229613, + "runtime_create_ns": 25234, + "jit_attach_ns": 55360, + "context_create_ns": 117348, + "definition_eval_ns": 48649, + "first_eval_ns": 759122, + "threshold_crossing_ns": 16851980, + "compile_ns": 15431362, + "install_ns": 86716, + "osr_ns": 0, + "steady_state_ns": 321567 + } + } + }, + { + "baseline": { + "elapsed_ns": 313481, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2000, + "measured_benefit_ns": 16597892, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11059200, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18189356, + "runtime_create_ns": 29833, + "jit_attach_ns": 63224, + "context_create_ns": 101815, + "definition_eval_ns": 48076, + "first_eval_ns": 2194745, + "threshold_crossing_ns": 15388942, + "compile_ns": 15407638, + "install_ns": 79744, + "osr_ns": 0, + "steady_state_ns": 313481 + } + }, + "candidate": { + "elapsed_ns": 324673, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2012, + "measured_benefit_ns": 13951115, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11182080, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18004508, + "runtime_create_ns": 25483, + "jit_attach_ns": 54638, + "context_create_ns": 105005, + "definition_eval_ns": 49052, + "first_eval_ns": 769689, + "threshold_crossing_ns": 16623682, + "compile_ns": 15394714, + "install_ns": 82929, + "osr_ns": 0, + "steady_state_ns": 324673 + } + } + }, + { + "candidate": { + "elapsed_ns": 326488, + "checksum": "number:40bb580000000000", + "native_entries": 2105, + "native_acquisitions": 86, + "native_exits": 2105, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2003, + "measured_benefit_ns": 13902978, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11046912, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18719359, + "runtime_create_ns": 29943, + "jit_attach_ns": 58698, + "context_create_ns": 105682, + "definition_eval_ns": 56103, + "first_eval_ns": 2250691, + "threshold_crossing_ns": 15839451, + "compile_ns": 16133536, + "install_ns": 94605, + "osr_ns": 0, + "steady_state_ns": 326488 + } + }, + "baseline": { + "elapsed_ns": 320424, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 84, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 1995, + "measured_benefit_ns": 16648467, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11243520, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18197937, + "runtime_create_ns": 24552, + "jit_attach_ns": 57483, + "context_create_ns": 122858, + "definition_eval_ns": 55720, + "first_eval_ns": 2179471, + "threshold_crossing_ns": 15384747, + "compile_ns": 15417907, + "install_ns": 86262, + "osr_ns": 0, + "steady_state_ns": 320424 + } + } + }, + { + "baseline": { + "elapsed_ns": 312029, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2013, + "measured_benefit_ns": 16770349, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11120640, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18866507, + "runtime_create_ns": 28757, + "jit_attach_ns": 53613, + "context_create_ns": 107997, + "definition_eval_ns": 47506, + "first_eval_ns": 779346, + "threshold_crossing_ns": 17478484, + "compile_ns": 16068811, + "install_ns": 87516, + "osr_ns": 0, + "steady_state_ns": 312029 + } + }, + "candidate": { + "elapsed_ns": 325184, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2014, + "measured_benefit_ns": 13940771, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11104256, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18644301, + "runtime_create_ns": 27088, + "jit_attach_ns": 53581, + "context_create_ns": 103077, + "definition_eval_ns": 48354, + "first_eval_ns": 768819, + "threshold_crossing_ns": 17266200, + "compile_ns": 16030476, + "install_ns": 93369, + "osr_ns": 0, + "steady_state_ns": 325184 + } + } + }, + { + "candidate": { + "elapsed_ns": 325206, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2013, + "measured_benefit_ns": 13851220, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11096064, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18558692, + "runtime_create_ns": 25983, + "jit_attach_ns": 55067, + "context_create_ns": 99065, + "definition_eval_ns": 46342, + "first_eval_ns": 766141, + "threshold_crossing_ns": 17192406, + "compile_ns": 15941869, + "install_ns": 88062, + "osr_ns": 0, + "steady_state_ns": 325206 + } + }, + "baseline": { + "elapsed_ns": 314144, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2013, + "measured_benefit_ns": 16674333, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10997760, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18822091, + "runtime_create_ns": 27006, + "jit_attach_ns": 54842, + "context_create_ns": 103413, + "definition_eval_ns": 55208, + "first_eval_ns": 764157, + "threshold_crossing_ns": 17450950, + "compile_ns": 16029934, + "install_ns": 82909, + "osr_ns": 0, + "steady_state_ns": 314144 + } + } + }, + { + "baseline": { + "elapsed_ns": 322143, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2005, + "measured_benefit_ns": 16667931, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11096064, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18299590, + "runtime_create_ns": 30273, + "jit_attach_ns": 71719, + "context_create_ns": 104865, + "definition_eval_ns": 51774, + "first_eval_ns": 768068, + "threshold_crossing_ns": 16900237, + "compile_ns": 15506400, + "install_ns": 90377, + "osr_ns": 0, + "steady_state_ns": 322143 + } + }, + "candidate": { + "elapsed_ns": 316643, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2013, + "measured_benefit_ns": 13588769, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11165696, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18739823, + "runtime_create_ns": 26631, + "jit_attach_ns": 60940, + "context_create_ns": 108957, + "definition_eval_ns": 58636, + "first_eval_ns": 2258883, + "threshold_crossing_ns": 15857070, + "compile_ns": 16204636, + "install_ns": 94160, + "osr_ns": 0, + "steady_state_ns": 316643 + } + } + }, + { + "candidate": { + "elapsed_ns": 317968, + "checksum": "number:40bb580000000000", + "native_entries": 2108, + "native_acquisitions": 86, + "native_exits": 2108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2002, + "measured_benefit_ns": 13861526, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11087872, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18635126, + "runtime_create_ns": 26786, + "jit_attach_ns": 60704, + "context_create_ns": 102350, + "definition_eval_ns": 45233, + "first_eval_ns": 755405, + "threshold_crossing_ns": 17276830, + "compile_ns": 16012811, + "install_ns": 84940, + "osr_ns": 0, + "steady_state_ns": 317968 + } + }, + "baseline": { + "elapsed_ns": 315507, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2007, + "measured_benefit_ns": 16704240, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11051008, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18319493, + "runtime_create_ns": 29914, + "jit_attach_ns": 54685, + "context_create_ns": 101798, + "definition_eval_ns": 47138, + "first_eval_ns": 781347, + "threshold_crossing_ns": 16938964, + "compile_ns": 15513659, + "install_ns": 89150, + "osr_ns": 0, + "steady_state_ns": 315507 + } + } + }, + { + "baseline": { + "elapsed_ns": 312235, + "checksum": "number:40bb580000000000", + "native_entries": 2133, + "native_acquisitions": 87, + "native_exits": 2133, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2002, + "measured_benefit_ns": 16875425, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11096064, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18343128, + "runtime_create_ns": 32365, + "jit_attach_ns": 64403, + "context_create_ns": 105040, + "definition_eval_ns": 53220, + "first_eval_ns": 2258480, + "threshold_crossing_ns": 15465106, + "compile_ns": 15561196, + "install_ns": 87791, + "osr_ns": 0, + "steady_state_ns": 312235 + } + }, + "candidate": { + "elapsed_ns": 325805, + "checksum": "number:40bb580000000000", + "native_entries": 2111, + "native_acquisitions": 86, + "native_exits": 2111, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2013, + "measured_benefit_ns": 14016532, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11091968, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18025732, + "runtime_create_ns": 24212, + "jit_attach_ns": 56160, + "context_create_ns": 110164, + "definition_eval_ns": 56429, + "first_eval_ns": 2230149, + "threshold_crossing_ns": 15170936, + "compile_ns": 15410021, + "install_ns": 86265, + "osr_ns": 0, + "steady_state_ns": 325805 + } + } + }, + { + "candidate": { + "elapsed_ns": 321787, + "checksum": "number:40bb580000000000", + "native_entries": 2140, + "native_acquisitions": 87, + "native_exits": 2140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2003, + "measured_benefit_ns": 14109329, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11124736, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18047207, + "runtime_create_ns": 25425, + "jit_attach_ns": 63011, + "context_create_ns": 107167, + "definition_eval_ns": 49106, + "first_eval_ns": 770584, + "threshold_crossing_ns": 16658544, + "compile_ns": 15422170, + "install_ns": 89833, + "osr_ns": 0, + "steady_state_ns": 321787 + } + }, + "baseline": { + "elapsed_ns": 313632, + "checksum": "number:40bb580000000000", + "native_entries": 2110, + "native_acquisitions": 85, + "native_exits": 2110, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 2015, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 2012, + "measured_benefit_ns": 16595291, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 11108352, + "code_bytes": 36429, + "metadata_bytes": 11716, + "active_ir_bytes": 2805, + "automatic_ready": true, + "phases": { + "total_ns": 18426752, + "runtime_create_ns": 29554, + "jit_attach_ns": 61124, + "context_create_ns": 112382, + "definition_eval_ns": 55583, + "first_eval_ns": 2265252, + "threshold_crossing_ns": 15535408, + "compile_ns": 15688625, + "install_ns": 95833, + "osr_ns": 0, + "steady_state_ns": 313632 + } + } + } + ] + }, + "summary": { + "tier2": { + "speed": 0.9910268802572597, + "ci95": [ + 0.9778458235608006, + 1.0051986049154442 + ] + }, + "automatic": { + "speed": 0.978915822332825, + "ci95": [ + 0.9669575234158676, + 0.9869867638053667 + ] + } + }, + "candidate_patch_sha256": "3173f900e20f4810488a4309cf8b3617231c724f07781a84c2553c9fdb2bba0e", + "source_revision": "b7be6a41c50e3cc04a782acb13558687d190ac6c", + "scope": "Focused latency-only repeat after other local verification and benchmark processes completed. Five discarded warmups, 60 paired fresh workers per mode, rotating engine order on CPU 0. No additional throughput sampling.", + "driver_sha256": "28d76a64814268a1fea3c13f589ee73201d0df26634771b794aeaca952da6f92" +} diff --git a/benchmarks/results/m3-pc-cursor-fibonacci-recursive-paired.json b/benchmarks/results/m3-pc-cursor-fibonacci-recursive-paired.json new file mode 100644 index 000000000..2c0b2315e --- /dev/null +++ b/benchmarks/results/m3-pc-cursor-fibonacci-recursive-paired.json @@ -0,0 +1,14697 @@ +{ + "schema": "jit-pc-cursor-paired-diagnostic-v1", + "workload": "fibonacci-recursive", + "cpu_affinity": [ + 0 + ], + "status": "complete", + "started_utc": "2026-09-05T12:04:13Z", + "driver_sha256": "e416e1f97dc7fdcaca81a731a38bae5a994905303d70cec748629396cd47454e", + "script": "/home/jason/work/quickjs-jit/benchmarks/scripts/fibonacci-recursive.js", + "script_sha256": "19af48c9602fd18c911d1d19daf48a3608209712f1205e7959680a0bf5fde3a0", + "executables": { + "reference": { + "path": "/tmp/jit-call-reference/jit-bench", + "sha256": "0dabbbd9e86fcbfd9b8a811fc843040fdfaa266f583d9b48ab9e61df3d74fed2" + }, + "entry_cache": { + "path": "/tmp/jit-pc-cursor-baseline/jit-bench", + "sha256": "85e999b748efb30dec40b27938fab9d457b0258931997398b22f43032e3cd26b" + }, + "candidate": { + "path": "/home/jason/work/quickjs-jit/target/release/jit-bench", + "sha256": "b47e850e2a4e7c1225cf2c81c0285d6d236442dca6ed67a8fe2d1306e5c7fe0b" + } + }, + "candidate_revision": "b7be6a41c50e3cc04a782acb13558687d190ac6c", + "source_dirty": true, + "warmup_processes_per_engine_and_mode": 5, + "fresh_process_pairs_per_mode": 30, + "throughput_windows_per_engine_and_mode": 10, + "throughput_window_min_ns": 1000000000, + "throughput_unit": "fresh jit-bench worker processes including setup and warmup", + "bootstrap_resamples": 10000, + "pairs": { + "interpreter": [ + { + "pair_index": 0, + "reference": { + "elapsed_ns": 12044342, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4984832, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15854590, + "runtime_create_ns": 27778, + "jit_attach_ns": 92, + "context_create_ns": 105506, + "definition_eval_ns": 29467, + "first_eval_ns": 1235707, + "threshold_crossing_ns": 1182871, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12044342 + } + }, + "entry_cache": { + "elapsed_ns": 12030364, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15886056, + "runtime_create_ns": 38228, + "jit_attach_ns": 56, + "context_create_ns": 127914, + "definition_eval_ns": 31538, + "first_eval_ns": 1230212, + "threshold_crossing_ns": 1202664, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12030364 + } + }, + "candidate": { + "elapsed_ns": 12119188, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5029888, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15904929, + "runtime_create_ns": 34761, + "jit_attach_ns": 42, + "context_create_ns": 108479, + "definition_eval_ns": 32297, + "first_eval_ns": 1191194, + "threshold_crossing_ns": 1211325, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12119188 + } + } + }, + { + "pair_index": 1, + "entry_cache": { + "elapsed_ns": 12010518, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5238784, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15843905, + "runtime_create_ns": 35730, + "jit_attach_ns": 41, + "context_create_ns": 110221, + "definition_eval_ns": 32791, + "first_eval_ns": 1203788, + "threshold_crossing_ns": 1214254, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12010518 + } + }, + "candidate": { + "elapsed_ns": 12109884, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5214208, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15945222, + "runtime_create_ns": 30262, + "jit_attach_ns": 42, + "context_create_ns": 104482, + "definition_eval_ns": 31356, + "first_eval_ns": 1220351, + "threshold_crossing_ns": 1213050, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12109884 + } + }, + "reference": { + "elapsed_ns": 11853607, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5210112, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15598046, + "runtime_create_ns": 25803, + "jit_attach_ns": 80, + "context_create_ns": 118826, + "definition_eval_ns": 29165, + "first_eval_ns": 1184108, + "threshold_crossing_ns": 1183438, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11853607 + } + } + }, + { + "pair_index": 2, + "entry_cache": { + "elapsed_ns": 12226377, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5152768, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16132126, + "runtime_create_ns": 34125, + "jit_attach_ns": 44, + "context_create_ns": 116865, + "definition_eval_ns": 31517, + "first_eval_ns": 1253866, + "threshold_crossing_ns": 1209911, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12226377 + } + }, + "candidate": { + "elapsed_ns": 11891232, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5210112, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15722569, + "runtime_create_ns": 27782, + "jit_attach_ns": 139, + "context_create_ns": 111174, + "definition_eval_ns": 30639, + "first_eval_ns": 1233054, + "threshold_crossing_ns": 1209320, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11891232 + } + }, + "reference": { + "elapsed_ns": 12003588, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5083136, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15802667, + "runtime_create_ns": 28141, + "jit_attach_ns": 82, + "context_create_ns": 102770, + "definition_eval_ns": 29342, + "first_eval_ns": 1225638, + "threshold_crossing_ns": 1215988, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12003588 + } + } + }, + { + "pair_index": 3, + "entry_cache": { + "elapsed_ns": 11869482, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5152768, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15678352, + "runtime_create_ns": 29123, + "jit_attach_ns": 42, + "context_create_ns": 114989, + "definition_eval_ns": 30854, + "first_eval_ns": 1229511, + "threshold_crossing_ns": 1180272, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11869482 + } + }, + "candidate": { + "elapsed_ns": 11978650, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5050368, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15800872, + "runtime_create_ns": 25103, + "jit_attach_ns": 41, + "context_create_ns": 111632, + "definition_eval_ns": 32898, + "first_eval_ns": 1217305, + "threshold_crossing_ns": 1212012, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11978650 + } + }, + "reference": { + "elapsed_ns": 11953916, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5062656, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15690860, + "runtime_create_ns": 29616, + "jit_attach_ns": 92, + "context_create_ns": 100660, + "definition_eval_ns": 30998, + "first_eval_ns": 1228275, + "threshold_crossing_ns": 1173865, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11953916 + } + } + }, + { + "pair_index": 4, + "entry_cache": { + "elapsed_ns": 12176627, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5218304, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16044502, + "runtime_create_ns": 25100, + "jit_attach_ns": 41, + "context_create_ns": 108371, + "definition_eval_ns": 27979, + "first_eval_ns": 1242570, + "threshold_crossing_ns": 1228569, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12176627 + } + }, + "candidate": { + "elapsed_ns": 11963920, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5091328, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15688883, + "runtime_create_ns": 26263, + "jit_attach_ns": 43, + "context_create_ns": 97147, + "definition_eval_ns": 27432, + "first_eval_ns": 1205271, + "threshold_crossing_ns": 1178428, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11963920 + } + }, + "reference": { + "elapsed_ns": 12006457, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5279744, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15841503, + "runtime_create_ns": 25000, + "jit_attach_ns": 108, + "context_create_ns": 108148, + "definition_eval_ns": 29831, + "first_eval_ns": 1229792, + "threshold_crossing_ns": 1213171, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12006457 + } + } + }, + { + "pair_index": 5, + "candidate": { + "elapsed_ns": 12155315, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5033984, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15925541, + "runtime_create_ns": 32809, + "jit_attach_ns": 37, + "context_create_ns": 111799, + "definition_eval_ns": 33219, + "first_eval_ns": 1192796, + "threshold_crossing_ns": 1189924, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12155315 + } + }, + "reference": { + "elapsed_ns": 11921281, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5062656, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15762183, + "runtime_create_ns": 28360, + "jit_attach_ns": 79, + "context_create_ns": 102294, + "definition_eval_ns": 30985, + "first_eval_ns": 1199601, + "threshold_crossing_ns": 1199868, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11921281 + } + }, + "entry_cache": { + "elapsed_ns": 11923150, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4984832, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15743344, + "runtime_create_ns": 32469, + "jit_attach_ns": 41, + "context_create_ns": 117283, + "definition_eval_ns": 31158, + "first_eval_ns": 1223094, + "threshold_crossing_ns": 1203893, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11923150 + } + } + }, + { + "pair_index": 6, + "candidate": { + "elapsed_ns": 12209746, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4939776, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16077374, + "runtime_create_ns": 29840, + "jit_attach_ns": 43, + "context_create_ns": 119747, + "definition_eval_ns": 42171, + "first_eval_ns": 1242735, + "threshold_crossing_ns": 1209563, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12209746 + } + }, + "reference": { + "elapsed_ns": 11922308, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5062656, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15763707, + "runtime_create_ns": 23307, + "jit_attach_ns": 98, + "context_create_ns": 106487, + "definition_eval_ns": 31738, + "first_eval_ns": 1231564, + "threshold_crossing_ns": 1214633, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11922308 + } + }, + "entry_cache": { + "elapsed_ns": 12123472, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5087232, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15998232, + "runtime_create_ns": 31592, + "jit_attach_ns": 40, + "context_create_ns": 108052, + "definition_eval_ns": 30705, + "first_eval_ns": 1236998, + "threshold_crossing_ns": 1228187, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12123472 + } + } + }, + { + "pair_index": 7, + "candidate": { + "elapsed_ns": 12153649, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5001216, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16010628, + "runtime_create_ns": 32059, + "jit_attach_ns": 41, + "context_create_ns": 125932, + "definition_eval_ns": 32262, + "first_eval_ns": 1202248, + "threshold_crossing_ns": 1221443, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12153649 + } + }, + "reference": { + "elapsed_ns": 12008155, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5074944, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15832258, + "runtime_create_ns": 28790, + "jit_attach_ns": 93, + "context_create_ns": 108743, + "definition_eval_ns": 29262, + "first_eval_ns": 1231398, + "threshold_crossing_ns": 1207867, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12008155 + } + }, + "entry_cache": { + "elapsed_ns": 12201171, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5136384, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16082784, + "runtime_create_ns": 31808, + "jit_attach_ns": 41, + "context_create_ns": 110085, + "definition_eval_ns": 32017, + "first_eval_ns": 1245889, + "threshold_crossing_ns": 1215688, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12201171 + } + } + }, + { + "pair_index": 8, + "candidate": { + "elapsed_ns": 11969120, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4988928, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15806698, + "runtime_create_ns": 27378, + "jit_attach_ns": 40, + "context_create_ns": 107320, + "definition_eval_ns": 30330, + "first_eval_ns": 1225629, + "threshold_crossing_ns": 1220466, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11969120 + } + }, + "reference": { + "elapsed_ns": 11897680, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5210112, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15694064, + "runtime_create_ns": 29206, + "jit_attach_ns": 109, + "context_create_ns": 104553, + "definition_eval_ns": 26880, + "first_eval_ns": 1200361, + "threshold_crossing_ns": 1214448, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11897680 + } + }, + "entry_cache": { + "elapsed_ns": 11937594, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5099520, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15702628, + "runtime_create_ns": 26307, + "jit_attach_ns": 42, + "context_create_ns": 109081, + "definition_eval_ns": 36472, + "first_eval_ns": 1198481, + "threshold_crossing_ns": 1160385, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11937594 + } + } + }, + { + "pair_index": 9, + "reference": { + "elapsed_ns": 12061315, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5029888, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15849304, + "runtime_create_ns": 30708, + "jit_attach_ns": 41, + "context_create_ns": 112380, + "definition_eval_ns": 29045, + "first_eval_ns": 1202205, + "threshold_crossing_ns": 1185602, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12061315 + } + }, + "entry_cache": { + "elapsed_ns": 12187305, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5132288, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16025258, + "runtime_create_ns": 32112, + "jit_attach_ns": 41, + "context_create_ns": 108741, + "definition_eval_ns": 32937, + "first_eval_ns": 1215341, + "threshold_crossing_ns": 1223231, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12187305 + } + }, + "candidate": { + "elapsed_ns": 11996828, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5058560, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15818515, + "runtime_create_ns": 29773, + "jit_attach_ns": 42, + "context_create_ns": 103976, + "definition_eval_ns": 33308, + "first_eval_ns": 1235155, + "threshold_crossing_ns": 1214156, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11996828 + } + } + }, + { + "pair_index": 10, + "reference": { + "elapsed_ns": 11970585, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5021696, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15823586, + "runtime_create_ns": 30592, + "jit_attach_ns": 78, + "context_create_ns": 111036, + "definition_eval_ns": 29734, + "first_eval_ns": 1234198, + "threshold_crossing_ns": 1217483, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11970585 + } + }, + "entry_cache": { + "elapsed_ns": 12022254, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4997120, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15806327, + "runtime_create_ns": 28013, + "jit_attach_ns": 42, + "context_create_ns": 130978, + "definition_eval_ns": 30170, + "first_eval_ns": 1190896, + "threshold_crossing_ns": 1192088, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12022254 + } + }, + "candidate": { + "elapsed_ns": 11942776, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5210112, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15749957, + "runtime_create_ns": 31929, + "jit_attach_ns": 43, + "context_create_ns": 110048, + "definition_eval_ns": 30644, + "first_eval_ns": 1183976, + "threshold_crossing_ns": 1170177, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11942776 + } + } + }, + { + "pair_index": 11, + "reference": { + "elapsed_ns": 11927555, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5013504, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15682541, + "runtime_create_ns": 25322, + "jit_attach_ns": 92, + "context_create_ns": 108895, + "definition_eval_ns": 31797, + "first_eval_ns": 1184525, + "threshold_crossing_ns": 1206436, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11927555 + } + }, + "entry_cache": { + "elapsed_ns": 12054056, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4997120, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15891249, + "runtime_create_ns": 27717, + "jit_attach_ns": 42, + "context_create_ns": 109715, + "definition_eval_ns": 30465, + "first_eval_ns": 1237681, + "threshold_crossing_ns": 1218834, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12054056 + } + }, + "candidate": { + "elapsed_ns": 11944031, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4956160, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15662490, + "runtime_create_ns": 30657, + "jit_attach_ns": 41, + "context_create_ns": 106244, + "definition_eval_ns": 31102, + "first_eval_ns": 1188688, + "threshold_crossing_ns": 1169538, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11944031 + } + } + }, + { + "pair_index": 12, + "reference": { + "elapsed_ns": 11932418, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5017600, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15718923, + "runtime_create_ns": 27610, + "jit_attach_ns": 41, + "context_create_ns": 102835, + "definition_eval_ns": 26794, + "first_eval_ns": 1225026, + "threshold_crossing_ns": 1206334, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11932418 + } + }, + "entry_cache": { + "elapsed_ns": 12222905, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5107712, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16050172, + "runtime_create_ns": 27985, + "jit_attach_ns": 41, + "context_create_ns": 110217, + "definition_eval_ns": 29436, + "first_eval_ns": 1211790, + "threshold_crossing_ns": 1223444, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12222905 + } + }, + "candidate": { + "elapsed_ns": 11917568, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5214208, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15732069, + "runtime_create_ns": 27327, + "jit_attach_ns": 48, + "context_create_ns": 110041, + "definition_eval_ns": 31317, + "first_eval_ns": 1226275, + "threshold_crossing_ns": 1185759, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11917568 + } + } + }, + { + "pair_index": 13, + "entry_cache": { + "elapsed_ns": 11961307, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4997120, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15754319, + "runtime_create_ns": 34124, + "jit_attach_ns": 40, + "context_create_ns": 108834, + "definition_eval_ns": 31362, + "first_eval_ns": 1215656, + "threshold_crossing_ns": 1174251, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11961307 + } + }, + "candidate": { + "elapsed_ns": 12096270, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5238784, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16241831, + "runtime_create_ns": 35341, + "jit_attach_ns": 153, + "context_create_ns": 137905, + "definition_eval_ns": 38792, + "first_eval_ns": 1531647, + "threshold_crossing_ns": 1196556, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12096270 + } + }, + "reference": { + "elapsed_ns": 12491932, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4931584, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 16239456, + "runtime_create_ns": 29097, + "jit_attach_ns": 93, + "context_create_ns": 104671, + "definition_eval_ns": 29294, + "first_eval_ns": 1187361, + "threshold_crossing_ns": 1173178, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12491932 + } + } + }, + { + "pair_index": 14, + "entry_cache": { + "elapsed_ns": 11879921, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4988928, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15676515, + "runtime_create_ns": 31545, + "jit_attach_ns": 96, + "context_create_ns": 109581, + "definition_eval_ns": 30786, + "first_eval_ns": 1210435, + "threshold_crossing_ns": 1190673, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11879921 + } + }, + "candidate": { + "elapsed_ns": 12032541, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5099520, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15832851, + "runtime_create_ns": 24184, + "jit_attach_ns": 41, + "context_create_ns": 106232, + "definition_eval_ns": 32830, + "first_eval_ns": 1233087, + "threshold_crossing_ns": 1208176, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12032541 + } + }, + "reference": { + "elapsed_ns": 12026176, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5099520, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15801233, + "runtime_create_ns": 25834, + "jit_attach_ns": 79, + "context_create_ns": 105128, + "definition_eval_ns": 29759, + "first_eval_ns": 1205991, + "threshold_crossing_ns": 1190661, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12026176 + } + } + }, + { + "pair_index": 15, + "entry_cache": { + "elapsed_ns": 12121594, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5206016, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15949450, + "runtime_create_ns": 30228, + "jit_attach_ns": 43, + "context_create_ns": 113911, + "definition_eval_ns": 34292, + "first_eval_ns": 1243217, + "threshold_crossing_ns": 1189835, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12121594 + } + }, + "candidate": { + "elapsed_ns": 11905234, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5124096, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15642240, + "runtime_create_ns": 24379, + "jit_attach_ns": 42, + "context_create_ns": 108557, + "definition_eval_ns": 33328, + "first_eval_ns": 1193801, + "threshold_crossing_ns": 1198928, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11905234 + } + }, + "reference": { + "elapsed_ns": 12002768, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4923392, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15774986, + "runtime_create_ns": 28545, + "jit_attach_ns": 80, + "context_create_ns": 102249, + "definition_eval_ns": 29055, + "first_eval_ns": 1222204, + "threshold_crossing_ns": 1211686, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12002768 + } + } + }, + { + "pair_index": 16, + "entry_cache": { + "elapsed_ns": 12007154, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5013504, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15804603, + "runtime_create_ns": 28620, + "jit_attach_ns": 43, + "context_create_ns": 111197, + "definition_eval_ns": 27959, + "first_eval_ns": 1212224, + "threshold_crossing_ns": 1203334, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12007154 + } + }, + "candidate": { + "elapsed_ns": 12078288, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5246976, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15877491, + "runtime_create_ns": 27591, + "jit_attach_ns": 41, + "context_create_ns": 102626, + "definition_eval_ns": 26680, + "first_eval_ns": 1217879, + "threshold_crossing_ns": 1224749, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12078288 + } + }, + "reference": { + "elapsed_ns": 11977564, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5242880, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15779786, + "runtime_create_ns": 26121, + "jit_attach_ns": 115, + "context_create_ns": 109789, + "definition_eval_ns": 29992, + "first_eval_ns": 1228760, + "threshold_crossing_ns": 1201033, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11977564 + } + } + }, + { + "pair_index": 17, + "candidate": { + "elapsed_ns": 12022239, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5107712, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15879130, + "runtime_create_ns": 33755, + "jit_attach_ns": 42, + "context_create_ns": 111253, + "definition_eval_ns": 31152, + "first_eval_ns": 1240222, + "threshold_crossing_ns": 1189233, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12022239 + } + }, + "reference": { + "elapsed_ns": 11990643, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5095424, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15784203, + "runtime_create_ns": 27031, + "jit_attach_ns": 131, + "context_create_ns": 104646, + "definition_eval_ns": 29996, + "first_eval_ns": 1210319, + "threshold_crossing_ns": 1194682, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11990643 + } + }, + "entry_cache": { + "elapsed_ns": 12073891, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5201920, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15867645, + "runtime_create_ns": 30649, + "jit_attach_ns": 41, + "context_create_ns": 110629, + "definition_eval_ns": 30557, + "first_eval_ns": 1192376, + "threshold_crossing_ns": 1188232, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12073891 + } + } + }, + { + "pair_index": 18, + "candidate": { + "elapsed_ns": 12031329, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5267456, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15886241, + "runtime_create_ns": 39999, + "jit_attach_ns": 46, + "context_create_ns": 115192, + "definition_eval_ns": 32993, + "first_eval_ns": 1230336, + "threshold_crossing_ns": 1210838, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12031329 + } + }, + "reference": { + "elapsed_ns": 11843663, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5029888, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15637116, + "runtime_create_ns": 26775, + "jit_attach_ns": 92, + "context_create_ns": 104618, + "definition_eval_ns": 32188, + "first_eval_ns": 1234836, + "threshold_crossing_ns": 1176434, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11843663 + } + }, + "entry_cache": { + "elapsed_ns": 12051778, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5021696, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15881724, + "runtime_create_ns": 32856, + "jit_attach_ns": 40, + "context_create_ns": 116079, + "definition_eval_ns": 30951, + "first_eval_ns": 1226176, + "threshold_crossing_ns": 1211771, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12051778 + } + } + }, + { + "pair_index": 19, + "candidate": { + "elapsed_ns": 12111452, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5103616, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15916739, + "runtime_create_ns": 37118, + "jit_attach_ns": 42, + "context_create_ns": 113212, + "definition_eval_ns": 30156, + "first_eval_ns": 1214794, + "threshold_crossing_ns": 1174236, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12111452 + } + }, + "reference": { + "elapsed_ns": 12063871, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5083136, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15882809, + "runtime_create_ns": 25728, + "jit_attach_ns": 41, + "context_create_ns": 107150, + "definition_eval_ns": 32052, + "first_eval_ns": 1229829, + "threshold_crossing_ns": 1193237, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12063871 + } + }, + "entry_cache": { + "elapsed_ns": 12070491, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5283840, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15916529, + "runtime_create_ns": 34715, + "jit_attach_ns": 42, + "context_create_ns": 116260, + "definition_eval_ns": 31628, + "first_eval_ns": 1219764, + "threshold_crossing_ns": 1202078, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12070491 + } + } + }, + { + "pair_index": 20, + "candidate": { + "elapsed_ns": 12082549, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5079040, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15848806, + "runtime_create_ns": 41345, + "jit_attach_ns": 41, + "context_create_ns": 103347, + "definition_eval_ns": 27878, + "first_eval_ns": 1197386, + "threshold_crossing_ns": 1186108, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12082549 + } + }, + "reference": { + "elapsed_ns": 11905921, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5267456, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15638357, + "runtime_create_ns": 23600, + "jit_attach_ns": 92, + "context_create_ns": 103321, + "definition_eval_ns": 22280, + "first_eval_ns": 1188005, + "threshold_crossing_ns": 1180613, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11905921 + } + }, + "entry_cache": { + "elapsed_ns": 12105635, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5095424, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15865821, + "runtime_create_ns": 26959, + "jit_attach_ns": 41, + "context_create_ns": 108050, + "definition_eval_ns": 31141, + "first_eval_ns": 1228827, + "threshold_crossing_ns": 1175208, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12105635 + } + } + }, + { + "pair_index": 21, + "reference": { + "elapsed_ns": 11977775, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5144576, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15816318, + "runtime_create_ns": 26924, + "jit_attach_ns": 218, + "context_create_ns": 116557, + "definition_eval_ns": 30670, + "first_eval_ns": 1216669, + "threshold_crossing_ns": 1212311, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11977775 + } + }, + "entry_cache": { + "elapsed_ns": 11947649, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4939776, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15692858, + "runtime_create_ns": 29880, + "jit_attach_ns": 41, + "context_create_ns": 108273, + "definition_eval_ns": 29650, + "first_eval_ns": 1177862, + "threshold_crossing_ns": 1174858, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11947649 + } + }, + "candidate": { + "elapsed_ns": 12023004, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4923392, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15788016, + "runtime_create_ns": 30129, + "jit_attach_ns": 45, + "context_create_ns": 102924, + "definition_eval_ns": 39713, + "first_eval_ns": 1193494, + "threshold_crossing_ns": 1186978, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12023004 + } + } + }, + { + "pair_index": 22, + "reference": { + "elapsed_ns": 12034256, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5283840, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15798565, + "runtime_create_ns": 29094, + "jit_attach_ns": 81, + "context_create_ns": 111067, + "definition_eval_ns": 28721, + "first_eval_ns": 1183648, + "threshold_crossing_ns": 1178795, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12034256 + } + }, + "entry_cache": { + "elapsed_ns": 12148424, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5079040, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15990252, + "runtime_create_ns": 27907, + "jit_attach_ns": 42, + "context_create_ns": 111210, + "definition_eval_ns": 33376, + "first_eval_ns": 1236721, + "threshold_crossing_ns": 1224865, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12148424 + } + }, + "candidate": { + "elapsed_ns": 11948503, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5173248, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15701402, + "runtime_create_ns": 27570, + "jit_attach_ns": 43, + "context_create_ns": 111955, + "definition_eval_ns": 31254, + "first_eval_ns": 1179601, + "threshold_crossing_ns": 1166520, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11948503 + } + } + }, + { + "pair_index": 23, + "reference": { + "elapsed_ns": 11876243, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5005312, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15710025, + "runtime_create_ns": 31229, + "jit_attach_ns": 40, + "context_create_ns": 103378, + "definition_eval_ns": 31481, + "first_eval_ns": 1230140, + "threshold_crossing_ns": 1220251, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11876243 + } + }, + "entry_cache": { + "elapsed_ns": 11938140, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5079040, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15773640, + "runtime_create_ns": 30719, + "jit_attach_ns": 42, + "context_create_ns": 113250, + "definition_eval_ns": 32918, + "first_eval_ns": 1239901, + "threshold_crossing_ns": 1190919, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11938140 + } + }, + "candidate": { + "elapsed_ns": 12013107, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5001216, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15816118, + "runtime_create_ns": 31867, + "jit_attach_ns": 41, + "context_create_ns": 104343, + "definition_eval_ns": 38204, + "first_eval_ns": 1199822, + "threshold_crossing_ns": 1199217, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12013107 + } + } + }, + { + "pair_index": 24, + "reference": { + "elapsed_ns": 11955505, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4927488, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15737127, + "runtime_create_ns": 34578, + "jit_attach_ns": 79, + "context_create_ns": 106296, + "definition_eval_ns": 31642, + "first_eval_ns": 1210254, + "threshold_crossing_ns": 1211196, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11955505 + } + }, + "entry_cache": { + "elapsed_ns": 11925532, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5136384, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15751432, + "runtime_create_ns": 28942, + "jit_attach_ns": 41, + "context_create_ns": 124716, + "definition_eval_ns": 29950, + "first_eval_ns": 1230033, + "threshold_crossing_ns": 1215430, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11925532 + } + }, + "candidate": { + "elapsed_ns": 12008534, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4947968, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15803908, + "runtime_create_ns": 34551, + "jit_attach_ns": 39, + "context_create_ns": 110696, + "definition_eval_ns": 31345, + "first_eval_ns": 1196365, + "threshold_crossing_ns": 1182445, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12008534 + } + } + }, + { + "pair_index": 25, + "entry_cache": { + "elapsed_ns": 11865407, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5136384, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15673573, + "runtime_create_ns": 38261, + "jit_attach_ns": 42, + "context_create_ns": 121802, + "definition_eval_ns": 34122, + "first_eval_ns": 1207898, + "threshold_crossing_ns": 1172861, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11865407 + } + }, + "candidate": { + "elapsed_ns": 12051545, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5201920, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15830971, + "runtime_create_ns": 27066, + "jit_attach_ns": 41, + "context_create_ns": 108046, + "definition_eval_ns": 31574, + "first_eval_ns": 1198742, + "threshold_crossing_ns": 1215916, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12051545 + } + }, + "reference": { + "elapsed_ns": 11980492, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5021696, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15786858, + "runtime_create_ns": 32604, + "jit_attach_ns": 89, + "context_create_ns": 103645, + "definition_eval_ns": 30759, + "first_eval_ns": 1224333, + "threshold_crossing_ns": 1194312, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11980492 + } + } + }, + { + "pair_index": 26, + "entry_cache": { + "elapsed_ns": 11914471, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5148672, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15688902, + "runtime_create_ns": 30416, + "jit_attach_ns": 41, + "context_create_ns": 121061, + "definition_eval_ns": 30254, + "first_eval_ns": 1229971, + "threshold_crossing_ns": 1175164, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11914471 + } + }, + "candidate": { + "elapsed_ns": 12034555, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5201920, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15854274, + "runtime_create_ns": 26253, + "jit_attach_ns": 42, + "context_create_ns": 118560, + "definition_eval_ns": 30731, + "first_eval_ns": 1231399, + "threshold_crossing_ns": 1201543, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12034555 + } + }, + "reference": { + "elapsed_ns": 12061412, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4988928, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15869395, + "runtime_create_ns": 30437, + "jit_attach_ns": 207, + "context_create_ns": 109653, + "definition_eval_ns": 30710, + "first_eval_ns": 1222931, + "threshold_crossing_ns": 1182648, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12061412 + } + } + }, + { + "pair_index": 27, + "entry_cache": { + "elapsed_ns": 12103896, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5152768, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15930996, + "runtime_create_ns": 30622, + "jit_attach_ns": 43, + "context_create_ns": 114471, + "definition_eval_ns": 33274, + "first_eval_ns": 1243823, + "threshold_crossing_ns": 1209784, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12103896 + } + }, + "candidate": { + "elapsed_ns": 11993502, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5222400, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15788656, + "runtime_create_ns": 29169, + "jit_attach_ns": 43, + "context_create_ns": 117102, + "definition_eval_ns": 31653, + "first_eval_ns": 1204335, + "threshold_crossing_ns": 1178875, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11993502 + } + }, + "reference": { + "elapsed_ns": 12022621, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4952064, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15800850, + "runtime_create_ns": 31253, + "jit_attach_ns": 79, + "context_create_ns": 106990, + "definition_eval_ns": 29047, + "first_eval_ns": 1183198, + "threshold_crossing_ns": 1196571, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12022621 + } + } + }, + { + "pair_index": 28, + "entry_cache": { + "elapsed_ns": 11959399, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4968448, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15759943, + "runtime_create_ns": 33951, + "jit_attach_ns": 41, + "context_create_ns": 111077, + "definition_eval_ns": 31322, + "first_eval_ns": 1196695, + "threshold_crossing_ns": 1211858, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11959399 + } + }, + "candidate": { + "elapsed_ns": 12004852, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5140480, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15879025, + "runtime_create_ns": 29346, + "jit_attach_ns": 47, + "context_create_ns": 117265, + "definition_eval_ns": 31949, + "first_eval_ns": 1236027, + "threshold_crossing_ns": 1217811, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12004852 + } + }, + "reference": { + "elapsed_ns": 12007197, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5222400, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15803065, + "runtime_create_ns": 26103, + "jit_attach_ns": 82, + "context_create_ns": 128096, + "definition_eval_ns": 28524, + "first_eval_ns": 1216506, + "threshold_crossing_ns": 1190026, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12007197 + } + } + }, + { + "pair_index": 29, + "candidate": { + "elapsed_ns": 12074789, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4993024, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15843581, + "runtime_create_ns": 30837, + "jit_attach_ns": 107, + "context_create_ns": 110109, + "definition_eval_ns": 31255, + "first_eval_ns": 1192946, + "threshold_crossing_ns": 1208497, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12074789 + } + }, + "reference": { + "elapsed_ns": 11932441, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5226496, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15718468, + "runtime_create_ns": 28562, + "jit_attach_ns": 81, + "context_create_ns": 114637, + "definition_eval_ns": 29052, + "first_eval_ns": 1230206, + "threshold_crossing_ns": 1199239, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 11932441 + } + }, + "entry_cache": { + "elapsed_ns": 12017319, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4935680, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 15822453, + "runtime_create_ns": 33714, + "jit_attach_ns": 41, + "context_create_ns": 108425, + "definition_eval_ns": 31263, + "first_eval_ns": 1201170, + "threshold_crossing_ns": 1206041, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 12017319 + } + } + } + ], + "tier1": [ + { + "pair_index": 0, + "entry_cache": { + "elapsed_ns": 133612413, + "checksum": "number:40ba6d0000000000", + "native_entries": 279644, + "native_acquisitions": 146621, + "native_exits": 279644, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9207808, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 175165784, + "runtime_create_ns": 27746, + "jit_attach_ns": 63086, + "context_create_ns": 104235, + "definition_eval_ns": 37497, + "first_eval_ns": 13891931, + "threshold_crossing_ns": 14104750, + "compile_ns": 2662389, + "install_ns": 36735, + "osr_ns": 0, + "steady_state_ns": 133612413 + } + }, + "candidate": { + "elapsed_ns": 120848996, + "checksum": "number:40ba6d0000000000", + "native_entries": 270994, + "native_acquisitions": 142114, + "native_exits": 270994, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9240576, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 156765181, + "runtime_create_ns": 34519, + "jit_attach_ns": 63723, + "context_create_ns": 114759, + "definition_eval_ns": 43688, + "first_eval_ns": 10654196, + "threshold_crossing_ns": 12887600, + "compile_ns": 5419127, + "install_ns": 40479, + "osr_ns": 0, + "steady_state_ns": 120848996 + } + }, + "reference": { + "elapsed_ns": 151852540, + "checksum": "number:40ba6d0000000000", + "native_entries": 279748, + "native_exits": 279748, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9261056, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 198744893, + "runtime_create_ns": 29674, + "jit_attach_ns": 66614, + "context_create_ns": 107581, + "definition_eval_ns": 46668, + "first_eval_ns": 15412035, + "threshold_crossing_ns": 16006890, + "compile_ns": 2657860, + "install_ns": 41012, + "osr_ns": 0, + "steady_state_ns": 151852540 + } + } + }, + { + "pair_index": 1, + "entry_cache": { + "elapsed_ns": 133023421, + "checksum": "number:40ba6d0000000000", + "native_entries": 272845, + "native_acquisitions": 143087, + "native_exits": 272845, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9474048, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 172463285, + "runtime_create_ns": 28358, + "jit_attach_ns": 83655, + "context_create_ns": 111132, + "definition_eval_ns": 46112, + "first_eval_ns": 11741467, + "threshold_crossing_ns": 14054243, + "compile_ns": 5426807, + "install_ns": 36431, + "osr_ns": 0, + "steady_state_ns": 133023421 + } + }, + "candidate": { + "elapsed_ns": 118145461, + "checksum": "number:40ba6d0000000000", + "native_entries": 274872, + "native_acquisitions": 144128, + "native_exits": 274872, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9216000, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 154259043, + "runtime_create_ns": 33700, + "jit_attach_ns": 59331, + "context_create_ns": 110936, + "definition_eval_ns": 40985, + "first_eval_ns": 11459922, + "threshold_crossing_ns": 12552235, + "compile_ns": 4196234, + "install_ns": 37680, + "osr_ns": 0, + "steady_state_ns": 118145461 + } + }, + "reference": { + "elapsed_ns": 147560598, + "checksum": "number:40ba6d0000000000", + "native_entries": 272264, + "native_exits": 272264, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9240576, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 190427062, + "runtime_create_ns": 29316, + "jit_attach_ns": 61439, + "context_create_ns": 106749, + "definition_eval_ns": 46155, + "first_eval_ns": 12328452, + "threshold_crossing_ns": 15528876, + "compile_ns": 5381699, + "install_ns": 36607, + "osr_ns": 0, + "steady_state_ns": 147560598 + } + } + }, + { + "pair_index": 2, + "candidate": { + "elapsed_ns": 118278093, + "checksum": "number:40ba6d0000000000", + "native_entries": 278710, + "native_acquisitions": 146141, + "native_exits": 278710, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9277440, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 155445488, + "runtime_create_ns": 21717, + "jit_attach_ns": 69735, + "context_create_ns": 104232, + "definition_eval_ns": 36351, + "first_eval_ns": 12502471, + "threshold_crossing_ns": 12610005, + "compile_ns": 2649334, + "install_ns": 34912, + "osr_ns": 0, + "steady_state_ns": 118278093 + } + }, + "reference": { + "elapsed_ns": 148192386, + "checksum": "number:40ba6d0000000000", + "native_entries": 271748, + "native_exits": 271748, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9281536, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 191046893, + "runtime_create_ns": 33755, + "jit_attach_ns": 60030, + "context_create_ns": 106710, + "definition_eval_ns": 45965, + "first_eval_ns": 12171718, + "threshold_crossing_ns": 15574459, + "compile_ns": 5403641, + "install_ns": 40429, + "osr_ns": 0, + "steady_state_ns": 148192386 + } + }, + "entry_cache": { + "elapsed_ns": 130755575, + "checksum": "number:40ba6d0000000000", + "native_entries": 271164, + "native_acquisitions": 142200, + "native_exits": 271164, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9383936, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 169035509, + "runtime_create_ns": 26030, + "jit_attach_ns": 63255, + "context_create_ns": 109345, + "definition_eval_ns": 46182, + "first_eval_ns": 11105808, + "threshold_crossing_ns": 13831081, + "compile_ns": 5412814, + "install_ns": 37635, + "osr_ns": 0, + "steady_state_ns": 130755575 + } + } + }, + { + "pair_index": 3, + "candidate": { + "elapsed_ns": 117956272, + "checksum": "number:40ba6d0000000000", + "native_entries": 272365, + "native_acquisitions": 142829, + "native_exits": 272365, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9277440, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 153408565, + "runtime_create_ns": 23116, + "jit_attach_ns": 55836, + "context_create_ns": 113391, + "definition_eval_ns": 34469, + "first_eval_ns": 10874670, + "threshold_crossing_ns": 12520475, + "compile_ns": 5399148, + "install_ns": 34416, + "osr_ns": 0, + "steady_state_ns": 117956272 + } + }, + "reference": { + "elapsed_ns": 147370243, + "checksum": "number:40ba6d0000000000", + "native_entries": 279700, + "native_exits": 279700, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9326592, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 192910949, + "runtime_create_ns": 25830, + "jit_attach_ns": 61322, + "context_create_ns": 105127, + "definition_eval_ns": 39527, + "first_eval_ns": 15041524, + "threshold_crossing_ns": 15527257, + "compile_ns": 2621232, + "install_ns": 31865, + "osr_ns": 0, + "steady_state_ns": 147370243 + } + }, + "entry_cache": { + "elapsed_ns": 130818868, + "checksum": "number:40ba6d0000000000", + "native_entries": 279140, + "native_acquisitions": 146356, + "native_exits": 279140, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9314304, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 171411604, + "runtime_create_ns": 29120, + "jit_attach_ns": 63536, + "context_create_ns": 116337, + "definition_eval_ns": 48404, + "first_eval_ns": 13499116, + "threshold_crossing_ns": 13835188, + "compile_ns": 2609909, + "install_ns": 31790, + "osr_ns": 0, + "steady_state_ns": 130818868 + } + } + }, + { + "pair_index": 4, + "candidate": { + "elapsed_ns": 117939107, + "checksum": "number:40ba6d0000000000", + "native_entries": 279701, + "native_acquisitions": 146664, + "native_exits": 279701, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9347072, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 155076213, + "runtime_create_ns": 22358, + "jit_attach_ns": 53801, + "context_create_ns": 101753, + "definition_eval_ns": 36004, + "first_eval_ns": 12637520, + "threshold_crossing_ns": 12525015, + "compile_ns": 2575999, + "install_ns": 31960, + "osr_ns": 0, + "steady_state_ns": 117939107 + } + }, + "reference": { + "elapsed_ns": 149898138, + "checksum": "number:40ba6d0000000000", + "native_entries": 270923, + "native_exits": 270923, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9199616, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 192692985, + "runtime_create_ns": 29458, + "jit_attach_ns": 58018, + "context_create_ns": 103494, + "definition_eval_ns": 42489, + "first_eval_ns": 11763324, + "threshold_crossing_ns": 15779795, + "compile_ns": 5426414, + "install_ns": 36484, + "osr_ns": 0, + "steady_state_ns": 149898138 + } + }, + "entry_cache": { + "elapsed_ns": 130795737, + "checksum": "number:40ba6d0000000000", + "native_entries": 272708, + "native_acquisitions": 143020, + "native_exits": 272708, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9228288, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 169521885, + "runtime_create_ns": 32903, + "jit_attach_ns": 69705, + "context_create_ns": 113750, + "definition_eval_ns": 44272, + "first_eval_ns": 11534109, + "threshold_crossing_ns": 13838833, + "compile_ns": 5403169, + "install_ns": 34878, + "osr_ns": 0, + "steady_state_ns": 130795737 + } + } + }, + { + "pair_index": 5, + "candidate": { + "elapsed_ns": 118137172, + "checksum": "number:40ba6d0000000000", + "native_entries": 270561, + "native_acquisitions": 141871, + "native_exits": 270561, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9306112, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 153332211, + "runtime_create_ns": 31070, + "jit_attach_ns": 65964, + "context_create_ns": 114751, + "definition_eval_ns": 44358, + "first_eval_ns": 10502221, + "threshold_crossing_ns": 12543830, + "compile_ns": 5442436, + "install_ns": 36617, + "osr_ns": 0, + "steady_state_ns": 118137172 + } + }, + "reference": { + "elapsed_ns": 148625468, + "checksum": "number:40ba6d0000000000", + "native_entries": 272057, + "native_exits": 272057, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9236480, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 191544523, + "runtime_create_ns": 29305, + "jit_attach_ns": 61847, + "context_create_ns": 111862, + "definition_eval_ns": 47374, + "first_eval_ns": 12219275, + "threshold_crossing_ns": 15577481, + "compile_ns": 5379909, + "install_ns": 37761, + "osr_ns": 0, + "steady_state_ns": 148625468 + } + }, + "entry_cache": { + "elapsed_ns": 130631675, + "checksum": "number:40ba6d0000000000", + "native_entries": 271826, + "native_acquisitions": 142544, + "native_exits": 271826, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9322496, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 169140388, + "runtime_create_ns": 32166, + "jit_attach_ns": 69998, + "context_create_ns": 114001, + "definition_eval_ns": 43184, + "first_eval_ns": 11336181, + "threshold_crossing_ns": 13806529, + "compile_ns": 5423561, + "install_ns": 33791, + "osr_ns": 0, + "steady_state_ns": 130631675 + } + } + }, + { + "pair_index": 6, + "reference": { + "elapsed_ns": 148719585, + "checksum": "number:40ba6d0000000000", + "native_entries": 272253, + "native_exits": 272253, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9265152, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 191859853, + "runtime_create_ns": 23520, + "jit_attach_ns": 59910, + "context_create_ns": 106529, + "definition_eval_ns": 36208, + "first_eval_ns": 12365425, + "threshold_crossing_ns": 15574729, + "compile_ns": 5460241, + "install_ns": 38507, + "osr_ns": 0, + "steady_state_ns": 148719585 + } + }, + "entry_cache": { + "elapsed_ns": 131829465, + "checksum": "number:40ba6d0000000000", + "native_entries": 271541, + "native_acquisitions": 142388, + "native_exits": 271541, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9187328, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 170341026, + "runtime_create_ns": 31476, + "jit_attach_ns": 68883, + "context_create_ns": 110149, + "definition_eval_ns": 42517, + "first_eval_ns": 11225145, + "threshold_crossing_ns": 13876022, + "compile_ns": 5404654, + "install_ns": 37078, + "osr_ns": 0, + "steady_state_ns": 131829465 + } + }, + "candidate": { + "elapsed_ns": 118398113, + "checksum": "number:40ba6d0000000000", + "native_entries": 273021, + "native_acquisitions": 143183, + "native_exits": 273021, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9244672, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 157224963, + "runtime_create_ns": 34138, + "jit_attach_ns": 70353, + "context_create_ns": 110590, + "definition_eval_ns": 46927, + "first_eval_ns": 11039860, + "threshold_crossing_ns": 12560104, + "compile_ns": 5420345, + "install_ns": 42094, + "osr_ns": 0, + "steady_state_ns": 118398113 + } + } + }, + { + "pair_index": 7, + "reference": { + "elapsed_ns": 149078870, + "checksum": "number:40ba6d0000000000", + "native_entries": 279880, + "native_exits": 279880, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9379840, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 194844849, + "runtime_create_ns": 24723, + "jit_attach_ns": 58748, + "context_create_ns": 104281, + "definition_eval_ns": 33817, + "first_eval_ns": 15216593, + "threshold_crossing_ns": 15631366, + "compile_ns": 2728779, + "install_ns": 33113, + "osr_ns": 0, + "steady_state_ns": 149078870 + } + }, + "entry_cache": { + "elapsed_ns": 131630151, + "checksum": "number:40ba6d0000000000", + "native_entries": 279495, + "native_acquisitions": 146537, + "native_exits": 279495, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9236480, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 172368008, + "runtime_create_ns": 30602, + "jit_attach_ns": 66353, + "context_create_ns": 122215, + "definition_eval_ns": 42957, + "first_eval_ns": 13647783, + "threshold_crossing_ns": 13805163, + "compile_ns": 2610794, + "install_ns": 34340, + "osr_ns": 0, + "steady_state_ns": 131630151 + } + }, + "candidate": { + "elapsed_ns": 118292221, + "checksum": "number:40ba6d0000000000", + "native_entries": 271663, + "native_acquisitions": 142472, + "native_exits": 271663, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9273344, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 153826635, + "runtime_create_ns": 28038, + "jit_attach_ns": 64507, + "context_create_ns": 113931, + "definition_eval_ns": 45819, + "first_eval_ns": 10785987, + "threshold_crossing_ns": 12619459, + "compile_ns": 5426449, + "install_ns": 35614, + "osr_ns": 0, + "steady_state_ns": 118292221 + } + } + }, + { + "pair_index": 8, + "reference": { + "elapsed_ns": 148822783, + "checksum": "number:40ba6d0000000000", + "native_entries": 281693, + "native_exits": 281693, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9433088, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 195254571, + "runtime_create_ns": 24527, + "jit_attach_ns": 59190, + "context_create_ns": 107111, + "definition_eval_ns": 39656, + "first_eval_ns": 15808473, + "threshold_crossing_ns": 15615968, + "compile_ns": 2571227, + "install_ns": 32081, + "osr_ns": 0, + "steady_state_ns": 148822783 + } + }, + "entry_cache": { + "elapsed_ns": 136630172, + "checksum": "number:40ba6d0000000000", + "native_entries": 279677, + "native_acquisitions": 146667, + "native_exits": 279677, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9383936, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 177561013, + "runtime_create_ns": 31096, + "jit_attach_ns": 67371, + "context_create_ns": 113566, + "definition_eval_ns": 45434, + "first_eval_ns": 13805652, + "threshold_crossing_ns": 13829982, + "compile_ns": 2643907, + "install_ns": 37268, + "osr_ns": 0, + "steady_state_ns": 136630172 + } + }, + "candidate": { + "elapsed_ns": 141548980, + "checksum": "number:40ba6d0000000000", + "native_entries": 272579, + "native_acquisitions": 142940, + "native_exits": 272579, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9428992, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 188994439, + "runtime_create_ns": 29691, + "jit_attach_ns": 69707, + "context_create_ns": 128197, + "definition_eval_ns": 42047, + "first_eval_ns": 11237750, + "threshold_crossing_ns": 14373234, + "compile_ns": 5595290, + "install_ns": 42063, + "osr_ns": 0, + "steady_state_ns": 141548980 + } + } + }, + { + "pair_index": 9, + "reference": { + "elapsed_ns": 148037594, + "checksum": "number:40ba6d0000000000", + "native_entries": 277383, + "native_exits": 277383, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9318400, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 192901029, + "runtime_create_ns": 31048, + "jit_attach_ns": 66107, + "context_create_ns": 109682, + "definition_eval_ns": 42946, + "first_eval_ns": 14222379, + "threshold_crossing_ns": 15582503, + "compile_ns": 4199330, + "install_ns": 42973, + "osr_ns": 0, + "steady_state_ns": 148037594 + } + }, + "entry_cache": { + "elapsed_ns": 131239912, + "checksum": "number:40ba6d0000000000", + "native_entries": 272678, + "native_acquisitions": 143004, + "native_exits": 272678, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9310208, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 170091394, + "runtime_create_ns": 32241, + "jit_attach_ns": 67518, + "context_create_ns": 117876, + "definition_eval_ns": 42876, + "first_eval_ns": 11561263, + "threshold_crossing_ns": 13879858, + "compile_ns": 5403431, + "install_ns": 41784, + "osr_ns": 0, + "steady_state_ns": 131239912 + } + }, + "candidate": { + "elapsed_ns": 118392904, + "checksum": "number:40ba6d0000000000", + "native_entries": 273130, + "native_acquisitions": 143240, + "native_exits": 273130, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9396224, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 154247438, + "runtime_create_ns": 27966, + "jit_attach_ns": 72288, + "context_create_ns": 112484, + "definition_eval_ns": 43937, + "first_eval_ns": 11111204, + "threshold_crossing_ns": 12612525, + "compile_ns": 5447202, + "install_ns": 39739, + "osr_ns": 0, + "steady_state_ns": 118392904 + } + } + }, + { + "pair_index": 10, + "entry_cache": { + "elapsed_ns": 130813919, + "checksum": "number:40ba6d0000000000", + "native_entries": 270514, + "native_acquisitions": 141858, + "native_exits": 270514, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9355264, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 168925314, + "runtime_create_ns": 30128, + "jit_attach_ns": 65755, + "context_create_ns": 110410, + "definition_eval_ns": 41114, + "first_eval_ns": 10899718, + "threshold_crossing_ns": 13875407, + "compile_ns": 5395318, + "install_ns": 37156, + "osr_ns": 0, + "steady_state_ns": 130813919 + } + }, + "candidate": { + "elapsed_ns": 118026876, + "checksum": "number:40ba6d0000000000", + "native_entries": 279881, + "native_acquisitions": 146791, + "native_exits": 279881, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9289728, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 155281011, + "runtime_create_ns": 31407, + "jit_attach_ns": 61197, + "context_create_ns": 109073, + "definition_eval_ns": 43365, + "first_eval_ns": 12717663, + "threshold_crossing_ns": 12570813, + "compile_ns": 2617239, + "install_ns": 35931, + "osr_ns": 0, + "steady_state_ns": 118026876 + } + }, + "reference": { + "elapsed_ns": 148898333, + "checksum": "number:40ba6d0000000000", + "native_entries": 272217, + "native_exits": 272217, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9252864, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 191872655, + "runtime_create_ns": 41528, + "jit_attach_ns": 73627, + "context_create_ns": 107823, + "definition_eval_ns": 74643, + "first_eval_ns": 12309142, + "threshold_crossing_ns": 15513143, + "compile_ns": 5396720, + "install_ns": 32419, + "osr_ns": 0, + "steady_state_ns": 148898333 + } + } + }, + { + "pair_index": 11, + "entry_cache": { + "elapsed_ns": 130656821, + "checksum": "number:40ba6d0000000000", + "native_entries": 272791, + "native_acquisitions": 143067, + "native_exits": 272791, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9269248, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 169406523, + "runtime_create_ns": 31751, + "jit_attach_ns": 76354, + "context_create_ns": 107951, + "definition_eval_ns": 41722, + "first_eval_ns": 11575424, + "threshold_crossing_ns": 13821146, + "compile_ns": 5409710, + "install_ns": 36494, + "osr_ns": 0, + "steady_state_ns": 130656821 + } + }, + "candidate": { + "elapsed_ns": 118022417, + "checksum": "number:40ba6d0000000000", + "native_entries": 271030, + "native_acquisitions": 142127, + "native_exits": 271030, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9289728, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 153226301, + "runtime_create_ns": 31694, + "jit_attach_ns": 70491, + "context_create_ns": 114116, + "definition_eval_ns": 41201, + "first_eval_ns": 10558881, + "threshold_crossing_ns": 12562267, + "compile_ns": 5405159, + "install_ns": 33924, + "osr_ns": 0, + "steady_state_ns": 118022417 + } + }, + "reference": { + "elapsed_ns": 147644625, + "checksum": "number:40ba6d0000000000", + "native_entries": 271918, + "native_exits": 271918, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9367552, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 190286826, + "runtime_create_ns": 24860, + "jit_attach_ns": 64240, + "context_create_ns": 109052, + "definition_eval_ns": 46220, + "first_eval_ns": 12122539, + "threshold_crossing_ns": 15480157, + "compile_ns": 5414150, + "install_ns": 37923, + "osr_ns": 0, + "steady_state_ns": 147644625 + } + } + }, + { + "pair_index": 12, + "entry_cache": { + "elapsed_ns": 130778119, + "checksum": "number:40ba6d0000000000", + "native_entries": 272171, + "native_acquisitions": 142740, + "native_exits": 272171, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9302016, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 169396347, + "runtime_create_ns": 24666, + "jit_attach_ns": 56474, + "context_create_ns": 104374, + "definition_eval_ns": 38032, + "first_eval_ns": 11383623, + "threshold_crossing_ns": 13865707, + "compile_ns": 5410455, + "install_ns": 40095, + "osr_ns": 0, + "steady_state_ns": 130778119 + } + }, + "candidate": { + "elapsed_ns": 118060919, + "checksum": "number:40ba6d0000000000", + "native_entries": 270535, + "native_acquisitions": 141880, + "native_exits": 270535, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9310208, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 153138362, + "runtime_create_ns": 28325, + "jit_attach_ns": 65313, + "context_create_ns": 114153, + "definition_eval_ns": 53506, + "first_eval_ns": 10447273, + "threshold_crossing_ns": 12525740, + "compile_ns": 5411094, + "install_ns": 40392, + "osr_ns": 0, + "steady_state_ns": 118060919 + } + }, + "reference": { + "elapsed_ns": 148116459, + "checksum": "number:40ba6d0000000000", + "native_entries": 271765, + "native_exits": 271765, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9355264, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 190955926, + "runtime_create_ns": 27830, + "jit_attach_ns": 62739, + "context_create_ns": 110933, + "definition_eval_ns": 46561, + "first_eval_ns": 12144973, + "threshold_crossing_ns": 15593293, + "compile_ns": 5433204, + "install_ns": 35627, + "osr_ns": 0, + "steady_state_ns": 148116459 + } + } + }, + { + "pair_index": 13, + "entry_cache": { + "elapsed_ns": 130689695, + "checksum": "number:40ba6d0000000000", + "native_entries": 271369, + "native_acquisitions": 142304, + "native_exits": 271369, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9302016, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 168966159, + "runtime_create_ns": 32988, + "jit_attach_ns": 68952, + "context_create_ns": 108516, + "definition_eval_ns": 47939, + "first_eval_ns": 11147278, + "threshold_crossing_ns": 13795421, + "compile_ns": 5408817, + "install_ns": 31013, + "osr_ns": 0, + "steady_state_ns": 130689695 + } + }, + "candidate": { + "elapsed_ns": 118210361, + "checksum": "number:40ba6d0000000000", + "native_entries": 271617, + "native_acquisitions": 142428, + "native_exits": 271617, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9359360, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 153545924, + "runtime_create_ns": 26321, + "jit_attach_ns": 62958, + "context_create_ns": 114260, + "definition_eval_ns": 48723, + "first_eval_ns": 10664849, + "threshold_crossing_ns": 12593080, + "compile_ns": 5416753, + "install_ns": 40625, + "osr_ns": 0, + "steady_state_ns": 118210361 + } + }, + "reference": { + "elapsed_ns": 147783494, + "checksum": "number:40ba6d0000000000", + "native_entries": 279525, + "native_exits": 279525, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9203712, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 193227695, + "runtime_create_ns": 29995, + "jit_attach_ns": 65851, + "context_create_ns": 105962, + "definition_eval_ns": 41262, + "first_eval_ns": 15010289, + "threshold_crossing_ns": 15479915, + "compile_ns": 2620574, + "install_ns": 34551, + "osr_ns": 0, + "steady_state_ns": 147783494 + } + } + }, + { + "pair_index": 14, + "candidate": { + "elapsed_ns": 118328437, + "checksum": "number:40ba6d0000000000", + "native_entries": 271326, + "native_acquisitions": 142283, + "native_exits": 271326, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9252864, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 153626386, + "runtime_create_ns": 27887, + "jit_attach_ns": 57573, + "context_create_ns": 102407, + "definition_eval_ns": 36303, + "first_eval_ns": 10656857, + "threshold_crossing_ns": 12567315, + "compile_ns": 5479686, + "install_ns": 32164, + "osr_ns": 0, + "steady_state_ns": 118328437 + } + }, + "reference": { + "elapsed_ns": 148660548, + "checksum": "number:40ba6d0000000000", + "native_entries": 280064, + "native_exits": 280064, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9408512, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 194446484, + "runtime_create_ns": 26787, + "jit_attach_ns": 64020, + "context_create_ns": 109726, + "definition_eval_ns": 43592, + "first_eval_ns": 15213964, + "threshold_crossing_ns": 15569458, + "compile_ns": 2590143, + "install_ns": 35121, + "osr_ns": 0, + "steady_state_ns": 148660548 + } + }, + "entry_cache": { + "elapsed_ns": 130904362, + "checksum": "number:40ba6d0000000000", + "native_entries": 271920, + "native_acquisitions": 142588, + "native_exits": 271920, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9342976, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 169491568, + "runtime_create_ns": 33561, + "jit_attach_ns": 68284, + "context_create_ns": 109082, + "definition_eval_ns": 44389, + "first_eval_ns": 11310019, + "threshold_crossing_ns": 13878762, + "compile_ns": 5421463, + "install_ns": 38304, + "osr_ns": 0, + "steady_state_ns": 130904362 + } + } + }, + { + "pair_index": 15, + "candidate": { + "elapsed_ns": 117964265, + "checksum": "number:40ba6d0000000000", + "native_entries": 278811, + "native_acquisitions": 146184, + "native_exits": 278811, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9367552, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 154959651, + "runtime_create_ns": 24043, + "jit_attach_ns": 69284, + "context_create_ns": 105264, + "definition_eval_ns": 37194, + "first_eval_ns": 12443712, + "threshold_crossing_ns": 12572339, + "compile_ns": 2630954, + "install_ns": 34369, + "osr_ns": 0, + "steady_state_ns": 117964265 + } + }, + "reference": { + "elapsed_ns": 148557566, + "checksum": "number:40ba6d0000000000", + "native_entries": 272738, + "native_exits": 272738, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9211904, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 191719290, + "runtime_create_ns": 30142, + "jit_attach_ns": 60176, + "context_create_ns": 108652, + "definition_eval_ns": 43623, + "first_eval_ns": 12478204, + "threshold_crossing_ns": 15585572, + "compile_ns": 5426243, + "install_ns": 42351, + "osr_ns": 0, + "steady_state_ns": 148557566 + } + }, + "entry_cache": { + "elapsed_ns": 131335313, + "checksum": "number:40ba6d0000000000", + "native_entries": 271799, + "native_acquisitions": 142532, + "native_exits": 271799, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9351168, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 169891895, + "runtime_create_ns": 46382, + "jit_attach_ns": 63924, + "context_create_ns": 108078, + "definition_eval_ns": 43494, + "first_eval_ns": 11256690, + "threshold_crossing_ns": 13845525, + "compile_ns": 5402155, + "install_ns": 39069, + "osr_ns": 0, + "steady_state_ns": 131335313 + } + } + }, + { + "pair_index": 16, + "candidate": { + "elapsed_ns": 118168403, + "checksum": "number:40ba6d0000000000", + "native_entries": 270554, + "native_acquisitions": 141887, + "native_exits": 270554, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9302016, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 153204943, + "runtime_create_ns": 24763, + "jit_attach_ns": 55261, + "context_create_ns": 102599, + "definition_eval_ns": 32918, + "first_eval_ns": 10357948, + "threshold_crossing_ns": 12578666, + "compile_ns": 5375386, + "install_ns": 36104, + "osr_ns": 0, + "steady_state_ns": 118168403 + } + }, + "reference": { + "elapsed_ns": 148185281, + "checksum": "number:40ba6d0000000000", + "native_entries": 272200, + "native_exits": 272200, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9261056, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 191091098, + "runtime_create_ns": 30648, + "jit_attach_ns": 63858, + "context_create_ns": 104293, + "definition_eval_ns": 48956, + "first_eval_ns": 12287918, + "threshold_crossing_ns": 15564815, + "compile_ns": 5404864, + "install_ns": 32166, + "osr_ns": 0, + "steady_state_ns": 148185281 + } + }, + "entry_cache": { + "elapsed_ns": 131116040, + "checksum": "number:40ba6d0000000000", + "native_entries": 272147, + "native_acquisitions": 142712, + "native_exits": 272147, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9297920, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 169725926, + "runtime_create_ns": 28733, + "jit_attach_ns": 62534, + "context_create_ns": 114752, + "definition_eval_ns": 60000, + "first_eval_ns": 11350000, + "threshold_crossing_ns": 13870068, + "compile_ns": 5409301, + "install_ns": 40589, + "osr_ns": 0, + "steady_state_ns": 131116040 + } + } + }, + { + "pair_index": 17, + "candidate": { + "elapsed_ns": 117974981, + "checksum": "number:40ba6d0000000000", + "native_entries": 272660, + "native_acquisitions": 142988, + "native_exits": 272660, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9310208, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 153575913, + "runtime_create_ns": 30955, + "jit_attach_ns": 74532, + "context_create_ns": 115609, + "definition_eval_ns": 42237, + "first_eval_ns": 10967933, + "threshold_crossing_ns": 12532544, + "compile_ns": 5406014, + "install_ns": 32360, + "osr_ns": 0, + "steady_state_ns": 117974981 + } + }, + "reference": { + "elapsed_ns": 150432136, + "checksum": "number:40ba6d0000000000", + "native_entries": 271763, + "native_exits": 271763, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9244672, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 193577666, + "runtime_create_ns": 29664, + "jit_attach_ns": 63492, + "context_create_ns": 111118, + "definition_eval_ns": 43013, + "first_eval_ns": 12136331, + "threshold_crossing_ns": 15647146, + "compile_ns": 5404156, + "install_ns": 37574, + "osr_ns": 0, + "steady_state_ns": 150432136 + } + }, + "entry_cache": { + "elapsed_ns": 130676463, + "checksum": "number:40ba6d0000000000", + "native_entries": 279117, + "native_acquisitions": 146364, + "native_exits": 279117, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9383936, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 171241914, + "runtime_create_ns": 31196, + "jit_attach_ns": 69527, + "context_create_ns": 112852, + "definition_eval_ns": 42405, + "first_eval_ns": 13504482, + "threshold_crossing_ns": 13821795, + "compile_ns": 2589249, + "install_ns": 35269, + "osr_ns": 0, + "steady_state_ns": 130676463 + } + } + }, + { + "pair_index": 18, + "reference": { + "elapsed_ns": 148612828, + "checksum": "number:40ba6d0000000000", + "native_entries": 272305, + "native_exits": 272305, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9310208, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 191721808, + "runtime_create_ns": 29992, + "jit_attach_ns": 64162, + "context_create_ns": 107850, + "definition_eval_ns": 51255, + "first_eval_ns": 12348304, + "threshold_crossing_ns": 15587683, + "compile_ns": 5398179, + "install_ns": 34369, + "osr_ns": 0, + "steady_state_ns": 148612828 + } + }, + "entry_cache": { + "elapsed_ns": 131074605, + "checksum": "number:40ba6d0000000000", + "native_entries": 270888, + "native_acquisitions": 142051, + "native_exits": 270888, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9424896, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 169250174, + "runtime_create_ns": 29306, + "jit_attach_ns": 65425, + "context_create_ns": 112926, + "definition_eval_ns": 40615, + "first_eval_ns": 10992304, + "threshold_crossing_ns": 13821107, + "compile_ns": 5390640, + "install_ns": 32580, + "osr_ns": 0, + "steady_state_ns": 131074605 + } + }, + "candidate": { + "elapsed_ns": 118371161, + "checksum": "number:40ba6d0000000000", + "native_entries": 272036, + "native_acquisitions": 142667, + "native_exits": 272036, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9183232, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 153898503, + "runtime_create_ns": 31475, + "jit_attach_ns": 63645, + "context_create_ns": 111288, + "definition_eval_ns": 44292, + "first_eval_ns": 10810158, + "threshold_crossing_ns": 12606331, + "compile_ns": 5443925, + "install_ns": 39031, + "osr_ns": 0, + "steady_state_ns": 118371161 + } + } + }, + { + "pair_index": 19, + "reference": { + "elapsed_ns": 148590955, + "checksum": "number:40ba6d0000000000", + "native_entries": 279219, + "native_exits": 279219, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9306112, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 194287655, + "runtime_create_ns": 24452, + "jit_attach_ns": 56588, + "context_create_ns": 110637, + "definition_eval_ns": 43731, + "first_eval_ns": 14959875, + "threshold_crossing_ns": 15698568, + "compile_ns": 2672403, + "install_ns": 38892, + "osr_ns": 0, + "steady_state_ns": 148590955 + } + }, + "entry_cache": { + "elapsed_ns": 130662951, + "checksum": "number:40ba6d0000000000", + "native_entries": 270461, + "native_acquisitions": 141836, + "native_exits": 270461, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9355264, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 168637734, + "runtime_create_ns": 28980, + "jit_attach_ns": 63638, + "context_create_ns": 108497, + "definition_eval_ns": 37877, + "first_eval_ns": 10848401, + "threshold_crossing_ns": 13793834, + "compile_ns": 5431371, + "install_ns": 39133, + "osr_ns": 0, + "steady_state_ns": 130662951 + } + }, + "candidate": { + "elapsed_ns": 120405881, + "checksum": "number:40ba6d0000000000", + "native_entries": 272268, + "native_acquisitions": 142788, + "native_exits": 272268, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9347072, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 156532349, + "runtime_create_ns": 25278, + "jit_attach_ns": 58754, + "context_create_ns": 116712, + "definition_eval_ns": 49926, + "first_eval_ns": 10916811, + "threshold_crossing_ns": 12842626, + "compile_ns": 5410381, + "install_ns": 37148, + "osr_ns": 0, + "steady_state_ns": 120405881 + } + } + }, + { + "pair_index": 20, + "reference": { + "elapsed_ns": 148648634, + "checksum": "number:40ba6d0000000000", + "native_entries": 272981, + "native_exits": 272981, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9310208, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 191842176, + "runtime_create_ns": 23572, + "jit_attach_ns": 51143, + "context_create_ns": 100679, + "definition_eval_ns": 29095, + "first_eval_ns": 12517256, + "threshold_crossing_ns": 15539583, + "compile_ns": 5365505, + "install_ns": 31944, + "osr_ns": 0, + "steady_state_ns": 148648634 + } + }, + "entry_cache": { + "elapsed_ns": 130567371, + "checksum": "number:40ba6d0000000000", + "native_entries": 279096, + "native_acquisitions": 146356, + "native_exits": 279096, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9261056, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 171129233, + "runtime_create_ns": 29025, + "jit_attach_ns": 60293, + "context_create_ns": 102498, + "definition_eval_ns": 36646, + "first_eval_ns": 13506663, + "threshold_crossing_ns": 13855277, + "compile_ns": 2661456, + "install_ns": 30932, + "osr_ns": 0, + "steady_state_ns": 130567371 + } + }, + "candidate": { + "elapsed_ns": 118082653, + "checksum": "number:40ba6d0000000000", + "native_entries": 279268, + "native_acquisitions": 146472, + "native_exits": 279268, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9322496, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 155302977, + "runtime_create_ns": 27434, + "jit_attach_ns": 58663, + "context_create_ns": 110290, + "definition_eval_ns": 40530, + "first_eval_ns": 12599489, + "threshold_crossing_ns": 12562390, + "compile_ns": 2646452, + "install_ns": 30689, + "osr_ns": 0, + "steady_state_ns": 118082653 + } + } + }, + { + "pair_index": 21, + "reference": { + "elapsed_ns": 148492394, + "checksum": "number:40ba6d0000000000", + "native_entries": 271820, + "native_exits": 271820, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9441280, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 191430879, + "runtime_create_ns": 31403, + "jit_attach_ns": 66883, + "context_create_ns": 112702, + "definition_eval_ns": 43038, + "first_eval_ns": 12145481, + "threshold_crossing_ns": 15628814, + "compile_ns": 5423035, + "install_ns": 40498, + "osr_ns": 0, + "steady_state_ns": 148492394 + } + }, + "entry_cache": { + "elapsed_ns": 130951721, + "checksum": "number:40ba6d0000000000", + "native_entries": 272713, + "native_acquisitions": 143006, + "native_exits": 272713, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9363456, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 169677215, + "runtime_create_ns": 29534, + "jit_attach_ns": 64938, + "context_create_ns": 121409, + "definition_eval_ns": 47255, + "first_eval_ns": 11564335, + "threshold_crossing_ns": 13816900, + "compile_ns": 5426928, + "install_ns": 39259, + "osr_ns": 0, + "steady_state_ns": 130951721 + } + }, + "candidate": { + "elapsed_ns": 117826304, + "checksum": "number:40ba6d0000000000", + "native_entries": 271997, + "native_acquisitions": 142646, + "native_exits": 271997, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9121792, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 153286353, + "runtime_create_ns": 31114, + "jit_attach_ns": 65319, + "context_create_ns": 120788, + "definition_eval_ns": 44570, + "first_eval_ns": 10785577, + "threshold_crossing_ns": 12568360, + "compile_ns": 5425104, + "install_ns": 38823, + "osr_ns": 0, + "steady_state_ns": 117826304 + } + } + }, + { + "pair_index": 22, + "entry_cache": { + "elapsed_ns": 131309624, + "checksum": "number:40ba6d0000000000", + "native_entries": 271809, + "native_acquisitions": 142539, + "native_exits": 271809, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9334784, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 170017833, + "runtime_create_ns": 31301, + "jit_attach_ns": 66907, + "context_create_ns": 107607, + "definition_eval_ns": 42328, + "first_eval_ns": 11361353, + "threshold_crossing_ns": 13903093, + "compile_ns": 5428531, + "install_ns": 34733, + "osr_ns": 0, + "steady_state_ns": 131309624 + } + }, + "candidate": { + "elapsed_ns": 117967701, + "checksum": "number:40ba6d0000000000", + "native_entries": 271852, + "native_acquisitions": 142575, + "native_exits": 271852, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9412608, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 153358898, + "runtime_create_ns": 31625, + "jit_attach_ns": 68604, + "context_create_ns": 116373, + "definition_eval_ns": 41081, + "first_eval_ns": 10757024, + "threshold_crossing_ns": 12553468, + "compile_ns": 5428283, + "install_ns": 33832, + "osr_ns": 0, + "steady_state_ns": 117967701 + } + }, + "reference": { + "elapsed_ns": 148881441, + "checksum": "number:40ba6d0000000000", + "native_entries": 279930, + "native_exits": 279930, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9420800, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 194806340, + "runtime_create_ns": 30014, + "jit_attach_ns": 68627, + "context_create_ns": 115734, + "definition_eval_ns": 43801, + "first_eval_ns": 15218173, + "threshold_crossing_ns": 15625626, + "compile_ns": 2621700, + "install_ns": 33904, + "osr_ns": 0, + "steady_state_ns": 148881441 + } + } + }, + { + "pair_index": 23, + "entry_cache": { + "elapsed_ns": 131461895, + "checksum": "number:40ba6d0000000000", + "native_entries": 271033, + "native_acquisitions": 142141, + "native_exits": 271033, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9256960, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 169861310, + "runtime_create_ns": 26572, + "jit_attach_ns": 65393, + "context_create_ns": 116875, + "definition_eval_ns": 46621, + "first_eval_ns": 11069500, + "threshold_crossing_ns": 13910065, + "compile_ns": 5405636, + "install_ns": 38979, + "osr_ns": 0, + "steady_state_ns": 131461895 + } + }, + "candidate": { + "elapsed_ns": 119878966, + "checksum": "number:40ba6d0000000000", + "native_entries": 270984, + "native_acquisitions": 142115, + "native_exits": 270984, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9310208, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 155253156, + "runtime_create_ns": 32924, + "jit_attach_ns": 67350, + "context_create_ns": 114657, + "definition_eval_ns": 44512, + "first_eval_ns": 10569678, + "threshold_crossing_ns": 12597421, + "compile_ns": 5417753, + "install_ns": 37943, + "osr_ns": 0, + "steady_state_ns": 119878966 + } + }, + "reference": { + "elapsed_ns": 148615843, + "checksum": "number:40ba6d0000000000", + "native_entries": 272573, + "native_exits": 272573, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9375744, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 191971997, + "runtime_create_ns": 29321, + "jit_attach_ns": 60032, + "context_create_ns": 107580, + "definition_eval_ns": 55987, + "first_eval_ns": 12430087, + "threshold_crossing_ns": 15730504, + "compile_ns": 5440112, + "install_ns": 39111, + "osr_ns": 0, + "steady_state_ns": 148615843 + } + } + }, + { + "pair_index": 24, + "entry_cache": { + "elapsed_ns": 131466568, + "checksum": "number:40ba6d0000000000", + "native_entries": 279588, + "native_acquisitions": 146571, + "native_exits": 279588, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9285632, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 172529964, + "runtime_create_ns": 31628, + "jit_attach_ns": 69021, + "context_create_ns": 107977, + "definition_eval_ns": 42592, + "first_eval_ns": 13721744, + "threshold_crossing_ns": 13957853, + "compile_ns": 2658765, + "install_ns": 37898, + "osr_ns": 0, + "steady_state_ns": 131466568 + } + }, + "candidate": { + "elapsed_ns": 118597195, + "checksum": "number:40ba6d0000000000", + "native_entries": 272083, + "native_acquisitions": 142691, + "native_exits": 272083, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9334784, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 154223145, + "runtime_create_ns": 31915, + "jit_attach_ns": 67180, + "context_create_ns": 109634, + "definition_eval_ns": 40618, + "first_eval_ns": 10819737, + "threshold_crossing_ns": 12664678, + "compile_ns": 5469409, + "install_ns": 42988, + "osr_ns": 0, + "steady_state_ns": 118597195 + } + }, + "reference": { + "elapsed_ns": 153487392, + "checksum": "number:40ba6d0000000000", + "native_entries": 273598, + "native_exits": 273598, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9412608, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 212177412, + "runtime_create_ns": 29902, + "jit_attach_ns": 74235, + "context_create_ns": 111885, + "definition_eval_ns": 47266, + "first_eval_ns": 12900448, + "threshold_crossing_ns": 20213644, + "compile_ns": 5472692, + "install_ns": 42526, + "osr_ns": 0, + "steady_state_ns": 153487392 + } + } + }, + { + "pair_index": 25, + "entry_cache": { + "elapsed_ns": 133922833, + "checksum": "number:40ba6d0000000000", + "native_entries": 279698, + "native_acquisitions": 146618, + "native_exits": 279698, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9220096, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 175526160, + "runtime_create_ns": 31348, + "jit_attach_ns": 71748, + "context_create_ns": 133681, + "definition_eval_ns": 51363, + "first_eval_ns": 13938870, + "threshold_crossing_ns": 14098462, + "compile_ns": 3607082, + "install_ns": 33248, + "osr_ns": 0, + "steady_state_ns": 133922833 + } + }, + "candidate": { + "elapsed_ns": 118781915, + "checksum": "number:40ba6d0000000000", + "native_entries": 270733, + "native_acquisitions": 141973, + "native_exits": 270733, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9437184, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 154048435, + "runtime_create_ns": 26904, + "jit_attach_ns": 67585, + "context_create_ns": 113779, + "definition_eval_ns": 45015, + "first_eval_ns": 10480799, + "threshold_crossing_ns": 12602385, + "compile_ns": 5425334, + "install_ns": 32824, + "osr_ns": 0, + "steady_state_ns": 118781915 + } + }, + "reference": { + "elapsed_ns": 148529208, + "checksum": "number:40ba6d0000000000", + "native_entries": 271677, + "native_exits": 271677, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9281536, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 191347338, + "runtime_create_ns": 31317, + "jit_attach_ns": 61226, + "context_create_ns": 107244, + "definition_eval_ns": 44835, + "first_eval_ns": 12047089, + "threshold_crossing_ns": 15557086, + "compile_ns": 5401319, + "install_ns": 32933, + "osr_ns": 0, + "steady_state_ns": 148529208 + } + } + }, + { + "pair_index": 26, + "candidate": { + "elapsed_ns": 118346928, + "checksum": "number:40ba6d0000000000", + "native_entries": 279092, + "native_acquisitions": 146376, + "native_exits": 279092, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9207808, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 155612303, + "runtime_create_ns": 28085, + "jit_attach_ns": 63572, + "context_create_ns": 105943, + "definition_eval_ns": 40190, + "first_eval_ns": 12568059, + "threshold_crossing_ns": 12602742, + "compile_ns": 2628271, + "install_ns": 33764, + "osr_ns": 0, + "steady_state_ns": 118346928 + } + }, + "reference": { + "elapsed_ns": 148246879, + "checksum": "number:40ba6d0000000000", + "native_entries": 272604, + "native_exits": 272604, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9359360, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 191432612, + "runtime_create_ns": 29036, + "jit_attach_ns": 68084, + "context_create_ns": 117769, + "definition_eval_ns": 50372, + "first_eval_ns": 12417726, + "threshold_crossing_ns": 15627446, + "compile_ns": 5416548, + "install_ns": 43835, + "osr_ns": 0, + "steady_state_ns": 148246879 + } + }, + "entry_cache": { + "elapsed_ns": 130964024, + "checksum": "number:40ba6d0000000000", + "native_entries": 271051, + "native_acquisitions": 142134, + "native_exits": 271051, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9277440, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 169308691, + "runtime_create_ns": 31257, + "jit_attach_ns": 65861, + "context_create_ns": 120234, + "definition_eval_ns": 45625, + "first_eval_ns": 11092502, + "threshold_crossing_ns": 13825257, + "compile_ns": 5392395, + "install_ns": 38563, + "osr_ns": 0, + "steady_state_ns": 130964024 + } + } + }, + { + "pair_index": 27, + "candidate": { + "elapsed_ns": 120507218, + "checksum": "number:40ba6d0000000000", + "native_entries": 272207, + "native_acquisitions": 142740, + "native_exits": 272207, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9371648, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 156668785, + "runtime_create_ns": 25684, + "jit_attach_ns": 65329, + "context_create_ns": 111376, + "definition_eval_ns": 60463, + "first_eval_ns": 10931174, + "threshold_crossing_ns": 12869165, + "compile_ns": 5434785, + "install_ns": 36721, + "osr_ns": 0, + "steady_state_ns": 120507218 + } + }, + "reference": { + "elapsed_ns": 151659260, + "checksum": "number:40ba6d0000000000", + "native_entries": 272087, + "native_exits": 272087, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9318400, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 195258763, + "runtime_create_ns": 27915, + "jit_attach_ns": 69277, + "context_create_ns": 111362, + "definition_eval_ns": 43135, + "first_eval_ns": 12264792, + "threshold_crossing_ns": 15684654, + "compile_ns": 5429368, + "install_ns": 47790, + "osr_ns": 0, + "steady_state_ns": 151659260 + } + }, + "entry_cache": { + "elapsed_ns": 133458693, + "checksum": "number:40ba6d0000000000", + "native_entries": 272862, + "native_acquisitions": 143092, + "native_exits": 272862, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9314304, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 173102998, + "runtime_create_ns": 34145, + "jit_attach_ns": 75430, + "context_create_ns": 115441, + "definition_eval_ns": 43116, + "first_eval_ns": 11852774, + "threshold_crossing_ns": 14124653, + "compile_ns": 5430489, + "install_ns": 40188, + "osr_ns": 0, + "steady_state_ns": 133458693 + } + } + }, + { + "pair_index": 28, + "candidate": { + "elapsed_ns": 118263263, + "checksum": "number:40ba6d0000000000", + "native_entries": 271262, + "native_acquisitions": 142240, + "native_exits": 271262, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9330688, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 153681395, + "runtime_create_ns": 29679, + "jit_attach_ns": 64095, + "context_create_ns": 112623, + "definition_eval_ns": 43093, + "first_eval_ns": 10676246, + "threshold_crossing_ns": 12627107, + "compile_ns": 5520342, + "install_ns": 54321, + "osr_ns": 0, + "steady_state_ns": 118263263 + } + }, + "reference": { + "elapsed_ns": 148313201, + "checksum": "number:40ba6d0000000000", + "native_entries": 271248, + "native_exits": 271248, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9244672, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 191024110, + "runtime_create_ns": 30229, + "jit_attach_ns": 64970, + "context_create_ns": 111697, + "definition_eval_ns": 42123, + "first_eval_ns": 11944206, + "threshold_crossing_ns": 15639131, + "compile_ns": 5425244, + "install_ns": 40880, + "osr_ns": 0, + "steady_state_ns": 148313201 + } + }, + "entry_cache": { + "elapsed_ns": 130892755, + "checksum": "number:40ba6d0000000000", + "native_entries": 271389, + "native_acquisitions": 142308, + "native_exits": 271389, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9302016, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 169313585, + "runtime_create_ns": 33841, + "jit_attach_ns": 69081, + "context_create_ns": 111915, + "definition_eval_ns": 42719, + "first_eval_ns": 11186388, + "threshold_crossing_ns": 13874323, + "compile_ns": 5421500, + "install_ns": 41429, + "osr_ns": 0, + "steady_state_ns": 130892755 + } + } + }, + { + "pair_index": 29, + "candidate": { + "elapsed_ns": 122059622, + "checksum": "number:40ba6d0000000000", + "native_entries": 271161, + "native_acquisitions": 142186, + "native_exits": 271161, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9232384, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 158103973, + "runtime_create_ns": 31620, + "jit_attach_ns": 62947, + "context_create_ns": 109338, + "definition_eval_ns": 43365, + "first_eval_ns": 10701414, + "threshold_crossing_ns": 12891594, + "compile_ns": 5487110, + "install_ns": 35246, + "osr_ns": 0, + "steady_state_ns": 122059622 + } + }, + "reference": { + "elapsed_ns": 149301866, + "checksum": "number:40ba6d0000000000", + "native_entries": 272953, + "native_exits": 272953, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9269248, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 193171464, + "runtime_create_ns": 30060, + "jit_attach_ns": 63839, + "context_create_ns": 107446, + "definition_eval_ns": 47616, + "first_eval_ns": 12853581, + "threshold_crossing_ns": 15688329, + "compile_ns": 5463432, + "install_ns": 37868, + "osr_ns": 0, + "steady_state_ns": 149301866 + } + }, + "entry_cache": { + "elapsed_ns": 131560497, + "checksum": "number:40ba6d0000000000", + "native_entries": 272847, + "native_acquisitions": 143081, + "native_exits": 272847, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9281536, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 170660942, + "runtime_create_ns": 28681, + "jit_attach_ns": 75752, + "context_create_ns": 118590, + "definition_eval_ns": 48291, + "first_eval_ns": 11658980, + "threshold_crossing_ns": 13986694, + "compile_ns": 5470054, + "install_ns": 40216, + "osr_ns": 0, + "steady_state_ns": 131560497 + } + } + } + ], + "tier2": [ + { + "pair_index": 0, + "candidate": { + "elapsed_ns": 12175724, + "checksum": "number:40ba6d0000000000", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9363456, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22716582, + "runtime_create_ns": 31608, + "jit_attach_ns": 63265, + "context_create_ns": 130977, + "definition_eval_ns": 55935, + "first_eval_ns": 7337741, + "threshold_crossing_ns": 1681661, + "compile_ns": 6064003, + "install_ns": 48500, + "osr_ns": 0, + "steady_state_ns": 12175724 + } + }, + "reference": { + "elapsed_ns": 12225853, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9347072, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22585447, + "runtime_create_ns": 31858, + "jit_attach_ns": 70072, + "context_create_ns": 110825, + "definition_eval_ns": 54412, + "first_eval_ns": 7164054, + "threshold_crossing_ns": 1677377, + "compile_ns": 5962615, + "install_ns": 43749, + "osr_ns": 0, + "steady_state_ns": 12225853 + } + }, + "entry_cache": { + "elapsed_ns": 12228319, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9375744, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23053210, + "runtime_create_ns": 32023, + "jit_attach_ns": 57766, + "context_create_ns": 106787, + "definition_eval_ns": 64001, + "first_eval_ns": 7456754, + "threshold_crossing_ns": 1845331, + "compile_ns": 6197981, + "install_ns": 54660, + "osr_ns": 0, + "steady_state_ns": 12228319 + } + } + }, + { + "pair_index": 1, + "candidate": { + "elapsed_ns": 12197470, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9338880, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22568964, + "runtime_create_ns": 29130, + "jit_attach_ns": 68502, + "context_create_ns": 111261, + "definition_eval_ns": 56929, + "first_eval_ns": 7198682, + "threshold_crossing_ns": 1655169, + "compile_ns": 5934012, + "install_ns": 42099, + "osr_ns": 0, + "steady_state_ns": 12197470 + } + }, + "reference": { + "elapsed_ns": 12164114, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9392128, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22949640, + "runtime_create_ns": 27615, + "jit_attach_ns": 54726, + "context_create_ns": 102109, + "definition_eval_ns": 50978, + "first_eval_ns": 7678787, + "threshold_crossing_ns": 1655437, + "compile_ns": 5909058, + "install_ns": 40835, + "osr_ns": 0, + "steady_state_ns": 12164114 + } + }, + "entry_cache": { + "elapsed_ns": 12113378, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9490432, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23168749, + "runtime_create_ns": 25890, + "jit_attach_ns": 58004, + "context_create_ns": 108171, + "definition_eval_ns": 60484, + "first_eval_ns": 7869564, + "threshold_crossing_ns": 1678899, + "compile_ns": 5983677, + "install_ns": 49879, + "osr_ns": 0, + "steady_state_ns": 12113378 + } + } + }, + { + "pair_index": 2, + "candidate": { + "elapsed_ns": 12164164, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9273344, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23125227, + "runtime_create_ns": 25915, + "jit_attach_ns": 60504, + "context_create_ns": 101532, + "definition_eval_ns": 40927, + "first_eval_ns": 7846735, + "threshold_crossing_ns": 1644258, + "compile_ns": 6040876, + "install_ns": 42668, + "osr_ns": 0, + "steady_state_ns": 12164164 + } + }, + "reference": { + "elapsed_ns": 12157098, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9375744, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23159607, + "runtime_create_ns": 25814, + "jit_attach_ns": 57600, + "context_create_ns": 99393, + "definition_eval_ns": 50674, + "first_eval_ns": 7850584, + "threshold_crossing_ns": 1662979, + "compile_ns": 5990594, + "install_ns": 46885, + "osr_ns": 0, + "steady_state_ns": 12157098 + } + }, + "entry_cache": { + "elapsed_ns": 12357155, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9535488, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23377328, + "runtime_create_ns": 24827, + "jit_attach_ns": 59943, + "context_create_ns": 107194, + "definition_eval_ns": 59862, + "first_eval_ns": 7843015, + "threshold_crossing_ns": 1643111, + "compile_ns": 5948789, + "install_ns": 46065, + "osr_ns": 0, + "steady_state_ns": 12357155 + } + } + }, + { + "pair_index": 3, + "reference": { + "elapsed_ns": 12155401, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9449472, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22960968, + "runtime_create_ns": 25977, + "jit_attach_ns": 61638, + "context_create_ns": 108676, + "definition_eval_ns": 54783, + "first_eval_ns": 7677923, + "threshold_crossing_ns": 1656545, + "compile_ns": 5985339, + "install_ns": 44811, + "osr_ns": 0, + "steady_state_ns": 12155401 + } + }, + "entry_cache": { + "elapsed_ns": 12365339, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9347072, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23342308, + "runtime_create_ns": 29334, + "jit_attach_ns": 54199, + "context_create_ns": 105904, + "definition_eval_ns": 51142, + "first_eval_ns": 7784357, + "threshold_crossing_ns": 1679642, + "compile_ns": 5976955, + "install_ns": 46436, + "osr_ns": 0, + "steady_state_ns": 12365339 + } + }, + "candidate": { + "elapsed_ns": 12122618, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9379840, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22849955, + "runtime_create_ns": 27515, + "jit_attach_ns": 57821, + "context_create_ns": 114059, + "definition_eval_ns": 61668, + "first_eval_ns": 7576025, + "threshold_crossing_ns": 1632196, + "compile_ns": 5996829, + "install_ns": 43533, + "osr_ns": 0, + "steady_state_ns": 12122618 + } + } + }, + { + "pair_index": 4, + "reference": { + "elapsed_ns": 12138473, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9461760, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22942549, + "runtime_create_ns": 27882, + "jit_attach_ns": 57742, + "context_create_ns": 106599, + "definition_eval_ns": 60358, + "first_eval_ns": 7642605, + "threshold_crossing_ns": 1662439, + "compile_ns": 5949195, + "install_ns": 46964, + "osr_ns": 0, + "steady_state_ns": 12138473 + } + }, + "entry_cache": { + "elapsed_ns": 12204568, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9441280, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22915691, + "runtime_create_ns": 29929, + "jit_attach_ns": 58303, + "context_create_ns": 114204, + "definition_eval_ns": 59810, + "first_eval_ns": 7528507, + "threshold_crossing_ns": 1691128, + "compile_ns": 5759255, + "install_ns": 47709, + "osr_ns": 0, + "steady_state_ns": 12204568 + } + }, + "candidate": { + "elapsed_ns": 12204955, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9424896, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23286493, + "runtime_create_ns": 30831, + "jit_attach_ns": 61019, + "context_create_ns": 115997, + "definition_eval_ns": 62743, + "first_eval_ns": 7880216, + "threshold_crossing_ns": 1681282, + "compile_ns": 6032702, + "install_ns": 45502, + "osr_ns": 0, + "steady_state_ns": 12204955 + } + } + }, + { + "pair_index": 5, + "reference": { + "elapsed_ns": 12170771, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9379840, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22782068, + "runtime_create_ns": 34920, + "jit_attach_ns": 56788, + "context_create_ns": 105674, + "definition_eval_ns": 67791, + "first_eval_ns": 7401660, + "threshold_crossing_ns": 1690948, + "compile_ns": 6015032, + "install_ns": 48835, + "osr_ns": 0, + "steady_state_ns": 12170771 + } + }, + "entry_cache": { + "elapsed_ns": 12227948, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9449472, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22947526, + "runtime_create_ns": 27277, + "jit_attach_ns": 57959, + "context_create_ns": 103306, + "definition_eval_ns": 48971, + "first_eval_ns": 7603294, + "threshold_crossing_ns": 1650147, + "compile_ns": 5894766, + "install_ns": 41814, + "osr_ns": 0, + "steady_state_ns": 12227948 + } + }, + "candidate": { + "elapsed_ns": 12137945, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9318400, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23141238, + "runtime_create_ns": 28455, + "jit_attach_ns": 59063, + "context_create_ns": 108637, + "definition_eval_ns": 63685, + "first_eval_ns": 7872523, + "threshold_crossing_ns": 1647816, + "compile_ns": 6026447, + "install_ns": 44059, + "osr_ns": 0, + "steady_state_ns": 12137945 + } + } + }, + { + "pair_index": 6, + "reference": { + "elapsed_ns": 12153646, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9404416, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22785200, + "runtime_create_ns": 25413, + "jit_attach_ns": 63736, + "context_create_ns": 107584, + "definition_eval_ns": 53879, + "first_eval_ns": 7494796, + "threshold_crossing_ns": 1662285, + "compile_ns": 6005921, + "install_ns": 50039, + "osr_ns": 0, + "steady_state_ns": 12153646 + } + }, + "entry_cache": { + "elapsed_ns": 12182939, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9388032, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22966157, + "runtime_create_ns": 29182, + "jit_attach_ns": 59479, + "context_create_ns": 106716, + "definition_eval_ns": 52691, + "first_eval_ns": 7648166, + "threshold_crossing_ns": 1666787, + "compile_ns": 5982598, + "install_ns": 48679, + "osr_ns": 0, + "steady_state_ns": 12182939 + } + }, + "candidate": { + "elapsed_ns": 12131830, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9392128, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23003422, + "runtime_create_ns": 26547, + "jit_attach_ns": 63089, + "context_create_ns": 116264, + "definition_eval_ns": 67221, + "first_eval_ns": 7635704, + "threshold_crossing_ns": 1710442, + "compile_ns": 6018041, + "install_ns": 46522, + "osr_ns": 0, + "steady_state_ns": 12131830 + } + } + }, + { + "pair_index": 7, + "entry_cache": { + "elapsed_ns": 12250769, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9461760, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23115867, + "runtime_create_ns": 33443, + "jit_attach_ns": 63853, + "context_create_ns": 110379, + "definition_eval_ns": 56496, + "first_eval_ns": 7681482, + "threshold_crossing_ns": 1657744, + "compile_ns": 6036215, + "install_ns": 49482, + "osr_ns": 0, + "steady_state_ns": 12250769 + } + }, + "candidate": { + "elapsed_ns": 12170548, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9408512, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22954368, + "runtime_create_ns": 29322, + "jit_attach_ns": 58593, + "context_create_ns": 110184, + "definition_eval_ns": 53948, + "first_eval_ns": 7613150, + "threshold_crossing_ns": 1659920, + "compile_ns": 5960343, + "install_ns": 41722, + "osr_ns": 0, + "steady_state_ns": 12170548 + } + }, + "reference": { + "elapsed_ns": 12107714, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9461760, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23121432, + "runtime_create_ns": 25894, + "jit_attach_ns": 60179, + "context_create_ns": 108064, + "definition_eval_ns": 56674, + "first_eval_ns": 7889859, + "threshold_crossing_ns": 1650263, + "compile_ns": 6027197, + "install_ns": 48592, + "osr_ns": 0, + "steady_state_ns": 12107714 + } + } + }, + { + "pair_index": 8, + "entry_cache": { + "elapsed_ns": 12585007, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9502720, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23729261, + "runtime_create_ns": 28449, + "jit_attach_ns": 82525, + "context_create_ns": 168079, + "definition_eval_ns": 81536, + "first_eval_ns": 7540221, + "threshold_crossing_ns": 1961805, + "compile_ns": 6472571, + "install_ns": 59457, + "osr_ns": 0, + "steady_state_ns": 12585007 + } + }, + "candidate": { + "elapsed_ns": 12492731, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9318400, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23442039, + "runtime_create_ns": 30071, + "jit_attach_ns": 64865, + "context_create_ns": 117035, + "definition_eval_ns": 68302, + "first_eval_ns": 7518435, + "threshold_crossing_ns": 1895428, + "compile_ns": 6209250, + "install_ns": 53391, + "osr_ns": 0, + "steady_state_ns": 12492731 + } + }, + "reference": { + "elapsed_ns": 12404853, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9375744, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23556627, + "runtime_create_ns": 32239, + "jit_attach_ns": 63477, + "context_create_ns": 113028, + "definition_eval_ns": 58235, + "first_eval_ns": 7956908, + "threshold_crossing_ns": 1677314, + "compile_ns": 6110808, + "install_ns": 50864, + "osr_ns": 0, + "steady_state_ns": 12404853 + } + } + }, + { + "pair_index": 9, + "entry_cache": { + "elapsed_ns": 12197839, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9363456, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23030297, + "runtime_create_ns": 27665, + "jit_attach_ns": 67415, + "context_create_ns": 113974, + "definition_eval_ns": 62201, + "first_eval_ns": 7681901, + "threshold_crossing_ns": 1629406, + "compile_ns": 5970959, + "install_ns": 47342, + "osr_ns": 0, + "steady_state_ns": 12197839 + } + }, + "candidate": { + "elapsed_ns": 12128463, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9437184, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22982992, + "runtime_create_ns": 30921, + "jit_attach_ns": 58043, + "context_create_ns": 113750, + "definition_eval_ns": 55605, + "first_eval_ns": 7666802, + "threshold_crossing_ns": 1683598, + "compile_ns": 5987702, + "install_ns": 47910, + "osr_ns": 0, + "steady_state_ns": 12128463 + } + }, + "reference": { + "elapsed_ns": 12146347, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9392128, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22800995, + "runtime_create_ns": 27220, + "jit_attach_ns": 64123, + "context_create_ns": 112157, + "definition_eval_ns": 57226, + "first_eval_ns": 7188352, + "threshold_crossing_ns": 1984872, + "compile_ns": 6019033, + "install_ns": 47776, + "osr_ns": 0, + "steady_state_ns": 12146347 + } + } + }, + { + "pair_index": 10, + "entry_cache": { + "elapsed_ns": 12191431, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9347072, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22942101, + "runtime_create_ns": 29906, + "jit_attach_ns": 61218, + "context_create_ns": 107230, + "definition_eval_ns": 54258, + "first_eval_ns": 7609278, + "threshold_crossing_ns": 1633276, + "compile_ns": 5970567, + "install_ns": 44813, + "osr_ns": 0, + "steady_state_ns": 12191431 + } + }, + "candidate": { + "elapsed_ns": 12244626, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9453568, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23075469, + "runtime_create_ns": 26802, + "jit_attach_ns": 64072, + "context_create_ns": 109524, + "definition_eval_ns": 52369, + "first_eval_ns": 7692124, + "threshold_crossing_ns": 1663393, + "compile_ns": 5987965, + "install_ns": 47204, + "osr_ns": 0, + "steady_state_ns": 12244626 + } + }, + "reference": { + "elapsed_ns": 12116932, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9371648, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23044053, + "runtime_create_ns": 29065, + "jit_attach_ns": 61782, + "context_create_ns": 105974, + "definition_eval_ns": 57456, + "first_eval_ns": 7679689, + "threshold_crossing_ns": 1770720, + "compile_ns": 5984114, + "install_ns": 56020, + "osr_ns": 0, + "steady_state_ns": 12116932 + } + } + }, + { + "pair_index": 11, + "candidate": { + "elapsed_ns": 12216038, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9285632, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22643300, + "runtime_create_ns": 39576, + "jit_attach_ns": 72896, + "context_create_ns": 111486, + "definition_eval_ns": 55719, + "first_eval_ns": 7226042, + "threshold_crossing_ns": 1688380, + "compile_ns": 6005021, + "install_ns": 52372, + "osr_ns": 0, + "steady_state_ns": 12216038 + } + }, + "reference": { + "elapsed_ns": 12169446, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9527296, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22944135, + "runtime_create_ns": 24073, + "jit_attach_ns": 59169, + "context_create_ns": 107049, + "definition_eval_ns": 56048, + "first_eval_ns": 7608446, + "threshold_crossing_ns": 1673738, + "compile_ns": 5985474, + "install_ns": 51870, + "osr_ns": 0, + "steady_state_ns": 12169446 + } + }, + "entry_cache": { + "elapsed_ns": 12210185, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9351168, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22535720, + "runtime_create_ns": 29261, + "jit_attach_ns": 63199, + "context_create_ns": 108748, + "definition_eval_ns": 54333, + "first_eval_ns": 7156284, + "threshold_crossing_ns": 1649860, + "compile_ns": 5939197, + "install_ns": 42515, + "osr_ns": 0, + "steady_state_ns": 12210185 + } + } + }, + { + "pair_index": 12, + "candidate": { + "elapsed_ns": 12214113, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9371648, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22939130, + "runtime_create_ns": 31658, + "jit_attach_ns": 64591, + "context_create_ns": 115299, + "definition_eval_ns": 55586, + "first_eval_ns": 7524994, + "threshold_crossing_ns": 1672354, + "compile_ns": 5989209, + "install_ns": 46279, + "osr_ns": 0, + "steady_state_ns": 12214113 + } + }, + "reference": { + "elapsed_ns": 12084022, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9388032, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22864783, + "runtime_create_ns": 28297, + "jit_attach_ns": 56083, + "context_create_ns": 107199, + "definition_eval_ns": 58006, + "first_eval_ns": 7614394, + "threshold_crossing_ns": 1659065, + "compile_ns": 5941947, + "install_ns": 41657, + "osr_ns": 0, + "steady_state_ns": 12084022 + } + }, + "entry_cache": { + "elapsed_ns": 12333732, + "checksum": "number:40ba6d0000000000", + "native_entries": 2945, + "native_acquisitions": 1557, + "native_exits": 2945, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9490432, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23523451, + "runtime_create_ns": 26254, + "jit_attach_ns": 61222, + "context_create_ns": 109258, + "definition_eval_ns": 58978, + "first_eval_ns": 7984939, + "threshold_crossing_ns": 1674200, + "compile_ns": 4148780, + "install_ns": 44960, + "osr_ns": 0, + "steady_state_ns": 12333732 + } + } + }, + { + "pair_index": 13, + "candidate": { + "elapsed_ns": 12154829, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9342976, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23026818, + "runtime_create_ns": 30211, + "jit_attach_ns": 63291, + "context_create_ns": 108061, + "definition_eval_ns": 54995, + "first_eval_ns": 7733643, + "threshold_crossing_ns": 1635143, + "compile_ns": 5988536, + "install_ns": 47043, + "osr_ns": 0, + "steady_state_ns": 12154829 + } + }, + "reference": { + "elapsed_ns": 12115322, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9449472, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23043222, + "runtime_create_ns": 26221, + "jit_attach_ns": 57141, + "context_create_ns": 106477, + "definition_eval_ns": 50769, + "first_eval_ns": 7775125, + "threshold_crossing_ns": 1671979, + "compile_ns": 6007720, + "install_ns": 46154, + "osr_ns": 0, + "steady_state_ns": 12115322 + } + }, + "entry_cache": { + "elapsed_ns": 12101487, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9437184, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23097188, + "runtime_create_ns": 30103, + "jit_attach_ns": 60953, + "context_create_ns": 113443, + "definition_eval_ns": 61889, + "first_eval_ns": 7759971, + "threshold_crossing_ns": 1708916, + "compile_ns": 6004947, + "install_ns": 51174, + "osr_ns": 0, + "steady_state_ns": 12101487 + } + } + }, + { + "pair_index": 14, + "candidate": { + "elapsed_ns": 12178818, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9453568, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23321126, + "runtime_create_ns": 30384, + "jit_attach_ns": 77687, + "context_create_ns": 121854, + "definition_eval_ns": 74506, + "first_eval_ns": 7884095, + "threshold_crossing_ns": 1687410, + "compile_ns": 6102277, + "install_ns": 51535, + "osr_ns": 0, + "steady_state_ns": 12178818 + } + }, + "reference": { + "elapsed_ns": 12192291, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9277440, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22844633, + "runtime_create_ns": 25874, + "jit_attach_ns": 65105, + "context_create_ns": 109953, + "definition_eval_ns": 59665, + "first_eval_ns": 7523656, + "threshold_crossing_ns": 1622441, + "compile_ns": 5958324, + "install_ns": 43813, + "osr_ns": 0, + "steady_state_ns": 12192291 + } + }, + "entry_cache": { + "elapsed_ns": 12221007, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9375744, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23133513, + "runtime_create_ns": 28167, + "jit_attach_ns": 61161, + "context_create_ns": 111855, + "definition_eval_ns": 60929, + "first_eval_ns": 7739629, + "threshold_crossing_ns": 1637846, + "compile_ns": 5933134, + "install_ns": 44763, + "osr_ns": 0, + "steady_state_ns": 12221007 + } + } + }, + { + "pair_index": 15, + "reference": { + "elapsed_ns": 12165503, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9465856, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22871356, + "runtime_create_ns": 26187, + "jit_attach_ns": 64598, + "context_create_ns": 108569, + "definition_eval_ns": 57143, + "first_eval_ns": 7518468, + "threshold_crossing_ns": 1678246, + "compile_ns": 5974672, + "install_ns": 47401, + "osr_ns": 0, + "steady_state_ns": 12165503 + } + }, + "entry_cache": { + "elapsed_ns": 12140589, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9461760, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23097807, + "runtime_create_ns": 29977, + "jit_attach_ns": 56554, + "context_create_ns": 105200, + "definition_eval_ns": 50843, + "first_eval_ns": 7844668, + "threshold_crossing_ns": 1621044, + "compile_ns": 5975290, + "install_ns": 48962, + "osr_ns": 0, + "steady_state_ns": 12140589 + } + }, + "candidate": { + "elapsed_ns": 12164548, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9465856, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23238109, + "runtime_create_ns": 26133, + "jit_attach_ns": 58141, + "context_create_ns": 111263, + "definition_eval_ns": 60809, + "first_eval_ns": 7890004, + "threshold_crossing_ns": 1673416, + "compile_ns": 6017747, + "install_ns": 44398, + "osr_ns": 0, + "steady_state_ns": 12164548 + } + } + }, + { + "pair_index": 16, + "reference": { + "elapsed_ns": 12155266, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9396224, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22852044, + "runtime_create_ns": 28950, + "jit_attach_ns": 63807, + "context_create_ns": 107075, + "definition_eval_ns": 54838, + "first_eval_ns": 7532215, + "threshold_crossing_ns": 1660644, + "compile_ns": 5991538, + "install_ns": 49319, + "osr_ns": 0, + "steady_state_ns": 12155266 + } + }, + "entry_cache": { + "elapsed_ns": 12291161, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9371648, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23203316, + "runtime_create_ns": 29237, + "jit_attach_ns": 59340, + "context_create_ns": 112986, + "definition_eval_ns": 53461, + "first_eval_ns": 7723051, + "threshold_crossing_ns": 1670563, + "compile_ns": 5959960, + "install_ns": 42752, + "osr_ns": 0, + "steady_state_ns": 12291161 + } + }, + "candidate": { + "elapsed_ns": 12185325, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9445376, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23058180, + "runtime_create_ns": 32424, + "jit_attach_ns": 62255, + "context_create_ns": 110983, + "definition_eval_ns": 56969, + "first_eval_ns": 7663056, + "threshold_crossing_ns": 1692125, + "compile_ns": 6002802, + "install_ns": 50425, + "osr_ns": 0, + "steady_state_ns": 12185325 + } + } + }, + { + "pair_index": 17, + "reference": { + "elapsed_ns": 12072038, + "checksum": "number:40ba6d0000000000", + "native_entries": 18, + "native_exits": 18, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9392128, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 21960315, + "runtime_create_ns": 27588, + "jit_attach_ns": 62833, + "context_create_ns": 108631, + "definition_eval_ns": 56294, + "first_eval_ns": 6728102, + "threshold_crossing_ns": 1650782, + "compile_ns": 4757900, + "install_ns": 44238, + "osr_ns": 0, + "steady_state_ns": 12072038 + } + }, + "entry_cache": { + "elapsed_ns": 12084910, + "checksum": "number:40ba6d0000000000", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9367552, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23108351, + "runtime_create_ns": 34414, + "jit_attach_ns": 55594, + "context_create_ns": 103754, + "definition_eval_ns": 49297, + "first_eval_ns": 7877572, + "threshold_crossing_ns": 1644875, + "compile_ns": 5954891, + "install_ns": 49315, + "osr_ns": 0, + "steady_state_ns": 12084910 + } + }, + "candidate": { + "elapsed_ns": 12250123, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9396224, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23318780, + "runtime_create_ns": 30172, + "jit_attach_ns": 58198, + "context_create_ns": 110379, + "definition_eval_ns": 55466, + "first_eval_ns": 7897669, + "threshold_crossing_ns": 1684720, + "compile_ns": 5994843, + "install_ns": 48423, + "osr_ns": 0, + "steady_state_ns": 12250123 + } + } + }, + { + "pair_index": 18, + "reference": { + "elapsed_ns": 12094918, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9306112, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22748361, + "runtime_create_ns": 27928, + "jit_attach_ns": 55065, + "context_create_ns": 101613, + "definition_eval_ns": 45370, + "first_eval_ns": 7501799, + "threshold_crossing_ns": 1673068, + "compile_ns": 5946498, + "install_ns": 43855, + "osr_ns": 0, + "steady_state_ns": 12094918 + } + }, + "entry_cache": { + "elapsed_ns": 12231818, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9474048, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23308070, + "runtime_create_ns": 25449, + "jit_attach_ns": 62407, + "context_create_ns": 129050, + "definition_eval_ns": 46952, + "first_eval_ns": 7893547, + "threshold_crossing_ns": 1668704, + "compile_ns": 6060399, + "install_ns": 43532, + "osr_ns": 0, + "steady_state_ns": 12231818 + } + }, + "candidate": { + "elapsed_ns": 12165312, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9351168, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22490292, + "runtime_create_ns": 29721, + "jit_attach_ns": 56235, + "context_create_ns": 110341, + "definition_eval_ns": 60258, + "first_eval_ns": 7184596, + "threshold_crossing_ns": 1646437, + "compile_ns": 5972486, + "install_ns": 42425, + "osr_ns": 0, + "steady_state_ns": 12165312 + } + } + }, + { + "pair_index": 19, + "entry_cache": { + "elapsed_ns": 12150786, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9375744, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23060547, + "runtime_create_ns": 29176, + "jit_attach_ns": 62967, + "context_create_ns": 110796, + "definition_eval_ns": 56201, + "first_eval_ns": 7726838, + "threshold_crossing_ns": 1668032, + "compile_ns": 5980225, + "install_ns": 46714, + "osr_ns": 0, + "steady_state_ns": 12150786 + } + }, + "candidate": { + "elapsed_ns": 12185427, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9318400, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23126258, + "runtime_create_ns": 26511, + "jit_attach_ns": 58075, + "context_create_ns": 106217, + "definition_eval_ns": 56800, + "first_eval_ns": 7747738, + "threshold_crossing_ns": 1689623, + "compile_ns": 5982199, + "install_ns": 41069, + "osr_ns": 0, + "steady_state_ns": 12185427 + } + }, + "reference": { + "elapsed_ns": 12204149, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9281536, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23143454, + "runtime_create_ns": 26160, + "jit_attach_ns": 59532, + "context_create_ns": 105459, + "definition_eval_ns": 58320, + "first_eval_ns": 7798724, + "threshold_crossing_ns": 1674819, + "compile_ns": 5982124, + "install_ns": 42642, + "osr_ns": 0, + "steady_state_ns": 12204149 + } + } + }, + { + "pair_index": 20, + "entry_cache": { + "elapsed_ns": 12150012, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9441280, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23013004, + "runtime_create_ns": 24711, + "jit_attach_ns": 61155, + "context_create_ns": 106693, + "definition_eval_ns": 55943, + "first_eval_ns": 7754495, + "threshold_crossing_ns": 1640315, + "compile_ns": 6024238, + "install_ns": 45627, + "osr_ns": 0, + "steady_state_ns": 12150012 + } + }, + "candidate": { + "elapsed_ns": 12154633, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9494528, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23153427, + "runtime_create_ns": 23571, + "jit_attach_ns": 54441, + "context_create_ns": 104378, + "definition_eval_ns": 49403, + "first_eval_ns": 7863268, + "threshold_crossing_ns": 1649056, + "compile_ns": 6016201, + "install_ns": 43642, + "osr_ns": 0, + "steady_state_ns": 12154633 + } + }, + "reference": { + "elapsed_ns": 12098984, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9478144, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23226962, + "runtime_create_ns": 29231, + "jit_attach_ns": 57541, + "context_create_ns": 106323, + "definition_eval_ns": 51974, + "first_eval_ns": 7958850, + "threshold_crossing_ns": 1651390, + "compile_ns": 6029866, + "install_ns": 49903, + "osr_ns": 0, + "steady_state_ns": 12098984 + } + } + }, + { + "pair_index": 21, + "entry_cache": { + "elapsed_ns": 12079887, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9347072, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22490293, + "runtime_create_ns": 26024, + "jit_attach_ns": 60669, + "context_create_ns": 118695, + "definition_eval_ns": 55409, + "first_eval_ns": 7239488, + "threshold_crossing_ns": 1642843, + "compile_ns": 5924928, + "install_ns": 40761, + "osr_ns": 0, + "steady_state_ns": 12079887 + } + }, + "candidate": { + "elapsed_ns": 12162378, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9318400, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23187924, + "runtime_create_ns": 27797, + "jit_attach_ns": 54834, + "context_create_ns": 100666, + "definition_eval_ns": 48838, + "first_eval_ns": 7892915, + "threshold_crossing_ns": 1671245, + "compile_ns": 5910322, + "install_ns": 46229, + "osr_ns": 0, + "steady_state_ns": 12162378 + } + }, + "reference": { + "elapsed_ns": 12056605, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9420800, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23174492, + "runtime_create_ns": 25941, + "jit_attach_ns": 59247, + "context_create_ns": 105846, + "definition_eval_ns": 55694, + "first_eval_ns": 7934909, + "threshold_crossing_ns": 1680284, + "compile_ns": 6004944, + "install_ns": 47123, + "osr_ns": 0, + "steady_state_ns": 12056605 + } + } + }, + { + "pair_index": 22, + "entry_cache": { + "elapsed_ns": 12138796, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9392128, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23334403, + "runtime_create_ns": 26825, + "jit_attach_ns": 60801, + "context_create_ns": 106604, + "definition_eval_ns": 51613, + "first_eval_ns": 8013486, + "threshold_crossing_ns": 1681732, + "compile_ns": 6042152, + "install_ns": 47767, + "osr_ns": 0, + "steady_state_ns": 12138796 + } + }, + "candidate": { + "elapsed_ns": 12095432, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9379840, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23055689, + "runtime_create_ns": 28911, + "jit_attach_ns": 60156, + "context_create_ns": 113825, + "definition_eval_ns": 60265, + "first_eval_ns": 7771173, + "threshold_crossing_ns": 1662719, + "compile_ns": 6005608, + "install_ns": 51042, + "osr_ns": 0, + "steady_state_ns": 12095432 + } + }, + "reference": { + "elapsed_ns": 12239435, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9453568, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23161345, + "runtime_create_ns": 25987, + "jit_attach_ns": 61088, + "context_create_ns": 110941, + "definition_eval_ns": 54640, + "first_eval_ns": 7784668, + "threshold_crossing_ns": 1662193, + "compile_ns": 5976515, + "install_ns": 47537, + "osr_ns": 0, + "steady_state_ns": 12239435 + } + } + }, + { + "pair_index": 23, + "candidate": { + "elapsed_ns": 12242233, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9527296, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22867713, + "runtime_create_ns": 28506, + "jit_attach_ns": 68122, + "context_create_ns": 131967, + "definition_eval_ns": 63889, + "first_eval_ns": 7355985, + "threshold_crossing_ns": 1709627, + "compile_ns": 6051796, + "install_ns": 52416, + "osr_ns": 0, + "steady_state_ns": 12242233 + } + }, + "reference": { + "elapsed_ns": 12208905, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9379840, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22844431, + "runtime_create_ns": 29201, + "jit_attach_ns": 66009, + "context_create_ns": 115157, + "definition_eval_ns": 66997, + "first_eval_ns": 7444444, + "threshold_crossing_ns": 1661456, + "compile_ns": 6011744, + "install_ns": 46707, + "osr_ns": 0, + "steady_state_ns": 12208905 + } + }, + "entry_cache": { + "elapsed_ns": 12264535, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9445376, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22915289, + "runtime_create_ns": 32204, + "jit_attach_ns": 68873, + "context_create_ns": 119164, + "definition_eval_ns": 60375, + "first_eval_ns": 7474143, + "threshold_crossing_ns": 1679116, + "compile_ns": 6031674, + "install_ns": 51839, + "osr_ns": 0, + "steady_state_ns": 12264535 + } + } + }, + { + "pair_index": 24, + "candidate": { + "elapsed_ns": 12194637, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9326592, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22617476, + "runtime_create_ns": 32050, + "jit_attach_ns": 66562, + "context_create_ns": 110079, + "definition_eval_ns": 58301, + "first_eval_ns": 7224932, + "threshold_crossing_ns": 1671941, + "compile_ns": 6052531, + "install_ns": 49331, + "osr_ns": 0, + "steady_state_ns": 12194637 + } + }, + "reference": { + "elapsed_ns": 12134127, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9400320, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22613671, + "runtime_create_ns": 28694, + "jit_attach_ns": 75486, + "context_create_ns": 113418, + "definition_eval_ns": 60330, + "first_eval_ns": 7275232, + "threshold_crossing_ns": 1668446, + "compile_ns": 5995685, + "install_ns": 49446, + "osr_ns": 0, + "steady_state_ns": 12134127 + } + }, + "entry_cache": { + "elapsed_ns": 12276483, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9371648, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22978553, + "runtime_create_ns": 27173, + "jit_attach_ns": 64773, + "context_create_ns": 110799, + "definition_eval_ns": 62566, + "first_eval_ns": 7510020, + "threshold_crossing_ns": 1669612, + "compile_ns": 5975293, + "install_ns": 45979, + "osr_ns": 0, + "steady_state_ns": 12276483 + } + } + }, + { + "pair_index": 25, + "candidate": { + "elapsed_ns": 12144801, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9445376, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22625562, + "runtime_create_ns": 31654, + "jit_attach_ns": 75961, + "context_create_ns": 120059, + "definition_eval_ns": 64985, + "first_eval_ns": 7249117, + "threshold_crossing_ns": 1701711, + "compile_ns": 6023257, + "install_ns": 52470, + "osr_ns": 0, + "steady_state_ns": 12144801 + } + }, + "reference": { + "elapsed_ns": 12216450, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9359360, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23012615, + "runtime_create_ns": 30458, + "jit_attach_ns": 59863, + "context_create_ns": 110085, + "definition_eval_ns": 56770, + "first_eval_ns": 7570927, + "threshold_crossing_ns": 1695562, + "compile_ns": 6006524, + "install_ns": 50841, + "osr_ns": 0, + "steady_state_ns": 12216450 + } + }, + "entry_cache": { + "elapsed_ns": 12395733, + "checksum": "number:40ba6d0000000000", + "native_entries": 18, + "native_acquisitions": 18, + "native_exits": 18, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9338880, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23151583, + "runtime_create_ns": 33765, + "jit_attach_ns": 67000, + "context_create_ns": 107710, + "definition_eval_ns": 61357, + "first_eval_ns": 7543458, + "threshold_crossing_ns": 1674856, + "compile_ns": 5972470, + "install_ns": 42502, + "osr_ns": 0, + "steady_state_ns": 12395733 + } + } + }, + { + "pair_index": 26, + "candidate": { + "elapsed_ns": 12506702, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9408512, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23334179, + "runtime_create_ns": 28132, + "jit_attach_ns": 64514, + "context_create_ns": 112730, + "definition_eval_ns": 56562, + "first_eval_ns": 7633178, + "threshold_crossing_ns": 1680090, + "compile_ns": 6012696, + "install_ns": 50521, + "osr_ns": 0, + "steady_state_ns": 12506702 + } + }, + "reference": { + "elapsed_ns": 12202039, + "checksum": "number:40ba6d0000000000", + "native_entries": 18, + "native_exits": 18, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9322496, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22592822, + "runtime_create_ns": 27599, + "jit_attach_ns": 76962, + "context_create_ns": 107932, + "definition_eval_ns": 58604, + "first_eval_ns": 7245427, + "threshold_crossing_ns": 1628187, + "compile_ns": 5963804, + "install_ns": 44223, + "osr_ns": 0, + "steady_state_ns": 12202039 + } + }, + "entry_cache": { + "elapsed_ns": 12316309, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9412608, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23203135, + "runtime_create_ns": 26184, + "jit_attach_ns": 62344, + "context_create_ns": 109225, + "definition_eval_ns": 61813, + "first_eval_ns": 7672763, + "threshold_crossing_ns": 1686116, + "compile_ns": 5945555, + "install_ns": 47466, + "osr_ns": 0, + "steady_state_ns": 12316309 + } + } + }, + { + "pair_index": 27, + "reference": { + "elapsed_ns": 12152459, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9379840, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23372486, + "runtime_create_ns": 35828, + "jit_attach_ns": 65270, + "context_create_ns": 107441, + "definition_eval_ns": 55298, + "first_eval_ns": 8057261, + "threshold_crossing_ns": 1650296, + "compile_ns": 6042535, + "install_ns": 51119, + "osr_ns": 0, + "steady_state_ns": 12152459 + } + }, + "entry_cache": { + "elapsed_ns": 12343971, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9408512, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23275647, + "runtime_create_ns": 29877, + "jit_attach_ns": 62206, + "context_create_ns": 111593, + "definition_eval_ns": 59396, + "first_eval_ns": 7700217, + "threshold_crossing_ns": 1695262, + "compile_ns": 6022798, + "install_ns": 47634, + "osr_ns": 0, + "steady_state_ns": 12343971 + } + }, + "candidate": { + "elapsed_ns": 12287388, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9433088, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22845887, + "runtime_create_ns": 31772, + "jit_attach_ns": 66115, + "context_create_ns": 118950, + "definition_eval_ns": 58379, + "first_eval_ns": 7334686, + "threshold_crossing_ns": 1706003, + "compile_ns": 6014213, + "install_ns": 46985, + "osr_ns": 0, + "steady_state_ns": 12287388 + } + } + }, + { + "pair_index": 28, + "reference": { + "elapsed_ns": 12130253, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9375744, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22620312, + "runtime_create_ns": 30144, + "jit_attach_ns": 65484, + "context_create_ns": 121700, + "definition_eval_ns": 59687, + "first_eval_ns": 7321007, + "threshold_crossing_ns": 1647903, + "compile_ns": 6025470, + "install_ns": 45569, + "osr_ns": 0, + "steady_state_ns": 12130253 + } + }, + "entry_cache": { + "elapsed_ns": 12165075, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9445376, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22916845, + "runtime_create_ns": 27691, + "jit_attach_ns": 59304, + "context_create_ns": 111662, + "definition_eval_ns": 60593, + "first_eval_ns": 7562006, + "threshold_crossing_ns": 1692397, + "compile_ns": 5989139, + "install_ns": 45754, + "osr_ns": 0, + "steady_state_ns": 12165075 + } + }, + "candidate": { + "elapsed_ns": 12238051, + "checksum": "number:40ba6d0000000000", + "native_entries": 2981, + "native_acquisitions": 1565, + "native_exits": 2981, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9363456, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22627181, + "runtime_create_ns": 29413, + "jit_attach_ns": 63492, + "context_create_ns": 118775, + "definition_eval_ns": 63076, + "first_eval_ns": 7194359, + "threshold_crossing_ns": 1688278, + "compile_ns": 4408869, + "install_ns": 48618, + "osr_ns": 0, + "steady_state_ns": 12238051 + } + } + }, + { + "pair_index": 29, + "reference": { + "elapsed_ns": 12257867, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9396224, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22967474, + "runtime_create_ns": 29026, + "jit_attach_ns": 67666, + "context_create_ns": 114580, + "definition_eval_ns": 56514, + "first_eval_ns": 7507659, + "threshold_crossing_ns": 1673169, + "compile_ns": 6034809, + "install_ns": 49388, + "osr_ns": 0, + "steady_state_ns": 12257867 + } + }, + "entry_cache": { + "elapsed_ns": 12413583, + "checksum": "number:40ba6d0000000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9412608, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 23262297, + "runtime_create_ns": 25676, + "jit_attach_ns": 58993, + "context_create_ns": 106777, + "definition_eval_ns": 56037, + "first_eval_ns": 7661571, + "threshold_crossing_ns": 1679493, + "compile_ns": 5956760, + "install_ns": 42087, + "osr_ns": 0, + "steady_state_ns": 12413583 + } + }, + "candidate": { + "elapsed_ns": 12155610, + "checksum": "number:40ba6d0000000000", + "native_entries": 17, + "native_acquisitions": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9310208, + "code_bytes": 9863, + "metadata_bytes": 3166, + "active_ir_bytes": 1287, + "automatic_ready": true, + "phases": { + "total_ns": 22808602, + "runtime_create_ns": 34266, + "jit_attach_ns": 70543, + "context_create_ns": 118259, + "definition_eval_ns": 61845, + "first_eval_ns": 7418403, + "threshold_crossing_ns": 1696361, + "compile_ns": 6027443, + "install_ns": 50296, + "osr_ns": 0, + "steady_state_ns": 12155610 + } + } + } + ], + "automatic": [ + { + "pair_index": 0, + "reference": { + "elapsed_ns": 12196849, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9355264, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023551545, + "runtime_create_ns": 26037, + "jit_attach_ns": 65809, + "context_create_ns": 119503, + "definition_eval_ns": 42900, + "first_eval_ns": 6105942, + "threshold_crossing_ns": 2003746726, + "compile_ns": 5467061, + "install_ns": 40418, + "osr_ns": 0, + "steady_state_ns": 12196849 + } + }, + "entry_cache": { + "elapsed_ns": 12306456, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9297920, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2025216209, + "runtime_create_ns": 29436, + "jit_attach_ns": 67696, + "context_create_ns": 118291, + "definition_eval_ns": 46003, + "first_eval_ns": 6376422, + "threshold_crossing_ns": 2004999698, + "compile_ns": 5445894, + "install_ns": 36418, + "osr_ns": 0, + "steady_state_ns": 12306456 + } + }, + "candidate": { + "elapsed_ns": 12106911, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9117696, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023960561, + "runtime_create_ns": 28878, + "jit_attach_ns": 68100, + "context_create_ns": 123910, + "definition_eval_ns": 44886, + "first_eval_ns": 6140514, + "threshold_crossing_ns": 2004199655, + "compile_ns": 5502860, + "install_ns": 48458, + "osr_ns": 0, + "steady_state_ns": 12106911 + } + } + }, + { + "pair_index": 1, + "reference": { + "elapsed_ns": 12176463, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9269248, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2021856174, + "runtime_create_ns": 24331, + "jit_attach_ns": 48765, + "context_create_ns": 99788, + "definition_eval_ns": 32405, + "first_eval_ns": 4282039, + "threshold_crossing_ns": 2003935506, + "compile_ns": 2553312, + "install_ns": 28881, + "osr_ns": 0, + "steady_state_ns": 12176463 + } + }, + "entry_cache": { + "elapsed_ns": 12323399, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9412608, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2022876412, + "runtime_create_ns": 27960, + "jit_attach_ns": 68538, + "context_create_ns": 113637, + "definition_eval_ns": 51368, + "first_eval_ns": 4388038, + "threshold_crossing_ns": 2004641159, + "compile_ns": 2600171, + "install_ns": 31641, + "osr_ns": 0, + "steady_state_ns": 12323399 + } + }, + "candidate": { + "elapsed_ns": 12120786, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9281536, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2021645515, + "runtime_create_ns": 32133, + "jit_attach_ns": 80622, + "context_create_ns": 115056, + "definition_eval_ns": 45612, + "first_eval_ns": 4470743, + "threshold_crossing_ns": 2003558309, + "compile_ns": 2665706, + "install_ns": 33626, + "osr_ns": 0, + "steady_state_ns": 12120786 + } + } + }, + { + "pair_index": 2, + "reference": { + "elapsed_ns": 12119805, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9322496, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024216889, + "runtime_create_ns": 28790, + "jit_attach_ns": 67428, + "context_create_ns": 110855, + "definition_eval_ns": 41944, + "first_eval_ns": 6336438, + "threshold_crossing_ns": 2004298811, + "compile_ns": 5448967, + "install_ns": 32920, + "osr_ns": 0, + "steady_state_ns": 12119805 + } + }, + "entry_cache": { + "elapsed_ns": 12064580, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9199616, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024058108, + "runtime_create_ns": 29385, + "jit_attach_ns": 66467, + "context_create_ns": 115149, + "definition_eval_ns": 44297, + "first_eval_ns": 6205582, + "threshold_crossing_ns": 2004303738, + "compile_ns": 5459660, + "install_ns": 36114, + "osr_ns": 0, + "steady_state_ns": 12064580 + } + }, + "candidate": { + "elapsed_ns": 12097400, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9191424, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024311623, + "runtime_create_ns": 31377, + "jit_attach_ns": 64618, + "context_create_ns": 110869, + "definition_eval_ns": 52544, + "first_eval_ns": 6193007, + "threshold_crossing_ns": 2004517062, + "compile_ns": 5442239, + "install_ns": 34670, + "osr_ns": 0, + "steady_state_ns": 12097400 + } + } + }, + { + "pair_index": 3, + "reference": { + "elapsed_ns": 12138071, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9240576, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023932140, + "runtime_create_ns": 24128, + "jit_attach_ns": 64677, + "context_create_ns": 109185, + "definition_eval_ns": 51775, + "first_eval_ns": 6226367, + "threshold_crossing_ns": 2004109450, + "compile_ns": 5484340, + "install_ns": 41377, + "osr_ns": 0, + "steady_state_ns": 12138071 + } + }, + "entry_cache": { + "elapsed_ns": 12170604, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9211904, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024488010, + "runtime_create_ns": 34792, + "jit_attach_ns": 70371, + "context_create_ns": 119116, + "definition_eval_ns": 67663, + "first_eval_ns": 6255799, + "threshold_crossing_ns": 2004506363, + "compile_ns": 5562172, + "install_ns": 41266, + "osr_ns": 0, + "steady_state_ns": 12170604 + } + }, + "candidate": { + "elapsed_ns": 12307235, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9281536, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024227387, + "runtime_create_ns": 32546, + "jit_attach_ns": 63250, + "context_create_ns": 115826, + "definition_eval_ns": 43880, + "first_eval_ns": 6469024, + "threshold_crossing_ns": 2003962219, + "compile_ns": 5524559, + "install_ns": 39367, + "osr_ns": 0, + "steady_state_ns": 12307235 + } + } + }, + { + "pair_index": 4, + "entry_cache": { + "elapsed_ns": 12341596, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9256960, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024755812, + "runtime_create_ns": 27816, + "jit_attach_ns": 58278, + "context_create_ns": 105711, + "definition_eval_ns": 39461, + "first_eval_ns": 6445611, + "threshold_crossing_ns": 2004488850, + "compile_ns": 5368713, + "install_ns": 32083, + "osr_ns": 0, + "steady_state_ns": 12341596 + } + }, + "candidate": { + "elapsed_ns": 12135700, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9318400, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2021959420, + "runtime_create_ns": 29311, + "jit_attach_ns": 63873, + "context_create_ns": 111833, + "definition_eval_ns": 44177, + "first_eval_ns": 4392285, + "threshold_crossing_ns": 2003934069, + "compile_ns": 2632445, + "install_ns": 32573, + "osr_ns": 0, + "steady_state_ns": 12135700 + } + }, + "reference": { + "elapsed_ns": 12111600, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9134080, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2022888081, + "runtime_create_ns": 30359, + "jit_attach_ns": 62932, + "context_create_ns": 107463, + "definition_eval_ns": 45714, + "first_eval_ns": 4412785, + "threshold_crossing_ns": 2004873509, + "compile_ns": 2615767, + "install_ns": 33275, + "osr_ns": 0, + "steady_state_ns": 12111600 + } + } + }, + { + "pair_index": 5, + "entry_cache": { + "elapsed_ns": 12184875, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9170944, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2021644140, + "runtime_create_ns": 25208, + "jit_attach_ns": 50707, + "context_create_ns": 98641, + "definition_eval_ns": 31673, + "first_eval_ns": 4367664, + "threshold_crossing_ns": 2003645009, + "compile_ns": 2596178, + "install_ns": 27807, + "osr_ns": 0, + "steady_state_ns": 12184875 + } + }, + "candidate": { + "elapsed_ns": 12123641, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9248768, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023503664, + "runtime_create_ns": 26547, + "jit_attach_ns": 64568, + "context_create_ns": 124124, + "definition_eval_ns": 49293, + "first_eval_ns": 6086237, + "threshold_crossing_ns": 2003787031, + "compile_ns": 5421187, + "install_ns": 34765, + "osr_ns": 0, + "steady_state_ns": 12123641 + } + }, + "reference": { + "elapsed_ns": 12070652, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9289728, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023999136, + "runtime_create_ns": 25770, + "jit_attach_ns": 66807, + "context_create_ns": 110000, + "definition_eval_ns": 48801, + "first_eval_ns": 6443597, + "threshold_crossing_ns": 2003987803, + "compile_ns": 5452326, + "install_ns": 35247, + "osr_ns": 0, + "steady_state_ns": 12070652 + } + } + }, + { + "pair_index": 6, + "entry_cache": { + "elapsed_ns": 12047265, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9289728, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024827472, + "runtime_create_ns": 28042, + "jit_attach_ns": 61761, + "context_create_ns": 106373, + "definition_eval_ns": 38516, + "first_eval_ns": 6452011, + "threshold_crossing_ns": 2004877397, + "compile_ns": 5429417, + "install_ns": 39962, + "osr_ns": 0, + "steady_state_ns": 12047265 + } + }, + "candidate": { + "elapsed_ns": 12169996, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9404416, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024571999, + "runtime_create_ns": 27498, + "jit_attach_ns": 71266, + "context_create_ns": 111870, + "definition_eval_ns": 45017, + "first_eval_ns": 6540815, + "threshold_crossing_ns": 2004359463, + "compile_ns": 5502888, + "install_ns": 36701, + "osr_ns": 0, + "steady_state_ns": 12169996 + } + }, + "reference": { + "elapsed_ns": 12120670, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9347072, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023777574, + "runtime_create_ns": 28248, + "jit_attach_ns": 66468, + "context_create_ns": 110411, + "definition_eval_ns": 47056, + "first_eval_ns": 6044508, + "threshold_crossing_ns": 2004130879, + "compile_ns": 5538576, + "install_ns": 40577, + "osr_ns": 0, + "steady_state_ns": 12120670 + } + } + }, + { + "pair_index": 7, + "entry_cache": { + "elapsed_ns": 12176969, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9170944, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024527011, + "runtime_create_ns": 33082, + "jit_attach_ns": 69410, + "context_create_ns": 113723, + "definition_eval_ns": 44582, + "first_eval_ns": 6336753, + "threshold_crossing_ns": 2004503231, + "compile_ns": 5482442, + "install_ns": 39774, + "osr_ns": 0, + "steady_state_ns": 12176969 + } + }, + "candidate": { + "elapsed_ns": 12145479, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9330688, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024311220, + "runtime_create_ns": 26260, + "jit_attach_ns": 65343, + "context_create_ns": 116931, + "definition_eval_ns": 50081, + "first_eval_ns": 6609029, + "threshold_crossing_ns": 2004075353, + "compile_ns": 5481934, + "install_ns": 44316, + "osr_ns": 0, + "steady_state_ns": 12145479 + } + }, + "reference": { + "elapsed_ns": 12151343, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9248768, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024140605, + "runtime_create_ns": 30941, + "jit_attach_ns": 66160, + "context_create_ns": 101486, + "definition_eval_ns": 46970, + "first_eval_ns": 6335514, + "threshold_crossing_ns": 2004157990, + "compile_ns": 5415223, + "install_ns": 38991, + "osr_ns": 0, + "steady_state_ns": 12151343 + } + } + }, + { + "pair_index": 8, + "candidate": { + "elapsed_ns": 12117751, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9244672, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023736192, + "runtime_create_ns": 30937, + "jit_attach_ns": 78912, + "context_create_ns": 114694, + "definition_eval_ns": 44373, + "first_eval_ns": 6133211, + "threshold_crossing_ns": 2003961034, + "compile_ns": 5558903, + "install_ns": 43763, + "osr_ns": 0, + "steady_state_ns": 12117751 + } + }, + "reference": { + "elapsed_ns": 12101267, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9342976, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023754358, + "runtime_create_ns": 27345, + "jit_attach_ns": 64198, + "context_create_ns": 108669, + "definition_eval_ns": 43884, + "first_eval_ns": 6325504, + "threshold_crossing_ns": 2003833291, + "compile_ns": 5466144, + "install_ns": 40673, + "osr_ns": 0, + "steady_state_ns": 12101267 + } + }, + "entry_cache": { + "elapsed_ns": 12201655, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9248768, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2025040904, + "runtime_create_ns": 32001, + "jit_attach_ns": 69953, + "context_create_ns": 113438, + "definition_eval_ns": 46937, + "first_eval_ns": 6361760, + "threshold_crossing_ns": 2004971429, + "compile_ns": 5443702, + "install_ns": 39931, + "osr_ns": 0, + "steady_state_ns": 12201655 + } + } + }, + { + "pair_index": 9, + "candidate": { + "elapsed_ns": 12811642, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9273344, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2022874850, + "runtime_create_ns": 29910, + "jit_attach_ns": 60886, + "context_create_ns": 108628, + "definition_eval_ns": 42327, + "first_eval_ns": 4386536, + "threshold_crossing_ns": 2004154341, + "compile_ns": 2646882, + "install_ns": 39431, + "osr_ns": 0, + "steady_state_ns": 12811642 + } + }, + "reference": { + "elapsed_ns": 12142852, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9216000, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2022154897, + "runtime_create_ns": 31855, + "jit_attach_ns": 64130, + "context_create_ns": 110573, + "definition_eval_ns": 45641, + "first_eval_ns": 4485838, + "threshold_crossing_ns": 2004025699, + "compile_ns": 2659672, + "install_ns": 38229, + "osr_ns": 0, + "steady_state_ns": 12142852 + } + }, + "entry_cache": { + "elapsed_ns": 12189266, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9285632, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024692763, + "runtime_create_ns": 36215, + "jit_attach_ns": 63139, + "context_create_ns": 117977, + "definition_eval_ns": 42767, + "first_eval_ns": 6458516, + "threshold_crossing_ns": 2004532854, + "compile_ns": 5466567, + "install_ns": 525800, + "osr_ns": 0, + "steady_state_ns": 12189266 + } + } + }, + { + "pair_index": 10, + "candidate": { + "elapsed_ns": 12159438, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9121792, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024383925, + "runtime_create_ns": 26969, + "jit_attach_ns": 61472, + "context_create_ns": 112593, + "definition_eval_ns": 39982, + "first_eval_ns": 6526940, + "threshold_crossing_ns": 2004231515, + "compile_ns": 5633948, + "install_ns": 34809, + "osr_ns": 0, + "steady_state_ns": 12159438 + } + }, + "reference": { + "elapsed_ns": 12118367, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9326592, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024241115, + "runtime_create_ns": 28741, + "jit_attach_ns": 68298, + "context_create_ns": 115303, + "definition_eval_ns": 51089, + "first_eval_ns": 6198223, + "threshold_crossing_ns": 2004408603, + "compile_ns": 5470027, + "install_ns": 35743, + "osr_ns": 0, + "steady_state_ns": 12118367 + } + }, + "entry_cache": { + "elapsed_ns": 12286618, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9293824, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023193690, + "runtime_create_ns": 30381, + "jit_attach_ns": 67862, + "context_create_ns": 120109, + "definition_eval_ns": 44470, + "first_eval_ns": 4538671, + "threshold_crossing_ns": 2004837994, + "compile_ns": 2715992, + "install_ns": 34660, + "osr_ns": 0, + "steady_state_ns": 12286618 + } + } + }, + { + "pair_index": 11, + "candidate": { + "elapsed_ns": 12207597, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9261056, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024320594, + "runtime_create_ns": 33011, + "jit_attach_ns": 66216, + "context_create_ns": 113746, + "definition_eval_ns": 42598, + "first_eval_ns": 6019514, + "threshold_crossing_ns": 2004586532, + "compile_ns": 5483160, + "install_ns": 40995, + "osr_ns": 0, + "steady_state_ns": 12207597 + } + }, + "reference": { + "elapsed_ns": 12145580, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9187328, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024102661, + "runtime_create_ns": 28184, + "jit_attach_ns": 64631, + "context_create_ns": 106500, + "definition_eval_ns": 52645, + "first_eval_ns": 6479999, + "threshold_crossing_ns": 2003980946, + "compile_ns": 5432687, + "install_ns": 42920, + "osr_ns": 0, + "steady_state_ns": 12145580 + } + }, + "entry_cache": { + "elapsed_ns": 12105640, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9170944, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023660288, + "runtime_create_ns": 29679, + "jit_attach_ns": 67066, + "context_create_ns": 121126, + "definition_eval_ns": 42257, + "first_eval_ns": 6249698, + "threshold_crossing_ns": 2003837918, + "compile_ns": 5481995, + "install_ns": 37994, + "osr_ns": 0, + "steady_state_ns": 12105640 + } + } + }, + { + "pair_index": 12, + "reference": { + "elapsed_ns": 12169294, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9359360, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024612885, + "runtime_create_ns": 26328, + "jit_attach_ns": 53229, + "context_create_ns": 100731, + "definition_eval_ns": 36211, + "first_eval_ns": 6407814, + "threshold_crossing_ns": 2004610589, + "compile_ns": 5401619, + "install_ns": 37677, + "osr_ns": 0, + "steady_state_ns": 12169294 + } + }, + "entry_cache": { + "elapsed_ns": 12077069, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9248768, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023005136, + "runtime_create_ns": 29511, + "jit_attach_ns": 66549, + "context_create_ns": 117247, + "definition_eval_ns": 48611, + "first_eval_ns": 4889410, + "threshold_crossing_ns": 2004529817, + "compile_ns": 4256066, + "install_ns": 41028, + "osr_ns": 0, + "steady_state_ns": 12077069 + } + }, + "candidate": { + "elapsed_ns": 12176558, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9191424, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024664990, + "runtime_create_ns": 35423, + "jit_attach_ns": 66786, + "context_create_ns": 115225, + "definition_eval_ns": 43961, + "first_eval_ns": 6537647, + "threshold_crossing_ns": 2004440775, + "compile_ns": 5484494, + "install_ns": 37211, + "osr_ns": 0, + "steady_state_ns": 12176558 + } + } + }, + { + "pair_index": 13, + "reference": { + "elapsed_ns": 12194229, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9359360, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2022215423, + "runtime_create_ns": 26680, + "jit_attach_ns": 51059, + "context_create_ns": 102141, + "definition_eval_ns": 33863, + "first_eval_ns": 4369023, + "threshold_crossing_ns": 2004197070, + "compile_ns": 2609396, + "install_ns": 33172, + "osr_ns": 0, + "steady_state_ns": 12194229 + } + }, + "entry_cache": { + "elapsed_ns": 12159296, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9334784, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024443783, + "runtime_create_ns": 28280, + "jit_attach_ns": 66406, + "context_create_ns": 115175, + "definition_eval_ns": 45515, + "first_eval_ns": 6419178, + "threshold_crossing_ns": 2004377684, + "compile_ns": 5495538, + "install_ns": 32782, + "osr_ns": 0, + "steady_state_ns": 12159296 + } + }, + "candidate": { + "elapsed_ns": 12185864, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9216000, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2022732247, + "runtime_create_ns": 32604, + "jit_attach_ns": 68420, + "context_create_ns": 114536, + "definition_eval_ns": 46842, + "first_eval_ns": 4593283, + "threshold_crossing_ns": 2004434682, + "compile_ns": 2767076, + "install_ns": 37516, + "osr_ns": 0, + "steady_state_ns": 12185864 + } + } + }, + { + "pair_index": 14, + "reference": { + "elapsed_ns": 12220162, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9293824, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024236997, + "runtime_create_ns": 25770, + "jit_attach_ns": 57675, + "context_create_ns": 106904, + "definition_eval_ns": 36967, + "first_eval_ns": 6031598, + "threshold_crossing_ns": 2004498273, + "compile_ns": 5431860, + "install_ns": 34845, + "osr_ns": 0, + "steady_state_ns": 12220162 + } + }, + "entry_cache": { + "elapsed_ns": 12247855, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9412608, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024309102, + "runtime_create_ns": 28272, + "jit_attach_ns": 69501, + "context_create_ns": 119902, + "definition_eval_ns": 44877, + "first_eval_ns": 6338224, + "threshold_crossing_ns": 2004196820, + "compile_ns": 5441992, + "install_ns": 37992, + "osr_ns": 0, + "steady_state_ns": 12247855 + } + }, + "candidate": { + "elapsed_ns": 12129934, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9285632, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023944896, + "runtime_create_ns": 36680, + "jit_attach_ns": 70248, + "context_create_ns": 114884, + "definition_eval_ns": 49276, + "first_eval_ns": 5995425, + "threshold_crossing_ns": 2004309923, + "compile_ns": 5572325, + "install_ns": 44105, + "osr_ns": 0, + "steady_state_ns": 12129934 + } + } + }, + { + "pair_index": 15, + "reference": { + "elapsed_ns": 12089191, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9179136, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024572926, + "runtime_create_ns": 29772, + "jit_attach_ns": 68035, + "context_create_ns": 109720, + "definition_eval_ns": 47302, + "first_eval_ns": 6090025, + "threshold_crossing_ns": 2004905605, + "compile_ns": 5444609, + "install_ns": 40313, + "osr_ns": 0, + "steady_state_ns": 12089191 + } + }, + "entry_cache": { + "elapsed_ns": 12133980, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9248768, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024357056, + "runtime_create_ns": 32067, + "jit_attach_ns": 68815, + "context_create_ns": 109250, + "definition_eval_ns": 43403, + "first_eval_ns": 6399337, + "threshold_crossing_ns": 2004322360, + "compile_ns": 5488089, + "install_ns": 38994, + "osr_ns": 0, + "steady_state_ns": 12133980 + } + }, + "candidate": { + "elapsed_ns": 12139077, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9252864, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023641779, + "runtime_create_ns": 29144, + "jit_attach_ns": 66636, + "context_create_ns": 124283, + "definition_eval_ns": 41787, + "first_eval_ns": 6111581, + "threshold_crossing_ns": 2003878164, + "compile_ns": 5435317, + "install_ns": 35437, + "osr_ns": 0, + "steady_state_ns": 12139077 + } + } + }, + { + "pair_index": 16, + "entry_cache": { + "elapsed_ns": 12117251, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9244672, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023993834, + "runtime_create_ns": 26075, + "jit_attach_ns": 54781, + "context_create_ns": 110686, + "definition_eval_ns": 40374, + "first_eval_ns": 6412417, + "threshold_crossing_ns": 2003988457, + "compile_ns": 5422069, + "install_ns": 42163, + "osr_ns": 0, + "steady_state_ns": 12117251 + } + }, + "candidate": { + "elapsed_ns": 12123135, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9244672, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024033185, + "runtime_create_ns": 30290, + "jit_attach_ns": 68173, + "context_create_ns": 117183, + "definition_eval_ns": 42563, + "first_eval_ns": 6443487, + "threshold_crossing_ns": 2003963615, + "compile_ns": 5471947, + "install_ns": 36039, + "osr_ns": 0, + "steady_state_ns": 12123135 + } + }, + "reference": { + "elapsed_ns": 12151337, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9359360, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024761892, + "runtime_create_ns": 27267, + "jit_attach_ns": 64298, + "context_create_ns": 109877, + "definition_eval_ns": 41482, + "first_eval_ns": 6420963, + "threshold_crossing_ns": 2004694254, + "compile_ns": 5458694, + "install_ns": 36856, + "osr_ns": 0, + "steady_state_ns": 12151337 + } + } + }, + { + "pair_index": 17, + "entry_cache": { + "elapsed_ns": 12182476, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9355264, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024279147, + "runtime_create_ns": 23641, + "jit_attach_ns": 54282, + "context_create_ns": 105938, + "definition_eval_ns": 39748, + "first_eval_ns": 6497276, + "threshold_crossing_ns": 2004126869, + "compile_ns": 5407404, + "install_ns": 33835, + "osr_ns": 0, + "steady_state_ns": 12182476 + } + }, + "candidate": { + "elapsed_ns": 12156834, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9334784, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024091227, + "runtime_create_ns": 33207, + "jit_attach_ns": 70742, + "context_create_ns": 134216, + "definition_eval_ns": 49440, + "first_eval_ns": 6158240, + "threshold_crossing_ns": 2004250269, + "compile_ns": 5506473, + "install_ns": 39617, + "osr_ns": 0, + "steady_state_ns": 12156834 + } + }, + "reference": { + "elapsed_ns": 12175115, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9224192, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023355293, + "runtime_create_ns": 35060, + "jit_attach_ns": 66621, + "context_create_ns": 113949, + "definition_eval_ns": 49334, + "first_eval_ns": 6004322, + "threshold_crossing_ns": 2003668909, + "compile_ns": 5461287, + "install_ns": 40216, + "osr_ns": 0, + "steady_state_ns": 12175115 + } + } + }, + { + "pair_index": 18, + "entry_cache": { + "elapsed_ns": 12108538, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9166848, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023998466, + "runtime_create_ns": 24735, + "jit_attach_ns": 52492, + "context_create_ns": 103566, + "definition_eval_ns": 30581, + "first_eval_ns": 6180515, + "threshold_crossing_ns": 2004256092, + "compile_ns": 5341429, + "install_ns": 35579, + "osr_ns": 0, + "steady_state_ns": 12108538 + } + }, + "candidate": { + "elapsed_ns": 12160113, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9351168, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024320943, + "runtime_create_ns": 28643, + "jit_attach_ns": 66067, + "context_create_ns": 114366, + "definition_eval_ns": 49931, + "first_eval_ns": 6209643, + "threshold_crossing_ns": 2004441031, + "compile_ns": 5493181, + "install_ns": 43418, + "osr_ns": 0, + "steady_state_ns": 12160113 + } + }, + "reference": { + "elapsed_ns": 12079577, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9117696, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2021739794, + "runtime_create_ns": 34127, + "jit_attach_ns": 62899, + "context_create_ns": 106755, + "definition_eval_ns": 46468, + "first_eval_ns": 4471851, + "threshold_crossing_ns": 2003685374, + "compile_ns": 2685768, + "install_ns": 34122, + "osr_ns": 0, + "steady_state_ns": 12079577 + } + } + }, + { + "pair_index": 19, + "entry_cache": { + "elapsed_ns": 12207065, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9261056, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024895512, + "runtime_create_ns": 30182, + "jit_attach_ns": 60907, + "context_create_ns": 112521, + "definition_eval_ns": 47958, + "first_eval_ns": 6572166, + "threshold_crossing_ns": 2004624578, + "compile_ns": 5453468, + "install_ns": 36797, + "osr_ns": 0, + "steady_state_ns": 12207065 + } + }, + "candidate": { + "elapsed_ns": 12123401, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9342976, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024437100, + "runtime_create_ns": 27465, + "jit_attach_ns": 67529, + "context_create_ns": 114592, + "definition_eval_ns": 50070, + "first_eval_ns": 6522613, + "threshold_crossing_ns": 2004284842, + "compile_ns": 5508720, + "install_ns": 39888, + "osr_ns": 0, + "steady_state_ns": 12123401 + } + }, + "reference": { + "elapsed_ns": 12078884, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9297920, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023982953, + "runtime_create_ns": 25267, + "jit_attach_ns": 76660, + "context_create_ns": 117577, + "definition_eval_ns": 47830, + "first_eval_ns": 6139306, + "threshold_crossing_ns": 2004246301, + "compile_ns": 5478269, + "install_ns": 38679, + "osr_ns": 0, + "steady_state_ns": 12078884 + } + } + }, + { + "pair_index": 20, + "candidate": { + "elapsed_ns": 12143178, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9314304, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2021943226, + "runtime_create_ns": 25818, + "jit_attach_ns": 50384, + "context_create_ns": 98564, + "definition_eval_ns": 32948, + "first_eval_ns": 4487508, + "threshold_crossing_ns": 2003862145, + "compile_ns": 2652362, + "install_ns": 30128, + "osr_ns": 0, + "steady_state_ns": 12143178 + } + }, + "reference": { + "elapsed_ns": 12057574, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9318400, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2021808893, + "runtime_create_ns": 34927, + "jit_attach_ns": 68880, + "context_create_ns": 107741, + "definition_eval_ns": 42834, + "first_eval_ns": 4415630, + "threshold_crossing_ns": 2003832096, + "compile_ns": 2662689, + "install_ns": 36822, + "osr_ns": 0, + "steady_state_ns": 12057574 + } + }, + "entry_cache": { + "elapsed_ns": 12239210, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9228288, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024707601, + "runtime_create_ns": 39035, + "jit_attach_ns": 99697, + "context_create_ns": 114785, + "definition_eval_ns": 40842, + "first_eval_ns": 6072282, + "threshold_crossing_ns": 2004845209, + "compile_ns": 5523032, + "install_ns": 39456, + "osr_ns": 0, + "steady_state_ns": 12239210 + } + } + }, + { + "pair_index": 21, + "candidate": { + "elapsed_ns": 12194855, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9240576, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2022338555, + "runtime_create_ns": 23043, + "jit_attach_ns": 50881, + "context_create_ns": 102758, + "definition_eval_ns": 35157, + "first_eval_ns": 4307591, + "threshold_crossing_ns": 2004402436, + "compile_ns": 2565237, + "install_ns": 28703, + "osr_ns": 0, + "steady_state_ns": 12194855 + } + }, + "reference": { + "elapsed_ns": 12183219, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9228288, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024207336, + "runtime_create_ns": 33504, + "jit_attach_ns": 66615, + "context_create_ns": 106677, + "definition_eval_ns": 42339, + "first_eval_ns": 6300270, + "threshold_crossing_ns": 2004251377, + "compile_ns": 5477270, + "install_ns": 40817, + "osr_ns": 0, + "steady_state_ns": 12183219 + } + }, + "entry_cache": { + "elapsed_ns": 12239775, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9166848, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023855734, + "runtime_create_ns": 29879, + "jit_attach_ns": 73643, + "context_create_ns": 115059, + "definition_eval_ns": 44065, + "first_eval_ns": 5994588, + "threshold_crossing_ns": 2004131633, + "compile_ns": 5496989, + "install_ns": 39211, + "osr_ns": 0, + "steady_state_ns": 12239775 + } + } + }, + { + "pair_index": 22, + "candidate": { + "elapsed_ns": 12122358, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9302016, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024471565, + "runtime_create_ns": 27722, + "jit_attach_ns": 54764, + "context_create_ns": 104019, + "definition_eval_ns": 37038, + "first_eval_ns": 6006907, + "threshold_crossing_ns": 2004917495, + "compile_ns": 5403737, + "install_ns": 36689, + "osr_ns": 0, + "steady_state_ns": 12122358 + } + }, + "reference": { + "elapsed_ns": 12172882, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9396224, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023473061, + "runtime_create_ns": 27907, + "jit_attach_ns": 76088, + "context_create_ns": 110185, + "definition_eval_ns": 43574, + "first_eval_ns": 6105765, + "threshold_crossing_ns": 2003678027, + "compile_ns": 5467950, + "install_ns": 36421, + "osr_ns": 0, + "steady_state_ns": 12172882 + } + }, + "entry_cache": { + "elapsed_ns": 12139980, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9240576, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2021985424, + "runtime_create_ns": 28217, + "jit_attach_ns": 68941, + "context_create_ns": 121738, + "definition_eval_ns": 48284, + "first_eval_ns": 4663462, + "threshold_crossing_ns": 2003690521, + "compile_ns": 3778877, + "install_ns": 31683, + "osr_ns": 0, + "steady_state_ns": 12139980 + } + } + }, + { + "pair_index": 23, + "candidate": { + "elapsed_ns": 12187556, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9199616, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024573840, + "runtime_create_ns": 29615, + "jit_attach_ns": 72939, + "context_create_ns": 123060, + "definition_eval_ns": 43527, + "first_eval_ns": 6110727, + "threshold_crossing_ns": 2004751337, + "compile_ns": 5468420, + "install_ns": 35533, + "osr_ns": 0, + "steady_state_ns": 12187556 + } + }, + "reference": { + "elapsed_ns": 12166575, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9420800, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024651495, + "runtime_create_ns": 31190, + "jit_attach_ns": 65220, + "context_create_ns": 109713, + "definition_eval_ns": 44107, + "first_eval_ns": 6345807, + "threshold_crossing_ns": 2004643253, + "compile_ns": 5482788, + "install_ns": 43680, + "osr_ns": 0, + "steady_state_ns": 12166575 + } + }, + "entry_cache": { + "elapsed_ns": 12191842, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9175040, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2025093520, + "runtime_create_ns": 34365, + "jit_attach_ns": 70243, + "context_create_ns": 109418, + "definition_eval_ns": 40894, + "first_eval_ns": 6513973, + "threshold_crossing_ns": 2004919268, + "compile_ns": 5477107, + "install_ns": 544578, + "osr_ns": 0, + "steady_state_ns": 12191842 + } + } + }, + { + "pair_index": 24, + "reference": { + "elapsed_ns": 12198118, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9179136, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024641995, + "runtime_create_ns": 44322, + "jit_attach_ns": 85515, + "context_create_ns": 164953, + "definition_eval_ns": 59721, + "first_eval_ns": 6521380, + "threshold_crossing_ns": 2004315366, + "compile_ns": 5525235, + "install_ns": 46299, + "osr_ns": 0, + "steady_state_ns": 12198118 + } + }, + "entry_cache": { + "elapsed_ns": 12208122, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9338880, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024845305, + "runtime_create_ns": 33987, + "jit_attach_ns": 68462, + "context_create_ns": 109138, + "definition_eval_ns": 41777, + "first_eval_ns": 6627028, + "threshold_crossing_ns": 2004523705, + "compile_ns": 5470182, + "install_ns": 42697, + "osr_ns": 0, + "steady_state_ns": 12208122 + } + }, + "candidate": { + "elapsed_ns": 12183419, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9293824, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2022542850, + "runtime_create_ns": 29056, + "jit_attach_ns": 66401, + "context_create_ns": 116572, + "definition_eval_ns": 47467, + "first_eval_ns": 4454084, + "threshold_crossing_ns": 2004397748, + "compile_ns": 2682119, + "install_ns": 41834, + "osr_ns": 0, + "steady_state_ns": 12183419 + } + } + }, + { + "pair_index": 25, + "reference": { + "elapsed_ns": 12257983, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9150464, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023693477, + "runtime_create_ns": 29844, + "jit_attach_ns": 66892, + "context_create_ns": 103563, + "definition_eval_ns": 47080, + "first_eval_ns": 6219566, + "threshold_crossing_ns": 2003711951, + "compile_ns": 5464540, + "install_ns": 36775, + "osr_ns": 0, + "steady_state_ns": 12257983 + } + }, + "entry_cache": { + "elapsed_ns": 12243536, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9330688, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024027520, + "runtime_create_ns": 29888, + "jit_attach_ns": 64595, + "context_create_ns": 117121, + "definition_eval_ns": 44018, + "first_eval_ns": 6377277, + "threshold_crossing_ns": 2003895137, + "compile_ns": 5505534, + "install_ns": 40120, + "osr_ns": 0, + "steady_state_ns": 12243536 + } + }, + "candidate": { + "elapsed_ns": 12102484, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9175040, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2025200351, + "runtime_create_ns": 31713, + "jit_attach_ns": 68993, + "context_create_ns": 116824, + "definition_eval_ns": 44636, + "first_eval_ns": 6835286, + "threshold_crossing_ns": 2004747761, + "compile_ns": 5856364, + "install_ns": 55946, + "osr_ns": 0, + "steady_state_ns": 12102484 + } + } + }, + { + "pair_index": 26, + "reference": { + "elapsed_ns": 12101473, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9125888, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024662816, + "runtime_create_ns": 27832, + "jit_attach_ns": 57095, + "context_create_ns": 108505, + "definition_eval_ns": 41872, + "first_eval_ns": 6348785, + "threshold_crossing_ns": 2004735638, + "compile_ns": 5418482, + "install_ns": 37068, + "osr_ns": 0, + "steady_state_ns": 12101473 + } + }, + "entry_cache": { + "elapsed_ns": 12196990, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9293824, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024560598, + "runtime_create_ns": 31723, + "jit_attach_ns": 70198, + "context_create_ns": 117700, + "definition_eval_ns": 40841, + "first_eval_ns": 6555610, + "threshold_crossing_ns": 2004321877, + "compile_ns": 5478611, + "install_ns": 45296, + "osr_ns": 0, + "steady_state_ns": 12196990 + } + }, + "candidate": { + "elapsed_ns": 12128665, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9252864, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024871347, + "runtime_create_ns": 33099, + "jit_attach_ns": 64811, + "context_create_ns": 113322, + "definition_eval_ns": 45048, + "first_eval_ns": 6669080, + "threshold_crossing_ns": 2004556021, + "compile_ns": 5536134, + "install_ns": 45504, + "osr_ns": 0, + "steady_state_ns": 12128665 + } + } + }, + { + "pair_index": 27, + "reference": { + "elapsed_ns": 12143580, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9277440, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023765418, + "runtime_create_ns": 30989, + "jit_attach_ns": 65437, + "context_create_ns": 108269, + "definition_eval_ns": 43797, + "first_eval_ns": 6248628, + "threshold_crossing_ns": 2003901727, + "compile_ns": 5470010, + "install_ns": 39356, + "osr_ns": 0, + "steady_state_ns": 12143580 + } + }, + "entry_cache": { + "elapsed_ns": 12299307, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9334784, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024487362, + "runtime_create_ns": 33335, + "jit_attach_ns": 68107, + "context_create_ns": 116377, + "definition_eval_ns": 41695, + "first_eval_ns": 6300587, + "threshold_crossing_ns": 2004378591, + "compile_ns": 5476542, + "install_ns": 43324, + "osr_ns": 0, + "steady_state_ns": 12299307 + } + }, + "candidate": { + "elapsed_ns": 12194889, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9347072, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024498243, + "runtime_create_ns": 32604, + "jit_attach_ns": 71944, + "context_create_ns": 112484, + "definition_eval_ns": 42706, + "first_eval_ns": 6651211, + "threshold_crossing_ns": 2004162651, + "compile_ns": 5504638, + "install_ns": 44068, + "osr_ns": 0, + "steady_state_ns": 12194889 + } + } + }, + { + "pair_index": 28, + "entry_cache": { + "elapsed_ns": 12154632, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9293824, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024565086, + "runtime_create_ns": 36828, + "jit_attach_ns": 66935, + "context_create_ns": 106634, + "definition_eval_ns": 39102, + "first_eval_ns": 6003782, + "threshold_crossing_ns": 2004908127, + "compile_ns": 5452369, + "install_ns": 36954, + "osr_ns": 0, + "steady_state_ns": 12154632 + } + }, + "candidate": { + "elapsed_ns": 12128465, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9338880, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024814633, + "runtime_create_ns": 36059, + "jit_attach_ns": 71257, + "context_create_ns": 109335, + "definition_eval_ns": 44348, + "first_eval_ns": 6322884, + "threshold_crossing_ns": 2004857494, + "compile_ns": 5494363, + "install_ns": 38590, + "osr_ns": 0, + "steady_state_ns": 12128465 + } + }, + "reference": { + "elapsed_ns": 12197916, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9224192, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024803950, + "runtime_create_ns": 28617, + "jit_attach_ns": 63651, + "context_create_ns": 114634, + "definition_eval_ns": 48569, + "first_eval_ns": 6428391, + "threshold_crossing_ns": 2004670468, + "compile_ns": 5498475, + "install_ns": 37773, + "osr_ns": 0, + "steady_state_ns": 12197916 + } + } + }, + { + "pair_index": 29, + "entry_cache": { + "elapsed_ns": 12161064, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9338880, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024144117, + "runtime_create_ns": 27946, + "jit_attach_ns": 62337, + "context_create_ns": 113865, + "definition_eval_ns": 40707, + "first_eval_ns": 6380534, + "threshold_crossing_ns": 2004108174, + "compile_ns": 5454385, + "install_ns": 44003, + "osr_ns": 0, + "steady_state_ns": 12161064 + } + }, + "candidate": { + "elapsed_ns": 12158884, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9285632, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2024394088, + "runtime_create_ns": 34583, + "jit_attach_ns": 71429, + "context_create_ns": 113787, + "definition_eval_ns": 54891, + "first_eval_ns": 6301136, + "threshold_crossing_ns": 2004406281, + "compile_ns": 5550817, + "install_ns": 35146, + "osr_ns": 0, + "steady_state_ns": 12158884 + } + }, + "reference": { + "elapsed_ns": 12145752, + "checksum": "number:40ba6d0000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9289728, + "code_bytes": 8648, + "metadata_bytes": 2476, + "active_ir_bytes": 1287, + "automatic_ready": false, + "phases": { + "total_ns": 2023991173, + "runtime_create_ns": 25048, + "jit_attach_ns": 65418, + "context_create_ns": 110766, + "definition_eval_ns": 47860, + "first_eval_ns": 6656416, + "threshold_crossing_ns": 2003686815, + "compile_ns": 5465130, + "install_ns": 37527, + "osr_ns": 0, + "steady_state_ns": 12145752 + } + } + } + ] + }, + "throughput": { + "interpreter": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 58, + "elapsed_ns": 1003973648 + }, + { + "window_index": 1, + "fresh_workers": 58, + "elapsed_ns": 1015960770 + }, + { + "window_index": 2, + "fresh_workers": 58, + "elapsed_ns": 1006656074 + }, + { + "window_index": 3, + "fresh_workers": 56, + "elapsed_ns": 1013356853 + }, + { + "window_index": 4, + "fresh_workers": 59, + "elapsed_ns": 1012574821 + }, + { + "window_index": 5, + "fresh_workers": 58, + "elapsed_ns": 1013966045 + }, + { + "window_index": 6, + "fresh_workers": 58, + "elapsed_ns": 1012148481 + }, + { + "window_index": 7, + "fresh_workers": 58, + "elapsed_ns": 1014508476 + }, + { + "window_index": 8, + "fresh_workers": 57, + "elapsed_ns": 1000015957 + }, + { + "window_index": 9, + "fresh_workers": 58, + "elapsed_ns": 1007213569 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 58, + "elapsed_ns": 1014360771 + }, + { + "window_index": 1, + "fresh_workers": 58, + "elapsed_ns": 1016627127 + }, + { + "window_index": 2, + "fresh_workers": 58, + "elapsed_ns": 1015554485 + }, + { + "window_index": 3, + "fresh_workers": 58, + "elapsed_ns": 1017019659 + }, + { + "window_index": 4, + "fresh_workers": 58, + "elapsed_ns": 1005465134 + }, + { + "window_index": 5, + "fresh_workers": 58, + "elapsed_ns": 1016921867 + }, + { + "window_index": 6, + "fresh_workers": 58, + "elapsed_ns": 1014137001 + }, + { + "window_index": 7, + "fresh_workers": 57, + "elapsed_ns": 1005397566 + }, + { + "window_index": 8, + "fresh_workers": 58, + "elapsed_ns": 1013955799 + }, + { + "window_index": 9, + "fresh_workers": 58, + "elapsed_ns": 1012019855 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 58, + "elapsed_ns": 1016661381 + }, + { + "window_index": 1, + "fresh_workers": 58, + "elapsed_ns": 1005937637 + }, + { + "window_index": 2, + "fresh_workers": 58, + "elapsed_ns": 1007793538 + }, + { + "window_index": 3, + "fresh_workers": 58, + "elapsed_ns": 1004764705 + }, + { + "window_index": 4, + "fresh_workers": 59, + "elapsed_ns": 1016791665 + }, + { + "window_index": 5, + "fresh_workers": 57, + "elapsed_ns": 1007295764 + }, + { + "window_index": 6, + "fresh_workers": 58, + "elapsed_ns": 1013421344 + }, + { + "window_index": 7, + "fresh_workers": 57, + "elapsed_ns": 1001017015 + }, + { + "window_index": 8, + "fresh_workers": 57, + "elapsed_ns": 1006621469 + }, + { + "window_index": 9, + "fresh_workers": 58, + "elapsed_ns": 1003898180 + } + ] + }, + "tier1": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 6, + "elapsed_ns": 1166784663 + }, + { + "window_index": 1, + "fresh_workers": 5, + "elapsed_ns": 1033144988 + }, + { + "window_index": 2, + "fresh_workers": 6, + "elapsed_ns": 1163827129 + }, + { + "window_index": 3, + "fresh_workers": 6, + "elapsed_ns": 1172844321 + }, + { + "window_index": 4, + "fresh_workers": 6, + "elapsed_ns": 1163117993 + }, + { + "window_index": 5, + "fresh_workers": 6, + "elapsed_ns": 1169512379 + }, + { + "window_index": 6, + "fresh_workers": 6, + "elapsed_ns": 1166952797 + }, + { + "window_index": 7, + "fresh_workers": 6, + "elapsed_ns": 1168233909 + }, + { + "window_index": 8, + "fresh_workers": 6, + "elapsed_ns": 1168006570 + }, + { + "window_index": 9, + "fresh_workers": 6, + "elapsed_ns": 1171531169 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 6, + "elapsed_ns": 1055377686 + }, + { + "window_index": 1, + "fresh_workers": 6, + "elapsed_ns": 1041267915 + }, + { + "window_index": 2, + "fresh_workers": 6, + "elapsed_ns": 1032063294 + }, + { + "window_index": 3, + "fresh_workers": 6, + "elapsed_ns": 1034559226 + }, + { + "window_index": 4, + "fresh_workers": 6, + "elapsed_ns": 1029331052 + }, + { + "window_index": 5, + "fresh_workers": 6, + "elapsed_ns": 1031200536 + }, + { + "window_index": 6, + "fresh_workers": 6, + "elapsed_ns": 1032010377 + }, + { + "window_index": 7, + "fresh_workers": 6, + "elapsed_ns": 1032002816 + }, + { + "window_index": 8, + "fresh_workers": 6, + "elapsed_ns": 1042154475 + }, + { + "window_index": 9, + "fresh_workers": 6, + "elapsed_ns": 1029461179 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 7, + "elapsed_ns": 1102469353 + }, + { + "window_index": 1, + "fresh_workers": 7, + "elapsed_ns": 1104563324 + }, + { + "window_index": 2, + "fresh_workers": 7, + "elapsed_ns": 1111081977 + }, + { + "window_index": 3, + "fresh_workers": 7, + "elapsed_ns": 1094892292 + }, + { + "window_index": 4, + "fresh_workers": 7, + "elapsed_ns": 1091338545 + }, + { + "window_index": 5, + "fresh_workers": 7, + "elapsed_ns": 1095393021 + }, + { + "window_index": 6, + "fresh_workers": 7, + "elapsed_ns": 1099791348 + }, + { + "window_index": 7, + "fresh_workers": 7, + "elapsed_ns": 1109066544 + }, + { + "window_index": 8, + "fresh_workers": 7, + "elapsed_ns": 1092155324 + }, + { + "window_index": 9, + "fresh_workers": 7, + "elapsed_ns": 1092795394 + } + ] + }, + "tier2": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 40, + "elapsed_ns": 1000221697 + }, + { + "window_index": 1, + "fresh_workers": 40, + "elapsed_ns": 1004563924 + }, + { + "window_index": 2, + "fresh_workers": 41, + "elapsed_ns": 1019697495 + }, + { + "window_index": 3, + "fresh_workers": 41, + "elapsed_ns": 1018137638 + }, + { + "window_index": 4, + "fresh_workers": 41, + "elapsed_ns": 1015589717 + }, + { + "window_index": 5, + "fresh_workers": 41, + "elapsed_ns": 1019615716 + }, + { + "window_index": 6, + "fresh_workers": 41, + "elapsed_ns": 1018034040 + }, + { + "window_index": 7, + "fresh_workers": 40, + "elapsed_ns": 1011983389 + }, + { + "window_index": 8, + "fresh_workers": 41, + "elapsed_ns": 1024199719 + }, + { + "window_index": 9, + "fresh_workers": 41, + "elapsed_ns": 1021822886 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 41, + "elapsed_ns": 1023116626 + }, + { + "window_index": 1, + "fresh_workers": 41, + "elapsed_ns": 1010159470 + }, + { + "window_index": 2, + "fresh_workers": 41, + "elapsed_ns": 1020271237 + }, + { + "window_index": 3, + "fresh_workers": 41, + "elapsed_ns": 1008822973 + }, + { + "window_index": 4, + "fresh_workers": 41, + "elapsed_ns": 1016758228 + }, + { + "window_index": 5, + "fresh_workers": 41, + "elapsed_ns": 1010023000 + }, + { + "window_index": 6, + "fresh_workers": 41, + "elapsed_ns": 1015108450 + }, + { + "window_index": 7, + "fresh_workers": 41, + "elapsed_ns": 1022295381 + }, + { + "window_index": 8, + "fresh_workers": 41, + "elapsed_ns": 1025126977 + }, + { + "window_index": 9, + "fresh_workers": 41, + "elapsed_ns": 1021719864 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 41, + "elapsed_ns": 1016545800 + }, + { + "window_index": 1, + "fresh_workers": 41, + "elapsed_ns": 1020624676 + }, + { + "window_index": 2, + "fresh_workers": 41, + "elapsed_ns": 1024828608 + }, + { + "window_index": 3, + "fresh_workers": 41, + "elapsed_ns": 1014709463 + }, + { + "window_index": 4, + "fresh_workers": 41, + "elapsed_ns": 1022325760 + }, + { + "window_index": 5, + "fresh_workers": 41, + "elapsed_ns": 1019126164 + }, + { + "window_index": 6, + "fresh_workers": 41, + "elapsed_ns": 1018252919 + }, + { + "window_index": 7, + "fresh_workers": 41, + "elapsed_ns": 1024351173 + }, + { + "window_index": 8, + "fresh_workers": 41, + "elapsed_ns": 1021340705 + }, + { + "window_index": 9, + "fresh_workers": 41, + "elapsed_ns": 1023086617 + } + ] + }, + "automatic": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 1, + "elapsed_ns": 2028064897 + }, + { + "window_index": 1, + "fresh_workers": 1, + "elapsed_ns": 2025973557 + }, + { + "window_index": 2, + "fresh_workers": 1, + "elapsed_ns": 2026048803 + }, + { + "window_index": 3, + "fresh_workers": 1, + "elapsed_ns": 2026970813 + }, + { + "window_index": 4, + "fresh_workers": 1, + "elapsed_ns": 2027166119 + }, + { + "window_index": 5, + "fresh_workers": 1, + "elapsed_ns": 2026524578 + }, + { + "window_index": 6, + "fresh_workers": 1, + "elapsed_ns": 2026053512 + }, + { + "window_index": 7, + "fresh_workers": 1, + "elapsed_ns": 2025937631 + }, + { + "window_index": 8, + "fresh_workers": 1, + "elapsed_ns": 2028707432 + }, + { + "window_index": 9, + "fresh_workers": 1, + "elapsed_ns": 2025885578 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 1, + "elapsed_ns": 2026800914 + }, + { + "window_index": 1, + "fresh_workers": 1, + "elapsed_ns": 2026638158 + }, + { + "window_index": 2, + "fresh_workers": 1, + "elapsed_ns": 2025077942 + }, + { + "window_index": 3, + "fresh_workers": 1, + "elapsed_ns": 2026832382 + }, + { + "window_index": 4, + "fresh_workers": 1, + "elapsed_ns": 2026127703 + }, + { + "window_index": 5, + "fresh_workers": 1, + "elapsed_ns": 2025325843 + }, + { + "window_index": 6, + "fresh_workers": 1, + "elapsed_ns": 2026842237 + }, + { + "window_index": 7, + "fresh_workers": 1, + "elapsed_ns": 2026284257 + }, + { + "window_index": 8, + "fresh_workers": 1, + "elapsed_ns": 2026046807 + }, + { + "window_index": 9, + "fresh_workers": 1, + "elapsed_ns": 2026310926 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 1, + "elapsed_ns": 2025645033 + }, + { + "window_index": 1, + "fresh_workers": 1, + "elapsed_ns": 2023931713 + }, + { + "window_index": 2, + "fresh_workers": 1, + "elapsed_ns": 2026851790 + }, + { + "window_index": 3, + "fresh_workers": 1, + "elapsed_ns": 2026486619 + }, + { + "window_index": 4, + "fresh_workers": 1, + "elapsed_ns": 2026767597 + }, + { + "window_index": 5, + "fresh_workers": 1, + "elapsed_ns": 2026720528 + }, + { + "window_index": 6, + "fresh_workers": 1, + "elapsed_ns": 2026407466 + }, + { + "window_index": 7, + "fresh_workers": 1, + "elapsed_ns": 2026217521 + }, + { + "window_index": 8, + "fresh_workers": 1, + "elapsed_ns": 2027527672 + }, + { + "window_index": 9, + "fresh_workers": 1, + "elapsed_ns": 2026740013 + } + ] + } + }, + "summary": { + "interpreter": { + "reference": { + "baseline_median_ns": 11979133.5, + "candidate_median_ns": 12022621.5, + "candidate_speed_relative_to_baseline": 0.9963828188386368, + "paired_bootstrap_speed_ci95": [ + 0.9921240385256161, + 1.000228983971122 + ], + "statistically_tied": true + }, + "entry_cache": { + "baseline_median_ns": 12026309.0, + "candidate_median_ns": 12022621.5, + "candidate_speed_relative_to_baseline": 1.00030671347343, + "paired_bootstrap_speed_ci95": [ + 0.9944447846464918, + 1.0069199541745535 + ], + "statistically_tied": true + } + }, + "tier1": { + "reference": { + "baseline_median_ns": 148614335.5, + "candidate_median_ns": 118270678.0, + "candidate_speed_relative_to_baseline": 1.2565611190628332, + "paired_bootstrap_speed_ci95": [ + 1.254772526965644, + 1.2585715624290241 + ], + "statistically_tied": false + }, + "entry_cache": { + "baseline_median_ns": 131019314.5, + "candidate_median_ns": 118270678.0, + "candidate_speed_relative_to_baseline": 1.1077920302443858, + "paired_bootstrap_speed_ci95": [ + 1.1064000887023144, + 1.1108621810746804 + ], + "statistically_tied": false + } + }, + "tier2": { + "reference": { + "baseline_median_ns": 12155333.5, + "candidate_median_ns": 12177271.0, + "candidate_speed_relative_to_baseline": 0.9981984879863477, + "paired_bootstrap_speed_ci95": [ + 0.9955921362634651, + 1.0001168671315739 + ], + "statistically_tied": true + }, + "entry_cache": { + "baseline_median_ns": 12224477.5, + "candidate_median_ns": 12177271.0, + "candidate_speed_relative_to_baseline": 1.0038766074927625, + "paired_bootstrap_speed_ci95": [ + 1.0000533189882594, + 1.0075929858251627 + ], + "statistically_tied": false + } + }, + "automatic": { + "reference": { + "baseline_median_ns": 12145666.0, + "candidate_median_ns": 12144328.5, + "candidate_speed_relative_to_baseline": 1.0001101337138567, + "paired_bootstrap_speed_ci95": [ + 0.997829415884771, + 1.0028944226225451 + ], + "statistically_tied": true + }, + "entry_cache": { + "baseline_median_ns": 12187070.5, + "candidate_median_ns": 12144328.5, + "candidate_speed_relative_to_baseline": 1.0035195029515218, + "paired_bootstrap_speed_ci95": [ + 1.0003686420352593, + 1.0060652770156817 + ], + "statistically_tied": false + } + } + }, + "implementations": { + "reference": "M2 runtime at 2bd518e, with generic-call benchmark registration only", + "entry_cache": "Pre-cursor runtime at b7be6a4: entry cache, inline return handoff and reusable CALL feedback buffer. Legacy driver key does not mean cache-only.", + "candidate": "b7be6a4 plus sys/patches/0011-helper-pc-cursor.patch; matching manifest and tests" + }, + "candidate_patch_source": "diff --git a/quickjs.c b/quickjs.c\n--- a/quickjs.c\n+++ b/quickjs.c\n@@ -852,6 +852,7 @@\n uint64_t jit_function_id;\n uint64_t jit_generation;\n uint8_t jit_feedback_disabled;\n+ int jit_validated_pc_offset; /* known instruction boundary, initially zero */\n #endif\n } JSFunctionBytecode;\n \n@@ -2892,6 +2893,7 @@\n old_generation = b->jit_generation;\n b->jit_generation = ++ctx->rt->jit_next_generation;\n b->jit_feedback_disabled = 0;\n+ b->jit_validated_pc_offset = 0;\n qjsjit_retire_identity(ctx->rt, b->jit_function_id, old_generation);\n return JS_JIT_BACKEND_OK;\n }\n@@ -18691,12 +18693,18 @@\n \n if (value < start || (allow_end ? value > end : value >= end))\n return false;\n+ /* Published bytecode instruction lengths are immutable. Reuse only a\n+ proven boundary at or before this query; backward branches rescan. */\n+ if (value - start >= (uintptr_t)b->jit_validated_pc_offset)\n+ offset = b->jit_validated_pc_offset;\n while (offset < b->byte_code_len) {\n const JSJitOpcodeInfo *info;\n uint8_t opcode;\n \n- if (pc == b->byte_code_buf + offset)\n+ if (pc == b->byte_code_buf + offset) {\n+ b->jit_validated_pc_offset = offset;\n return true;\n+ }\n opcode = b->byte_code_buf[offset];\n if (opcode >= countof(qjsjit_opcode_table))\n return false;\n", + "candidate_patch_sha256": "3173f900e20f4810488a4309cf8b3617231c724f07781a84c2553c9fdb2bba0e", + "driver_source": "\"\"\"Diagnostic paired revision comparison using the unchanged jit-bench worker ABI.\"\"\"\nimport hashlib\nimport json\nfrom pathlib import Path\nimport random\nimport statistics\nimport subprocess\nimport time\nimport os\nimport sys\n\nROOT = Path('/home/jason/work/quickjs-jit')\nWORKLOAD = sys.argv[1]\nassert WORKLOAD in ['generic-call-entry', 'call-heavy', 'fibonacci-recursive', 'scalar-loop']\nOUTPUT = Path('/tmp/jit-pc-cursor-' + WORKLOAD + '.json')\nos.sched_setaffinity(0, {0})\nENGINES = {\n 'reference': Path('/tmp/jit-call-reference/jit-bench'),\n 'entry_cache': Path('/tmp/jit-pc-cursor-baseline/jit-bench'),\n 'candidate': ROOT / 'target/release/jit-bench',\n}\nSCRIPT = ROOT / 'benchmarks/scripts' / (WORKLOAD + '.js')\nMODES = ['interpreter', 'tier1', 'tier2', 'automatic']\nWARMUPS, PAIRS, WINDOWS = 5, 30, 10\nchecksum = None\n\ndef digest(path):\n return hashlib.sha256(path.read_bytes()).hexdigest()\n\ndef run(engine, mode):\n global checksum\n completed = subprocess.run(\n [str(ENGINES[engine]), 'worker', '--mode', mode, '--script', str(SCRIPT)],\n cwd=ROOT, capture_output=True, text=True, check=True, timeout=120,\n )\n result = json.loads(completed.stdout)\n if checksum is None:\n checksum = result['checksum']\n assert result['checksum'] == checksum, (engine, mode, result)\n assert result['native_entries'] == result['native_exits'], (engine, mode, result)\n if mode == 'interpreter':\n assert result['native_entries'] == 0\n elif WORKLOAD == 'generic-call-entry':\n assert result['native_entries'] > 0, (engine, mode, result)\n return result\n\ndef rotated(items, offset):\n offset %= len(items)\n return items[offset:] + items[:offset]\n\ndef write():\n temporary = OUTPUT.with_suffix('.partial')\n temporary.write_text(json.dumps(evidence, indent=2) + '\\n')\n temporary.replace(OUTPUT)\n\n# Binary hashes bind each measurement to its implementation even though both\n# worker binaries see the current, dirty source tree for the shared script.\nevidence = {\n 'schema': 'jit-pc-cursor-paired-diagnostic-v1',\n 'workload': WORKLOAD,\n 'cpu_affinity': sorted(os.sched_getaffinity(0)),\n 'status': 'running',\n 'started_utc': time.strftime('%Y-%m-%dT%H:%M:%SZ', time.gmtime()),\n 'driver_sha256': digest(Path(__file__)),\n 'script': str(SCRIPT), 'script_sha256': digest(SCRIPT),\n 'executables': {name: {'path': str(path), 'sha256': digest(path)} for name, path in ENGINES.items()},\n 'candidate_revision': subprocess.check_output(['git', 'rev-parse', 'HEAD'], cwd=ROOT, text=True).strip(),\n 'source_dirty': True,\n 'warmup_processes_per_engine_and_mode': WARMUPS,\n 'fresh_process_pairs_per_mode': PAIRS,\n 'throughput_windows_per_engine_and_mode': WINDOWS,\n 'throughput_window_min_ns': 1_000_000_000,\n 'throughput_unit': 'fresh jit-bench worker processes including setup and warmup',\n 'bootstrap_resamples': 10000,\n 'pairs': {mode: [] for mode in MODES},\n 'throughput': {mode: {engine: [] for engine in ENGINES} for mode in MODES},\n}\nwrite()\nfor pair in range(WARMUPS):\n for index, mode in enumerate(rotated(MODES, pair)):\n for engine in rotated(list(ENGINES), pair + index):\n run(engine, mode)\nprint('warmups complete', flush=True)\nfor pair in range(PAIRS):\n for index, mode in enumerate(rotated(MODES, pair)):\n row = {'pair_index': pair}\n for engine in rotated(list(ENGINES), pair + index):\n row[engine] = run(engine, mode)\n evidence['pairs'][mode].append(row)\n write()\n if (pair + 1) % 5 == 0:\n print(f'completed {pair + 1}/{PAIRS} pairs per mode', flush=True)\nfor window in range(WINDOWS):\n for index, mode in enumerate(rotated(MODES, window)):\n for engine in rotated(list(ENGINES), window + index):\n start = time.monotonic_ns()\n count = 0\n while time.monotonic_ns() - start < 1_000_000_000:\n run(engine, mode)\n count += 1\n evidence['throughput'][mode][engine].append({\n 'window_index': window, 'fresh_workers': count,\n 'elapsed_ns': time.monotonic_ns() - start,\n })\n write()\n print(f'completed {window + 1}/{WINDOWS} throughput windows', flush=True)\nsummary = {}\nfor mode, pairs in evidence['pairs'].items():\n summary[mode] = {}\n for baseline in ['reference', 'entry_cache']:\n a = [row[baseline]['elapsed_ns'] for row in pairs]\n b = [row['candidate']['elapsed_ns'] for row in pairs]\n rng = random.Random(20260905)\n bootstrap = []\n for _ in range(10000):\n indices = [rng.randrange(len(pairs)) for _ in pairs]\n bootstrap.append(statistics.median(a[i] for i in indices) / statistics.median(b[i] for i in indices))\n bootstrap.sort()\n summary[mode][baseline] = {\n 'baseline_median_ns': statistics.median(a),\n 'candidate_median_ns': statistics.median(b),\n 'candidate_speed_relative_to_baseline': statistics.median(a) / statistics.median(b),\n 'paired_bootstrap_speed_ci95': [bootstrap[249], bootstrap[9749]],\n 'statistically_tied': bootstrap[249] <= 1 <= bootstrap[9749],\n }\n# Detect replacement during measurement instead of silently mixing binaries.\nfor name, path in ENGINES.items():\n assert digest(path) == evidence['executables'][name]['sha256']\nassert digest(SCRIPT) == evidence['script_sha256']\nevidence['summary'] = summary\nevidence['status'] = 'complete'\nwrite()\nprint(json.dumps(summary, indent=2), flush=True)\n", + "limitations": "Dirty-source revision diagnostic, not the clean-source acceptance matrix. Benchmark fixed on CPU 0; some local verification ran on CPUs 2-15 concurrently. Throughput counts fresh worker processes including setup/warmup, not JavaScript operations." +} diff --git a/benchmarks/results/m3-pc-cursor-generic-call-entry-paired.json b/benchmarks/results/m3-pc-cursor-generic-call-entry-paired.json new file mode 100644 index 000000000..397d2300b --- /dev/null +++ b/benchmarks/results/m3-pc-cursor-generic-call-entry-paired.json @@ -0,0 +1,14697 @@ +{ + "schema": "jit-pc-cursor-paired-diagnostic-v1", + "workload": "generic-call-entry", + "cpu_affinity": [ + 0 + ], + "status": "complete", + "started_utc": "2026-09-05T10:32:16Z", + "driver_sha256": "e416e1f97dc7fdcaca81a731a38bae5a994905303d70cec748629396cd47454e", + "script": "/home/jason/work/quickjs-jit/benchmarks/scripts/generic-call-entry.js", + "script_sha256": "1eb475e3de0557bda01a5166e4d782d826f227370c6d4f72e1cb92e330a2cc40", + "executables": { + "reference": { + "path": "/tmp/jit-call-reference/jit-bench", + "sha256": "0dabbbd9e86fcbfd9b8a811fc843040fdfaa266f583d9b48ab9e61df3d74fed2" + }, + "entry_cache": { + "path": "/tmp/jit-pc-cursor-baseline/jit-bench", + "sha256": "85e999b748efb30dec40b27938fab9d457b0258931997398b22f43032e3cd26b" + }, + "candidate": { + "path": "/home/jason/work/quickjs-jit/target/release/jit-bench", + "sha256": "b47e850e2a4e7c1225cf2c81c0285d6d236442dca6ed67a8fe2d1306e5c7fe0b" + } + }, + "candidate_revision": "b7be6a41c50e3cc04a782acb13558687d190ac6c", + "source_dirty": true, + "warmup_processes_per_engine_and_mode": 5, + "fresh_process_pairs_per_mode": 30, + "throughput_windows_per_engine_and_mode": 10, + "throughput_window_min_ns": 1000000000, + "throughput_unit": "fresh jit-bench worker processes including setup and warmup", + "bootstrap_resamples": 10000, + "pairs": { + "interpreter": [ + { + "pair_index": 0, + "reference": { + "elapsed_ns": 1058363, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5128192, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1590523, + "runtime_create_ns": 30035, + "jit_attach_ns": 84, + "context_create_ns": 105309, + "definition_eval_ns": 39393, + "first_eval_ns": 116154, + "threshold_crossing_ns": 108373, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1058363 + } + }, + "entry_cache": { + "elapsed_ns": 1051569, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5120000, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1587754, + "runtime_create_ns": 28444, + "jit_attach_ns": 44, + "context_create_ns": 109601, + "definition_eval_ns": 43017, + "first_eval_ns": 110640, + "threshold_crossing_ns": 109375, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1051569 + } + }, + "candidate": { + "elapsed_ns": 1063804, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5050368, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1589966, + "runtime_create_ns": 42166, + "jit_attach_ns": 41, + "context_create_ns": 104169, + "definition_eval_ns": 40213, + "first_eval_ns": 108335, + "threshold_crossing_ns": 108612, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1063804 + } + } + }, + { + "pair_index": 1, + "entry_cache": { + "elapsed_ns": 1075386, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5042176, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1615438, + "runtime_create_ns": 29657, + "jit_attach_ns": 41, + "context_create_ns": 120707, + "definition_eval_ns": 41812, + "first_eval_ns": 110229, + "threshold_crossing_ns": 111342, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1075386 + } + }, + "candidate": { + "elapsed_ns": 1042619, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5230592, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1555525, + "runtime_create_ns": 25737, + "jit_attach_ns": 41, + "context_create_ns": 109616, + "definition_eval_ns": 41142, + "first_eval_ns": 106655, + "threshold_crossing_ns": 108029, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1042619 + } + }, + "reference": { + "elapsed_ns": 1097337, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5136384, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1625093, + "runtime_create_ns": 26732, + "jit_attach_ns": 105, + "context_create_ns": 104789, + "definition_eval_ns": 39934, + "first_eval_ns": 113165, + "threshold_crossing_ns": 109672, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1097337 + } + } + }, + { + "pair_index": 2, + "entry_cache": { + "elapsed_ns": 1052925, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4931584, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1572957, + "runtime_create_ns": 33342, + "jit_attach_ns": 41, + "context_create_ns": 109847, + "definition_eval_ns": 43045, + "first_eval_ns": 110470, + "threshold_crossing_ns": 103690, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1052925 + } + }, + "candidate": { + "elapsed_ns": 1046842, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4972544, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1555307, + "runtime_create_ns": 28793, + "jit_attach_ns": 41, + "context_create_ns": 103213, + "definition_eval_ns": 39659, + "first_eval_ns": 107111, + "threshold_crossing_ns": 108390, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1046842 + } + }, + "reference": { + "elapsed_ns": 1053585, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4984832, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1575889, + "runtime_create_ns": 27363, + "jit_attach_ns": 84, + "context_create_ns": 103981, + "definition_eval_ns": 40151, + "first_eval_ns": 114208, + "threshold_crossing_ns": 113159, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1053585 + } + } + }, + { + "pair_index": 3, + "entry_cache": { + "elapsed_ns": 1073841, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5033984, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1617834, + "runtime_create_ns": 33313, + "jit_attach_ns": 41, + "context_create_ns": 117782, + "definition_eval_ns": 41787, + "first_eval_ns": 112581, + "threshold_crossing_ns": 109504, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1073841 + } + }, + "candidate": { + "elapsed_ns": 1097268, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5206016, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1633663, + "runtime_create_ns": 28475, + "jit_attach_ns": 41, + "context_create_ns": 107631, + "definition_eval_ns": 41731, + "first_eval_ns": 112665, + "threshold_crossing_ns": 109856, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1097268 + } + }, + "reference": { + "elapsed_ns": 1102106, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1627939, + "runtime_create_ns": 28375, + "jit_attach_ns": 79, + "context_create_ns": 100382, + "definition_eval_ns": 45431, + "first_eval_ns": 112091, + "threshold_crossing_ns": 114850, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1102106 + } + } + }, + { + "pair_index": 4, + "entry_cache": { + "elapsed_ns": 1067024, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5054464, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1586684, + "runtime_create_ns": 30111, + "jit_attach_ns": 43, + "context_create_ns": 114166, + "definition_eval_ns": 43533, + "first_eval_ns": 107453, + "threshold_crossing_ns": 104494, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1067024 + } + }, + "candidate": { + "elapsed_ns": 1090850, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5132288, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1599834, + "runtime_create_ns": 23995, + "jit_attach_ns": 41, + "context_create_ns": 103280, + "definition_eval_ns": 39754, + "first_eval_ns": 108505, + "threshold_crossing_ns": 110013, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1090850 + } + }, + "reference": { + "elapsed_ns": 1092100, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5070848, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1610152, + "runtime_create_ns": 27476, + "jit_attach_ns": 87, + "context_create_ns": 103013, + "definition_eval_ns": 43099, + "first_eval_ns": 108939, + "threshold_crossing_ns": 105008, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1092100 + } + } + }, + { + "pair_index": 5, + "candidate": { + "elapsed_ns": 1066810, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5038080, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1618275, + "runtime_create_ns": 38521, + "jit_attach_ns": 237, + "context_create_ns": 114596, + "definition_eval_ns": 42586, + "first_eval_ns": 113723, + "threshold_crossing_ns": 109838, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1066810 + } + }, + "reference": { + "elapsed_ns": 1089980, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4976640, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1610341, + "runtime_create_ns": 29220, + "jit_attach_ns": 87, + "context_create_ns": 105528, + "definition_eval_ns": 40241, + "first_eval_ns": 111795, + "threshold_crossing_ns": 108619, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1089980 + } + }, + "entry_cache": { + "elapsed_ns": 1077994, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5124096, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1606433, + "runtime_create_ns": 31627, + "jit_attach_ns": 40, + "context_create_ns": 107794, + "definition_eval_ns": 41481, + "first_eval_ns": 109081, + "threshold_crossing_ns": 104688, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1077994 + } + } + }, + { + "pair_index": 6, + "candidate": { + "elapsed_ns": 1086955, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5033984, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1631925, + "runtime_create_ns": 30999, + "jit_attach_ns": 40, + "context_create_ns": 115433, + "definition_eval_ns": 47269, + "first_eval_ns": 111469, + "threshold_crossing_ns": 112763, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1086955 + } + }, + "reference": { + "elapsed_ns": 1096994, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5111808, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1618757, + "runtime_create_ns": 26413, + "jit_attach_ns": 79, + "context_create_ns": 104792, + "definition_eval_ns": 43188, + "first_eval_ns": 112879, + "threshold_crossing_ns": 109510, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1096994 + } + }, + "entry_cache": { + "elapsed_ns": 1057343, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5021696, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1584293, + "runtime_create_ns": 31403, + "jit_attach_ns": 40, + "context_create_ns": 103972, + "definition_eval_ns": 41801, + "first_eval_ns": 111463, + "threshold_crossing_ns": 112589, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1057343 + } + } + }, + { + "pair_index": 7, + "candidate": { + "elapsed_ns": 1084112, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5193728, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1607258, + "runtime_create_ns": 28698, + "jit_attach_ns": 42, + "context_create_ns": 113134, + "definition_eval_ns": 42056, + "first_eval_ns": 108965, + "threshold_crossing_ns": 104480, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1084112 + } + }, + "reference": { + "elapsed_ns": 1077009, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4984832, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1599905, + "runtime_create_ns": 29210, + "jit_attach_ns": 80, + "context_create_ns": 103376, + "definition_eval_ns": 40278, + "first_eval_ns": 107283, + "threshold_crossing_ns": 115542, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1077009 + } + }, + "entry_cache": { + "elapsed_ns": 1066619, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5099520, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1617101, + "runtime_create_ns": 36600, + "jit_attach_ns": 43, + "context_create_ns": 112989, + "definition_eval_ns": 51387, + "first_eval_ns": 111906, + "threshold_crossing_ns": 108511, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1066619 + } + } + }, + { + "pair_index": 8, + "candidate": { + "elapsed_ns": 1050786, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5173248, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1578347, + "runtime_create_ns": 26019, + "jit_attach_ns": 41, + "context_create_ns": 108430, + "definition_eval_ns": 44287, + "first_eval_ns": 112073, + "threshold_crossing_ns": 109926, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1050786 + } + }, + "reference": { + "elapsed_ns": 1060595, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5156864, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1577046, + "runtime_create_ns": 25699, + "jit_attach_ns": 206, + "context_create_ns": 103942, + "definition_eval_ns": 36547, + "first_eval_ns": 122809, + "threshold_crossing_ns": 104968, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1060595 + } + }, + "entry_cache": { + "elapsed_ns": 1082093, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5165056, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1608504, + "runtime_create_ns": 27234, + "jit_attach_ns": 42, + "context_create_ns": 108762, + "definition_eval_ns": 43348, + "first_eval_ns": 111604, + "threshold_crossing_ns": 107365, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1082093 + } + } + }, + { + "pair_index": 9, + "reference": { + "elapsed_ns": 1116823, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5107712, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1650843, + "runtime_create_ns": 31483, + "jit_attach_ns": 210, + "context_create_ns": 106562, + "definition_eval_ns": 41273, + "first_eval_ns": 112104, + "threshold_crossing_ns": 112838, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1116823 + } + }, + "entry_cache": { + "elapsed_ns": 1070197, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5107712, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1581216, + "runtime_create_ns": 27281, + "jit_attach_ns": 112, + "context_create_ns": 108143, + "definition_eval_ns": 39922, + "first_eval_ns": 107763, + "threshold_crossing_ns": 104917, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1070197 + } + }, + "candidate": { + "elapsed_ns": 1083363, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5115904, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1613379, + "runtime_create_ns": 25562, + "jit_attach_ns": 42, + "context_create_ns": 107703, + "definition_eval_ns": 46602, + "first_eval_ns": 108281, + "threshold_crossing_ns": 114724, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1083363 + } + } + }, + { + "pair_index": 10, + "reference": { + "elapsed_ns": 1069387, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5120000, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1591466, + "runtime_create_ns": 25436, + "jit_attach_ns": 79, + "context_create_ns": 108487, + "definition_eval_ns": 42360, + "first_eval_ns": 110103, + "threshold_crossing_ns": 106595, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1069387 + } + }, + "entry_cache": { + "elapsed_ns": 1060121, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5136384, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1583492, + "runtime_create_ns": 25505, + "jit_attach_ns": 42, + "context_create_ns": 110217, + "definition_eval_ns": 46532, + "first_eval_ns": 109487, + "threshold_crossing_ns": 106674, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1060121 + } + }, + "candidate": { + "elapsed_ns": 1064612, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5005312, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1594040, + "runtime_create_ns": 28845, + "jit_attach_ns": 42, + "context_create_ns": 106199, + "definition_eval_ns": 42345, + "first_eval_ns": 112540, + "threshold_crossing_ns": 115615, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1064612 + } + } + }, + { + "pair_index": 11, + "reference": { + "elapsed_ns": 1073245, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5058560, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1605505, + "runtime_create_ns": 27766, + "jit_attach_ns": 80, + "context_create_ns": 112424, + "definition_eval_ns": 39042, + "first_eval_ns": 112488, + "threshold_crossing_ns": 108885, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1073245 + } + }, + "entry_cache": { + "elapsed_ns": 1047247, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5173248, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1588290, + "runtime_create_ns": 28607, + "jit_attach_ns": 43, + "context_create_ns": 119666, + "definition_eval_ns": 42303, + "first_eval_ns": 109758, + "threshold_crossing_ns": 107120, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1047247 + } + }, + "candidate": { + "elapsed_ns": 1048187, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5120000, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1574706, + "runtime_create_ns": 24634, + "jit_attach_ns": 40, + "context_create_ns": 105533, + "definition_eval_ns": 46535, + "first_eval_ns": 117278, + "threshold_crossing_ns": 108965, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1048187 + } + } + }, + { + "pair_index": 12, + "reference": { + "elapsed_ns": 1100087, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5001216, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1608588, + "runtime_create_ns": 27427, + "jit_attach_ns": 118, + "context_create_ns": 101066, + "definition_eval_ns": 42060, + "first_eval_ns": 108238, + "threshold_crossing_ns": 109607, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1100087 + } + }, + "entry_cache": { + "elapsed_ns": 1085993, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5214208, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1617064, + "runtime_create_ns": 27932, + "jit_attach_ns": 41, + "context_create_ns": 104183, + "definition_eval_ns": 39540, + "first_eval_ns": 123816, + "threshold_crossing_ns": 112107, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1085993 + } + }, + "candidate": { + "elapsed_ns": 1074928, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5099520, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1597483, + "runtime_create_ns": 24454, + "jit_attach_ns": 47, + "context_create_ns": 106343, + "definition_eval_ns": 40863, + "first_eval_ns": 111772, + "threshold_crossing_ns": 112760, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1074928 + } + } + }, + { + "pair_index": 13, + "entry_cache": { + "elapsed_ns": 1065664, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4898816, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1610171, + "runtime_create_ns": 43373, + "jit_attach_ns": 42, + "context_create_ns": 108034, + "definition_eval_ns": 44432, + "first_eval_ns": 115959, + "threshold_crossing_ns": 108329, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1065664 + } + }, + "candidate": { + "elapsed_ns": 1081160, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5132288, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1597655, + "runtime_create_ns": 25786, + "jit_attach_ns": 38, + "context_create_ns": 109448, + "definition_eval_ns": 41505, + "first_eval_ns": 106542, + "threshold_crossing_ns": 108670, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1081160 + } + }, + "reference": { + "elapsed_ns": 1055829, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4988928, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1584143, + "runtime_create_ns": 28271, + "jit_attach_ns": 79, + "context_create_ns": 101309, + "definition_eval_ns": 40525, + "first_eval_ns": 112047, + "threshold_crossing_ns": 113178, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1055829 + } + } + }, + { + "pair_index": 14, + "entry_cache": { + "elapsed_ns": 1093398, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5033984, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1636979, + "runtime_create_ns": 36963, + "jit_attach_ns": 42, + "context_create_ns": 113129, + "definition_eval_ns": 42341, + "first_eval_ns": 116059, + "threshold_crossing_ns": 108587, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1093398 + } + }, + "candidate": { + "elapsed_ns": 1064457, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5111808, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1578134, + "runtime_create_ns": 28787, + "jit_attach_ns": 41, + "context_create_ns": 106662, + "definition_eval_ns": 41369, + "first_eval_ns": 106374, + "threshold_crossing_ns": 104264, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1064457 + } + }, + "reference": { + "elapsed_ns": 1062828, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4976640, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1584921, + "runtime_create_ns": 28212, + "jit_attach_ns": 80, + "context_create_ns": 104176, + "definition_eval_ns": 39524, + "first_eval_ns": 115539, + "threshold_crossing_ns": 112569, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1062828 + } + } + }, + { + "pair_index": 15, + "entry_cache": { + "elapsed_ns": 1085416, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5156864, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1642205, + "runtime_create_ns": 39707, + "jit_attach_ns": 49, + "context_create_ns": 117967, + "definition_eval_ns": 44292, + "first_eval_ns": 112999, + "threshold_crossing_ns": 107955, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1085416 + } + }, + "candidate": { + "elapsed_ns": 1079179, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5169152, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1613663, + "runtime_create_ns": 26441, + "jit_attach_ns": 42, + "context_create_ns": 112769, + "definition_eval_ns": 41855, + "first_eval_ns": 116544, + "threshold_crossing_ns": 109511, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1079179 + } + }, + "reference": { + "elapsed_ns": 1082219, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4898816, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1607206, + "runtime_create_ns": 27610, + "jit_attach_ns": 96, + "context_create_ns": 104228, + "definition_eval_ns": 40137, + "first_eval_ns": 114912, + "threshold_crossing_ns": 113239, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1082219 + } + } + }, + { + "pair_index": 16, + "entry_cache": { + "elapsed_ns": 1082328, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5017600, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1599209, + "runtime_create_ns": 27069, + "jit_attach_ns": 43, + "context_create_ns": 104824, + "definition_eval_ns": 38304, + "first_eval_ns": 111217, + "threshold_crossing_ns": 112173, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1082328 + } + }, + "candidate": { + "elapsed_ns": 1042143, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5103616, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1561346, + "runtime_create_ns": 22557, + "jit_attach_ns": 41, + "context_create_ns": 102426, + "definition_eval_ns": 42155, + "first_eval_ns": 115934, + "threshold_crossing_ns": 109443, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1042143 + } + }, + "reference": { + "elapsed_ns": 1051600, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5189632, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1570327, + "runtime_create_ns": 25136, + "jit_attach_ns": 108, + "context_create_ns": 103577, + "definition_eval_ns": 38113, + "first_eval_ns": 108969, + "threshold_crossing_ns": 109078, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1051600 + } + } + }, + { + "pair_index": 17, + "candidate": { + "elapsed_ns": 1064062, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5083136, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1592493, + "runtime_create_ns": 29115, + "jit_attach_ns": 41, + "context_create_ns": 111266, + "definition_eval_ns": 48085, + "first_eval_ns": 108217, + "threshold_crossing_ns": 105155, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1064062 + } + }, + "reference": { + "elapsed_ns": 1094261, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5046272, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1627520, + "runtime_create_ns": 27391, + "jit_attach_ns": 82, + "context_create_ns": 103009, + "definition_eval_ns": 40115, + "first_eval_ns": 125108, + "threshold_crossing_ns": 113668, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1094261 + } + }, + "entry_cache": { + "elapsed_ns": 1089778, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4960256, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1617181, + "runtime_create_ns": 32474, + "jit_attach_ns": 42, + "context_create_ns": 102235, + "definition_eval_ns": 43574, + "first_eval_ns": 111651, + "threshold_crossing_ns": 112788, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1089778 + } + } + }, + { + "pair_index": 18, + "candidate": { + "elapsed_ns": 1097696, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5111808, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1637571, + "runtime_create_ns": 28528, + "jit_attach_ns": 43, + "context_create_ns": 120902, + "definition_eval_ns": 43699, + "first_eval_ns": 111192, + "threshold_crossing_ns": 107689, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1097696 + } + }, + "reference": { + "elapsed_ns": 1065315, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5095424, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1571260, + "runtime_create_ns": 25923, + "jit_attach_ns": 80, + "context_create_ns": 105097, + "definition_eval_ns": 39905, + "first_eval_ns": 107687, + "threshold_crossing_ns": 105308, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1065315 + } + }, + "entry_cache": { + "elapsed_ns": 1043697, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5029888, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1572728, + "runtime_create_ns": 28932, + "jit_attach_ns": 42, + "context_create_ns": 107404, + "definition_eval_ns": 40331, + "first_eval_ns": 111075, + "threshold_crossing_ns": 107206, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1043697 + } + } + }, + { + "pair_index": 19, + "candidate": { + "elapsed_ns": 1076670, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5070848, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1620130, + "runtime_create_ns": 27781, + "jit_attach_ns": 41, + "context_create_ns": 112746, + "definition_eval_ns": 43182, + "first_eval_ns": 110326, + "threshold_crossing_ns": 120983, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1076670 + } + }, + "reference": { + "elapsed_ns": 1057628, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5017600, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1570406, + "runtime_create_ns": 27285, + "jit_attach_ns": 80, + "context_create_ns": 112344, + "definition_eval_ns": 38386, + "first_eval_ns": 106244, + "threshold_crossing_ns": 108855, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1057628 + } + }, + "entry_cache": { + "elapsed_ns": 1047441, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5165056, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1572707, + "runtime_create_ns": 27441, + "jit_attach_ns": 43, + "context_create_ns": 109191, + "definition_eval_ns": 45160, + "first_eval_ns": 108585, + "threshold_crossing_ns": 108709, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1047441 + } + } + }, + { + "pair_index": 20, + "candidate": { + "elapsed_ns": 1072716, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4984832, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1583543, + "runtime_create_ns": 25589, + "jit_attach_ns": 41, + "context_create_ns": 107381, + "definition_eval_ns": 40229, + "first_eval_ns": 107864, + "threshold_crossing_ns": 104359, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1072716 + } + }, + "reference": { + "elapsed_ns": 1089647, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5099520, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1588403, + "runtime_create_ns": 26517, + "jit_attach_ns": 83, + "context_create_ns": 100480, + "definition_eval_ns": 35000, + "first_eval_ns": 107373, + "threshold_crossing_ns": 109383, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1089647 + } + }, + "entry_cache": { + "elapsed_ns": 1080419, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5046272, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1606159, + "runtime_create_ns": 28630, + "jit_attach_ns": 45, + "context_create_ns": 105117, + "definition_eval_ns": 40856, + "first_eval_ns": 108469, + "threshold_crossing_ns": 109469, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1080419 + } + } + }, + { + "pair_index": 21, + "reference": { + "elapsed_ns": 1061621, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4993024, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1577478, + "runtime_create_ns": 28850, + "jit_attach_ns": 79, + "context_create_ns": 109582, + "definition_eval_ns": 39805, + "first_eval_ns": 109030, + "threshold_crossing_ns": 105434, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1061621 + } + }, + "entry_cache": { + "elapsed_ns": 1096647, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5115904, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1640654, + "runtime_create_ns": 29440, + "jit_attach_ns": 42, + "context_create_ns": 124025, + "definition_eval_ns": 41418, + "first_eval_ns": 115666, + "threshold_crossing_ns": 108433, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1096647 + } + }, + "candidate": { + "elapsed_ns": 1087716, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5136384, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1625987, + "runtime_create_ns": 25345, + "jit_attach_ns": 42, + "context_create_ns": 110121, + "definition_eval_ns": 45357, + "first_eval_ns": 115247, + "threshold_crossing_ns": 108547, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1087716 + } + } + }, + { + "pair_index": 22, + "reference": { + "elapsed_ns": 1065955, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5029888, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1592046, + "runtime_create_ns": 29761, + "jit_attach_ns": 96, + "context_create_ns": 114041, + "definition_eval_ns": 43074, + "first_eval_ns": 108560, + "threshold_crossing_ns": 105488, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1065955 + } + }, + "entry_cache": { + "elapsed_ns": 1052204, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5160960, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1570866, + "runtime_create_ns": 26948, + "jit_attach_ns": 44, + "context_create_ns": 109836, + "definition_eval_ns": 40802, + "first_eval_ns": 107356, + "threshold_crossing_ns": 104897, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1052204 + } + }, + "candidate": { + "elapsed_ns": 1069317, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5033984, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1614042, + "runtime_create_ns": 26428, + "jit_attach_ns": 42, + "context_create_ns": 107842, + "definition_eval_ns": 47162, + "first_eval_ns": 120110, + "threshold_crossing_ns": 113792, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1069317 + } + } + }, + { + "pair_index": 23, + "reference": { + "elapsed_ns": 1062391, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5046272, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1584274, + "runtime_create_ns": 31366, + "jit_attach_ns": 86, + "context_create_ns": 114319, + "definition_eval_ns": 41025, + "first_eval_ns": 108102, + "threshold_crossing_ns": 104852, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1062391 + } + }, + "entry_cache": { + "elapsed_ns": 1082776, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5062656, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1598800, + "runtime_create_ns": 25450, + "jit_attach_ns": 44, + "context_create_ns": 111625, + "definition_eval_ns": 44032, + "first_eval_ns": 106138, + "threshold_crossing_ns": 103812, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1082776 + } + }, + "candidate": { + "elapsed_ns": 1080576, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5107712, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1613575, + "runtime_create_ns": 29218, + "jit_attach_ns": 41, + "context_create_ns": 109329, + "definition_eval_ns": 41170, + "first_eval_ns": 119114, + "threshold_crossing_ns": 107644, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1080576 + } + } + }, + { + "pair_index": 24, + "reference": { + "elapsed_ns": 1093079, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5050368, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1623488, + "runtime_create_ns": 32166, + "jit_attach_ns": 40, + "context_create_ns": 103709, + "definition_eval_ns": 39863, + "first_eval_ns": 112434, + "threshold_crossing_ns": 108715, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1093079 + } + }, + "entry_cache": { + "elapsed_ns": 1072102, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5025792, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1574949, + "runtime_create_ns": 28424, + "jit_attach_ns": 41, + "context_create_ns": 102148, + "definition_eval_ns": 38544, + "first_eval_ns": 106295, + "threshold_crossing_ns": 108489, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1072102 + } + }, + "candidate": { + "elapsed_ns": 1073893, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5214208, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1616431, + "runtime_create_ns": 27097, + "jit_attach_ns": 37, + "context_create_ns": 110791, + "definition_eval_ns": 42495, + "first_eval_ns": 116181, + "threshold_crossing_ns": 108984, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1073893 + } + } + }, + { + "pair_index": 25, + "entry_cache": { + "elapsed_ns": 1056977, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4919296, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1587379, + "runtime_create_ns": 31758, + "jit_attach_ns": 41, + "context_create_ns": 111488, + "definition_eval_ns": 43000, + "first_eval_ns": 112509, + "threshold_crossing_ns": 104547, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1056977 + } + }, + "candidate": { + "elapsed_ns": 1072847, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5095424, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1598381, + "runtime_create_ns": 26461, + "jit_attach_ns": 60, + "context_create_ns": 104850, + "definition_eval_ns": 48446, + "first_eval_ns": 110638, + "threshold_crossing_ns": 111570, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1072847 + } + }, + "reference": { + "elapsed_ns": 1061903, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4993024, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1584022, + "runtime_create_ns": 28131, + "jit_attach_ns": 103, + "context_create_ns": 102445, + "definition_eval_ns": 40942, + "first_eval_ns": 113492, + "threshold_crossing_ns": 108323, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1061903 + } + } + }, + { + "pair_index": 26, + "entry_cache": { + "elapsed_ns": 1051544, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5099520, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1605185, + "runtime_create_ns": 30574, + "jit_attach_ns": 41, + "context_create_ns": 114788, + "definition_eval_ns": 66172, + "first_eval_ns": 109187, + "threshold_crossing_ns": 109655, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1051544 + } + }, + "candidate": { + "elapsed_ns": 1068380, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5038080, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1584682, + "runtime_create_ns": 26296, + "jit_attach_ns": 43, + "context_create_ns": 108395, + "definition_eval_ns": 42724, + "first_eval_ns": 113178, + "threshold_crossing_ns": 104544, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1068380 + } + }, + "reference": { + "elapsed_ns": 1101293, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5083136, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1625707, + "runtime_create_ns": 25385, + "jit_attach_ns": 95, + "context_create_ns": 103309, + "definition_eval_ns": 43461, + "first_eval_ns": 116901, + "threshold_crossing_ns": 108855, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1101293 + } + } + }, + { + "pair_index": 27, + "entry_cache": { + "elapsed_ns": 1047813, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5173248, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1593870, + "runtime_create_ns": 28406, + "jit_attach_ns": 41, + "context_create_ns": 112356, + "definition_eval_ns": 46890, + "first_eval_ns": 107262, + "threshold_crossing_ns": 104727, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1047813 + } + }, + "candidate": { + "elapsed_ns": 1052546, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5111808, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1569578, + "runtime_create_ns": 28975, + "jit_attach_ns": 127, + "context_create_ns": 107948, + "definition_eval_ns": 50690, + "first_eval_ns": 105486, + "threshold_crossing_ns": 102930, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1052546 + } + }, + "reference": { + "elapsed_ns": 1076913, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5087232, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1602223, + "runtime_create_ns": 27241, + "jit_attach_ns": 96, + "context_create_ns": 103824, + "definition_eval_ns": 42588, + "first_eval_ns": 112333, + "threshold_crossing_ns": 108614, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1076913 + } + } + }, + { + "pair_index": 28, + "entry_cache": { + "elapsed_ns": 1080775, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5033984, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1612371, + "runtime_create_ns": 31941, + "jit_attach_ns": 42, + "context_create_ns": 111250, + "definition_eval_ns": 40671, + "first_eval_ns": 108080, + "threshold_crossing_ns": 108480, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1080775 + } + }, + "candidate": { + "elapsed_ns": 1094651, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5070848, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1620983, + "runtime_create_ns": 23316, + "jit_attach_ns": 41, + "context_create_ns": 113793, + "definition_eval_ns": 42849, + "first_eval_ns": 110324, + "threshold_crossing_ns": 108113, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1094651 + } + }, + "reference": { + "elapsed_ns": 1082703, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4923392, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1605124, + "runtime_create_ns": 28065, + "jit_attach_ns": 80, + "context_create_ns": 101895, + "definition_eval_ns": 40660, + "first_eval_ns": 109551, + "threshold_crossing_ns": 120976, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1082703 + } + } + }, + { + "pair_index": 29, + "candidate": { + "elapsed_ns": 1085727, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5025792, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1638104, + "runtime_create_ns": 29892, + "jit_attach_ns": 42, + "context_create_ns": 139147, + "definition_eval_ns": 44230, + "first_eval_ns": 108990, + "threshold_crossing_ns": 105468, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1085727 + } + }, + "reference": { + "elapsed_ns": 1063715, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5124096, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1581541, + "runtime_create_ns": 24484, + "jit_attach_ns": 113, + "context_create_ns": 105480, + "definition_eval_ns": 41151, + "first_eval_ns": 112264, + "threshold_crossing_ns": 109081, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1063715 + } + }, + "entry_cache": { + "elapsed_ns": 1077569, + "checksum": "number:409f400000000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4976640, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1609759, + "runtime_create_ns": 32840, + "jit_attach_ns": 42, + "context_create_ns": 103761, + "definition_eval_ns": 42858, + "first_eval_ns": 107321, + "threshold_crossing_ns": 120174, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 1077569 + } + } + } + ], + "tier1": [ + { + "pair_index": 0, + "entry_cache": { + "elapsed_ns": 11656994, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_acquisitions": 1056, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10035200, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24326352, + "runtime_create_ns": 24254, + "jit_attach_ns": 60438, + "context_create_ns": 103843, + "definition_eval_ns": 43042, + "first_eval_ns": 744418, + "threshold_crossing_ns": 10500756, + "compile_ns": 8615597, + "install_ns": 61876, + "osr_ns": 0, + "steady_state_ns": 11656994 + } + }, + "candidate": { + "elapsed_ns": 10222749, + "checksum": "number:409f400000000000", + "native_entries": 30487, + "native_acquisitions": 1081, + "native_exits": 30487, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10027008, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22779702, + "runtime_create_ns": 29820, + "jit_attach_ns": 61876, + "context_create_ns": 101164, + "definition_eval_ns": 46391, + "first_eval_ns": 737383, + "threshold_crossing_ns": 10536995, + "compile_ns": 8938973, + "install_ns": 49958, + "osr_ns": 0, + "steady_state_ns": 10222749 + } + }, + "reference": { + "elapsed_ns": 14326504, + "checksum": "number:409f400000000000", + "native_entries": 28012, + "native_exits": 28012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10039296, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27044096, + "runtime_create_ns": 28355, + "jit_attach_ns": 56941, + "context_create_ns": 106018, + "definition_eval_ns": 52919, + "first_eval_ns": 788593, + "threshold_crossing_ns": 10219787, + "compile_ns": 9387162, + "install_ns": 51649, + "osr_ns": 0, + "steady_state_ns": 14326504 + } + } + }, + { + "pair_index": 1, + "entry_cache": { + "elapsed_ns": 11685528, + "checksum": "number:409f400000000000", + "native_entries": 32012, + "native_acquisitions": 1148, + "native_exits": 32012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9990144, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25596064, + "runtime_create_ns": 34137, + "jit_attach_ns": 66733, + "context_create_ns": 113310, + "definition_eval_ns": 55300, + "first_eval_ns": 756799, + "threshold_crossing_ns": 11683571, + "compile_ns": 9779755, + "install_ns": 55160, + "osr_ns": 0, + "steady_state_ns": 11685528 + } + }, + "candidate": { + "elapsed_ns": 10283478, + "checksum": "number:409f400000000000", + "native_entries": 31663, + "native_acquisitions": 1135, + "native_exits": 31663, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10018816, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23018699, + "runtime_create_ns": 26230, + "jit_attach_ns": 59551, + "context_create_ns": 118218, + "definition_eval_ns": 57086, + "first_eval_ns": 717413, + "threshold_crossing_ns": 10702141, + "compile_ns": 9493741, + "install_ns": 56777, + "osr_ns": 0, + "steady_state_ns": 10283478 + } + }, + "reference": { + "elapsed_ns": 14326647, + "checksum": "number:409f400000000000", + "native_entries": 29567, + "native_exits": 29567, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27653243, + "runtime_create_ns": 28685, + "jit_attach_ns": 64518, + "context_create_ns": 120112, + "definition_eval_ns": 58797, + "first_eval_ns": 759398, + "threshold_crossing_ns": 10832175, + "compile_ns": 9175793, + "install_ns": 53579, + "osr_ns": 0, + "steady_state_ns": 14326647 + } + } + }, + { + "pair_index": 2, + "candidate": { + "elapsed_ns": 10242452, + "checksum": "number:409f400000000000", + "native_entries": 31362, + "native_acquisitions": 1119, + "native_exits": 31362, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10035200, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22932770, + "runtime_create_ns": 26507, + "jit_attach_ns": 58518, + "context_create_ns": 100922, + "definition_eval_ns": 52535, + "first_eval_ns": 725552, + "threshold_crossing_ns": 10679508, + "compile_ns": 9353461, + "install_ns": 49565, + "osr_ns": 0, + "steady_state_ns": 10242452 + } + }, + "reference": { + "elapsed_ns": 14356148, + "checksum": "number:409f400000000000", + "native_entries": 30925, + "native_exits": 30925, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9965568, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28651801, + "runtime_create_ns": 25288, + "jit_attach_ns": 60934, + "context_create_ns": 104036, + "definition_eval_ns": 51033, + "first_eval_ns": 777649, + "threshold_crossing_ns": 11831935, + "compile_ns": 9965308, + "install_ns": 49142, + "osr_ns": 0, + "steady_state_ns": 14356148 + } + }, + "entry_cache": { + "elapsed_ns": 11685666, + "checksum": "number:409f400000000000", + "native_entries": 32012, + "native_acquisitions": 1148, + "native_exits": 32012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10108928, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25355936, + "runtime_create_ns": 32715, + "jit_attach_ns": 59539, + "context_create_ns": 109829, + "definition_eval_ns": 54353, + "first_eval_ns": 751904, + "threshold_crossing_ns": 11466188, + "compile_ns": 9585402, + "install_ns": 46246, + "osr_ns": 0, + "steady_state_ns": 11685666 + } + } + }, + { + "pair_index": 3, + "candidate": { + "elapsed_ns": 10274556, + "checksum": "number:409f400000000000", + "native_entries": 31507, + "native_acquisitions": 1128, + "native_exits": 31507, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9949184, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22975039, + "runtime_create_ns": 25746, + "jit_attach_ns": 61947, + "context_create_ns": 107156, + "definition_eval_ns": 38790, + "first_eval_ns": 722757, + "threshold_crossing_ns": 10689676, + "compile_ns": 9430840, + "install_ns": 63457, + "osr_ns": 0, + "steady_state_ns": 10274556 + } + }, + "reference": { + "elapsed_ns": 14285261, + "checksum": "number:409f400000000000", + "native_entries": 31325, + "native_exits": 31325, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9990144, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28817636, + "runtime_create_ns": 27183, + "jit_attach_ns": 57929, + "context_create_ns": 105090, + "definition_eval_ns": 57435, + "first_eval_ns": 787214, + "threshold_crossing_ns": 12047164, + "compile_ns": 10300507, + "install_ns": 52434, + "osr_ns": 0, + "steady_state_ns": 14285261 + } + }, + "entry_cache": { + "elapsed_ns": 11680754, + "checksum": "number:409f400000000000", + "native_entries": 30563, + "native_acquisitions": 1082, + "native_exits": 30563, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10027008, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24447964, + "runtime_create_ns": 30393, + "jit_attach_ns": 59163, + "context_create_ns": 107683, + "definition_eval_ns": 53008, + "first_eval_ns": 746159, + "threshold_crossing_ns": 10558977, + "compile_ns": 8850698, + "install_ns": 54129, + "osr_ns": 0, + "steady_state_ns": 11680754 + } + } + }, + { + "pair_index": 4, + "candidate": { + "elapsed_ns": 10251133, + "checksum": "number:409f400000000000", + "native_entries": 31423, + "native_acquisitions": 1123, + "native_exits": 31423, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9961472, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22896023, + "runtime_create_ns": 23025, + "jit_attach_ns": 53285, + "context_create_ns": 118905, + "definition_eval_ns": 39998, + "first_eval_ns": 716736, + "threshold_crossing_ns": 10641726, + "compile_ns": 9356601, + "install_ns": 47206, + "osr_ns": 0, + "steady_state_ns": 10251133 + } + }, + "reference": { + "elapsed_ns": 14334086, + "checksum": "number:409f400000000000", + "native_entries": 28920, + "native_exits": 28920, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10055680, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27464510, + "runtime_create_ns": 26492, + "jit_attach_ns": 56382, + "context_create_ns": 113058, + "definition_eval_ns": 51616, + "first_eval_ns": 775884, + "threshold_crossing_ns": 10649342, + "compile_ns": 9186092, + "install_ns": 49512, + "osr_ns": 0, + "steady_state_ns": 14334086 + } + }, + "entry_cache": { + "elapsed_ns": 11656736, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_acquisitions": 1056, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10027008, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24379748, + "runtime_create_ns": 28406, + "jit_attach_ns": 61382, + "context_create_ns": 114786, + "definition_eval_ns": 58263, + "first_eval_ns": 747119, + "threshold_crossing_ns": 10513787, + "compile_ns": 8647745, + "install_ns": 45985, + "osr_ns": 0, + "steady_state_ns": 11656736 + } + } + }, + { + "pair_index": 5, + "candidate": { + "elapsed_ns": 10286640, + "checksum": "number:409f400000000000", + "native_entries": 31560, + "native_acquisitions": 1130, + "native_exits": 31560, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10084352, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23033039, + "runtime_create_ns": 26105, + "jit_attach_ns": 66541, + "context_create_ns": 122566, + "definition_eval_ns": 57815, + "first_eval_ns": 728609, + "threshold_crossing_ns": 10686503, + "compile_ns": 9438260, + "install_ns": 72956, + "osr_ns": 0, + "steady_state_ns": 10286640 + } + }, + "reference": { + "elapsed_ns": 14263754, + "checksum": "number:409f400000000000", + "native_entries": 29422, + "native_exits": 29422, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9969664, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27456021, + "runtime_create_ns": 29396, + "jit_attach_ns": 59120, + "context_create_ns": 104427, + "definition_eval_ns": 66071, + "first_eval_ns": 768035, + "threshold_crossing_ns": 10713864, + "compile_ns": 9029313, + "install_ns": 46207, + "osr_ns": 0, + "steady_state_ns": 14263754 + } + }, + "entry_cache": { + "elapsed_ns": 11662207, + "checksum": "number:409f400000000000", + "native_entries": 32012, + "native_acquisitions": 1148, + "native_exits": 32012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9973760, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25359345, + "runtime_create_ns": 31454, + "jit_attach_ns": 60449, + "context_create_ns": 110691, + "definition_eval_ns": 54923, + "first_eval_ns": 739664, + "threshold_crossing_ns": 11504070, + "compile_ns": 9631595, + "install_ns": 44929, + "osr_ns": 0, + "steady_state_ns": 11662207 + } + } + }, + { + "pair_index": 6, + "reference": { + "elapsed_ns": 14289680, + "checksum": "number:409f400000000000", + "native_entries": 31000, + "native_exits": 31000, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10031104, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28702896, + "runtime_create_ns": 27885, + "jit_attach_ns": 58546, + "context_create_ns": 104692, + "definition_eval_ns": 50605, + "first_eval_ns": 777841, + "threshold_crossing_ns": 11939721, + "compile_ns": 10085013, + "install_ns": 50744, + "osr_ns": 0, + "steady_state_ns": 14289680 + } + }, + "entry_cache": { + "elapsed_ns": 11669551, + "checksum": "number:409f400000000000", + "native_entries": 32012, + "native_acquisitions": 1148, + "native_exits": 32012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25392408, + "runtime_create_ns": 25159, + "jit_attach_ns": 57898, + "context_create_ns": 104273, + "definition_eval_ns": 50779, + "first_eval_ns": 753149, + "threshold_crossing_ns": 11539604, + "compile_ns": 9665133, + "install_ns": 45745, + "osr_ns": 0, + "steady_state_ns": 11669551 + } + }, + "candidate": { + "elapsed_ns": 10281412, + "checksum": "number:409f400000000000", + "native_entries": 30302, + "native_acquisitions": 1072, + "native_exits": 30302, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9936896, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22676701, + "runtime_create_ns": 27922, + "jit_attach_ns": 59279, + "context_create_ns": 101457, + "definition_eval_ns": 49585, + "first_eval_ns": 742463, + "threshold_crossing_ns": 10361942, + "compile_ns": 8719288, + "install_ns": 43943, + "osr_ns": 0, + "steady_state_ns": 10281412 + } + } + }, + { + "pair_index": 7, + "reference": { + "elapsed_ns": 14322580, + "checksum": "number:409f400000000000", + "native_entries": 30088, + "native_exits": 30088, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28020103, + "runtime_create_ns": 30116, + "jit_attach_ns": 63489, + "context_create_ns": 111015, + "definition_eval_ns": 53966, + "first_eval_ns": 2261371, + "threshold_crossing_ns": 9721969, + "compile_ns": 9666588, + "install_ns": 67543, + "osr_ns": 0, + "steady_state_ns": 14322580 + } + }, + "entry_cache": { + "elapsed_ns": 11731844, + "checksum": "number:409f400000000000", + "native_entries": 30723, + "native_acquisitions": 1091, + "native_exits": 30723, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9973760, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24690900, + "runtime_create_ns": 33699, + "jit_attach_ns": 73941, + "context_create_ns": 110024, + "definition_eval_ns": 53977, + "first_eval_ns": 749832, + "threshold_crossing_ns": 10746007, + "compile_ns": 9073517, + "install_ns": 55522, + "osr_ns": 0, + "steady_state_ns": 11731844 + } + }, + "candidate": { + "elapsed_ns": 10308750, + "checksum": "number:409f400000000000", + "native_entries": 31927, + "native_acquisitions": 1148, + "native_exits": 31927, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10035200, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23146734, + "runtime_create_ns": 28131, + "jit_attach_ns": 64506, + "context_create_ns": 110604, + "definition_eval_ns": 56860, + "first_eval_ns": 728182, + "threshold_crossing_ns": 10787188, + "compile_ns": 9656498, + "install_ns": 52296, + "osr_ns": 0, + "steady_state_ns": 10308750 + } + } + }, + { + "pair_index": 8, + "reference": { + "elapsed_ns": 14366614, + "checksum": "number:409f400000000000", + "native_entries": 30543, + "native_exits": 30543, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9916416, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28711767, + "runtime_create_ns": 28017, + "jit_attach_ns": 57710, + "context_create_ns": 100443, + "definition_eval_ns": 50439, + "first_eval_ns": 783843, + "threshold_crossing_ns": 11853645, + "compile_ns": 9834951, + "install_ns": 63240, + "osr_ns": 0, + "steady_state_ns": 14366614 + } + }, + "entry_cache": { + "elapsed_ns": 11709976, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_acquisitions": 1056, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10166272, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24595343, + "runtime_create_ns": 26054, + "jit_attach_ns": 59469, + "context_create_ns": 107619, + "definition_eval_ns": 56465, + "first_eval_ns": 746185, + "threshold_crossing_ns": 10693449, + "compile_ns": 8811919, + "install_ns": 48590, + "osr_ns": 0, + "steady_state_ns": 11709976 + } + }, + "candidate": { + "elapsed_ns": 10280554, + "checksum": "number:409f400000000000", + "native_entries": 31113, + "native_acquisitions": 1108, + "native_exits": 31113, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9990144, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22975143, + "runtime_create_ns": 28059, + "jit_attach_ns": 64260, + "context_create_ns": 110537, + "definition_eval_ns": 52646, + "first_eval_ns": 734252, + "threshold_crossing_ns": 10640760, + "compile_ns": 9248085, + "install_ns": 72247, + "osr_ns": 0, + "steady_state_ns": 10280554 + } + } + }, + { + "pair_index": 9, + "reference": { + "elapsed_ns": 14364777, + "checksum": "number:409f400000000000", + "native_entries": 30647, + "native_exits": 30647, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28691079, + "runtime_create_ns": 27351, + "jit_attach_ns": 65618, + "context_create_ns": 108938, + "definition_eval_ns": 52893, + "first_eval_ns": 789272, + "threshold_crossing_ns": 11814256, + "compile_ns": 9830978, + "install_ns": 67717, + "osr_ns": 0, + "steady_state_ns": 14364777 + } + }, + "entry_cache": { + "elapsed_ns": 11623180, + "checksum": "number:409f400000000000", + "native_entries": 32012, + "native_acquisitions": 1148, + "native_exits": 32012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10006528, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25319752, + "runtime_create_ns": 28310, + "jit_attach_ns": 58814, + "context_create_ns": 115136, + "definition_eval_ns": 57420, + "first_eval_ns": 739822, + "threshold_crossing_ns": 11507112, + "compile_ns": 9629636, + "install_ns": 48288, + "osr_ns": 0, + "steady_state_ns": 11623180 + } + }, + "candidate": { + "elapsed_ns": 10240802, + "checksum": "number:409f400000000000", + "native_entries": 30136, + "native_acquisitions": 1063, + "native_exits": 30136, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10031104, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22703068, + "runtime_create_ns": 29672, + "jit_attach_ns": 60009, + "context_create_ns": 107370, + "definition_eval_ns": 52497, + "first_eval_ns": 744355, + "threshold_crossing_ns": 10400760, + "compile_ns": 8703252, + "install_ns": 46217, + "osr_ns": 0, + "steady_state_ns": 10240802 + } + } + }, + { + "pair_index": 10, + "entry_cache": { + "elapsed_ns": 11649783, + "checksum": "number:409f400000000000", + "native_entries": 31737, + "native_acquisitions": 1138, + "native_exits": 31737, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10018816, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24656539, + "runtime_create_ns": 25189, + "jit_attach_ns": 59800, + "context_create_ns": 111339, + "definition_eval_ns": 41839, + "first_eval_ns": 746289, + "threshold_crossing_ns": 10831820, + "compile_ns": 9501411, + "install_ns": 61858, + "osr_ns": 0, + "steady_state_ns": 11649783 + } + }, + "candidate": { + "elapsed_ns": 10199316, + "checksum": "number:409f400000000000", + "native_entries": 30549, + "native_acquisitions": 1084, + "native_exits": 30549, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10035200, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22771030, + "runtime_create_ns": 30505, + "jit_attach_ns": 59408, + "context_create_ns": 103951, + "definition_eval_ns": 50129, + "first_eval_ns": 739398, + "threshold_crossing_ns": 10541338, + "compile_ns": 8970070, + "install_ns": 46979, + "osr_ns": 0, + "steady_state_ns": 10199316 + } + }, + "reference": { + "elapsed_ns": 14273564, + "checksum": "number:409f400000000000", + "native_entries": 30087, + "native_exits": 30087, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10162176, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28512314, + "runtime_create_ns": 23321, + "jit_attach_ns": 60757, + "context_create_ns": 107803, + "definition_eval_ns": 56186, + "first_eval_ns": 816228, + "threshold_crossing_ns": 11724490, + "compile_ns": 9558462, + "install_ns": 48754, + "osr_ns": 0, + "steady_state_ns": 14273564 + } + } + }, + { + "pair_index": 11, + "entry_cache": { + "elapsed_ns": 11669170, + "checksum": "number:409f400000000000", + "native_entries": 32012, + "native_acquisitions": 1148, + "native_exits": 32012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9986048, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25417053, + "runtime_create_ns": 25077, + "jit_attach_ns": 61108, + "context_create_ns": 104459, + "definition_eval_ns": 55076, + "first_eval_ns": 755414, + "threshold_crossing_ns": 11559418, + "compile_ns": 9670113, + "install_ns": 67802, + "osr_ns": 0, + "steady_state_ns": 11669170 + } + }, + "candidate": { + "elapsed_ns": 10287014, + "checksum": "number:409f400000000000", + "native_entries": 30274, + "native_acquisitions": 1070, + "native_exits": 30274, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10035200, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22781713, + "runtime_create_ns": 26188, + "jit_attach_ns": 66364, + "context_create_ns": 109061, + "definition_eval_ns": 50299, + "first_eval_ns": 737279, + "threshold_crossing_ns": 10446187, + "compile_ns": 8789081, + "install_ns": 48449, + "osr_ns": 0, + "steady_state_ns": 10287014 + } + }, + "reference": { + "elapsed_ns": 14285443, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10018816, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28345501, + "runtime_create_ns": 28891, + "jit_attach_ns": 58791, + "context_create_ns": 104034, + "definition_eval_ns": 52082, + "first_eval_ns": 772113, + "threshold_crossing_ns": 11580318, + "compile_ns": 9419834, + "install_ns": 65864, + "osr_ns": 0, + "steady_state_ns": 14285443 + } + } + }, + { + "pair_index": 12, + "entry_cache": { + "elapsed_ns": 11698765, + "checksum": "number:409f400000000000", + "native_entries": 30307, + "native_acquisitions": 1070, + "native_exits": 30307, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24436625, + "runtime_create_ns": 22779, + "jit_attach_ns": 56747, + "context_create_ns": 100674, + "definition_eval_ns": 44421, + "first_eval_ns": 747636, + "threshold_crossing_ns": 10572009, + "compile_ns": 8743202, + "install_ns": 55228, + "osr_ns": 0, + "steady_state_ns": 11698765 + } + }, + "candidate": { + "elapsed_ns": 10368044, + "checksum": "number:409f400000000000", + "native_entries": 32048, + "native_acquisitions": 1153, + "native_exits": 32048, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9932800, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23164419, + "runtime_create_ns": 29275, + "jit_attach_ns": 63847, + "context_create_ns": 120871, + "definition_eval_ns": 51903, + "first_eval_ns": 2184758, + "threshold_crossing_ns": 9282394, + "compile_ns": 9655330, + "install_ns": 55168, + "osr_ns": 0, + "steady_state_ns": 10368044 + } + }, + "reference": { + "elapsed_ns": 14276325, + "checksum": "number:409f400000000000", + "native_entries": 27913, + "native_exits": 27913, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10092544, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26248521, + "runtime_create_ns": 28415, + "jit_attach_ns": 70510, + "context_create_ns": 106915, + "definition_eval_ns": 53019, + "first_eval_ns": 765096, + "threshold_crossing_ns": 9494989, + "compile_ns": 9297207, + "install_ns": 46277, + "osr_ns": 0, + "steady_state_ns": 14276325 + } + } + }, + { + "pair_index": 13, + "entry_cache": { + "elapsed_ns": 11643629, + "checksum": "number:409f400000000000", + "native_entries": 31134, + "native_acquisitions": 1110, + "native_exits": 31134, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24652067, + "runtime_create_ns": 28766, + "jit_attach_ns": 67277, + "context_create_ns": 111749, + "definition_eval_ns": 52460, + "first_eval_ns": 753158, + "threshold_crossing_ns": 10802179, + "compile_ns": 9278225, + "install_ns": 53280, + "osr_ns": 0, + "steady_state_ns": 11643629 + } + }, + "candidate": { + "elapsed_ns": 10340765, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_acquisitions": 1056, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10100736, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22754629, + "runtime_create_ns": 27242, + "jit_attach_ns": 58793, + "context_create_ns": 115065, + "definition_eval_ns": 55074, + "first_eval_ns": 735606, + "threshold_crossing_ns": 10368117, + "compile_ns": 8630410, + "install_ns": 47698, + "osr_ns": 0, + "steady_state_ns": 10340765 + } + }, + "reference": { + "elapsed_ns": 14345962, + "checksum": "number:409f400000000000", + "native_entries": 27927, + "native_exits": 27927, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 26262997, + "runtime_create_ns": 29556, + "jit_attach_ns": 66139, + "context_create_ns": 101284, + "definition_eval_ns": 59005, + "first_eval_ns": 766466, + "threshold_crossing_ns": 9451972, + "compile_ns": 9270375, + "install_ns": 47476, + "osr_ns": 0, + "steady_state_ns": 14345962 + } + } + }, + { + "pair_index": 14, + "candidate": { + "elapsed_ns": 10340665, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_acquisitions": 1056, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10018816, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22807434, + "runtime_create_ns": 24379, + "jit_attach_ns": 91561, + "context_create_ns": 102509, + "definition_eval_ns": 51280, + "first_eval_ns": 727915, + "threshold_crossing_ns": 10406768, + "compile_ns": 8667133, + "install_ns": 55487, + "osr_ns": 0, + "steady_state_ns": 10340665 + } + }, + "reference": { + "elapsed_ns": 14279697, + "checksum": "number:409f400000000000", + "native_entries": 29171, + "native_exits": 29171, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27479943, + "runtime_create_ns": 28131, + "jit_attach_ns": 59429, + "context_create_ns": 108351, + "definition_eval_ns": 59778, + "first_eval_ns": 780195, + "threshold_crossing_ns": 10712051, + "compile_ns": 8927346, + "install_ns": 48771, + "osr_ns": 0, + "steady_state_ns": 14279697 + } + }, + "entry_cache": { + "elapsed_ns": 11686996, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_acquisitions": 1056, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10014720, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24482590, + "runtime_create_ns": 32342, + "jit_attach_ns": 59815, + "context_create_ns": 113432, + "definition_eval_ns": 54916, + "first_eval_ns": 744760, + "threshold_crossing_ns": 10593478, + "compile_ns": 8712593, + "install_ns": 50675, + "osr_ns": 0, + "steady_state_ns": 11686996 + } + } + }, + { + "pair_index": 15, + "candidate": { + "elapsed_ns": 10228787, + "checksum": "number:409f400000000000", + "native_entries": 31664, + "native_acquisitions": 1135, + "native_exits": 31664, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9990144, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22938582, + "runtime_create_ns": 24891, + "jit_attach_ns": 60740, + "context_create_ns": 123950, + "definition_eval_ns": 40568, + "first_eval_ns": 724437, + "threshold_crossing_ns": 10687478, + "compile_ns": 9471349, + "install_ns": 45813, + "osr_ns": 0, + "steady_state_ns": 10228787 + } + }, + "reference": { + "elapsed_ns": 14285527, + "checksum": "number:409f400000000000", + "native_entries": 29108, + "native_exits": 29108, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9953280, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27502508, + "runtime_create_ns": 24730, + "jit_attach_ns": 58450, + "context_create_ns": 102402, + "definition_eval_ns": 48602, + "first_eval_ns": 782561, + "threshold_crossing_ns": 10753143, + "compile_ns": 8936462, + "install_ns": 50325, + "osr_ns": 0, + "steady_state_ns": 14285527 + } + }, + "entry_cache": { + "elapsed_ns": 11656208, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_acquisitions": 1056, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10031104, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24326752, + "runtime_create_ns": 28796, + "jit_attach_ns": 62772, + "context_create_ns": 109404, + "definition_eval_ns": 54770, + "first_eval_ns": 743458, + "threshold_crossing_ns": 10483902, + "compile_ns": 8611019, + "install_ns": 50130, + "osr_ns": 0, + "steady_state_ns": 11656208 + } + } + }, + { + "pair_index": 16, + "candidate": { + "elapsed_ns": 10332536, + "checksum": "number:409f400000000000", + "native_entries": 31242, + "native_acquisitions": 1112, + "native_exits": 31242, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9928704, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22824800, + "runtime_create_ns": 23958, + "jit_attach_ns": 56288, + "context_create_ns": 98106, + "definition_eval_ns": 45060, + "first_eval_ns": 711386, + "threshold_crossing_ns": 10507708, + "compile_ns": 9163935, + "install_ns": 45083, + "osr_ns": 0, + "steady_state_ns": 10332536 + } + }, + "reference": { + "elapsed_ns": 14335210, + "checksum": "number:409f400000000000", + "native_entries": 30717, + "native_exits": 30717, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10067968, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28582432, + "runtime_create_ns": 25803, + "jit_attach_ns": 58034, + "context_create_ns": 104738, + "definition_eval_ns": 49024, + "first_eval_ns": 778764, + "threshold_crossing_ns": 11769040, + "compile_ns": 9812904, + "install_ns": 44766, + "osr_ns": 0, + "steady_state_ns": 14335210 + } + }, + "entry_cache": { + "elapsed_ns": 11646868, + "checksum": "number:409f400000000000", + "native_entries": 31896, + "native_acquisitions": 1147, + "native_exits": 31896, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9949184, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24592562, + "runtime_create_ns": 29118, + "jit_attach_ns": 67115, + "context_create_ns": 107964, + "definition_eval_ns": 53719, + "first_eval_ns": 732557, + "threshold_crossing_ns": 10764835, + "compile_ns": 9496206, + "install_ns": 44020, + "osr_ns": 0, + "steady_state_ns": 11646868 + } + } + }, + { + "pair_index": 17, + "candidate": { + "elapsed_ns": 10267450, + "checksum": "number:409f400000000000", + "native_entries": 30985, + "native_acquisitions": 1102, + "native_exits": 30985, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10031104, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23080695, + "runtime_create_ns": 32475, + "jit_attach_ns": 70082, + "context_create_ns": 116761, + "definition_eval_ns": 53740, + "first_eval_ns": 757672, + "threshold_crossing_ns": 10730548, + "compile_ns": 9300078, + "install_ns": 52844, + "osr_ns": 0, + "steady_state_ns": 10267450 + } + }, + "reference": { + "elapsed_ns": 14314934, + "checksum": "number:409f400000000000", + "native_entries": 29194, + "native_exits": 29194, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9973760, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27518979, + "runtime_create_ns": 29854, + "jit_attach_ns": 59760, + "context_create_ns": 105697, + "definition_eval_ns": 59513, + "first_eval_ns": 771986, + "threshold_crossing_ns": 10717012, + "compile_ns": 8922384, + "install_ns": 70084, + "osr_ns": 0, + "steady_state_ns": 14314934 + } + }, + "entry_cache": { + "elapsed_ns": 11683381, + "checksum": "number:409f400000000000", + "native_entries": 32012, + "native_acquisitions": 1148, + "native_exits": 32012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10047488, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25497499, + "runtime_create_ns": 27930, + "jit_attach_ns": 60871, + "context_create_ns": 116335, + "definition_eval_ns": 55766, + "first_eval_ns": 744138, + "threshold_crossing_ns": 11597582, + "compile_ns": 9700540, + "install_ns": 51895, + "osr_ns": 0, + "steady_state_ns": 11683381 + } + } + }, + { + "pair_index": 18, + "reference": { + "elapsed_ns": 14257255, + "checksum": "number:409f400000000000", + "native_entries": 29007, + "native_exits": 29007, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9965568, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27307111, + "runtime_create_ns": 25035, + "jit_attach_ns": 57283, + "context_create_ns": 100748, + "definition_eval_ns": 44200, + "first_eval_ns": 761159, + "threshold_crossing_ns": 10626106, + "compile_ns": 9135965, + "install_ns": 64136, + "osr_ns": 0, + "steady_state_ns": 14257255 + } + }, + "entry_cache": { + "elapsed_ns": 11617553, + "checksum": "number:409f400000000000", + "native_entries": 31590, + "native_acquisitions": 1132, + "native_exits": 31590, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10035200, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24827890, + "runtime_create_ns": 29793, + "jit_attach_ns": 59639, + "context_create_ns": 119078, + "definition_eval_ns": 50397, + "first_eval_ns": 731864, + "threshold_crossing_ns": 11022730, + "compile_ns": 9643301, + "install_ns": 48162, + "osr_ns": 0, + "steady_state_ns": 11617553 + } + }, + "candidate": { + "elapsed_ns": 10246820, + "checksum": "number:409f400000000000", + "native_entries": 30704, + "native_acquisitions": 1091, + "native_exits": 30704, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10108928, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22753310, + "runtime_create_ns": 25541, + "jit_attach_ns": 62672, + "context_create_ns": 116789, + "definition_eval_ns": 58014, + "first_eval_ns": 736456, + "threshold_crossing_ns": 10452050, + "compile_ns": 8926741, + "install_ns": 45554, + "osr_ns": 0, + "steady_state_ns": 10246820 + } + } + }, + { + "pair_index": 19, + "reference": { + "elapsed_ns": 14494818, + "checksum": "number:409f400000000000", + "native_entries": 30274, + "native_exits": 30274, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9953280, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28676658, + "runtime_create_ns": 26157, + "jit_attach_ns": 56744, + "context_create_ns": 106156, + "definition_eval_ns": 54580, + "first_eval_ns": 772554, + "threshold_crossing_ns": 11700204, + "compile_ns": 9590318, + "install_ns": 53809, + "osr_ns": 0, + "steady_state_ns": 14494818 + } + }, + "entry_cache": { + "elapsed_ns": 11682682, + "checksum": "number:409f400000000000", + "native_entries": 31537, + "native_acquisitions": 1128, + "native_exits": 31537, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10121216, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24686024, + "runtime_create_ns": 27143, + "jit_attach_ns": 56862, + "context_create_ns": 113700, + "definition_eval_ns": 48877, + "first_eval_ns": 747268, + "threshold_crossing_ns": 10817455, + "compile_ns": 9424301, + "install_ns": 51116, + "osr_ns": 0, + "steady_state_ns": 11682682 + } + }, + "candidate": { + "elapsed_ns": 10249609, + "checksum": "number:409f400000000000", + "native_entries": 30310, + "native_acquisitions": 1071, + "native_exits": 30310, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10039296, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22723392, + "runtime_create_ns": 30440, + "jit_attach_ns": 58431, + "context_create_ns": 108014, + "definition_eval_ns": 51887, + "first_eval_ns": 742387, + "threshold_crossing_ns": 10430450, + "compile_ns": 8790718, + "install_ns": 47980, + "osr_ns": 0, + "steady_state_ns": 10249609 + } + } + }, + { + "pair_index": 20, + "reference": { + "elapsed_ns": 14272343, + "checksum": "number:409f400000000000", + "native_entries": 29265, + "native_exits": 29265, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10117120, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27301862, + "runtime_create_ns": 23518, + "jit_attach_ns": 50213, + "context_create_ns": 99918, + "definition_eval_ns": 41512, + "first_eval_ns": 755212, + "threshold_crossing_ns": 10607032, + "compile_ns": 8832601, + "install_ns": 43487, + "osr_ns": 0, + "steady_state_ns": 14272343 + } + }, + "entry_cache": { + "elapsed_ns": 11678039, + "checksum": "number:409f400000000000", + "native_entries": 31670, + "native_acquisitions": 1133, + "native_exits": 31670, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9990144, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24604894, + "runtime_create_ns": 25433, + "jit_attach_ns": 55465, + "context_create_ns": 116549, + "definition_eval_ns": 49225, + "first_eval_ns": 742962, + "threshold_crossing_ns": 10742315, + "compile_ns": 9388335, + "install_ns": 45577, + "osr_ns": 0, + "steady_state_ns": 11678039 + } + }, + "candidate": { + "elapsed_ns": 10308800, + "checksum": "number:409f400000000000", + "native_entries": 30106, + "native_acquisitions": 1063, + "native_exits": 30106, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22664894, + "runtime_create_ns": 29766, + "jit_attach_ns": 56209, + "context_create_ns": 107471, + "definition_eval_ns": 52616, + "first_eval_ns": 738670, + "threshold_crossing_ns": 10317100, + "compile_ns": 8612561, + "install_ns": 46708, + "osr_ns": 0, + "steady_state_ns": 10308800 + } + } + }, + { + "pair_index": 21, + "reference": { + "elapsed_ns": 14278927, + "checksum": "number:409f400000000000", + "native_entries": 29559, + "native_exits": 29559, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10104832, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27566391, + "runtime_create_ns": 29442, + "jit_attach_ns": 67475, + "context_create_ns": 111359, + "definition_eval_ns": 65991, + "first_eval_ns": 775558, + "threshold_crossing_ns": 10762486, + "compile_ns": 9116859, + "install_ns": 64097, + "osr_ns": 0, + "steady_state_ns": 14278927 + } + }, + "entry_cache": { + "elapsed_ns": 11663836, + "checksum": "number:409f400000000000", + "native_entries": 30193, + "native_acquisitions": 1066, + "native_exits": 30193, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9998336, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24455821, + "runtime_create_ns": 29097, + "jit_attach_ns": 60331, + "context_create_ns": 110479, + "definition_eval_ns": 56081, + "first_eval_ns": 743635, + "threshold_crossing_ns": 10591324, + "compile_ns": 8759799, + "install_ns": 46276, + "osr_ns": 0, + "steady_state_ns": 11663836 + } + }, + "candidate": { + "elapsed_ns": 10288879, + "checksum": "number:409f400000000000", + "native_entries": 31390, + "native_acquisitions": 1120, + "native_exits": 31390, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10031104, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23096149, + "runtime_create_ns": 26252, + "jit_attach_ns": 59484, + "context_create_ns": 108961, + "definition_eval_ns": 75652, + "first_eval_ns": 725861, + "threshold_crossing_ns": 10750676, + "compile_ns": 9427144, + "install_ns": 83944, + "osr_ns": 0, + "steady_state_ns": 10288879 + } + } + }, + { + "pair_index": 22, + "entry_cache": { + "elapsed_ns": 11684868, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_acquisitions": 1056, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10010624, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24492484, + "runtime_create_ns": 22365, + "jit_attach_ns": 59664, + "context_create_ns": 105151, + "definition_eval_ns": 44066, + "first_eval_ns": 744720, + "threshold_crossing_ns": 10643928, + "compile_ns": 8747270, + "install_ns": 64826, + "osr_ns": 0, + "steady_state_ns": 11684868 + } + }, + "candidate": { + "elapsed_ns": 10276973, + "checksum": "number:409f400000000000", + "native_entries": 30993, + "native_acquisitions": 1104, + "native_exits": 30993, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10055680, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23060609, + "runtime_create_ns": 24910, + "jit_attach_ns": 65979, + "context_create_ns": 103985, + "definition_eval_ns": 49842, + "first_eval_ns": 762438, + "threshold_crossing_ns": 10670439, + "compile_ns": 9241367, + "install_ns": 48258, + "osr_ns": 0, + "steady_state_ns": 10276973 + } + }, + "reference": { + "elapsed_ns": 14310201, + "checksum": "number:409f400000000000", + "native_entries": 31078, + "native_exits": 31078, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10108928, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28792951, + "runtime_create_ns": 28152, + "jit_attach_ns": 60450, + "context_create_ns": 106677, + "definition_eval_ns": 53370, + "first_eval_ns": 782861, + "threshold_crossing_ns": 12000595, + "compile_ns": 10180274, + "install_ns": 52613, + "osr_ns": 0, + "steady_state_ns": 14310201 + } + } + }, + { + "pair_index": 23, + "entry_cache": { + "elapsed_ns": 11635723, + "checksum": "number:409f400000000000", + "native_entries": 28012, + "native_acquisitions": 992, + "native_exits": 28012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9969664, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23291353, + "runtime_create_ns": 23112, + "jit_attach_ns": 59152, + "context_create_ns": 104761, + "definition_eval_ns": 43324, + "first_eval_ns": 750596, + "threshold_crossing_ns": 9482320, + "compile_ns": 8692730, + "install_ns": 46351, + "osr_ns": 0, + "steady_state_ns": 11635723 + } + }, + "candidate": { + "elapsed_ns": 10249399, + "checksum": "number:409f400000000000", + "native_entries": 28012, + "native_acquisitions": 990, + "native_exits": 28012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9924608, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 21605223, + "runtime_create_ns": 27336, + "jit_attach_ns": 58549, + "context_create_ns": 105307, + "definition_eval_ns": 46393, + "first_eval_ns": 732545, + "threshold_crossing_ns": 9320740, + "compile_ns": 8494462, + "install_ns": 45789, + "osr_ns": 0, + "steady_state_ns": 10249399 + } + }, + "reference": { + "elapsed_ns": 14273539, + "checksum": "number:409f400000000000", + "native_entries": 29292, + "native_exits": 29292, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10162176, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27499064, + "runtime_create_ns": 27514, + "jit_attach_ns": 61263, + "context_create_ns": 109213, + "definition_eval_ns": 65861, + "first_eval_ns": 777143, + "threshold_crossing_ns": 10729480, + "compile_ns": 8992036, + "install_ns": 60453, + "osr_ns": 0, + "steady_state_ns": 14273539 + } + } + }, + { + "pair_index": 24, + "entry_cache": { + "elapsed_ns": 11695706, + "checksum": "number:409f400000000000", + "native_entries": 31109, + "native_acquisitions": 1106, + "native_exits": 31109, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24544751, + "runtime_create_ns": 23252, + "jit_attach_ns": 53212, + "context_create_ns": 102724, + "definition_eval_ns": 42018, + "first_eval_ns": 743484, + "threshold_crossing_ns": 10699979, + "compile_ns": 9172197, + "install_ns": 46494, + "osr_ns": 0, + "steady_state_ns": 11695706 + } + }, + "candidate": { + "elapsed_ns": 10265440, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_acquisitions": 1056, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9994240, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22639948, + "runtime_create_ns": 28138, + "jit_attach_ns": 55927, + "context_create_ns": 108301, + "definition_eval_ns": 46048, + "first_eval_ns": 737200, + "threshold_crossing_ns": 10333655, + "compile_ns": 8602199, + "install_ns": 53287, + "osr_ns": 0, + "steady_state_ns": 10265440 + } + }, + "reference": { + "elapsed_ns": 14215737, + "checksum": "number:409f400000000000", + "native_entries": 31137, + "native_exits": 31137, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10035200, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28564493, + "runtime_create_ns": 27869, + "jit_attach_ns": 55978, + "context_create_ns": 102875, + "definition_eval_ns": 53750, + "first_eval_ns": 772086, + "threshold_crossing_ns": 11888290, + "compile_ns": 10091683, + "install_ns": 44492, + "osr_ns": 0, + "steady_state_ns": 14215737 + } + } + }, + { + "pair_index": 25, + "entry_cache": { + "elapsed_ns": 11656274, + "checksum": "number:409f400000000000", + "native_entries": 31259, + "native_acquisitions": 1116, + "native_exits": 31259, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10092544, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24638716, + "runtime_create_ns": 29744, + "jit_attach_ns": 66059, + "context_create_ns": 113542, + "definition_eval_ns": 56455, + "first_eval_ns": 739003, + "threshold_crossing_ns": 10775247, + "compile_ns": 9306596, + "install_ns": 63365, + "osr_ns": 0, + "steady_state_ns": 11656274 + } + }, + "candidate": { + "elapsed_ns": 10224104, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_acquisitions": 1056, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10014720, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22562075, + "runtime_create_ns": 27654, + "jit_attach_ns": 66012, + "context_create_ns": 106766, + "definition_eval_ns": 52062, + "first_eval_ns": 730729, + "threshold_crossing_ns": 10302857, + "compile_ns": 8571555, + "install_ns": 45298, + "osr_ns": 0, + "steady_state_ns": 10224104 + } + }, + "reference": { + "elapsed_ns": 14378786, + "checksum": "number:409f400000000000", + "native_entries": 29395, + "native_exits": 29395, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10145792, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27537013, + "runtime_create_ns": 24666, + "jit_attach_ns": 59893, + "context_create_ns": 106070, + "definition_eval_ns": 64572, + "first_eval_ns": 762449, + "threshold_crossing_ns": 10678255, + "compile_ns": 8961371, + "install_ns": 47274, + "osr_ns": 0, + "steady_state_ns": 14378786 + } + } + }, + { + "pair_index": 26, + "candidate": { + "elapsed_ns": 10291972, + "checksum": "number:409f400000000000", + "native_entries": 32921, + "native_acquisitions": 1192, + "native_exits": 32921, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10010624, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23968046, + "runtime_create_ns": 23818, + "jit_attach_ns": 59030, + "context_create_ns": 102472, + "definition_eval_ns": 40733, + "first_eval_ns": 743264, + "threshold_crossing_ns": 11662306, + "compile_ns": 10218270, + "install_ns": 48865, + "osr_ns": 0, + "steady_state_ns": 10291972 + } + }, + "reference": { + "elapsed_ns": 14379274, + "checksum": "number:409f400000000000", + "native_entries": 30939, + "native_exits": 30939, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28744640, + "runtime_create_ns": 28379, + "jit_attach_ns": 58902, + "context_create_ns": 104850, + "definition_eval_ns": 55314, + "first_eval_ns": 783517, + "threshold_crossing_ns": 11878797, + "compile_ns": 10020381, + "install_ns": 49272, + "osr_ns": 0, + "steady_state_ns": 14379274 + } + }, + "entry_cache": { + "elapsed_ns": 11659699, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_acquisitions": 1056, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10104832, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24287156, + "runtime_create_ns": 27763, + "jit_attach_ns": 58147, + "context_create_ns": 112437, + "definition_eval_ns": 54643, + "first_eval_ns": 751529, + "threshold_crossing_ns": 10431295, + "compile_ns": 8564447, + "install_ns": 46368, + "osr_ns": 0, + "steady_state_ns": 11659699 + } + } + }, + { + "pair_index": 27, + "candidate": { + "elapsed_ns": 10353981, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_acquisitions": 1056, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10084352, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22839312, + "runtime_create_ns": 23717, + "jit_attach_ns": 60811, + "context_create_ns": 117184, + "definition_eval_ns": 53541, + "first_eval_ns": 729096, + "threshold_crossing_ns": 10445903, + "compile_ns": 8712460, + "install_ns": 76197, + "osr_ns": 0, + "steady_state_ns": 10353981 + } + }, + "reference": { + "elapsed_ns": 14634852, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10047488, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28892514, + "runtime_create_ns": 25932, + "jit_attach_ns": 62465, + "context_create_ns": 106749, + "definition_eval_ns": 49547, + "first_eval_ns": 768267, + "threshold_crossing_ns": 11774005, + "compile_ns": 9593914, + "install_ns": 81059, + "osr_ns": 0, + "steady_state_ns": 14634852 + } + }, + "entry_cache": { + "elapsed_ns": 11837074, + "checksum": "number:409f400000000000", + "native_entries": 31775, + "native_acquisitions": 1141, + "native_exits": 31775, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10100736, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 25002029, + "runtime_create_ns": 27797, + "jit_attach_ns": 65448, + "context_create_ns": 120438, + "definition_eval_ns": 55187, + "first_eval_ns": 738656, + "threshold_crossing_ns": 10937970, + "compile_ns": 9599372, + "install_ns": 57145, + "osr_ns": 0, + "steady_state_ns": 11837074 + } + } + }, + { + "pair_index": 28, + "candidate": { + "elapsed_ns": 10288588, + "checksum": "number:409f400000000000", + "native_entries": 30273, + "native_acquisitions": 1070, + "native_exits": 30273, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9981952, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22723722, + "runtime_create_ns": 25613, + "jit_attach_ns": 58772, + "context_create_ns": 119539, + "definition_eval_ns": 41763, + "first_eval_ns": 726061, + "threshold_crossing_ns": 10416317, + "compile_ns": 8760898, + "install_ns": 45911, + "osr_ns": 0, + "steady_state_ns": 10288588 + } + }, + "reference": { + "elapsed_ns": 14400904, + "checksum": "number:409f400000000000", + "native_entries": 30012, + "native_exits": 30012, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10055680, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28452643, + "runtime_create_ns": 25552, + "jit_attach_ns": 62229, + "context_create_ns": 105406, + "definition_eval_ns": 47960, + "first_eval_ns": 775068, + "threshold_crossing_ns": 11561909, + "compile_ns": 9388671, + "install_ns": 44963, + "osr_ns": 0, + "steady_state_ns": 14400904 + } + }, + "entry_cache": { + "elapsed_ns": 11642768, + "checksum": "number:409f400000000000", + "native_entries": 31358, + "native_acquisitions": 1120, + "native_exits": 31358, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10027008, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24732540, + "runtime_create_ns": 31782, + "jit_attach_ns": 67400, + "context_create_ns": 125565, + "definition_eval_ns": 56897, + "first_eval_ns": 769348, + "threshold_crossing_ns": 10841902, + "compile_ns": 9382932, + "install_ns": 59763, + "osr_ns": 0, + "steady_state_ns": 11642768 + } + } + }, + { + "pair_index": 29, + "candidate": { + "elapsed_ns": 10374408, + "checksum": "number:409f400000000000", + "native_entries": 32339, + "native_acquisitions": 1165, + "native_exits": 32339, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10006528, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23359516, + "runtime_create_ns": 29204, + "jit_attach_ns": 73647, + "context_create_ns": 116614, + "definition_eval_ns": 55542, + "first_eval_ns": 2284290, + "threshold_crossing_ns": 9362606, + "compile_ns": 9900276, + "install_ns": 76425, + "osr_ns": 0, + "steady_state_ns": 10374408 + } + }, + "reference": { + "elapsed_ns": 14345481, + "checksum": "number:409f400000000000", + "native_entries": 31732, + "native_exits": 31732, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9949184, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29077789, + "runtime_create_ns": 30423, + "jit_attach_ns": 74526, + "context_create_ns": 115146, + "definition_eval_ns": 73268, + "first_eval_ns": 775246, + "threshold_crossing_ns": 12185627, + "compile_ns": 10581893, + "install_ns": 50207, + "osr_ns": 0, + "steady_state_ns": 14345481 + } + }, + "entry_cache": { + "elapsed_ns": 11613847, + "checksum": "number:409f400000000000", + "native_entries": 31570, + "native_acquisitions": 1131, + "native_exits": 31570, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9961472, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24663627, + "runtime_create_ns": 31350, + "jit_attach_ns": 67609, + "context_create_ns": 117041, + "definition_eval_ns": 54180, + "first_eval_ns": 730892, + "threshold_crossing_ns": 10849985, + "compile_ns": 9466331, + "install_ns": 47825, + "osr_ns": 0, + "steady_state_ns": 11613847 + } + } + } + ], + "tier2": [ + { + "pair_index": 0, + "candidate": { + "elapsed_ns": 9797157, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10178560, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23778987, + "runtime_create_ns": 27534, + "jit_attach_ns": 54232, + "context_create_ns": 103018, + "definition_eval_ns": 60332, + "first_eval_ns": 823056, + "threshold_crossing_ns": 11693344, + "compile_ns": 8671172, + "install_ns": 38709, + "osr_ns": 0, + "steady_state_ns": 9797157 + } + }, + "reference": { + "elapsed_ns": 13232377, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10031104, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28671259, + "runtime_create_ns": 24474, + "jit_attach_ns": 52455, + "context_create_ns": 103140, + "definition_eval_ns": 66064, + "first_eval_ns": 854599, + "threshold_crossing_ns": 12672599, + "compile_ns": 9429365, + "install_ns": 40841, + "osr_ns": 0, + "steady_state_ns": 13232377 + } + }, + "entry_cache": { + "elapsed_ns": 10172212, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10153984, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24631458, + "runtime_create_ns": 25535, + "jit_attach_ns": 58806, + "context_create_ns": 108471, + "definition_eval_ns": 71735, + "first_eval_ns": 842634, + "threshold_crossing_ns": 12007486, + "compile_ns": 8916108, + "install_ns": 39874, + "osr_ns": 0, + "steady_state_ns": 10172212 + } + } + }, + { + "pair_index": 1, + "candidate": { + "elapsed_ns": 9791882, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10219520, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23825680, + "runtime_create_ns": 28040, + "jit_attach_ns": 58998, + "context_create_ns": 103852, + "definition_eval_ns": 64653, + "first_eval_ns": 821195, + "threshold_crossing_ns": 11744100, + "compile_ns": 8898692, + "install_ns": 46287, + "osr_ns": 0, + "steady_state_ns": 9791882 + } + }, + "reference": { + "elapsed_ns": 13264122, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10117120, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28839199, + "runtime_create_ns": 27272, + "jit_attach_ns": 54532, + "context_create_ns": 102412, + "definition_eval_ns": 61324, + "first_eval_ns": 2304234, + "threshold_crossing_ns": 11347620, + "compile_ns": 9859486, + "install_ns": 38178, + "osr_ns": 0, + "steady_state_ns": 13264122 + } + }, + "entry_cache": { + "elapsed_ns": 10140228, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10027008, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24738181, + "runtime_create_ns": 33359, + "jit_attach_ns": 68797, + "context_create_ns": 107834, + "definition_eval_ns": 63411, + "first_eval_ns": 854407, + "threshold_crossing_ns": 12127577, + "compile_ns": 8915167, + "install_ns": 40735, + "osr_ns": 0, + "steady_state_ns": 10140228 + } + } + }, + { + "pair_index": 2, + "candidate": { + "elapsed_ns": 9861693, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10133504, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24067046, + "runtime_create_ns": 24207, + "jit_attach_ns": 60957, + "context_create_ns": 110884, + "definition_eval_ns": 50866, + "first_eval_ns": 826077, + "threshold_crossing_ns": 11920253, + "compile_ns": 9569569, + "install_ns": 42894, + "osr_ns": 0, + "steady_state_ns": 9861693 + } + }, + "reference": { + "elapsed_ns": 13354335, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10211328, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29016372, + "runtime_create_ns": 27195, + "jit_attach_ns": 57239, + "context_create_ns": 102469, + "definition_eval_ns": 71633, + "first_eval_ns": 842238, + "threshold_crossing_ns": 12882579, + "compile_ns": 9590194, + "install_ns": 41540, + "osr_ns": 0, + "steady_state_ns": 13354335 + } + }, + "entry_cache": { + "elapsed_ns": 10202321, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24678905, + "runtime_create_ns": 27717, + "jit_attach_ns": 61106, + "context_create_ns": 111289, + "definition_eval_ns": 72110, + "first_eval_ns": 824765, + "threshold_crossing_ns": 12025312, + "compile_ns": 9278703, + "install_ns": 39219, + "osr_ns": 0, + "steady_state_ns": 10202321 + } + } + }, + { + "pair_index": 3, + "reference": { + "elapsed_ns": 13174831, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10051584, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28750327, + "runtime_create_ns": 28034, + "jit_attach_ns": 52939, + "context_create_ns": 111680, + "definition_eval_ns": 62235, + "first_eval_ns": 862601, + "threshold_crossing_ns": 12806984, + "compile_ns": 9575483, + "install_ns": 43364, + "osr_ns": 0, + "steady_state_ns": 13174831 + } + }, + "entry_cache": { + "elapsed_ns": 10143013, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24559542, + "runtime_create_ns": 26298, + "jit_attach_ns": 56375, + "context_create_ns": 109271, + "definition_eval_ns": 63147, + "first_eval_ns": 817856, + "threshold_crossing_ns": 12006188, + "compile_ns": 9013544, + "install_ns": 48142, + "osr_ns": 0, + "steady_state_ns": 10143013 + } + }, + "candidate": { + "elapsed_ns": 9799985, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10129408, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23886170, + "runtime_create_ns": 27105, + "jit_attach_ns": 72095, + "context_create_ns": 107387, + "definition_eval_ns": 67442, + "first_eval_ns": 2242716, + "threshold_crossing_ns": 10362634, + "compile_ns": 9554066, + "install_ns": 41265, + "osr_ns": 0, + "steady_state_ns": 9799985 + } + } + }, + { + "pair_index": 4, + "reference": { + "elapsed_ns": 13234008, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10199040, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28105317, + "runtime_create_ns": 27917, + "jit_attach_ns": 54282, + "context_create_ns": 103761, + "definition_eval_ns": 66434, + "first_eval_ns": 2286981, + "threshold_crossing_ns": 10680274, + "compile_ns": 9026352, + "install_ns": 46060, + "osr_ns": 0, + "steady_state_ns": 13234008 + } + }, + "entry_cache": { + "elapsed_ns": 10176136, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24624021, + "runtime_create_ns": 26894, + "jit_attach_ns": 54632, + "context_create_ns": 106064, + "definition_eval_ns": 64951, + "first_eval_ns": 853559, + "threshold_crossing_ns": 12005480, + "compile_ns": 8996572, + "install_ns": 39164, + "osr_ns": 0, + "steady_state_ns": 10176136 + } + }, + "candidate": { + "elapsed_ns": 9807478, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10166272, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23877776, + "runtime_create_ns": 31964, + "jit_attach_ns": 64169, + "context_create_ns": 108712, + "definition_eval_ns": 74871, + "first_eval_ns": 2271194, + "threshold_crossing_ns": 10303856, + "compile_ns": 9547833, + "install_ns": 44075, + "osr_ns": 0, + "steady_state_ns": 9807478 + } + } + }, + { + "pair_index": 5, + "reference": { + "elapsed_ns": 13233603, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10002432, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28812474, + "runtime_create_ns": 24900, + "jit_attach_ns": 55956, + "context_create_ns": 103731, + "definition_eval_ns": 62120, + "first_eval_ns": 870330, + "threshold_crossing_ns": 12830408, + "compile_ns": 9152838, + "install_ns": 44623, + "osr_ns": 0, + "steady_state_ns": 13233603 + } + }, + "entry_cache": { + "elapsed_ns": 10142186, + "checksum": "number:409f400000000000", + "native_entries": 24007, + "native_acquisitions": 776, + "native_exits": 24007, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23977253, + "runtime_create_ns": 39293, + "jit_attach_ns": 57515, + "context_create_ns": 107288, + "definition_eval_ns": 58879, + "first_eval_ns": 819233, + "threshold_crossing_ns": 11406951, + "compile_ns": 9357181, + "install_ns": 45556, + "osr_ns": 0, + "steady_state_ns": 10142186 + } + }, + "candidate": { + "elapsed_ns": 9788737, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10059776, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23788833, + "runtime_create_ns": 27236, + "jit_attach_ns": 58128, + "context_create_ns": 109902, + "definition_eval_ns": 81633, + "first_eval_ns": 799165, + "threshold_crossing_ns": 11719579, + "compile_ns": 9316170, + "install_ns": 39490, + "osr_ns": 0, + "steady_state_ns": 9788737 + } + } + }, + { + "pair_index": 6, + "reference": { + "elapsed_ns": 13149331, + "checksum": "number:409f400000000000", + "native_entries": 24006, + "native_exits": 24006, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10174464, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27604871, + "runtime_create_ns": 26519, + "jit_attach_ns": 61490, + "context_create_ns": 104657, + "definition_eval_ns": 61410, + "first_eval_ns": 873662, + "threshold_crossing_ns": 11671233, + "compile_ns": 9327566, + "install_ns": 48489, + "osr_ns": 0, + "steady_state_ns": 13149331 + } + }, + "entry_cache": { + "elapsed_ns": 10139849, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10125312, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24606407, + "runtime_create_ns": 28428, + "jit_attach_ns": 64909, + "context_create_ns": 111535, + "definition_eval_ns": 69996, + "first_eval_ns": 2258923, + "threshold_crossing_ns": 10569940, + "compile_ns": 9525760, + "install_ns": 40193, + "osr_ns": 0, + "steady_state_ns": 10139849 + } + }, + "candidate": { + "elapsed_ns": 9827625, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10100736, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24066564, + "runtime_create_ns": 26056, + "jit_attach_ns": 61476, + "context_create_ns": 108158, + "definition_eval_ns": 75031, + "first_eval_ns": 838351, + "threshold_crossing_ns": 11921056, + "compile_ns": 8869789, + "install_ns": 43788, + "osr_ns": 0, + "steady_state_ns": 9827625 + } + } + }, + { + "pair_index": 7, + "entry_cache": { + "elapsed_ns": 10092623, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10039296, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24625678, + "runtime_create_ns": 30369, + "jit_attach_ns": 58936, + "context_create_ns": 108148, + "definition_eval_ns": 65072, + "first_eval_ns": 840625, + "threshold_crossing_ns": 12085761, + "compile_ns": 9316781, + "install_ns": 40860, + "osr_ns": 0, + "steady_state_ns": 10092623 + } + }, + "candidate": { + "elapsed_ns": 9940777, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10280960, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23967660, + "runtime_create_ns": 23973, + "jit_attach_ns": 54159, + "context_create_ns": 105498, + "definition_eval_ns": 68690, + "first_eval_ns": 809515, + "threshold_crossing_ns": 11750283, + "compile_ns": 8739075, + "install_ns": 40254, + "osr_ns": 0, + "steady_state_ns": 9940777 + } + }, + "reference": { + "elapsed_ns": 13284257, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10145792, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28990594, + "runtime_create_ns": 27752, + "jit_attach_ns": 67300, + "context_create_ns": 117425, + "definition_eval_ns": 73402, + "first_eval_ns": 858371, + "threshold_crossing_ns": 12915485, + "compile_ns": 9246309, + "install_ns": 42726, + "osr_ns": 0, + "steady_state_ns": 13284257 + } + } + }, + { + "pair_index": 8, + "entry_cache": { + "elapsed_ns": 10183241, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10153984, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24774014, + "runtime_create_ns": 30436, + "jit_attach_ns": 61816, + "context_create_ns": 115218, + "definition_eval_ns": 89726, + "first_eval_ns": 822960, + "threshold_crossing_ns": 12118794, + "compile_ns": 9394699, + "install_ns": 42119, + "osr_ns": 0, + "steady_state_ns": 10183241 + } + }, + "candidate": { + "elapsed_ns": 9816025, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10244096, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23888110, + "runtime_create_ns": 26224, + "jit_attach_ns": 60066, + "context_create_ns": 107543, + "definition_eval_ns": 66696, + "first_eval_ns": 824858, + "threshold_crossing_ns": 11786443, + "compile_ns": 9074839, + "install_ns": 41214, + "osr_ns": 0, + "steady_state_ns": 9816025 + } + }, + "reference": { + "elapsed_ns": 13228733, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 29103182, + "runtime_create_ns": 27504, + "jit_attach_ns": 61353, + "context_create_ns": 107697, + "definition_eval_ns": 72613, + "first_eval_ns": 883517, + "threshold_crossing_ns": 13074979, + "compile_ns": 9176912, + "install_ns": 48223, + "osr_ns": 0, + "steady_state_ns": 13228733 + } + } + }, + { + "pair_index": 9, + "entry_cache": { + "elapsed_ns": 10126266, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10211328, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24551425, + "runtime_create_ns": 30078, + "jit_attach_ns": 57105, + "context_create_ns": 106471, + "definition_eval_ns": 64607, + "first_eval_ns": 2250200, + "threshold_crossing_ns": 10568782, + "compile_ns": 9540320, + "install_ns": 38588, + "osr_ns": 0, + "steady_state_ns": 10126266 + } + }, + "candidate": { + "elapsed_ns": 9873464, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10031104, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23885149, + "runtime_create_ns": 25216, + "jit_attach_ns": 55256, + "context_create_ns": 109050, + "definition_eval_ns": 66198, + "first_eval_ns": 822207, + "threshold_crossing_ns": 11737489, + "compile_ns": 9006590, + "install_ns": 37551, + "osr_ns": 0, + "steady_state_ns": 9873464 + } + }, + "reference": { + "elapsed_ns": 13253659, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10125312, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28974149, + "runtime_create_ns": 25881, + "jit_attach_ns": 60893, + "context_create_ns": 120993, + "definition_eval_ns": 72938, + "first_eval_ns": 887774, + "threshold_crossing_ns": 12892980, + "compile_ns": 9098846, + "install_ns": 38829, + "osr_ns": 0, + "steady_state_ns": 13253659 + } + } + }, + { + "pair_index": 10, + "entry_cache": { + "elapsed_ns": 10175606, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10137600, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24727815, + "runtime_create_ns": 24827, + "jit_attach_ns": 60360, + "context_create_ns": 109042, + "definition_eval_ns": 60771, + "first_eval_ns": 844829, + "threshold_crossing_ns": 12105276, + "compile_ns": 8952490, + "install_ns": 42795, + "osr_ns": 0, + "steady_state_ns": 10175606 + } + }, + "candidate": { + "elapsed_ns": 9849135, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10027008, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23878846, + "runtime_create_ns": 28282, + "jit_attach_ns": 63954, + "context_create_ns": 110759, + "definition_eval_ns": 68368, + "first_eval_ns": 798597, + "threshold_crossing_ns": 11758620, + "compile_ns": 9410243, + "install_ns": 42329, + "osr_ns": 0, + "steady_state_ns": 9849135 + } + }, + "reference": { + "elapsed_ns": 13210377, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10018816, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28761012, + "runtime_create_ns": 25925, + "jit_attach_ns": 60283, + "context_create_ns": 107127, + "definition_eval_ns": 69957, + "first_eval_ns": 888357, + "threshold_crossing_ns": 12761108, + "compile_ns": 9395485, + "install_ns": 38444, + "osr_ns": 0, + "steady_state_ns": 13210377 + } + } + }, + { + "pair_index": 11, + "candidate": { + "elapsed_ns": 9858829, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23886581, + "runtime_create_ns": 27145, + "jit_attach_ns": 57750, + "context_create_ns": 98756, + "definition_eval_ns": 58093, + "first_eval_ns": 830156, + "threshold_crossing_ns": 11753236, + "compile_ns": 8874118, + "install_ns": 39500, + "osr_ns": 0, + "steady_state_ns": 9858829 + } + }, + "reference": { + "elapsed_ns": 13179404, + "checksum": "number:409f400000000000", + "native_entries": 24007, + "native_exits": 24007, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10072064, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27748068, + "runtime_create_ns": 28865, + "jit_attach_ns": 53443, + "context_create_ns": 105096, + "definition_eval_ns": 63082, + "first_eval_ns": 850245, + "threshold_crossing_ns": 11822479, + "compile_ns": 9427851, + "install_ns": 52998, + "osr_ns": 0, + "steady_state_ns": 13179404 + } + }, + "entry_cache": { + "elapsed_ns": 10171450, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10162176, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24717695, + "runtime_create_ns": 29228, + "jit_attach_ns": 61311, + "context_create_ns": 107944, + "definition_eval_ns": 67653, + "first_eval_ns": 855113, + "threshold_crossing_ns": 12078414, + "compile_ns": 9142481, + "install_ns": 45764, + "osr_ns": 0, + "steady_state_ns": 10171450 + } + } + }, + { + "pair_index": 12, + "candidate": { + "elapsed_ns": 9802210, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10141696, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23854568, + "runtime_create_ns": 27414, + "jit_attach_ns": 58074, + "context_create_ns": 105398, + "definition_eval_ns": 65328, + "first_eval_ns": 848236, + "threshold_crossing_ns": 11734825, + "compile_ns": 8681943, + "install_ns": 41086, + "osr_ns": 0, + "steady_state_ns": 9802210 + } + }, + "reference": { + "elapsed_ns": 13230135, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10153984, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28761036, + "runtime_create_ns": 28249, + "jit_attach_ns": 54200, + "context_create_ns": 102118, + "definition_eval_ns": 64094, + "first_eval_ns": 848688, + "threshold_crossing_ns": 12795090, + "compile_ns": 9400365, + "install_ns": 38525, + "osr_ns": 0, + "steady_state_ns": 13230135 + } + }, + "entry_cache": { + "elapsed_ns": 10115427, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10194944, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24667473, + "runtime_create_ns": 30907, + "jit_attach_ns": 67493, + "context_create_ns": 109342, + "definition_eval_ns": 70975, + "first_eval_ns": 855527, + "threshold_crossing_ns": 12073963, + "compile_ns": 9048164, + "install_ns": 40078, + "osr_ns": 0, + "steady_state_ns": 10115427 + } + } + }, + { + "pair_index": 13, + "candidate": { + "elapsed_ns": 9806997, + "checksum": "number:409f400000000000", + "native_entries": 24008, + "native_acquisitions": 777, + "native_exits": 24008, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10043392, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23837602, + "runtime_create_ns": 27112, + "jit_attach_ns": 55251, + "context_create_ns": 108439, + "definition_eval_ns": 66922, + "first_eval_ns": 831609, + "threshold_crossing_ns": 11734181, + "compile_ns": 9824067, + "install_ns": 51379, + "osr_ns": 0, + "steady_state_ns": 9806997 + } + }, + "reference": { + "elapsed_ns": 13227830, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10121216, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28827337, + "runtime_create_ns": 26828, + "jit_attach_ns": 54062, + "context_create_ns": 108203, + "definition_eval_ns": 59050, + "first_eval_ns": 872344, + "threshold_crossing_ns": 12833586, + "compile_ns": 9482919, + "install_ns": 40113, + "osr_ns": 0, + "steady_state_ns": 13227830 + } + }, + "entry_cache": { + "elapsed_ns": 10111849, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24568508, + "runtime_create_ns": 27676, + "jit_attach_ns": 62449, + "context_create_ns": 111147, + "definition_eval_ns": 69949, + "first_eval_ns": 842656, + "threshold_crossing_ns": 12002399, + "compile_ns": 8992833, + "install_ns": 41956, + "osr_ns": 0, + "steady_state_ns": 10111849 + } + } + }, + { + "pair_index": 14, + "candidate": { + "elapsed_ns": 9826344, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23956412, + "runtime_create_ns": 24281, + "jit_attach_ns": 63941, + "context_create_ns": 102723, + "definition_eval_ns": 55840, + "first_eval_ns": 834150, + "threshold_crossing_ns": 11847349, + "compile_ns": 8929201, + "install_ns": 40643, + "osr_ns": 0, + "steady_state_ns": 9826344 + } + }, + "reference": { + "elapsed_ns": 13209131, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10280960, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28844972, + "runtime_create_ns": 24191, + "jit_attach_ns": 60800, + "context_create_ns": 104325, + "definition_eval_ns": 72588, + "first_eval_ns": 877393, + "threshold_crossing_ns": 12838018, + "compile_ns": 8966560, + "install_ns": 41820, + "osr_ns": 0, + "steady_state_ns": 13209131 + } + }, + "entry_cache": { + "elapsed_ns": 10141459, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10055680, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24669520, + "runtime_create_ns": 32141, + "jit_attach_ns": 60930, + "context_create_ns": 122531, + "definition_eval_ns": 69137, + "first_eval_ns": 2260922, + "threshold_crossing_ns": 10648417, + "compile_ns": 9508586, + "install_ns": 39937, + "osr_ns": 0, + "steady_state_ns": 10141459 + } + } + }, + { + "pair_index": 15, + "reference": { + "elapsed_ns": 13287456, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10022912, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28972092, + "runtime_create_ns": 23827, + "jit_attach_ns": 53030, + "context_create_ns": 103192, + "definition_eval_ns": 61337, + "first_eval_ns": 867906, + "threshold_crossing_ns": 12885119, + "compile_ns": 9215300, + "install_ns": 42217, + "osr_ns": 0, + "steady_state_ns": 13287456 + } + }, + "entry_cache": { + "elapsed_ns": 10149742, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10194944, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24719613, + "runtime_create_ns": 25106, + "jit_attach_ns": 56252, + "context_create_ns": 106358, + "definition_eval_ns": 60663, + "first_eval_ns": 847112, + "threshold_crossing_ns": 12129438, + "compile_ns": 9010570, + "install_ns": 51741, + "osr_ns": 0, + "steady_state_ns": 10149742 + } + }, + "candidate": { + "elapsed_ns": 9814772, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10264576, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23744753, + "runtime_create_ns": 24295, + "jit_attach_ns": 66641, + "context_create_ns": 109499, + "definition_eval_ns": 72960, + "first_eval_ns": 2212813, + "threshold_crossing_ns": 10239141, + "compile_ns": 9374069, + "install_ns": 38556, + "osr_ns": 0, + "steady_state_ns": 9814772 + } + } + }, + { + "pair_index": 16, + "reference": { + "elapsed_ns": 13209147, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9998336, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28786811, + "runtime_create_ns": 26582, + "jit_attach_ns": 54264, + "context_create_ns": 104113, + "definition_eval_ns": 62031, + "first_eval_ns": 877974, + "threshold_crossing_ns": 12790025, + "compile_ns": 9231867, + "install_ns": 37788, + "osr_ns": 0, + "steady_state_ns": 13209147 + } + }, + "entry_cache": { + "elapsed_ns": 10172401, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24576344, + "runtime_create_ns": 29851, + "jit_attach_ns": 57144, + "context_create_ns": 103378, + "definition_eval_ns": 58763, + "first_eval_ns": 822758, + "threshold_crossing_ns": 11997703, + "compile_ns": 8695833, + "install_ns": 42350, + "osr_ns": 0, + "steady_state_ns": 10172401 + } + }, + "candidate": { + "elapsed_ns": 9769013, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10141696, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23785441, + "runtime_create_ns": 29685, + "jit_attach_ns": 60682, + "context_create_ns": 106090, + "definition_eval_ns": 65499, + "first_eval_ns": 830271, + "threshold_crossing_ns": 11723249, + "compile_ns": 9017005, + "install_ns": 46437, + "osr_ns": 0, + "steady_state_ns": 9769013 + } + } + }, + { + "pair_index": 17, + "reference": { + "elapsed_ns": 13270843, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10121216, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28883531, + "runtime_create_ns": 25554, + "jit_attach_ns": 55488, + "context_create_ns": 106184, + "definition_eval_ns": 65468, + "first_eval_ns": 871931, + "threshold_crossing_ns": 12822954, + "compile_ns": 9349040, + "install_ns": 40788, + "osr_ns": 0, + "steady_state_ns": 13270843 + } + }, + "entry_cache": { + "elapsed_ns": 10152574, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24539497, + "runtime_create_ns": 28263, + "jit_attach_ns": 55626, + "context_create_ns": 104903, + "definition_eval_ns": 62381, + "first_eval_ns": 844334, + "threshold_crossing_ns": 11950111, + "compile_ns": 8836569, + "install_ns": 42407, + "osr_ns": 0, + "steady_state_ns": 10152574 + } + }, + "candidate": { + "elapsed_ns": 9831379, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23848358, + "runtime_create_ns": 28822, + "jit_attach_ns": 59533, + "context_create_ns": 125621, + "definition_eval_ns": 70383, + "first_eval_ns": 820129, + "threshold_crossing_ns": 11701368, + "compile_ns": 9344218, + "install_ns": 41814, + "osr_ns": 0, + "steady_state_ns": 9831379 + } + } + }, + { + "pair_index": 18, + "reference": { + "elapsed_ns": 13244446, + "checksum": "number:409f400000000000", + "native_entries": 24007, + "native_exits": 24007, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10190848, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27822806, + "runtime_create_ns": 27331, + "jit_attach_ns": 57460, + "context_create_ns": 103048, + "definition_eval_ns": 54732, + "first_eval_ns": 876298, + "threshold_crossing_ns": 11793228, + "compile_ns": 9431412, + "install_ns": 56105, + "osr_ns": 0, + "steady_state_ns": 13244446 + } + }, + "entry_cache": { + "elapsed_ns": 10131532, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10145792, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24681758, + "runtime_create_ns": 32111, + "jit_attach_ns": 60165, + "context_create_ns": 107772, + "definition_eval_ns": 71505, + "first_eval_ns": 812737, + "threshold_crossing_ns": 12121193, + "compile_ns": 9433160, + "install_ns": 41609, + "osr_ns": 0, + "steady_state_ns": 10131532 + } + }, + "candidate": { + "elapsed_ns": 9812158, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10145792, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24254233, + "runtime_create_ns": 30305, + "jit_attach_ns": 70376, + "context_create_ns": 123671, + "definition_eval_ns": 80190, + "first_eval_ns": 849323, + "threshold_crossing_ns": 12079610, + "compile_ns": 9551106, + "install_ns": 55376, + "osr_ns": 0, + "steady_state_ns": 9812158 + } + } + }, + { + "pair_index": 19, + "entry_cache": { + "elapsed_ns": 10114942, + "checksum": "number:409f400000000000", + "native_entries": 24007, + "native_acquisitions": 776, + "native_exits": 24007, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10141696, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23921863, + "runtime_create_ns": 32701, + "jit_attach_ns": 54485, + "context_create_ns": 106080, + "definition_eval_ns": 63592, + "first_eval_ns": 828418, + "threshold_crossing_ns": 11371784, + "compile_ns": 9327977, + "install_ns": 49033, + "osr_ns": 0, + "steady_state_ns": 10114942 + } + }, + "candidate": { + "elapsed_ns": 9818510, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10260480, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23942278, + "runtime_create_ns": 24972, + "jit_attach_ns": 56808, + "context_create_ns": 107531, + "definition_eval_ns": 80314, + "first_eval_ns": 822444, + "threshold_crossing_ns": 11833035, + "compile_ns": 9437643, + "install_ns": 41526, + "osr_ns": 0, + "steady_state_ns": 9818510 + } + }, + "reference": { + "elapsed_ns": 13231070, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10186752, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28888121, + "runtime_create_ns": 29983, + "jit_attach_ns": 59942, + "context_create_ns": 103307, + "definition_eval_ns": 67977, + "first_eval_ns": 885047, + "threshold_crossing_ns": 12864920, + "compile_ns": 9393104, + "install_ns": 38736, + "osr_ns": 0, + "steady_state_ns": 13231070 + } + } + }, + { + "pair_index": 20, + "entry_cache": { + "elapsed_ns": 10173800, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10190848, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24672964, + "runtime_create_ns": 29345, + "jit_attach_ns": 66403, + "context_create_ns": 105675, + "definition_eval_ns": 61656, + "first_eval_ns": 2255667, + "threshold_crossing_ns": 10631254, + "compile_ns": 9521083, + "install_ns": 43264, + "osr_ns": 0, + "steady_state_ns": 10173800 + } + }, + "candidate": { + "elapsed_ns": 9797416, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10108928, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23733412, + "runtime_create_ns": 24380, + "jit_attach_ns": 52365, + "context_create_ns": 105212, + "definition_eval_ns": 61262, + "first_eval_ns": 2249430, + "threshold_crossing_ns": 10248116, + "compile_ns": 9451414, + "install_ns": 39106, + "osr_ns": 0, + "steady_state_ns": 9797416 + } + }, + "reference": { + "elapsed_ns": 13230296, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10186752, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28900675, + "runtime_create_ns": 29840, + "jit_attach_ns": 60364, + "context_create_ns": 114120, + "definition_eval_ns": 69830, + "first_eval_ns": 2263245, + "threshold_crossing_ns": 11467617, + "compile_ns": 9719692, + "install_ns": 40729, + "osr_ns": 0, + "steady_state_ns": 13230296 + } + } + }, + { + "pair_index": 21, + "entry_cache": { + "elapsed_ns": 10131226, + "checksum": "number:409f400000000000", + "native_entries": 24007, + "native_acquisitions": 776, + "native_exits": 24007, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10117120, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24935574, + "runtime_create_ns": 28180, + "jit_attach_ns": 57173, + "context_create_ns": 103878, + "definition_eval_ns": 92342, + "first_eval_ns": 837292, + "threshold_crossing_ns": 12340381, + "compile_ns": 10961446, + "install_ns": 49735, + "osr_ns": 0, + "steady_state_ns": 10131226 + } + }, + "candidate": { + "elapsed_ns": 10024485, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10125312, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24288398, + "runtime_create_ns": 25018, + "jit_attach_ns": 54054, + "context_create_ns": 106521, + "definition_eval_ns": 65915, + "first_eval_ns": 849142, + "threshold_crossing_ns": 11959002, + "compile_ns": 9349623, + "install_ns": 39037, + "osr_ns": 0, + "steady_state_ns": 10024485 + } + }, + "reference": { + "elapsed_ns": 13184368, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10043392, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28814389, + "runtime_create_ns": 30915, + "jit_attach_ns": 56926, + "context_create_ns": 109216, + "definition_eval_ns": 69127, + "first_eval_ns": 852685, + "threshold_crossing_ns": 12864236, + "compile_ns": 9476090, + "install_ns": 40302, + "osr_ns": 0, + "steady_state_ns": 13184368 + } + } + }, + { + "pair_index": 22, + "entry_cache": { + "elapsed_ns": 10088239, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10141696, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24815716, + "runtime_create_ns": 26274, + "jit_attach_ns": 59196, + "context_create_ns": 103237, + "definition_eval_ns": 53474, + "first_eval_ns": 855539, + "threshold_crossing_ns": 12250885, + "compile_ns": 9568853, + "install_ns": 41150, + "osr_ns": 0, + "steady_state_ns": 10088239 + } + }, + "candidate": { + "elapsed_ns": 9829761, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10125312, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23937003, + "runtime_create_ns": 30524, + "jit_attach_ns": 59530, + "context_create_ns": 108211, + "definition_eval_ns": 67433, + "first_eval_ns": 837543, + "threshold_crossing_ns": 11790496, + "compile_ns": 9143399, + "install_ns": 40413, + "osr_ns": 0, + "steady_state_ns": 9829761 + } + }, + "reference": { + "elapsed_ns": 13255698, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10072064, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28105343, + "runtime_create_ns": 29253, + "jit_attach_ns": 57094, + "context_create_ns": 105327, + "definition_eval_ns": 65934, + "first_eval_ns": 2303732, + "threshold_crossing_ns": 10632042, + "compile_ns": 8996862, + "install_ns": 42325, + "osr_ns": 0, + "steady_state_ns": 13255698 + } + } + }, + { + "pair_index": 23, + "candidate": { + "elapsed_ns": 9805600, + "checksum": "number:409f400000000000", + "native_entries": 24008, + "native_acquisitions": 777, + "native_exits": 24008, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23883083, + "runtime_create_ns": 24204, + "jit_attach_ns": 60200, + "context_create_ns": 109246, + "definition_eval_ns": 70616, + "first_eval_ns": 830089, + "threshold_crossing_ns": 11771001, + "compile_ns": 9871203, + "install_ns": 49940, + "osr_ns": 0, + "steady_state_ns": 9805600 + } + }, + "reference": { + "elapsed_ns": 13274763, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10215424, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28798711, + "runtime_create_ns": 26273, + "jit_attach_ns": 58493, + "context_create_ns": 115308, + "definition_eval_ns": 64033, + "first_eval_ns": 869515, + "threshold_crossing_ns": 12720947, + "compile_ns": 9501498, + "install_ns": 41209, + "osr_ns": 0, + "steady_state_ns": 13274763 + } + }, + "entry_cache": { + "elapsed_ns": 10124388, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10211328, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24705523, + "runtime_create_ns": 32733, + "jit_attach_ns": 65617, + "context_create_ns": 120233, + "definition_eval_ns": 72515, + "first_eval_ns": 850669, + "threshold_crossing_ns": 12096300, + "compile_ns": 9307494, + "install_ns": 39935, + "osr_ns": 0, + "steady_state_ns": 10124388 + } + } + }, + { + "pair_index": 24, + "candidate": { + "elapsed_ns": 9800207, + "checksum": "number:409f400000000000", + "native_entries": 24005, + "native_acquisitions": 774, + "native_exits": 24005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10133504, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23819145, + "runtime_create_ns": 25938, + "jit_attach_ns": 55360, + "context_create_ns": 104650, + "definition_eval_ns": 67075, + "first_eval_ns": 818807, + "threshold_crossing_ns": 11725281, + "compile_ns": 9810560, + "install_ns": 54552, + "osr_ns": 0, + "steady_state_ns": 9800207 + } + }, + "reference": { + "elapsed_ns": 13178287, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10043392, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28742559, + "runtime_create_ns": 26838, + "jit_attach_ns": 53213, + "context_create_ns": 113788, + "definition_eval_ns": 62712, + "first_eval_ns": 841102, + "threshold_crossing_ns": 12800841, + "compile_ns": 9525458, + "install_ns": 40741, + "osr_ns": 0, + "steady_state_ns": 13178287 + } + }, + "entry_cache": { + "elapsed_ns": 10155239, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10104832, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24567891, + "runtime_create_ns": 34127, + "jit_attach_ns": 56838, + "context_create_ns": 106921, + "definition_eval_ns": 71605, + "first_eval_ns": 848988, + "threshold_crossing_ns": 11955486, + "compile_ns": 8998777, + "install_ns": 37185, + "osr_ns": 0, + "steady_state_ns": 10155239 + } + } + }, + { + "pair_index": 25, + "candidate": { + "elapsed_ns": 9811353, + "checksum": "number:409f400000000000", + "native_entries": 24007, + "native_acquisitions": 776, + "native_exits": 24007, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10149888, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22993324, + "runtime_create_ns": 25097, + "jit_attach_ns": 57101, + "context_create_ns": 107377, + "definition_eval_ns": 65003, + "first_eval_ns": 833230, + "threshold_crossing_ns": 10884878, + "compile_ns": 9028138, + "install_ns": 45576, + "osr_ns": 0, + "steady_state_ns": 9811353 + } + }, + "reference": { + "elapsed_ns": 13228528, + "checksum": "number:409f400000000000", + "native_entries": 24007, + "native_exits": 24007, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 27732748, + "runtime_create_ns": 25024, + "jit_attach_ns": 54325, + "context_create_ns": 104791, + "definition_eval_ns": 61474, + "first_eval_ns": 873173, + "threshold_crossing_ns": 11730555, + "compile_ns": 9362632, + "install_ns": 45573, + "osr_ns": 0, + "steady_state_ns": 13228528 + } + }, + "entry_cache": { + "elapsed_ns": 10141435, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10149888, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24657628, + "runtime_create_ns": 28200, + "jit_attach_ns": 59770, + "context_create_ns": 109271, + "definition_eval_ns": 67097, + "first_eval_ns": 840553, + "threshold_crossing_ns": 12064378, + "compile_ns": 9217597, + "install_ns": 41423, + "osr_ns": 0, + "steady_state_ns": 10141435 + } + } + }, + { + "pair_index": 26, + "candidate": { + "elapsed_ns": 9777165, + "checksum": "number:409f400000000000", + "native_entries": 24007, + "native_acquisitions": 776, + "native_exits": 24007, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10186752, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23837770, + "runtime_create_ns": 24718, + "jit_attach_ns": 60930, + "context_create_ns": 105634, + "definition_eval_ns": 54653, + "first_eval_ns": 834470, + "threshold_crossing_ns": 11770353, + "compile_ns": 9874173, + "install_ns": 60484, + "osr_ns": 0, + "steady_state_ns": 9777165 + } + }, + "reference": { + "elapsed_ns": 13286300, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10219520, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28863561, + "runtime_create_ns": 23914, + "jit_attach_ns": 59988, + "context_create_ns": 109937, + "definition_eval_ns": 67014, + "first_eval_ns": 2290141, + "threshold_crossing_ns": 11344562, + "compile_ns": 9584435, + "install_ns": 38597, + "osr_ns": 0, + "steady_state_ns": 13286300 + } + }, + "entry_cache": { + "elapsed_ns": 10138063, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10207232, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24708785, + "runtime_create_ns": 30423, + "jit_attach_ns": 57278, + "context_create_ns": 107475, + "definition_eval_ns": 65970, + "first_eval_ns": 846803, + "threshold_crossing_ns": 12104343, + "compile_ns": 9211202, + "install_ns": 43726, + "osr_ns": 0, + "steady_state_ns": 10138063 + } + } + }, + { + "pair_index": 27, + "reference": { + "elapsed_ns": 13265895, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10035200, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28883407, + "runtime_create_ns": 25135, + "jit_attach_ns": 64351, + "context_create_ns": 116138, + "definition_eval_ns": 66463, + "first_eval_ns": 859182, + "threshold_crossing_ns": 12837931, + "compile_ns": 9615799, + "install_ns": 38562, + "osr_ns": 0, + "steady_state_ns": 13265895 + } + }, + "entry_cache": { + "elapsed_ns": 10334919, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10231808, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24982997, + "runtime_create_ns": 26754, + "jit_attach_ns": 64151, + "context_create_ns": 113652, + "definition_eval_ns": 70581, + "first_eval_ns": 870867, + "threshold_crossing_ns": 12145812, + "compile_ns": 9304656, + "install_ns": 42281, + "osr_ns": 0, + "steady_state_ns": 10334919 + } + }, + "candidate": { + "elapsed_ns": 9901865, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10117120, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24118159, + "runtime_create_ns": 31376, + "jit_attach_ns": 68503, + "context_create_ns": 110510, + "definition_eval_ns": 67235, + "first_eval_ns": 861296, + "threshold_crossing_ns": 11863000, + "compile_ns": 9257851, + "install_ns": 44248, + "osr_ns": 0, + "steady_state_ns": 9901865 + } + } + }, + { + "pair_index": 28, + "reference": { + "elapsed_ns": 13261063, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10186752, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28103752, + "runtime_create_ns": 25621, + "jit_attach_ns": 56775, + "context_create_ns": 108169, + "definition_eval_ns": 69374, + "first_eval_ns": 2292826, + "threshold_crossing_ns": 10621356, + "compile_ns": 9026623, + "install_ns": 42784, + "osr_ns": 0, + "steady_state_ns": 13261063 + } + }, + "entry_cache": { + "elapsed_ns": 10222446, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10104832, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24792193, + "runtime_create_ns": 28301, + "jit_attach_ns": 57920, + "context_create_ns": 109583, + "definition_eval_ns": 69574, + "first_eval_ns": 859391, + "threshold_crossing_ns": 12093420, + "compile_ns": 9076331, + "install_ns": 37806, + "osr_ns": 0, + "steady_state_ns": 10222446 + } + }, + "candidate": { + "elapsed_ns": 9821207, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10223616, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 23920165, + "runtime_create_ns": 32568, + "jit_attach_ns": 66213, + "context_create_ns": 113092, + "definition_eval_ns": 72261, + "first_eval_ns": 838338, + "threshold_crossing_ns": 11758318, + "compile_ns": 8717848, + "install_ns": 40532, + "osr_ns": 0, + "steady_state_ns": 9821207 + } + } + }, + { + "pair_index": 29, + "reference": { + "elapsed_ns": 13251626, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10207232, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 28811034, + "runtime_create_ns": 26163, + "jit_attach_ns": 58710, + "context_create_ns": 106325, + "definition_eval_ns": 62709, + "first_eval_ns": 862842, + "threshold_crossing_ns": 12786493, + "compile_ns": 9095558, + "install_ns": 41731, + "osr_ns": 0, + "steady_state_ns": 13251626 + } + }, + "entry_cache": { + "elapsed_ns": 10225149, + "checksum": "number:409f400000000000", + "native_entries": 26005, + "native_acquisitions": 838, + "native_exits": 26005, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10170368, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 24668956, + "runtime_create_ns": 24402, + "jit_attach_ns": 64253, + "context_create_ns": 107464, + "definition_eval_ns": 71344, + "first_eval_ns": 2249716, + "threshold_crossing_ns": 10585232, + "compile_ns": 9503480, + "install_ns": 39097, + "osr_ns": 0, + "steady_state_ns": 10225149 + } + }, + "candidate": { + "elapsed_ns": 10024386, + "checksum": "number:409f400000000000", + "native_entries": 26006, + "native_acquisitions": 840, + "native_exits": 26006, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10104832, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": true, + "phases": { + "total_ns": 22531098, + "runtime_create_ns": 28226, + "jit_attach_ns": 64406, + "context_create_ns": 113744, + "definition_eval_ns": 74184, + "first_eval_ns": 1337616, + "threshold_crossing_ns": 9738923, + "compile_ns": 8560244, + "install_ns": 46196, + "osr_ns": 0, + "steady_state_ns": 10024386 + } + } + } + ], + "automatic": [ + { + "pair_index": 0, + "reference": { + "elapsed_ns": 12565852, + "checksum": "number:409f400000000000", + "native_entries": 2937500, + "native_exits": 2937500, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019752335, + "runtime_create_ns": 26001, + "jit_attach_ns": 52662, + "context_create_ns": 116144, + "definition_eval_ns": 52639, + "first_eval_ns": 733133, + "threshold_crossing_ns": 2004928471, + "compile_ns": 9358331, + "install_ns": 46546, + "osr_ns": 0, + "steady_state_ns": 12565852 + } + }, + "entry_cache": { + "elapsed_ns": 9307999, + "checksum": "number:409f400000000000", + "native_entries": 3997118, + "native_acquisitions": 128014, + "native_exits": 3997118, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10092544, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014254864, + "runtime_create_ns": 30150, + "jit_attach_ns": 62331, + "context_create_ns": 118383, + "definition_eval_ns": 53906, + "first_eval_ns": 737683, + "threshold_crossing_ns": 2002995619, + "compile_ns": 9539286, + "install_ns": 47953, + "osr_ns": 0, + "steady_state_ns": 9307999 + } + }, + "candidate": { + "elapsed_ns": 9252642, + "checksum": "number:409f400000000000", + "native_entries": 3864001, + "native_acquisitions": 123764, + "native_exits": 3864001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9998336, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014790159, + "runtime_create_ns": 32344, + "jit_attach_ns": 66894, + "context_create_ns": 138061, + "definition_eval_ns": 57163, + "first_eval_ns": 712210, + "threshold_crossing_ns": 2003586619, + "compile_ns": 9954870, + "install_ns": 50332, + "osr_ns": 0, + "steady_state_ns": 9252642 + } + } + }, + { + "pair_index": 1, + "reference": { + "elapsed_ns": 12569901, + "checksum": "number:409f400000000000", + "native_entries": 2937805, + "native_exits": 2937805, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10117120, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019689579, + "runtime_create_ns": 30881, + "jit_attach_ns": 71342, + "context_create_ns": 107303, + "definition_eval_ns": 58058, + "first_eval_ns": 746146, + "threshold_crossing_ns": 2004815745, + "compile_ns": 9527342, + "install_ns": 46307, + "osr_ns": 0, + "steady_state_ns": 12569901 + } + }, + "entry_cache": { + "elapsed_ns": 9330395, + "checksum": "number:409f400000000000", + "native_entries": 3995191, + "native_acquisitions": 127953, + "native_exits": 3995191, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014295787, + "runtime_create_ns": 28429, + "jit_attach_ns": 71264, + "context_create_ns": 120580, + "definition_eval_ns": 65030, + "first_eval_ns": 718022, + "threshold_crossing_ns": 2003001053, + "compile_ns": 9533373, + "install_ns": 63486, + "osr_ns": 0, + "steady_state_ns": 9330395 + } + }, + "candidate": { + "elapsed_ns": 9295780, + "checksum": "number:409f400000000000", + "native_entries": 3996001, + "native_acquisitions": 127990, + "native_exits": 3996001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10149888, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014861048, + "runtime_create_ns": 31016, + "jit_attach_ns": 65133, + "context_create_ns": 112503, + "definition_eval_ns": 57579, + "first_eval_ns": 756137, + "threshold_crossing_ns": 2003598756, + "compile_ns": 8895150, + "install_ns": 71567, + "osr_ns": 0, + "steady_state_ns": 9295780 + } + } + }, + { + "pair_index": 2, + "reference": { + "elapsed_ns": 12796456, + "checksum": "number:409f400000000000", + "native_entries": 2916101, + "native_exits": 2916101, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10145792, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019121589, + "runtime_create_ns": 27706, + "jit_attach_ns": 55853, + "context_create_ns": 103996, + "definition_eval_ns": 47871, + "first_eval_ns": 754166, + "threshold_crossing_ns": 2004048719, + "compile_ns": 9964513, + "install_ns": 51725, + "osr_ns": 0, + "steady_state_ns": 12796456 + } + }, + "entry_cache": { + "elapsed_ns": 9435105, + "checksum": "number:409f400000000000", + "native_entries": 3882923, + "native_acquisitions": 124357, + "native_exits": 3882923, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10084352, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014505990, + "runtime_create_ns": 32565, + "jit_attach_ns": 65552, + "context_create_ns": 111420, + "definition_eval_ns": 51910, + "first_eval_ns": 722334, + "threshold_crossing_ns": 2003120001, + "compile_ns": 9462517, + "install_ns": 53475, + "osr_ns": 0, + "steady_state_ns": 9435105 + } + }, + "candidate": { + "elapsed_ns": 9283054, + "checksum": "number:409f400000000000", + "native_entries": 4004001, + "native_acquisitions": 128244, + "native_exits": 4004001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10063872, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014652488, + "runtime_create_ns": 31246, + "jit_attach_ns": 77391, + "context_create_ns": 129828, + "definition_eval_ns": 55240, + "first_eval_ns": 715949, + "threshold_crossing_ns": 2003401188, + "compile_ns": 9972445, + "install_ns": 48125, + "osr_ns": 0, + "steady_state_ns": 9283054 + } + } + }, + { + "pair_index": 3, + "reference": { + "elapsed_ns": 12590954, + "checksum": "number:409f400000000000", + "native_entries": 2946721, + "native_exits": 2946721, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019155661, + "runtime_create_ns": 25127, + "jit_attach_ns": 56059, + "context_create_ns": 107676, + "definition_eval_ns": 45176, + "first_eval_ns": 760313, + "threshold_crossing_ns": 2004291082, + "compile_ns": 10208172, + "install_ns": 45601, + "osr_ns": 0, + "steady_state_ns": 12590954 + } + }, + "entry_cache": { + "elapsed_ns": 9321989, + "checksum": "number:409f400000000000", + "native_entries": 3987404, + "native_acquisitions": 127707, + "native_exits": 3987404, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10145792, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015065759, + "runtime_create_ns": 29915, + "jit_attach_ns": 67669, + "context_create_ns": 126895, + "definition_eval_ns": 52762, + "first_eval_ns": 722704, + "threshold_crossing_ns": 2003796583, + "compile_ns": 9626199, + "install_ns": 64096, + "osr_ns": 0, + "steady_state_ns": 9321989 + } + }, + "candidate": { + "elapsed_ns": 9218919, + "checksum": "number:409f400000000000", + "native_entries": 4009892, + "native_acquisitions": 128435, + "native_exits": 4009892, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10055680, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014890868, + "runtime_create_ns": 31616, + "jit_attach_ns": 74838, + "context_create_ns": 116835, + "definition_eval_ns": 52381, + "first_eval_ns": 709825, + "threshold_crossing_ns": 2003733894, + "compile_ns": 9894282, + "install_ns": 54417, + "osr_ns": 0, + "steady_state_ns": 9218919 + } + } + }, + { + "pair_index": 4, + "entry_cache": { + "elapsed_ns": 9343870, + "checksum": "number:409f400000000000", + "native_entries": 4005180, + "native_acquisitions": 128274, + "native_exits": 4005180, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10149888, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014259687, + "runtime_create_ns": 31157, + "jit_attach_ns": 56963, + "context_create_ns": 107354, + "definition_eval_ns": 58462, + "first_eval_ns": 712710, + "threshold_crossing_ns": 2002997795, + "compile_ns": 9380690, + "install_ns": 45725, + "osr_ns": 0, + "steady_state_ns": 9343870 + } + }, + "candidate": { + "elapsed_ns": 9294959, + "checksum": "number:409f400000000000", + "native_entries": 4006001, + "native_acquisitions": 128310, + "native_exits": 4006001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10092544, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014833550, + "runtime_create_ns": 31165, + "jit_attach_ns": 63948, + "context_create_ns": 109957, + "definition_eval_ns": 52797, + "first_eval_ns": 710320, + "threshold_crossing_ns": 2003626500, + "compile_ns": 8888487, + "install_ns": 71458, + "osr_ns": 0, + "steady_state_ns": 9294959 + } + }, + "reference": { + "elapsed_ns": 12562097, + "checksum": "number:409f400000000000", + "native_entries": 2954001, + "native_exits": 2954001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10035200, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019458492, + "runtime_create_ns": 30857, + "jit_attach_ns": 67013, + "context_create_ns": 111184, + "definition_eval_ns": 53872, + "first_eval_ns": 755683, + "threshold_crossing_ns": 2004612140, + "compile_ns": 8837353, + "install_ns": 52273, + "osr_ns": 0, + "steady_state_ns": 12562097 + } + } + }, + { + "pair_index": 5, + "entry_cache": { + "elapsed_ns": 9335656, + "checksum": "number:409f400000000000", + "native_entries": 4006181, + "native_acquisitions": 128290, + "native_exits": 4006181, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10223616, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014545181, + "runtime_create_ns": 23762, + "jit_attach_ns": 56773, + "context_create_ns": 104142, + "definition_eval_ns": 49998, + "first_eval_ns": 712649, + "threshold_crossing_ns": 2003304244, + "compile_ns": 8938706, + "install_ns": 46634, + "osr_ns": 0, + "steady_state_ns": 9335656 + } + }, + "candidate": { + "elapsed_ns": 9265682, + "checksum": "number:409f400000000000", + "native_entries": 4008001, + "native_acquisitions": 128372, + "native_exits": 4008001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10067968, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014778023, + "runtime_create_ns": 29678, + "jit_attach_ns": 69663, + "context_create_ns": 105382, + "definition_eval_ns": 52057, + "first_eval_ns": 707152, + "threshold_crossing_ns": 2003598491, + "compile_ns": 9997683, + "install_ns": 51822, + "osr_ns": 0, + "steady_state_ns": 9265682 + } + }, + "reference": { + "elapsed_ns": 12504288, + "checksum": "number:409f400000000000", + "native_entries": 2952001, + "native_exits": 2952001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10092544, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2018957129, + "runtime_create_ns": 35898, + "jit_attach_ns": 69200, + "context_create_ns": 109424, + "definition_eval_ns": 54974, + "first_eval_ns": 742382, + "threshold_crossing_ns": 2004158393, + "compile_ns": 9796041, + "install_ns": 81286, + "osr_ns": 0, + "steady_state_ns": 12504288 + } + } + }, + { + "pair_index": 6, + "entry_cache": { + "elapsed_ns": 9354364, + "checksum": "number:409f400000000000", + "native_entries": 3984001, + "native_acquisitions": 127606, + "native_exits": 3984001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9977856, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014967807, + "runtime_create_ns": 29327, + "jit_attach_ns": 60223, + "context_create_ns": 104316, + "definition_eval_ns": 47187, + "first_eval_ns": 710266, + "threshold_crossing_ns": 2003706356, + "compile_ns": 8862691, + "install_ns": 42389, + "osr_ns": 0, + "steady_state_ns": 9354364 + } + }, + "candidate": { + "elapsed_ns": 9260613, + "checksum": "number:409f400000000000", + "native_entries": 3996001, + "native_acquisitions": 127988, + "native_exits": 3996001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9973760, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014806010, + "runtime_create_ns": 31554, + "jit_attach_ns": 72299, + "context_create_ns": 112226, + "definition_eval_ns": 50782, + "first_eval_ns": 711727, + "threshold_crossing_ns": 2003611795, + "compile_ns": 10182056, + "install_ns": 54774, + "osr_ns": 0, + "steady_state_ns": 9260613 + } + }, + "reference": { + "elapsed_ns": 12549378, + "checksum": "number:409f400000000000", + "native_entries": 2950165, + "native_exits": 2950165, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10108928, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020790084, + "runtime_create_ns": 31459, + "jit_attach_ns": 67370, + "context_create_ns": 114310, + "definition_eval_ns": 52663, + "first_eval_ns": 2260891, + "threshold_crossing_ns": 2004412832, + "compile_ns": 9948931, + "install_ns": 53004, + "osr_ns": 0, + "steady_state_ns": 12549378 + } + } + }, + { + "pair_index": 7, + "entry_cache": { + "elapsed_ns": 9332343, + "checksum": "number:409f400000000000", + "native_entries": 4000001, + "native_acquisitions": 128116, + "native_exits": 4000001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10137600, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014697158, + "runtime_create_ns": 28038, + "jit_attach_ns": 55025, + "context_create_ns": 108616, + "definition_eval_ns": 45028, + "first_eval_ns": 711043, + "threshold_crossing_ns": 2003457586, + "compile_ns": 9826383, + "install_ns": 44396, + "osr_ns": 0, + "steady_state_ns": 9332343 + } + }, + "candidate": { + "elapsed_ns": 9280777, + "checksum": "number:409f400000000000", + "native_entries": 4010001, + "native_acquisitions": 128438, + "native_exits": 4010001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10162176, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014795914, + "runtime_create_ns": 29045, + "jit_attach_ns": 68896, + "context_create_ns": 115473, + "definition_eval_ns": 53318, + "first_eval_ns": 717545, + "threshold_crossing_ns": 2003577512, + "compile_ns": 8882418, + "install_ns": 60012, + "osr_ns": 0, + "steady_state_ns": 9280777 + } + }, + "reference": { + "elapsed_ns": 12630665, + "checksum": "number:409f400000000000", + "native_entries": 2940144, + "native_exits": 2940144, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2021175201, + "runtime_create_ns": 28060, + "jit_attach_ns": 67872, + "context_create_ns": 111392, + "definition_eval_ns": 54783, + "first_eval_ns": 2263542, + "threshold_crossing_ns": 2004739248, + "compile_ns": 9957811, + "install_ns": 62781, + "osr_ns": 0, + "steady_state_ns": 12630665 + } + } + }, + { + "pair_index": 8, + "candidate": { + "elapsed_ns": 9239720, + "checksum": "number:409f400000000000", + "native_entries": 4002001, + "native_acquisitions": 128182, + "native_exits": 4002001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10211328, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014552118, + "runtime_create_ns": 27356, + "jit_attach_ns": 64700, + "context_create_ns": 111382, + "definition_eval_ns": 57524, + "first_eval_ns": 720391, + "threshold_crossing_ns": 2003382400, + "compile_ns": 8970741, + "install_ns": 53449, + "osr_ns": 0, + "steady_state_ns": 9239720 + } + }, + "reference": { + "elapsed_ns": 12709986, + "checksum": "number:409f400000000000", + "native_entries": 2937996, + "native_exits": 2937996, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10100736, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019624541, + "runtime_create_ns": 30145, + "jit_attach_ns": 71754, + "context_create_ns": 108320, + "definition_eval_ns": 58727, + "first_eval_ns": 750631, + "threshold_crossing_ns": 2004589824, + "compile_ns": 10156939, + "install_ns": 53803, + "osr_ns": 0, + "steady_state_ns": 12709986 + } + }, + "entry_cache": { + "elapsed_ns": 9351539, + "checksum": "number:409f400000000000", + "native_entries": 3990969, + "native_acquisitions": 127844, + "native_exits": 3990969, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10133504, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014371190, + "runtime_create_ns": 27753, + "jit_attach_ns": 69938, + "context_create_ns": 111240, + "definition_eval_ns": 56739, + "first_eval_ns": 747701, + "threshold_crossing_ns": 2003061600, + "compile_ns": 9504443, + "install_ns": 49063, + "osr_ns": 0, + "steady_state_ns": 9351539 + } + } + }, + { + "pair_index": 9, + "candidate": { + "elapsed_ns": 9277620, + "checksum": "number:409f400000000000", + "native_entries": 4006001, + "native_acquisitions": 128310, + "native_exits": 4006001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10145792, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014687811, + "runtime_create_ns": 28031, + "jit_attach_ns": 59606, + "context_create_ns": 118530, + "definition_eval_ns": 50904, + "first_eval_ns": 708865, + "threshold_crossing_ns": 2003496913, + "compile_ns": 8979386, + "install_ns": 53076, + "osr_ns": 0, + "steady_state_ns": 9277620 + } + }, + "reference": { + "elapsed_ns": 12528828, + "checksum": "number:409f400000000000", + "native_entries": 2952175, + "native_exits": 2952175, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020399413, + "runtime_create_ns": 31832, + "jit_attach_ns": 66749, + "context_create_ns": 111442, + "definition_eval_ns": 58836, + "first_eval_ns": 2284841, + "threshold_crossing_ns": 2004040115, + "compile_ns": 9990798, + "install_ns": 78341, + "osr_ns": 0, + "steady_state_ns": 12528828 + } + }, + "entry_cache": { + "elapsed_ns": 9456312, + "checksum": "number:409f400000000000", + "native_entries": 3840888, + "native_acquisitions": 123039, + "native_exits": 3840888, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10059776, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014320749, + "runtime_create_ns": 33126, + "jit_attach_ns": 73120, + "context_create_ns": 109207, + "definition_eval_ns": 54903, + "first_eval_ns": 755381, + "threshold_crossing_ns": 2002868383, + "compile_ns": 10594690, + "install_ns": 50624, + "osr_ns": 0, + "steady_state_ns": 9456312 + } + } + }, + { + "pair_index": 10, + "candidate": { + "elapsed_ns": 9232459, + "checksum": "number:409f400000000000", + "native_entries": 4003843, + "native_acquisitions": 128239, + "native_exits": 4003843, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10076160, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014461944, + "runtime_create_ns": 25337, + "jit_attach_ns": 61430, + "context_create_ns": 113902, + "definition_eval_ns": 59045, + "first_eval_ns": 706883, + "threshold_crossing_ns": 2003315061, + "compile_ns": 9846755, + "install_ns": 48096, + "osr_ns": 0, + "steady_state_ns": 9232459 + } + }, + "reference": { + "elapsed_ns": 12642129, + "checksum": "number:409f400000000000", + "native_entries": 2945512, + "native_exits": 2945512, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10006528, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2018901201, + "runtime_create_ns": 28750, + "jit_attach_ns": 63801, + "context_create_ns": 117117, + "definition_eval_ns": 52134, + "first_eval_ns": 738468, + "threshold_crossing_ns": 2003961746, + "compile_ns": 10787330, + "install_ns": 46940, + "osr_ns": 0, + "steady_state_ns": 12642129 + } + }, + "entry_cache": { + "elapsed_ns": 9345375, + "checksum": "number:409f400000000000", + "native_entries": 3981078, + "native_acquisitions": 127499, + "native_exits": 3981078, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10027008, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014339600, + "runtime_create_ns": 33519, + "jit_attach_ns": 65078, + "context_create_ns": 110225, + "definition_eval_ns": 53886, + "first_eval_ns": 729250, + "threshold_crossing_ns": 2003045254, + "compile_ns": 9369145, + "install_ns": 44951, + "osr_ns": 0, + "steady_state_ns": 9345375 + } + } + }, + { + "pair_index": 11, + "candidate": { + "elapsed_ns": 9284471, + "checksum": "number:409f400000000000", + "native_entries": 4012002, + "native_acquisitions": 128472, + "native_exits": 4012002, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10076160, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014796517, + "runtime_create_ns": 27735, + "jit_attach_ns": 61580, + "context_create_ns": 104121, + "definition_eval_ns": 46267, + "first_eval_ns": 705277, + "threshold_crossing_ns": 2003614057, + "compile_ns": 8829986, + "install_ns": 46501, + "osr_ns": 0, + "steady_state_ns": 9284471 + } + }, + "reference": { + "elapsed_ns": 12636123, + "checksum": "number:409f400000000000", + "native_entries": 2946148, + "native_exits": 2946148, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020550733, + "runtime_create_ns": 31594, + "jit_attach_ns": 66985, + "context_create_ns": 110026, + "definition_eval_ns": 54234, + "first_eval_ns": 2239982, + "threshold_crossing_ns": 2004117334, + "compile_ns": 11274184, + "install_ns": 51758, + "osr_ns": 0, + "steady_state_ns": 12636123 + } + }, + "entry_cache": { + "elapsed_ns": 9385942, + "checksum": "number:409f400000000000", + "native_entries": 3968887, + "native_acquisitions": 127107, + "native_exits": 3968887, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9998336, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014423676, + "runtime_create_ns": 33349, + "jit_attach_ns": 70583, + "context_create_ns": 112196, + "definition_eval_ns": 52360, + "first_eval_ns": 724023, + "threshold_crossing_ns": 2003086834, + "compile_ns": 9376649, + "install_ns": 63978, + "osr_ns": 0, + "steady_state_ns": 9385942 + } + } + }, + { + "pair_index": 12, + "reference": { + "elapsed_ns": 12585565, + "checksum": "number:409f400000000000", + "native_entries": 2951883, + "native_exits": 2951883, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10100736, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019308012, + "runtime_create_ns": 31312, + "jit_attach_ns": 56584, + "context_create_ns": 98459, + "definition_eval_ns": 49013, + "first_eval_ns": 739105, + "threshold_crossing_ns": 2004453925, + "compile_ns": 9631414, + "install_ns": 47621, + "osr_ns": 0, + "steady_state_ns": 12585565 + } + }, + "entry_cache": { + "elapsed_ns": 9333781, + "checksum": "number:409f400000000000", + "native_entries": 3990001, + "native_acquisitions": 127797, + "native_exits": 3990001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10145792, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014676453, + "runtime_create_ns": 33163, + "jit_attach_ns": 66932, + "context_create_ns": 117300, + "definition_eval_ns": 52460, + "first_eval_ns": 722811, + "threshold_crossing_ns": 2003382331, + "compile_ns": 8928591, + "install_ns": 68130, + "osr_ns": 0, + "steady_state_ns": 9333781 + } + }, + "candidate": { + "elapsed_ns": 9378342, + "checksum": "number:409f400000000000", + "native_entries": 4006001, + "native_acquisitions": 128310, + "native_exits": 4006001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015002105, + "runtime_create_ns": 29488, + "jit_attach_ns": 69167, + "context_create_ns": 111399, + "definition_eval_ns": 57961, + "first_eval_ns": 710811, + "threshold_crossing_ns": 2003692427, + "compile_ns": 8982042, + "install_ns": 68203, + "osr_ns": 0, + "steady_state_ns": 9378342 + } + } + }, + { + "pair_index": 13, + "reference": { + "elapsed_ns": 12614811, + "checksum": "number:409f400000000000", + "native_entries": 2951638, + "native_exits": 2951638, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10055680, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019527247, + "runtime_create_ns": 27479, + "jit_attach_ns": 55484, + "context_create_ns": 113187, + "definition_eval_ns": 48088, + "first_eval_ns": 738776, + "threshold_crossing_ns": 2004654048, + "compile_ns": 9519099, + "install_ns": 44138, + "osr_ns": 0, + "steady_state_ns": 12614811 + } + }, + "entry_cache": { + "elapsed_ns": 9315792, + "checksum": "number:409f400000000000", + "native_entries": 3986444, + "native_acquisitions": 127663, + "native_exits": 3986444, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10088448, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014496027, + "runtime_create_ns": 32167, + "jit_attach_ns": 70131, + "context_create_ns": 111641, + "definition_eval_ns": 53681, + "first_eval_ns": 732109, + "threshold_crossing_ns": 2003227837, + "compile_ns": 9110572, + "install_ns": 56049, + "osr_ns": 0, + "steady_state_ns": 9315792 + } + }, + "candidate": { + "elapsed_ns": 9273565, + "checksum": "number:409f400000000000", + "native_entries": 3998001, + "native_acquisitions": 128054, + "native_exits": 3998001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10153984, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014766749, + "runtime_create_ns": 29680, + "jit_attach_ns": 65971, + "context_create_ns": 108922, + "definition_eval_ns": 52535, + "first_eval_ns": 718452, + "threshold_crossing_ns": 2003571629, + "compile_ns": 8972833, + "install_ns": 71003, + "osr_ns": 0, + "steady_state_ns": 9273565 + } + } + }, + { + "pair_index": 14, + "reference": { + "elapsed_ns": 12648928, + "checksum": "number:409f400000000000", + "native_entries": 2938492, + "native_exits": 2938492, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10166272, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2018810265, + "runtime_create_ns": 27627, + "jit_attach_ns": 55194, + "context_create_ns": 104703, + "definition_eval_ns": 51470, + "first_eval_ns": 747119, + "threshold_crossing_ns": 2003888601, + "compile_ns": 10099502, + "install_ns": 47613, + "osr_ns": 0, + "steady_state_ns": 12648928 + } + }, + "entry_cache": { + "elapsed_ns": 9326607, + "checksum": "number:409f400000000000", + "native_entries": 3990198, + "native_acquisitions": 127807, + "native_exits": 3990198, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10117120, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014580501, + "runtime_create_ns": 32536, + "jit_attach_ns": 63310, + "context_create_ns": 113392, + "definition_eval_ns": 53971, + "first_eval_ns": 717487, + "threshold_crossing_ns": 2003309941, + "compile_ns": 9109226, + "install_ns": 73910, + "osr_ns": 0, + "steady_state_ns": 9326607 + } + }, + "candidate": { + "elapsed_ns": 9243985, + "checksum": "number:409f400000000000", + "native_entries": 3996001, + "native_acquisitions": 127990, + "native_exits": 3996001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10170368, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014688394, + "runtime_create_ns": 32601, + "jit_attach_ns": 69751, + "context_create_ns": 114270, + "definition_eval_ns": 57272, + "first_eval_ns": 733795, + "threshold_crossing_ns": 2003488894, + "compile_ns": 9101063, + "install_ns": 54443, + "osr_ns": 0, + "steady_state_ns": 9243985 + } + } + }, + { + "pair_index": 15, + "reference": { + "elapsed_ns": 12507977, + "checksum": "number:409f400000000000", + "native_entries": 2950001, + "native_exits": 2950001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10055680, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019523202, + "runtime_create_ns": 32959, + "jit_attach_ns": 60192, + "context_create_ns": 106980, + "definition_eval_ns": 48047, + "first_eval_ns": 891327, + "threshold_crossing_ns": 2004581969, + "compile_ns": 8730192, + "install_ns": 51485, + "osr_ns": 0, + "steady_state_ns": 12507977 + } + }, + "entry_cache": { + "elapsed_ns": 9350956, + "checksum": "number:409f400000000000", + "native_entries": 3986551, + "native_acquisitions": 127667, + "native_exits": 3986551, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10055680, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014486172, + "runtime_create_ns": 32458, + "jit_attach_ns": 62750, + "context_create_ns": 111205, + "definition_eval_ns": 52679, + "first_eval_ns": 725936, + "threshold_crossing_ns": 2003193303, + "compile_ns": 9151300, + "install_ns": 61680, + "osr_ns": 0, + "steady_state_ns": 9350956 + } + }, + "candidate": { + "elapsed_ns": 9270138, + "checksum": "number:409f400000000000", + "native_entries": 4001991, + "native_acquisitions": 128180, + "native_exits": 4001991, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014163647, + "runtime_create_ns": 26968, + "jit_attach_ns": 68689, + "context_create_ns": 111106, + "definition_eval_ns": 54604, + "first_eval_ns": 703076, + "threshold_crossing_ns": 2002976686, + "compile_ns": 10013349, + "install_ns": 60106, + "osr_ns": 0, + "steady_state_ns": 9270138 + } + } + }, + { + "pair_index": 16, + "entry_cache": { + "elapsed_ns": 9323432, + "checksum": "number:409f400000000000", + "native_entries": 4000001, + "native_acquisitions": 128118, + "native_exits": 4000001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10072064, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014931014, + "runtime_create_ns": 27660, + "jit_attach_ns": 56977, + "context_create_ns": 105919, + "definition_eval_ns": 51894, + "first_eval_ns": 712065, + "threshold_crossing_ns": 2003696628, + "compile_ns": 8862957, + "install_ns": 44568, + "osr_ns": 0, + "steady_state_ns": 9323432 + } + }, + "candidate": { + "elapsed_ns": 9273020, + "checksum": "number:409f400000000000", + "native_entries": 4008001, + "native_acquisitions": 128372, + "native_exits": 4008001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10055680, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014842475, + "runtime_create_ns": 31227, + "jit_attach_ns": 64077, + "context_create_ns": 111342, + "definition_eval_ns": 52670, + "first_eval_ns": 724349, + "threshold_crossing_ns": 2003630875, + "compile_ns": 9950692, + "install_ns": 51980, + "osr_ns": 0, + "steady_state_ns": 9273020 + } + }, + "reference": { + "elapsed_ns": 12540577, + "checksum": "number:409f400000000000", + "native_entries": 2958062, + "native_exits": 2958062, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10158080, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020834893, + "runtime_create_ns": 25638, + "jit_attach_ns": 65390, + "context_create_ns": 110499, + "definition_eval_ns": 54773, + "first_eval_ns": 2218305, + "threshold_crossing_ns": 2004528521, + "compile_ns": 9923740, + "install_ns": 67857, + "osr_ns": 0, + "steady_state_ns": 12540577 + } + } + }, + { + "pair_index": 17, + "entry_cache": { + "elapsed_ns": 9312004, + "checksum": "number:409f400000000000", + "native_entries": 4004105, + "native_acquisitions": 128223, + "native_exits": 4004105, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10256384, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014536515, + "runtime_create_ns": 25050, + "jit_attach_ns": 55153, + "context_create_ns": 106261, + "definition_eval_ns": 49999, + "first_eval_ns": 716344, + "threshold_crossing_ns": 2003323275, + "compile_ns": 8863658, + "install_ns": 44915, + "osr_ns": 0, + "steady_state_ns": 9312004 + } + }, + "candidate": { + "elapsed_ns": 9291612, + "checksum": "number:409f400000000000", + "native_entries": 4002001, + "native_acquisitions": 128182, + "native_exits": 4002001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10014720, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014853563, + "runtime_create_ns": 32513, + "jit_attach_ns": 72436, + "context_create_ns": 108901, + "definition_eval_ns": 51776, + "first_eval_ns": 720470, + "threshold_crossing_ns": 2003632718, + "compile_ns": 8947184, + "install_ns": 63323, + "osr_ns": 0, + "steady_state_ns": 9291612 + } + }, + "reference": { + "elapsed_ns": 12581413, + "checksum": "number:409f400000000000", + "native_entries": 2952076, + "native_exits": 2952076, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10039296, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020260285, + "runtime_create_ns": 38898, + "jit_attach_ns": 69563, + "context_create_ns": 108593, + "definition_eval_ns": 59659, + "first_eval_ns": 2212392, + "threshold_crossing_ns": 2003910255, + "compile_ns": 9627095, + "install_ns": 49061, + "osr_ns": 0, + "steady_state_ns": 12581413 + } + } + }, + { + "pair_index": 18, + "entry_cache": { + "elapsed_ns": 9327717, + "checksum": "number:409f400000000000", + "native_entries": 4003714, + "native_acquisitions": 128234, + "native_exits": 4003714, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10067968, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014071261, + "runtime_create_ns": 31257, + "jit_attach_ns": 73177, + "context_create_ns": 111733, + "definition_eval_ns": 53490, + "first_eval_ns": 716205, + "threshold_crossing_ns": 2002802860, + "compile_ns": 9744763, + "install_ns": 59480, + "osr_ns": 0, + "steady_state_ns": 9327717 + } + }, + "candidate": { + "elapsed_ns": 9288144, + "checksum": "number:409f400000000000", + "native_entries": 4000001, + "native_acquisitions": 128116, + "native_exits": 4000001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10067968, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014808122, + "runtime_create_ns": 30902, + "jit_attach_ns": 84021, + "context_create_ns": 119026, + "definition_eval_ns": 62121, + "first_eval_ns": 740958, + "threshold_crossing_ns": 2003530737, + "compile_ns": 10023782, + "install_ns": 58725, + "osr_ns": 0, + "steady_state_ns": 9288144 + } + }, + "reference": { + "elapsed_ns": 12500471, + "checksum": "number:409f400000000000", + "native_entries": 2949956, + "native_exits": 2949956, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10055680, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019035881, + "runtime_create_ns": 29150, + "jit_attach_ns": 74864, + "context_create_ns": 112849, + "definition_eval_ns": 52975, + "first_eval_ns": 739109, + "threshold_crossing_ns": 2004234453, + "compile_ns": 9748886, + "install_ns": 60012, + "osr_ns": 0, + "steady_state_ns": 12500471 + } + } + }, + { + "pair_index": 19, + "entry_cache": { + "elapsed_ns": 9320740, + "checksum": "number:409f400000000000", + "native_entries": 3997764, + "native_acquisitions": 128045, + "native_exits": 3997764, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10133504, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014071088, + "runtime_create_ns": 25772, + "jit_attach_ns": 67937, + "context_create_ns": 113397, + "definition_eval_ns": 53156, + "first_eval_ns": 711199, + "threshold_crossing_ns": 2002820400, + "compile_ns": 9806864, + "install_ns": 45357, + "osr_ns": 0, + "steady_state_ns": 9320740 + } + }, + "candidate": { + "elapsed_ns": 9255585, + "checksum": "number:409f400000000000", + "native_entries": 4014001, + "native_acquisitions": 128566, + "native_exits": 4014001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014766813, + "runtime_create_ns": 31521, + "jit_attach_ns": 72264, + "context_create_ns": 112749, + "definition_eval_ns": 55851, + "first_eval_ns": 737799, + "threshold_crossing_ns": 2003548234, + "compile_ns": 8925562, + "install_ns": 61023, + "osr_ns": 0, + "steady_state_ns": 9255585 + } + }, + "reference": { + "elapsed_ns": 12552338, + "checksum": "number:409f400000000000", + "native_entries": 2941767, + "native_exits": 2941767, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10141696, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2018756319, + "runtime_create_ns": 28033, + "jit_attach_ns": 64385, + "context_create_ns": 117575, + "definition_eval_ns": 54195, + "first_eval_ns": 742854, + "threshold_crossing_ns": 2003904867, + "compile_ns": 9522709, + "install_ns": 45861, + "osr_ns": 0, + "steady_state_ns": 12552338 + } + } + }, + { + "pair_index": 20, + "candidate": { + "elapsed_ns": 9263430, + "checksum": "number:409f400000000000", + "native_entries": 4010934, + "native_acquisitions": 128471, + "native_exits": 4010934, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9994240, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014173494, + "runtime_create_ns": 28856, + "jit_attach_ns": 57960, + "context_create_ns": 102965, + "definition_eval_ns": 50763, + "first_eval_ns": 703329, + "threshold_crossing_ns": 2003020838, + "compile_ns": 9410832, + "install_ns": 42774, + "osr_ns": 0, + "steady_state_ns": 9263430 + } + }, + "reference": { + "elapsed_ns": 12611099, + "checksum": "number:409f400000000000", + "native_entries": 2930054, + "native_exits": 2930054, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10043392, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020695386, + "runtime_create_ns": 38548, + "jit_attach_ns": 69732, + "context_create_ns": 114357, + "definition_eval_ns": 54104, + "first_eval_ns": 2216828, + "threshold_crossing_ns": 2004284534, + "compile_ns": 11238628, + "install_ns": 53876, + "osr_ns": 0, + "steady_state_ns": 12611099 + } + }, + "entry_cache": { + "elapsed_ns": 9297289, + "checksum": "number:409f400000000000", + "native_entries": 3977516, + "native_acquisitions": 127393, + "native_exits": 3977516, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10018816, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014144990, + "runtime_create_ns": 34160, + "jit_attach_ns": 67025, + "context_create_ns": 124063, + "definition_eval_ns": 57908, + "first_eval_ns": 719776, + "threshold_crossing_ns": 2002887753, + "compile_ns": 9784188, + "install_ns": 50592, + "osr_ns": 0, + "steady_state_ns": 9297289 + } + } + }, + { + "pair_index": 21, + "candidate": { + "elapsed_ns": 9208646, + "checksum": "number:409f400000000000", + "native_entries": 4010001, + "native_acquisitions": 128436, + "native_exits": 4010001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10002432, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014426905, + "runtime_create_ns": 27214, + "jit_attach_ns": 54499, + "context_create_ns": 103137, + "definition_eval_ns": 46203, + "first_eval_ns": 695919, + "threshold_crossing_ns": 2003342954, + "compile_ns": 9864776, + "install_ns": 43867, + "osr_ns": 0, + "steady_state_ns": 9208646 + } + }, + "reference": { + "elapsed_ns": 12547003, + "checksum": "number:409f400000000000", + "native_entries": 2955967, + "native_exits": 2955967, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10039296, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2018689644, + "runtime_create_ns": 33068, + "jit_attach_ns": 78353, + "context_create_ns": 110941, + "definition_eval_ns": 57685, + "first_eval_ns": 750638, + "threshold_crossing_ns": 2003843334, + "compile_ns": 9772054, + "install_ns": 69478, + "osr_ns": 0, + "steady_state_ns": 12547003 + } + }, + "entry_cache": { + "elapsed_ns": 9339711, + "checksum": "number:409f400000000000", + "native_entries": 3971237, + "native_acquisitions": 127189, + "native_exits": 3971237, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10084352, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014279139, + "runtime_create_ns": 29759, + "jit_attach_ns": 71278, + "context_create_ns": 115117, + "definition_eval_ns": 68987, + "first_eval_ns": 713849, + "threshold_crossing_ns": 2002975449, + "compile_ns": 9717292, + "install_ns": 53163, + "osr_ns": 0, + "steady_state_ns": 9339711 + } + } + }, + { + "pair_index": 22, + "candidate": { + "elapsed_ns": 9241791, + "checksum": "number:409f400000000000", + "native_entries": 3990059, + "native_acquisitions": 127802, + "native_exits": 3990059, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014466146, + "runtime_create_ns": 28290, + "jit_attach_ns": 55877, + "context_create_ns": 103759, + "definition_eval_ns": 67036, + "first_eval_ns": 701037, + "threshold_crossing_ns": 2003320065, + "compile_ns": 8900450, + "install_ns": 43888, + "osr_ns": 0, + "steady_state_ns": 9241791 + } + }, + "reference": { + "elapsed_ns": 12549553, + "checksum": "number:409f400000000000", + "native_entries": 2954237, + "native_exits": 2954237, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10018816, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020677071, + "runtime_create_ns": 31152, + "jit_attach_ns": 69978, + "context_create_ns": 113481, + "definition_eval_ns": 54055, + "first_eval_ns": 2284379, + "threshold_crossing_ns": 2004279886, + "compile_ns": 10019413, + "install_ns": 59281, + "osr_ns": 0, + "steady_state_ns": 12549553 + } + }, + "entry_cache": { + "elapsed_ns": 9332527, + "checksum": "number:409f400000000000", + "native_entries": 3975632, + "native_acquisitions": 127333, + "native_exits": 3975632, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10215424, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014139366, + "runtime_create_ns": 27474, + "jit_attach_ns": 67456, + "context_create_ns": 138582, + "definition_eval_ns": 56328, + "first_eval_ns": 713342, + "threshold_crossing_ns": 2002843237, + "compile_ns": 9922025, + "install_ns": 53891, + "osr_ns": 0, + "steady_state_ns": 9332527 + } + } + }, + { + "pair_index": 23, + "candidate": { + "elapsed_ns": 9248441, + "checksum": "number:409f400000000000", + "native_entries": 3998001, + "native_acquisitions": 128050, + "native_exits": 3998001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10215424, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014708700, + "runtime_create_ns": 25126, + "jit_attach_ns": 59214, + "context_create_ns": 107512, + "definition_eval_ns": 52883, + "first_eval_ns": 709294, + "threshold_crossing_ns": 2003559401, + "compile_ns": 8879657, + "install_ns": 47227, + "osr_ns": 0, + "steady_state_ns": 9248441 + } + }, + "reference": { + "elapsed_ns": 12575965, + "checksum": "number:409f400000000000", + "native_entries": 2940248, + "native_exits": 2940248, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10215424, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2020692538, + "runtime_create_ns": 27588, + "jit_attach_ns": 68619, + "context_create_ns": 110996, + "definition_eval_ns": 62875, + "first_eval_ns": 2301822, + "threshold_crossing_ns": 2004241113, + "compile_ns": 9586654, + "install_ns": 63631, + "osr_ns": 0, + "steady_state_ns": 12575965 + } + }, + "entry_cache": { + "elapsed_ns": 9285190, + "checksum": "number:409f400000000000", + "native_entries": 3999481, + "native_acquisitions": 128095, + "native_exits": 3999481, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014088110, + "runtime_create_ns": 31964, + "jit_attach_ns": 65350, + "context_create_ns": 119835, + "definition_eval_ns": 52361, + "first_eval_ns": 719825, + "threshold_crossing_ns": 2002864000, + "compile_ns": 9742335, + "install_ns": 58624, + "osr_ns": 0, + "steady_state_ns": 9285190 + } + } + }, + { + "pair_index": 24, + "reference": { + "elapsed_ns": 12582842, + "checksum": "number:409f400000000000", + "native_entries": 2931580, + "native_exits": 2931580, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10178560, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019330181, + "runtime_create_ns": 24733, + "jit_attach_ns": 54553, + "context_create_ns": 111982, + "definition_eval_ns": 52546, + "first_eval_ns": 734190, + "threshold_crossing_ns": 2004476835, + "compile_ns": 9440746, + "install_ns": 41721, + "osr_ns": 0, + "steady_state_ns": 12582842 + } + }, + "entry_cache": { + "elapsed_ns": 9294008, + "checksum": "number:409f400000000000", + "native_entries": 4002001, + "native_acquisitions": 128180, + "native_exits": 4002001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10129408, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014652627, + "runtime_create_ns": 27894, + "jit_attach_ns": 71266, + "context_create_ns": 114589, + "definition_eval_ns": 60521, + "first_eval_ns": 727218, + "threshold_crossing_ns": 2003404365, + "compile_ns": 9913327, + "install_ns": 55036, + "osr_ns": 0, + "steady_state_ns": 9294008 + } + }, + "candidate": { + "elapsed_ns": 9200617, + "checksum": "number:409f400000000000", + "native_entries": 4006082, + "native_acquisitions": 128314, + "native_exits": 4006082, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10096640, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015762662, + "runtime_create_ns": 30300, + "jit_attach_ns": 66325, + "context_create_ns": 109440, + "definition_eval_ns": 52368, + "first_eval_ns": 2167327, + "threshold_crossing_ns": 2003186782, + "compile_ns": 9991397, + "install_ns": 52463, + "osr_ns": 0, + "steady_state_ns": 9200617 + } + } + }, + { + "pair_index": 25, + "reference": { + "elapsed_ns": 12527040, + "checksum": "number:409f400000000000", + "native_entries": 2952001, + "native_exits": 2952001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10039296, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2018620224, + "runtime_create_ns": 24005, + "jit_attach_ns": 52729, + "context_create_ns": 102687, + "definition_eval_ns": 47238, + "first_eval_ns": 738903, + "threshold_crossing_ns": 2003833530, + "compile_ns": 9877562, + "install_ns": 43110, + "osr_ns": 0, + "steady_state_ns": 12527040 + } + }, + "entry_cache": { + "elapsed_ns": 9361235, + "checksum": "number:409f400000000000", + "native_entries": 3997085, + "native_acquisitions": 128013, + "native_exits": 3997085, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10014720, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014340749, + "runtime_create_ns": 32278, + "jit_attach_ns": 64352, + "context_create_ns": 110745, + "definition_eval_ns": 52857, + "first_eval_ns": 738649, + "threshold_crossing_ns": 2003025538, + "compile_ns": 9445794, + "install_ns": 68514, + "osr_ns": 0, + "steady_state_ns": 9361235 + } + }, + "candidate": { + "elapsed_ns": 9520087, + "checksum": "number:409f400000000000", + "native_entries": 3862001, + "native_acquisitions": 123702, + "native_exits": 3862001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10018816, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015152753, + "runtime_create_ns": 31412, + "jit_attach_ns": 71283, + "context_create_ns": 108418, + "definition_eval_ns": 59092, + "first_eval_ns": 715504, + "threshold_crossing_ns": 2003678754, + "compile_ns": 9000266, + "install_ns": 53634, + "osr_ns": 0, + "steady_state_ns": 9520087 + } + } + }, + { + "pair_index": 26, + "reference": { + "elapsed_ns": 12570522, + "checksum": "number:409f400000000000", + "native_entries": 2948001, + "native_exits": 2948001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10149888, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019521153, + "runtime_create_ns": 26982, + "jit_attach_ns": 56072, + "context_create_ns": 102445, + "definition_eval_ns": 48848, + "first_eval_ns": 752395, + "threshold_crossing_ns": 2004677609, + "compile_ns": 8675561, + "install_ns": 47487, + "osr_ns": 0, + "steady_state_ns": 12570522 + } + }, + "entry_cache": { + "elapsed_ns": 9349176, + "checksum": "number:409f400000000000", + "native_entries": 3987407, + "native_acquisitions": 127707, + "native_exits": 3987407, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10092544, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2015125132, + "runtime_create_ns": 32741, + "jit_attach_ns": 65307, + "context_create_ns": 120835, + "definition_eval_ns": 56139, + "first_eval_ns": 718059, + "threshold_crossing_ns": 2003826411, + "compile_ns": 9585128, + "install_ns": 60156, + "osr_ns": 0, + "steady_state_ns": 9349176 + } + }, + "candidate": { + "elapsed_ns": 9283889, + "checksum": "number:409f400000000000", + "native_entries": 3992001, + "native_acquisitions": 127862, + "native_exits": 3992001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10104832, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014596074, + "runtime_create_ns": 29735, + "jit_attach_ns": 70961, + "context_create_ns": 113717, + "definition_eval_ns": 55151, + "first_eval_ns": 726527, + "threshold_crossing_ns": 2003373838, + "compile_ns": 9003054, + "install_ns": 50067, + "osr_ns": 0, + "steady_state_ns": 9283889 + } + } + }, + { + "pair_index": 27, + "reference": { + "elapsed_ns": 12629135, + "checksum": "number:409f400000000000", + "native_entries": 2946001, + "native_exits": 2946001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10104832, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019360093, + "runtime_create_ns": 28151, + "jit_attach_ns": 58914, + "context_create_ns": 104643, + "definition_eval_ns": 51656, + "first_eval_ns": 751402, + "threshold_crossing_ns": 2004447368, + "compile_ns": 9578565, + "install_ns": 47114, + "osr_ns": 0, + "steady_state_ns": 12629135 + } + }, + "entry_cache": { + "elapsed_ns": 9386044, + "checksum": "number:409f400000000000", + "native_entries": 3975445, + "native_acquisitions": 127324, + "native_exits": 3975445, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10035200, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014282398, + "runtime_create_ns": 30294, + "jit_attach_ns": 66205, + "context_create_ns": 127608, + "definition_eval_ns": 67061, + "first_eval_ns": 720209, + "threshold_crossing_ns": 2002928635, + "compile_ns": 9634606, + "install_ns": 50760, + "osr_ns": 0, + "steady_state_ns": 9386044 + } + }, + "candidate": { + "elapsed_ns": 10112143, + "checksum": "number:409f400000000000", + "native_entries": 3624001, + "native_acquisitions": 116056, + "native_exits": 3624001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9949184, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2016232194, + "runtime_create_ns": 26943, + "jit_attach_ns": 65060, + "context_create_ns": 115396, + "definition_eval_ns": 57225, + "first_eval_ns": 724642, + "threshold_crossing_ns": 2004092948, + "compile_ns": 9341499, + "install_ns": 75554, + "osr_ns": 0, + "steady_state_ns": 10112143 + } + } + }, + { + "pair_index": 28, + "entry_cache": { + "elapsed_ns": 9423892, + "checksum": "number:409f400000000000", + "native_entries": 3925830, + "native_acquisitions": 125744, + "native_exits": 3925830, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10113024, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014886498, + "runtime_create_ns": 30357, + "jit_attach_ns": 70854, + "context_create_ns": 111046, + "definition_eval_ns": 54558, + "first_eval_ns": 709780, + "threshold_crossing_ns": 2003528248, + "compile_ns": 9753673, + "install_ns": 45466, + "osr_ns": 0, + "steady_state_ns": 9423892 + } + }, + "candidate": { + "elapsed_ns": 9263883, + "checksum": "number:409f400000000000", + "native_entries": 3969836, + "native_acquisitions": 127150, + "native_exits": 3969836, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9936896, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014154270, + "runtime_create_ns": 29032, + "jit_attach_ns": 77372, + "context_create_ns": 121636, + "definition_eval_ns": 56934, + "first_eval_ns": 708865, + "threshold_crossing_ns": 2002935723, + "compile_ns": 9908318, + "install_ns": 72650, + "osr_ns": 0, + "steady_state_ns": 9263883 + } + }, + "reference": { + "elapsed_ns": 12538516, + "checksum": "number:409f400000000000", + "native_entries": 2952001, + "native_exits": 2952001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10162176, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019135997, + "runtime_create_ns": 30936, + "jit_attach_ns": 63456, + "context_create_ns": 113132, + "definition_eval_ns": 59713, + "first_eval_ns": 766157, + "threshold_crossing_ns": 2004286214, + "compile_ns": 10022671, + "install_ns": 51484, + "osr_ns": 0, + "steady_state_ns": 12538516 + } + } + }, + { + "pair_index": 29, + "entry_cache": { + "elapsed_ns": 9318580, + "checksum": "number:409f400000000000", + "native_entries": 3978001, + "native_acquisitions": 127414, + "native_exits": 3978001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10121216, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014975068, + "runtime_create_ns": 27231, + "jit_attach_ns": 56212, + "context_create_ns": 107748, + "definition_eval_ns": 51080, + "first_eval_ns": 703729, + "threshold_crossing_ns": 2003758855, + "compile_ns": 8898908, + "install_ns": 46977, + "osr_ns": 0, + "steady_state_ns": 9318580 + } + }, + "candidate": { + "elapsed_ns": 9305522, + "checksum": "number:409f400000000000", + "native_entries": 3940001, + "native_acquisitions": 126196, + "native_exits": 3940001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10080256, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2014817931, + "runtime_create_ns": 32678, + "jit_attach_ns": 94424, + "context_create_ns": 114733, + "definition_eval_ns": 54558, + "first_eval_ns": 719508, + "threshold_crossing_ns": 2003533940, + "compile_ns": 10083402, + "install_ns": 56480, + "osr_ns": 0, + "steady_state_ns": 9305522 + } + }, + "reference": { + "elapsed_ns": 12525269, + "checksum": "number:409f400000000000", + "native_entries": 2896001, + "native_exits": 2896001, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10129408, + "code_bytes": 20448, + "metadata_bytes": 5248, + "active_ir_bytes": 1584, + "automatic_ready": false, + "phases": { + "total_ns": 2019613388, + "runtime_create_ns": 30803, + "jit_attach_ns": 70118, + "context_create_ns": 107917, + "definition_eval_ns": 56245, + "first_eval_ns": 760354, + "threshold_crossing_ns": 2004768824, + "compile_ns": 8926320, + "install_ns": 52086, + "osr_ns": 0, + "steady_state_ns": 12525269 + } + } + } + ] + }, + "throughput": { + "interpreter": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 344, + "elapsed_ns": 1002397745 + }, + { + "window_index": 1, + "fresh_workers": 345, + "elapsed_ns": 1001496300 + }, + { + "window_index": 2, + "fresh_workers": 357, + "elapsed_ns": 1001490815 + }, + { + "window_index": 3, + "fresh_workers": 347, + "elapsed_ns": 1000673749 + }, + { + "window_index": 4, + "fresh_workers": 345, + "elapsed_ns": 1001190061 + }, + { + "window_index": 5, + "fresh_workers": 358, + "elapsed_ns": 1000573518 + }, + { + "window_index": 6, + "fresh_workers": 345, + "elapsed_ns": 1002782279 + }, + { + "window_index": 7, + "fresh_workers": 339, + "elapsed_ns": 1000581599 + }, + { + "window_index": 8, + "fresh_workers": 347, + "elapsed_ns": 1000580586 + }, + { + "window_index": 9, + "fresh_workers": 350, + "elapsed_ns": 1000039375 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 346, + "elapsed_ns": 1000587647 + }, + { + "window_index": 1, + "fresh_workers": 348, + "elapsed_ns": 1002187849 + }, + { + "window_index": 2, + "fresh_workers": 350, + "elapsed_ns": 1001727927 + }, + { + "window_index": 3, + "fresh_workers": 351, + "elapsed_ns": 1001032962 + }, + { + "window_index": 4, + "fresh_workers": 349, + "elapsed_ns": 1000874332 + }, + { + "window_index": 5, + "fresh_workers": 335, + "elapsed_ns": 1000963401 + }, + { + "window_index": 6, + "fresh_workers": 339, + "elapsed_ns": 1002748585 + }, + { + "window_index": 7, + "fresh_workers": 346, + "elapsed_ns": 1002731476 + }, + { + "window_index": 8, + "fresh_workers": 351, + "elapsed_ns": 1002848954 + }, + { + "window_index": 9, + "fresh_workers": 351, + "elapsed_ns": 1002985365 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 339, + "elapsed_ns": 1000628452 + }, + { + "window_index": 1, + "fresh_workers": 353, + "elapsed_ns": 1002280753 + }, + { + "window_index": 2, + "fresh_workers": 357, + "elapsed_ns": 1002693787 + }, + { + "window_index": 3, + "fresh_workers": 352, + "elapsed_ns": 1000560217 + }, + { + "window_index": 4, + "fresh_workers": 355, + "elapsed_ns": 1000008045 + }, + { + "window_index": 5, + "fresh_workers": 345, + "elapsed_ns": 1000597230 + }, + { + "window_index": 6, + "fresh_workers": 345, + "elapsed_ns": 1001170415 + }, + { + "window_index": 7, + "fresh_workers": 342, + "elapsed_ns": 1001280000 + }, + { + "window_index": 8, + "fresh_workers": 350, + "elapsed_ns": 1000658923 + }, + { + "window_index": 9, + "fresh_workers": 347, + "elapsed_ns": 1000491422 + } + ] + }, + "tier1": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 34, + "elapsed_ns": 1027726673 + }, + { + "window_index": 1, + "fresh_workers": 34, + "elapsed_ns": 1019971707 + }, + { + "window_index": 2, + "fresh_workers": 34, + "elapsed_ns": 1015957466 + }, + { + "window_index": 3, + "fresh_workers": 34, + "elapsed_ns": 1015279950 + }, + { + "window_index": 4, + "fresh_workers": 34, + "elapsed_ns": 1024059370 + }, + { + "window_index": 5, + "fresh_workers": 34, + "elapsed_ns": 1004700132 + }, + { + "window_index": 6, + "fresh_workers": 34, + "elapsed_ns": 1010583309 + }, + { + "window_index": 7, + "fresh_workers": 34, + "elapsed_ns": 1015508664 + }, + { + "window_index": 8, + "fresh_workers": 34, + "elapsed_ns": 1001254736 + }, + { + "window_index": 9, + "fresh_workers": 35, + "elapsed_ns": 1028402055 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 39, + "elapsed_ns": 1023699430 + }, + { + "window_index": 1, + "fresh_workers": 39, + "elapsed_ns": 1017140375 + }, + { + "window_index": 2, + "fresh_workers": 39, + "elapsed_ns": 1020888062 + }, + { + "window_index": 3, + "fresh_workers": 39, + "elapsed_ns": 1021381150 + }, + { + "window_index": 4, + "fresh_workers": 39, + "elapsed_ns": 1018678464 + }, + { + "window_index": 5, + "fresh_workers": 39, + "elapsed_ns": 1021421707 + }, + { + "window_index": 6, + "fresh_workers": 39, + "elapsed_ns": 1025433431 + }, + { + "window_index": 7, + "fresh_workers": 38, + "elapsed_ns": 1002610109 + }, + { + "window_index": 8, + "fresh_workers": 39, + "elapsed_ns": 1018441319 + }, + { + "window_index": 9, + "fresh_workers": 39, + "elapsed_ns": 1025442182 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 41, + "elapsed_ns": 1022330537 + }, + { + "window_index": 1, + "fresh_workers": 41, + "elapsed_ns": 1002018806 + }, + { + "window_index": 2, + "fresh_workers": 41, + "elapsed_ns": 1005772043 + }, + { + "window_index": 3, + "fresh_workers": 41, + "elapsed_ns": 1009105413 + }, + { + "window_index": 4, + "fresh_workers": 41, + "elapsed_ns": 1009010820 + }, + { + "window_index": 5, + "fresh_workers": 41, + "elapsed_ns": 1003759389 + }, + { + "window_index": 6, + "fresh_workers": 41, + "elapsed_ns": 1010107489 + }, + { + "window_index": 7, + "fresh_workers": 41, + "elapsed_ns": 1008767015 + }, + { + "window_index": 8, + "fresh_workers": 42, + "elapsed_ns": 1024130102 + }, + { + "window_index": 9, + "fresh_workers": 41, + "elapsed_ns": 1004442451 + } + ] + }, + "tier2": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 33, + "elapsed_ns": 1006419931 + }, + { + "window_index": 1, + "fresh_workers": 34, + "elapsed_ns": 1028326055 + }, + { + "window_index": 2, + "fresh_workers": 33, + "elapsed_ns": 1012923261 + }, + { + "window_index": 3, + "fresh_workers": 34, + "elapsed_ns": 1023879853 + }, + { + "window_index": 4, + "fresh_workers": 33, + "elapsed_ns": 1001515777 + }, + { + "window_index": 5, + "fresh_workers": 33, + "elapsed_ns": 1002227176 + }, + { + "window_index": 6, + "fresh_workers": 33, + "elapsed_ns": 1005161975 + }, + { + "window_index": 7, + "fresh_workers": 34, + "elapsed_ns": 1028669764 + }, + { + "window_index": 8, + "fresh_workers": 33, + "elapsed_ns": 1003305939 + }, + { + "window_index": 9, + "fresh_workers": 33, + "elapsed_ns": 1005812994 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 38, + "elapsed_ns": 1000438371 + }, + { + "window_index": 1, + "fresh_workers": 39, + "elapsed_ns": 1023616513 + }, + { + "window_index": 2, + "fresh_workers": 38, + "elapsed_ns": 1001636005 + }, + { + "window_index": 3, + "fresh_workers": 39, + "elapsed_ns": 1022436785 + }, + { + "window_index": 4, + "fresh_workers": 39, + "elapsed_ns": 1016468022 + }, + { + "window_index": 5, + "fresh_workers": 39, + "elapsed_ns": 1024428656 + }, + { + "window_index": 6, + "fresh_workers": 38, + "elapsed_ns": 1000705924 + }, + { + "window_index": 7, + "fresh_workers": 39, + "elapsed_ns": 1025358681 + }, + { + "window_index": 8, + "fresh_workers": 39, + "elapsed_ns": 1015805457 + }, + { + "window_index": 9, + "fresh_workers": 39, + "elapsed_ns": 1013912285 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 39, + "elapsed_ns": 1005569675 + }, + { + "window_index": 1, + "fresh_workers": 40, + "elapsed_ns": 1017749112 + }, + { + "window_index": 2, + "fresh_workers": 40, + "elapsed_ns": 1022392814 + }, + { + "window_index": 3, + "fresh_workers": 40, + "elapsed_ns": 1017153335 + }, + { + "window_index": 4, + "fresh_workers": 40, + "elapsed_ns": 1019380481 + }, + { + "window_index": 5, + "fresh_workers": 40, + "elapsed_ns": 1018075925 + }, + { + "window_index": 6, + "fresh_workers": 40, + "elapsed_ns": 1023159183 + }, + { + "window_index": 7, + "fresh_workers": 40, + "elapsed_ns": 1012722590 + }, + { + "window_index": 8, + "fresh_workers": 40, + "elapsed_ns": 1019349617 + }, + { + "window_index": 9, + "fresh_workers": 40, + "elapsed_ns": 1011649176 + } + ] + }, + "automatic": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 1, + "elapsed_ns": 2020862088 + }, + { + "window_index": 1, + "fresh_workers": 1, + "elapsed_ns": 2021824654 + }, + { + "window_index": 2, + "fresh_workers": 1, + "elapsed_ns": 2021850822 + }, + { + "window_index": 3, + "fresh_workers": 1, + "elapsed_ns": 2021073659 + }, + { + "window_index": 4, + "fresh_workers": 1, + "elapsed_ns": 2022542960 + }, + { + "window_index": 5, + "fresh_workers": 1, + "elapsed_ns": 2022092435 + }, + { + "window_index": 6, + "fresh_workers": 1, + "elapsed_ns": 2020955932 + }, + { + "window_index": 7, + "fresh_workers": 1, + "elapsed_ns": 2021699600 + }, + { + "window_index": 8, + "fresh_workers": 1, + "elapsed_ns": 2023154669 + }, + { + "window_index": 9, + "fresh_workers": 1, + "elapsed_ns": 2021838814 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 1, + "elapsed_ns": 2016422098 + }, + { + "window_index": 1, + "fresh_workers": 1, + "elapsed_ns": 2016292862 + }, + { + "window_index": 2, + "fresh_workers": 1, + "elapsed_ns": 2016280742 + }, + { + "window_index": 3, + "fresh_workers": 1, + "elapsed_ns": 2016488520 + }, + { + "window_index": 4, + "fresh_workers": 1, + "elapsed_ns": 2016815526 + }, + { + "window_index": 5, + "fresh_workers": 1, + "elapsed_ns": 2016864378 + }, + { + "window_index": 6, + "fresh_workers": 1, + "elapsed_ns": 2016738366 + }, + { + "window_index": 7, + "fresh_workers": 1, + "elapsed_ns": 2016590302 + }, + { + "window_index": 8, + "fresh_workers": 1, + "elapsed_ns": 2017403883 + }, + { + "window_index": 9, + "fresh_workers": 1, + "elapsed_ns": 2016236895 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 1, + "elapsed_ns": 2016910721 + }, + { + "window_index": 1, + "fresh_workers": 1, + "elapsed_ns": 2016981504 + }, + { + "window_index": 2, + "fresh_workers": 1, + "elapsed_ns": 2017842073 + }, + { + "window_index": 3, + "fresh_workers": 1, + "elapsed_ns": 2016896122 + }, + { + "window_index": 4, + "fresh_workers": 1, + "elapsed_ns": 2016524290 + }, + { + "window_index": 5, + "fresh_workers": 1, + "elapsed_ns": 2016984078 + }, + { + "window_index": 6, + "fresh_workers": 1, + "elapsed_ns": 2017068726 + }, + { + "window_index": 7, + "fresh_workers": 1, + "elapsed_ns": 2016164571 + }, + { + "window_index": 8, + "fresh_workers": 1, + "elapsed_ns": 2016886627 + }, + { + "window_index": 9, + "fresh_workers": 1, + "elapsed_ns": 2019672193 + } + ] + } + }, + "summary": { + "interpreter": { + "reference": { + "baseline_median_ns": 1075079.0, + "candidate_median_ns": 1073370.0, + "candidate_speed_relative_to_baseline": 1.0015921816335467, + "paired_bootstrap_speed_ci95": [ + 0.9879587214439151, + 1.0157652033961866 + ], + "statistically_tied": true + }, + "entry_cache": { + "baseline_median_ns": 1071149.5, + "candidate_median_ns": 1073370.0, + "candidate_speed_relative_to_baseline": 0.99793128185062, + "paired_bootstrap_speed_ci95": [ + 0.9865652561401344, + 1.0081145254400705 + ], + "statistically_tied": true + } + }, + "tier1": { + "reference": { + "baseline_median_ns": 14318757.0, + "candidate_median_ns": 10280983.0, + "candidate_speed_relative_to_baseline": 1.3927420169841735, + "paired_bootstrap_speed_ci95": [ + 1.3887375275114129, + 1.3964488191021769 + ], + "statistically_tied": false + }, + "entry_cache": { + "baseline_median_ns": 11666503.0, + "candidate_median_ns": 10280983.0, + "candidate_speed_relative_to_baseline": 1.1347653235104076, + "paired_bootstrap_speed_ci95": [ + 1.1333152098309809, + 1.137334393948367 + ], + "statistically_tied": false + } + }, + "tier2": { + "reference": { + "baseline_median_ns": 13232990.0, + "candidate_median_ns": 9815398.5, + "candidate_speed_relative_to_baseline": 1.3481867292499636, + "paired_bootstrap_speed_ci95": [ + 1.346323108574257, + 1.3505207411253206 + ], + "statistically_tied": false + }, + "entry_cache": { + "baseline_median_ns": 10142599.5, + "candidate_median_ns": 9815398.5, + "candidate_speed_relative_to_baseline": 1.0333354779227761, + "paired_bootstrap_speed_ci95": [ + 1.0318528344569236, + 1.0361882025124094 + ], + "statistically_tied": false + } + }, + "automatic": { + "reference": { + "baseline_median_ns": 12570211.5, + "candidate_median_ns": 9271579.0, + "candidate_speed_relative_to_baseline": 1.3557789347423994, + "paired_bootstrap_speed_ci95": [ + 1.3530647833195824, + 1.3590408432397416 + ], + "statistically_tied": false + }, + "entry_cache": { + "baseline_median_ns": 9333154.0, + "candidate_median_ns": 9271579.0, + "candidate_speed_relative_to_baseline": 1.006641263586278, + "paired_bootstrap_speed_ci95": [ + 1.0053065046339955, + 1.0086613692732949 + ], + "statistically_tied": false + } + } + }, + "implementations": { + "reference": "M2 runtime at 2bd518e, with generic-call benchmark registration only", + "entry_cache": "Pre-cursor runtime at b7be6a4: entry cache, inline return handoff and reusable CALL feedback buffer. Legacy driver key does not mean cache-only.", + "candidate": "b7be6a4 plus sys/patches/0011-helper-pc-cursor.patch; matching manifest and tests" + }, + "candidate_patch_source": "diff --git a/quickjs.c b/quickjs.c\n--- a/quickjs.c\n+++ b/quickjs.c\n@@ -852,6 +852,7 @@\n uint64_t jit_function_id;\n uint64_t jit_generation;\n uint8_t jit_feedback_disabled;\n+ int jit_validated_pc_offset; /* known instruction boundary, initially zero */\n #endif\n } JSFunctionBytecode;\n \n@@ -2892,6 +2893,7 @@\n old_generation = b->jit_generation;\n b->jit_generation = ++ctx->rt->jit_next_generation;\n b->jit_feedback_disabled = 0;\n+ b->jit_validated_pc_offset = 0;\n qjsjit_retire_identity(ctx->rt, b->jit_function_id, old_generation);\n return JS_JIT_BACKEND_OK;\n }\n@@ -18691,12 +18693,18 @@\n \n if (value < start || (allow_end ? value > end : value >= end))\n return false;\n+ /* Published bytecode instruction lengths are immutable. Reuse only a\n+ proven boundary at or before this query; backward branches rescan. */\n+ if (value - start >= (uintptr_t)b->jit_validated_pc_offset)\n+ offset = b->jit_validated_pc_offset;\n while (offset < b->byte_code_len) {\n const JSJitOpcodeInfo *info;\n uint8_t opcode;\n \n- if (pc == b->byte_code_buf + offset)\n+ if (pc == b->byte_code_buf + offset) {\n+ b->jit_validated_pc_offset = offset;\n return true;\n+ }\n opcode = b->byte_code_buf[offset];\n if (opcode >= countof(qjsjit_opcode_table))\n return false;\n", + "candidate_patch_sha256": "3173f900e20f4810488a4309cf8b3617231c724f07781a84c2553c9fdb2bba0e", + "driver_source": "\"\"\"Diagnostic paired revision comparison using the unchanged jit-bench worker ABI.\"\"\"\nimport hashlib\nimport json\nfrom pathlib import Path\nimport random\nimport statistics\nimport subprocess\nimport time\nimport os\nimport sys\n\nROOT = Path('/home/jason/work/quickjs-jit')\nWORKLOAD = sys.argv[1]\nassert WORKLOAD in ['generic-call-entry', 'call-heavy', 'fibonacci-recursive', 'scalar-loop']\nOUTPUT = Path('/tmp/jit-pc-cursor-' + WORKLOAD + '.json')\nos.sched_setaffinity(0, {0})\nENGINES = {\n 'reference': Path('/tmp/jit-call-reference/jit-bench'),\n 'entry_cache': Path('/tmp/jit-pc-cursor-baseline/jit-bench'),\n 'candidate': ROOT / 'target/release/jit-bench',\n}\nSCRIPT = ROOT / 'benchmarks/scripts' / (WORKLOAD + '.js')\nMODES = ['interpreter', 'tier1', 'tier2', 'automatic']\nWARMUPS, PAIRS, WINDOWS = 5, 30, 10\nchecksum = None\n\ndef digest(path):\n return hashlib.sha256(path.read_bytes()).hexdigest()\n\ndef run(engine, mode):\n global checksum\n completed = subprocess.run(\n [str(ENGINES[engine]), 'worker', '--mode', mode, '--script', str(SCRIPT)],\n cwd=ROOT, capture_output=True, text=True, check=True, timeout=120,\n )\n result = json.loads(completed.stdout)\n if checksum is None:\n checksum = result['checksum']\n assert result['checksum'] == checksum, (engine, mode, result)\n assert result['native_entries'] == result['native_exits'], (engine, mode, result)\n if mode == 'interpreter':\n assert result['native_entries'] == 0\n elif WORKLOAD == 'generic-call-entry':\n assert result['native_entries'] > 0, (engine, mode, result)\n return result\n\ndef rotated(items, offset):\n offset %= len(items)\n return items[offset:] + items[:offset]\n\ndef write():\n temporary = OUTPUT.with_suffix('.partial')\n temporary.write_text(json.dumps(evidence, indent=2) + '\\n')\n temporary.replace(OUTPUT)\n\n# Binary hashes bind each measurement to its implementation even though both\n# worker binaries see the current, dirty source tree for the shared script.\nevidence = {\n 'schema': 'jit-pc-cursor-paired-diagnostic-v1',\n 'workload': WORKLOAD,\n 'cpu_affinity': sorted(os.sched_getaffinity(0)),\n 'status': 'running',\n 'started_utc': time.strftime('%Y-%m-%dT%H:%M:%SZ', time.gmtime()),\n 'driver_sha256': digest(Path(__file__)),\n 'script': str(SCRIPT), 'script_sha256': digest(SCRIPT),\n 'executables': {name: {'path': str(path), 'sha256': digest(path)} for name, path in ENGINES.items()},\n 'candidate_revision': subprocess.check_output(['git', 'rev-parse', 'HEAD'], cwd=ROOT, text=True).strip(),\n 'source_dirty': True,\n 'warmup_processes_per_engine_and_mode': WARMUPS,\n 'fresh_process_pairs_per_mode': PAIRS,\n 'throughput_windows_per_engine_and_mode': WINDOWS,\n 'throughput_window_min_ns': 1_000_000_000,\n 'throughput_unit': 'fresh jit-bench worker processes including setup and warmup',\n 'bootstrap_resamples': 10000,\n 'pairs': {mode: [] for mode in MODES},\n 'throughput': {mode: {engine: [] for engine in ENGINES} for mode in MODES},\n}\nwrite()\nfor pair in range(WARMUPS):\n for index, mode in enumerate(rotated(MODES, pair)):\n for engine in rotated(list(ENGINES), pair + index):\n run(engine, mode)\nprint('warmups complete', flush=True)\nfor pair in range(PAIRS):\n for index, mode in enumerate(rotated(MODES, pair)):\n row = {'pair_index': pair}\n for engine in rotated(list(ENGINES), pair + index):\n row[engine] = run(engine, mode)\n evidence['pairs'][mode].append(row)\n write()\n if (pair + 1) % 5 == 0:\n print(f'completed {pair + 1}/{PAIRS} pairs per mode', flush=True)\nfor window in range(WINDOWS):\n for index, mode in enumerate(rotated(MODES, window)):\n for engine in rotated(list(ENGINES), window + index):\n start = time.monotonic_ns()\n count = 0\n while time.monotonic_ns() - start < 1_000_000_000:\n run(engine, mode)\n count += 1\n evidence['throughput'][mode][engine].append({\n 'window_index': window, 'fresh_workers': count,\n 'elapsed_ns': time.monotonic_ns() - start,\n })\n write()\n print(f'completed {window + 1}/{WINDOWS} throughput windows', flush=True)\nsummary = {}\nfor mode, pairs in evidence['pairs'].items():\n summary[mode] = {}\n for baseline in ['reference', 'entry_cache']:\n a = [row[baseline]['elapsed_ns'] for row in pairs]\n b = [row['candidate']['elapsed_ns'] for row in pairs]\n rng = random.Random(20260905)\n bootstrap = []\n for _ in range(10000):\n indices = [rng.randrange(len(pairs)) for _ in pairs]\n bootstrap.append(statistics.median(a[i] for i in indices) / statistics.median(b[i] for i in indices))\n bootstrap.sort()\n summary[mode][baseline] = {\n 'baseline_median_ns': statistics.median(a),\n 'candidate_median_ns': statistics.median(b),\n 'candidate_speed_relative_to_baseline': statistics.median(a) / statistics.median(b),\n 'paired_bootstrap_speed_ci95': [bootstrap[249], bootstrap[9749]],\n 'statistically_tied': bootstrap[249] <= 1 <= bootstrap[9749],\n }\n# Detect replacement during measurement instead of silently mixing binaries.\nfor name, path in ENGINES.items():\n assert digest(path) == evidence['executables'][name]['sha256']\nassert digest(SCRIPT) == evidence['script_sha256']\nevidence['summary'] = summary\nevidence['status'] = 'complete'\nwrite()\nprint(json.dumps(summary, indent=2), flush=True)\n", + "limitations": "Dirty-source revision diagnostic, not the clean-source acceptance matrix. Benchmark fixed on CPU 0; some local verification ran on CPUs 2-15 concurrently. Throughput counts fresh worker processes including setup/warmup, not JavaScript operations." +} diff --git a/benchmarks/results/m3-pc-cursor-profile.json b/benchmarks/results/m3-pc-cursor-profile.json new file mode 100644 index 000000000..10d639fc5 --- /dev/null +++ b/benchmarks/results/m3-pc-cursor-profile.json @@ -0,0 +1,101 @@ +{ + "schema": "jit-pc-cursor-perf-diagnostic-v1", + "status": "complete", + "cpu_affinity": [ + 0 + ], + "perf_version": "7.2-1", + "command": "LD_LIBRARY_PATH=/tmp/jit-perf-root/usr/lib taskset -c 0 /tmp/jit-perf-root/usr/bin/perf record -e cycles:u -F 4999 --call-graph dwarf,8192 -o -- worker --mode tier1 --script /tmp/jit-generic-call-profile.js", + "report_command": "perf report --stdio --no-children --sort symbol --percent-limit <1 or 2> -i --call-graph none --column-widths 12,140", + "scope": "Self sampled cycles, including setup/compilation/warmup. Enlarged profiling-only workload; not a speed acceptance benchmark. Raw perf.data remains temporary and is not archived.", + "script_source": "// A Bool parameter excludes the numeric direct-call signature. Keep the\n// callee short so this measures the generic CALL/entry boundary in a batch.\nfunction incrementIf(value, enabled) {\n if (enabled) return value + 1;\n return value;\n}\n\nglobalThis.workloadArgument = incrementIf;\nglobalThis.tier1ReadyInstalls = 2;\n\nfunction workload(iterations, seed, target) {\n iterations *= 100;\n let value = seed;\n for (let i = 0; i < iterations; i++) {\n value = target(value, true);\n }\n return value;\n}\n", + "candidate_patch_sha256": "3173f900e20f4810488a4309cf8b3617231c724f07781a84c2553c9fdb2bba0e", + "before": { + "binary_sha256": "85e999b748efb30dec40b27938fab9d457b0258931997398b22f43032e3cd26b", + "samples": 8520, + "lost_samples": 0, + "worker": { + "elapsed_ns": 1310710039, + "checksum": "number:41086a0000000000", + "native_entries": 2599022, + "native_acquisitions": 82681, + "native_exits": 2599022, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10153984, + "code_bytes": 23168, + "metadata_bytes": 5516, + "active_ir_bytes": 1815, + "automatic_ready": true, + "phases": { + "total_ns": 1707077426, + "runtime_create_ns": 32959, + "jit_attach_ns": 68903, + "context_create_ns": 113103, + "definition_eval_ns": 56980, + "first_eval_ns": 138095614, + "threshold_crossing_ns": 128985408, + "compile_ns": 12065680, + "install_ns": 57040, + "osr_ns": 0, + "steady_state_ns": 1310710039 + } + }, + "report": "# To display the perf.data header info, please use --header/--header-only options.\n#\n#\n# Total Lost Samples: 0\n#\n# Samples: 8K of event 'cpu_core/cycles/u'\n# Event count (approx.): 8853387923\n#\n# Overhead Symbol IPC [IPC Coverage]\n# ............ ............................................................................................................................................ ....................\n#\n 36.08% [.] qjsjit_validate_helper_frame - - \n 9.94% [.] ::write - - \n 7.19% [.] ::observe_type - - \n 6.88% [.] ::hash_one::<&rquickjs_jit::runtime::coordinator::FunctionKey> - - \n 6.38% [.] ::tier_state - - \n 4.50% [.] JS_CallInternal - - \n 4.31% [.] ::native_exit - - \n 3.04% [.] __vdso_clock_gettime - - \n 2.71% [.] ::publish_metrics - - \n 2.46% [.] ::hash_one::<&(rquickjs_jit::runtime::coordinator::FunctionKey, rquickjs_jit: - - \n 2.33% [.] rquickjs_jit::production_entry_trampoline - - \n 1.79% [.] ::record_hot - - \n 1.54% [.] ::native_enter - - \n\n\n#\n# (Cannot load tips.txt file, please install perf!)\n#\n" + }, + "after": { + "binary_sha256": "b47e850e2a4e7c1225cf2c81c0285d6d236442dca6ed67a8fe2d1306e5c7fe0b", + "samples": 6920, + "lost_samples": 0, + "worker": { + "elapsed_ns": 1057735276, + "checksum": "number:41086a0000000000", + "native_entries": 2598894, + "native_acquisitions": 82649, + "native_exits": 2598894, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 1, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10211328, + "code_bytes": 23168, + "metadata_bytes": 5516, + "active_ir_bytes": 1815, + "automatic_ready": true, + "phases": { + "total_ns": 1385551665, + "runtime_create_ns": 31337, + "jit_attach_ns": 72403, + "context_create_ns": 113729, + "definition_eval_ns": 56014, + "first_eval_ns": 115463663, + "threshold_crossing_ns": 105812908, + "compile_ns": 10852567, + "install_ns": 54436, + "osr_ns": 0, + "steady_state_ns": 1057735276 + } + }, + "report": "# To display the perf.data header info, please use --header/--header-only options.\n#\n#\n# Total Lost Samples: 0\n#\n# Samples: 6K of event 'cpu_core/cycles/u'\n# Event count (approx.): 7203361309\n#\n# Overhead Symbol IPC [IPC Coverage]\n# ............ ............................................................................................................................................ ....................\n#\n 18.24% [.] qjsjit_validate_helper_frame - - \n 12.60% [.] ::write - - \n 8.42% [.] ::observe_type - - \n 8.41% [.] ::tier_state - - \n 7.98% [.] ::hash_one::<&rquickjs_jit::runtime::coordinator::FunctionKey> - - \n 5.94% [.] ::native_exit - - \n 5.22% [.] JS_CallInternal - - \n 3.42% [.] __vdso_clock_gettime - - \n 3.38% [.] ::publish_metrics - - \n 2.72% [.] ::hash_one::<&(rquickjs_jit::runtime::coordinator::FunctionKey, rquickjs_jit: - - \n 2.62% [.] rquickjs_jit::production_entry_trampoline - - \n 2.13% [.] ::native_enter - - \n 2.12% [.] ::record_hot - - \n 2.11% [.] ::observe_call - - \n\n\n#\n# (Cannot load tips.txt file, please install perf!)\n#\n" + } +} diff --git a/benchmarks/results/m3-pc-cursor-scalar-loop-paired.json b/benchmarks/results/m3-pc-cursor-scalar-loop-paired.json new file mode 100644 index 000000000..7c26d46b4 --- /dev/null +++ b/benchmarks/results/m3-pc-cursor-scalar-loop-paired.json @@ -0,0 +1,14697 @@ +{ + "schema": "jit-pc-cursor-paired-diagnostic-v1", + "workload": "scalar-loop", + "cpu_affinity": [ + 0 + ], + "status": "complete", + "started_utc": "2026-09-05T12:10:43Z", + "driver_sha256": "e416e1f97dc7fdcaca81a731a38bae5a994905303d70cec748629396cd47454e", + "script": "/home/jason/work/quickjs-jit/benchmarks/scripts/scalar-loop.js", + "script_sha256": "db9037d16bf51a21a033ddc5901eac1a70a80c51628a5a5a937327faf0ed8a45", + "executables": { + "reference": { + "path": "/tmp/jit-call-reference/jit-bench", + "sha256": "0dabbbd9e86fcbfd9b8a811fc843040fdfaa266f583d9b48ab9e61df3d74fed2" + }, + "entry_cache": { + "path": "/tmp/jit-pc-cursor-baseline/jit-bench", + "sha256": "85e999b748efb30dec40b27938fab9d457b0258931997398b22f43032e3cd26b" + }, + "candidate": { + "path": "/home/jason/work/quickjs-jit/target/release/jit-bench", + "sha256": "b47e850e2a4e7c1225cf2c81c0285d6d236442dca6ed67a8fe2d1306e5c7fe0b" + } + }, + "candidate_revision": "b7be6a41c50e3cc04a782acb13558687d190ac6c", + "source_dirty": true, + "warmup_processes_per_engine_and_mode": 5, + "fresh_process_pairs_per_mode": 30, + "throughput_windows_per_engine_and_mode": 10, + "throughput_window_min_ns": 1000000000, + "throughput_unit": "fresh jit-bench worker processes including setup and warmup", + "bootstrap_resamples": 10000, + "pairs": { + "interpreter": [ + { + "pair_index": 0, + "reference": { + "elapsed_ns": 623038, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4907008, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 972852, + "runtime_create_ns": 26032, + "jit_attach_ns": 41, + "context_create_ns": 97264, + "definition_eval_ns": 20416, + "first_eval_ns": 63630, + "threshold_crossing_ns": 63161, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 623038 + } + }, + "entry_cache": { + "elapsed_ns": 594328, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4935680, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 974814, + "runtime_create_ns": 30113, + "jit_attach_ns": 41, + "context_create_ns": 100076, + "definition_eval_ns": 27152, + "first_eval_ns": 62873, + "threshold_crossing_ns": 60592, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 594328 + } + }, + "candidate": { + "elapsed_ns": 608935, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4988928, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 969584, + "runtime_create_ns": 25316, + "jit_attach_ns": 100, + "context_create_ns": 104279, + "definition_eval_ns": 26138, + "first_eval_ns": 62338, + "threshold_crossing_ns": 59920, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 608935 + } + } + }, + { + "pair_index": 1, + "entry_cache": { + "elapsed_ns": 622303, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5136384, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 998155, + "runtime_create_ns": 24451, + "jit_attach_ns": 42, + "context_create_ns": 105474, + "definition_eval_ns": 30350, + "first_eval_ns": 67912, + "threshold_crossing_ns": 64783, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 622303 + } + }, + "candidate": { + "elapsed_ns": 620867, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5083136, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 969188, + "runtime_create_ns": 25586, + "jit_attach_ns": 57, + "context_create_ns": 97782, + "definition_eval_ns": 22740, + "first_eval_ns": 66556, + "threshold_crossing_ns": 59518, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 620867 + } + }, + "reference": { + "elapsed_ns": 597868, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4993024, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 951142, + "runtime_create_ns": 29938, + "jit_attach_ns": 104, + "context_create_ns": 100301, + "definition_eval_ns": 24968, + "first_eval_ns": 61949, + "threshold_crossing_ns": 59545, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 597868 + } + } + }, + { + "pair_index": 2, + "entry_cache": { + "elapsed_ns": 636532, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4956160, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1005677, + "runtime_create_ns": 28917, + "jit_attach_ns": 41, + "context_create_ns": 98968, + "definition_eval_ns": 27152, + "first_eval_ns": 66249, + "threshold_crossing_ns": 63710, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 636532 + } + }, + "candidate": { + "elapsed_ns": 633103, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5033984, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 996746, + "runtime_create_ns": 21579, + "jit_attach_ns": 38, + "context_create_ns": 99210, + "definition_eval_ns": 24039, + "first_eval_ns": 61529, + "threshold_crossing_ns": 75539, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 633103 + } + }, + "reference": { + "elapsed_ns": 640864, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4972544, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1010586, + "runtime_create_ns": 28043, + "jit_attach_ns": 81, + "context_create_ns": 100810, + "definition_eval_ns": 26586, + "first_eval_ns": 67498, + "threshold_crossing_ns": 64815, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 640864 + } + } + }, + { + "pair_index": 3, + "entry_cache": { + "elapsed_ns": 630167, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5103616, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1005313, + "runtime_create_ns": 23869, + "jit_attach_ns": 41, + "context_create_ns": 104956, + "definition_eval_ns": 28349, + "first_eval_ns": 62538, + "threshold_crossing_ns": 72573, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 630167 + } + }, + "candidate": { + "elapsed_ns": 629783, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4968448, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 990083, + "runtime_create_ns": 25703, + "jit_attach_ns": 43, + "context_create_ns": 98651, + "definition_eval_ns": 23977, + "first_eval_ns": 66556, + "threshold_crossing_ns": 64897, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 629783 + } + }, + "reference": { + "elapsed_ns": 600501, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5038080, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 968374, + "runtime_create_ns": 28098, + "jit_attach_ns": 84, + "context_create_ns": 104171, + "definition_eval_ns": 35265, + "first_eval_ns": 62548, + "threshold_crossing_ns": 59964, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 600501 + } + } + }, + { + "pair_index": 4, + "entry_cache": { + "elapsed_ns": 644556, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4927488, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1007199, + "runtime_create_ns": 26220, + "jit_attach_ns": 41, + "context_create_ns": 100429, + "definition_eval_ns": 23850, + "first_eval_ns": 63945, + "threshold_crossing_ns": 67813, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 644556 + } + }, + "candidate": { + "elapsed_ns": 627884, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4812800, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 985968, + "runtime_create_ns": 24800, + "jit_attach_ns": 40, + "context_create_ns": 97077, + "definition_eval_ns": 21626, + "first_eval_ns": 66323, + "threshold_crossing_ns": 68814, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 627884 + } + }, + "reference": { + "elapsed_ns": 614729, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4894720, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 982553, + "runtime_create_ns": 26508, + "jit_attach_ns": 79, + "context_create_ns": 100692, + "definition_eval_ns": 25036, + "first_eval_ns": 71350, + "threshold_crossing_ns": 66008, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 614729 + } + } + }, + { + "pair_index": 5, + "candidate": { + "elapsed_ns": 640769, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5058560, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1047347, + "runtime_create_ns": 23434, + "jit_attach_ns": 42, + "context_create_ns": 106234, + "definition_eval_ns": 27212, + "first_eval_ns": 94961, + "threshold_crossing_ns": 64615, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 640769 + } + }, + "reference": { + "elapsed_ns": 635886, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4997120, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 998415, + "runtime_create_ns": 26476, + "jit_attach_ns": 80, + "context_create_ns": 94851, + "definition_eval_ns": 24939, + "first_eval_ns": 66702, + "threshold_crossing_ns": 64996, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 635886 + } + }, + "entry_cache": { + "elapsed_ns": 654796, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4935680, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1031464, + "runtime_create_ns": 29223, + "jit_attach_ns": 41, + "context_create_ns": 103597, + "definition_eval_ns": 26745, + "first_eval_ns": 67788, + "threshold_crossing_ns": 65065, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 654796 + } + } + }, + { + "pair_index": 6, + "candidate": { + "elapsed_ns": 626630, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5160960, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1007059, + "runtime_create_ns": 23877, + "jit_attach_ns": 41, + "context_create_ns": 119517, + "definition_eval_ns": 21209, + "first_eval_ns": 65352, + "threshold_crossing_ns": 63086, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 626630 + } + }, + "reference": { + "elapsed_ns": 648116, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4972544, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1003438, + "runtime_create_ns": 25828, + "jit_attach_ns": 40, + "context_create_ns": 99551, + "definition_eval_ns": 24707, + "first_eval_ns": 64787, + "threshold_crossing_ns": 62940, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 648116 + } + }, + "entry_cache": { + "elapsed_ns": 643724, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4911104, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1020131, + "runtime_create_ns": 30679, + "jit_attach_ns": 40, + "context_create_ns": 102899, + "definition_eval_ns": 25380, + "first_eval_ns": 66283, + "threshold_crossing_ns": 68355, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 643724 + } + } + }, + { + "pair_index": 7, + "candidate": { + "elapsed_ns": 644527, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5054464, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1018617, + "runtime_create_ns": 25995, + "jit_attach_ns": 41, + "context_create_ns": 101950, + "definition_eval_ns": 28809, + "first_eval_ns": 66468, + "threshold_crossing_ns": 64822, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 644527 + } + }, + "reference": { + "elapsed_ns": 638327, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5169152, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1001794, + "runtime_create_ns": 24521, + "jit_attach_ns": 88, + "context_create_ns": 101695, + "definition_eval_ns": 25394, + "first_eval_ns": 64961, + "threshold_crossing_ns": 66143, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 638327 + } + }, + "entry_cache": { + "elapsed_ns": 608112, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5033984, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 973283, + "runtime_create_ns": 28231, + "jit_attach_ns": 40, + "context_create_ns": 105783, + "definition_eval_ns": 27683, + "first_eval_ns": 63304, + "threshold_crossing_ns": 60677, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 608112 + } + } + }, + { + "pair_index": 8, + "candidate": { + "elapsed_ns": 595099, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5001216, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 952748, + "runtime_create_ns": 23323, + "jit_attach_ns": 41, + "context_create_ns": 104028, + "definition_eval_ns": 28751, + "first_eval_ns": 60925, + "threshold_crossing_ns": 58776, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 595099 + } + }, + "reference": { + "elapsed_ns": 598750, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5013504, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 943099, + "runtime_create_ns": 22613, + "jit_attach_ns": 82, + "context_create_ns": 97064, + "definition_eval_ns": 25834, + "first_eval_ns": 60271, + "threshold_crossing_ns": 58574, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 598750 + } + }, + "entry_cache": { + "elapsed_ns": 644135, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5177344, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1046422, + "runtime_create_ns": 27054, + "jit_attach_ns": 41, + "context_create_ns": 129308, + "definition_eval_ns": 30950, + "first_eval_ns": 67055, + "threshold_crossing_ns": 64111, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 644135 + } + } + }, + { + "pair_index": 9, + "reference": { + "elapsed_ns": 630284, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5029888, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 997936, + "runtime_create_ns": 26289, + "jit_attach_ns": 86, + "context_create_ns": 99579, + "definition_eval_ns": 30283, + "first_eval_ns": 65004, + "threshold_crossing_ns": 63123, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 630284 + } + }, + "entry_cache": { + "elapsed_ns": 635725, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5173248, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1007180, + "runtime_create_ns": 36028, + "jit_attach_ns": 41, + "context_create_ns": 102384, + "definition_eval_ns": 21399, + "first_eval_ns": 66138, + "threshold_crossing_ns": 63935, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 635725 + } + }, + "candidate": { + "elapsed_ns": 638261, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4956160, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1014476, + "runtime_create_ns": 27693, + "jit_attach_ns": 41, + "context_create_ns": 107255, + "definition_eval_ns": 27133, + "first_eval_ns": 66353, + "threshold_crossing_ns": 63709, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 638261 + } + } + }, + { + "pair_index": 10, + "reference": { + "elapsed_ns": 646308, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4935680, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1021989, + "runtime_create_ns": 28144, + "jit_attach_ns": 113, + "context_create_ns": 101418, + "definition_eval_ns": 27663, + "first_eval_ns": 67864, + "threshold_crossing_ns": 69009, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 646308 + } + }, + "entry_cache": { + "elapsed_ns": 657380, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4952064, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1014796, + "runtime_create_ns": 25947, + "jit_attach_ns": 41, + "context_create_ns": 100541, + "definition_eval_ns": 22850, + "first_eval_ns": 65687, + "threshold_crossing_ns": 62936, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 657380 + } + }, + "candidate": { + "elapsed_ns": 627524, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5062656, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1001933, + "runtime_create_ns": 29208, + "jit_attach_ns": 41, + "context_create_ns": 108521, + "definition_eval_ns": 33278, + "first_eval_ns": 62544, + "threshold_crossing_ns": 60108, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 627524 + } + } + }, + { + "pair_index": 11, + "reference": { + "elapsed_ns": 626403, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5017600, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 997738, + "runtime_create_ns": 23883, + "jit_attach_ns": 79, + "context_create_ns": 103069, + "definition_eval_ns": 26183, + "first_eval_ns": 66444, + "threshold_crossing_ns": 64033, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 626403 + } + }, + "entry_cache": { + "elapsed_ns": 621036, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5140480, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 988491, + "runtime_create_ns": 25447, + "jit_attach_ns": 41, + "context_create_ns": 105281, + "definition_eval_ns": 27297, + "first_eval_ns": 62747, + "threshold_crossing_ns": 64291, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 621036 + } + }, + "candidate": { + "elapsed_ns": 606511, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4960256, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 995630, + "runtime_create_ns": 31142, + "jit_attach_ns": 42, + "context_create_ns": 107957, + "definition_eval_ns": 38353, + "first_eval_ns": 65130, + "threshold_crossing_ns": 62177, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 606511 + } + } + }, + { + "pair_index": 12, + "reference": { + "elapsed_ns": 619182, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5091328, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 976569, + "runtime_create_ns": 24428, + "jit_attach_ns": 40, + "context_create_ns": 103044, + "definition_eval_ns": 22346, + "first_eval_ns": 64206, + "threshold_crossing_ns": 61990, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 619182 + } + }, + "entry_cache": { + "elapsed_ns": 639825, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4968448, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 992263, + "runtime_create_ns": 27009, + "jit_attach_ns": 42, + "context_create_ns": 101414, + "definition_eval_ns": 28274, + "first_eval_ns": 60665, + "threshold_crossing_ns": 58626, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 639825 + } + }, + "candidate": { + "elapsed_ns": 634158, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4931584, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1001518, + "runtime_create_ns": 27832, + "jit_attach_ns": 40, + "context_create_ns": 103720, + "definition_eval_ns": 25846, + "first_eval_ns": 64944, + "threshold_crossing_ns": 62685, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 634158 + } + } + }, + { + "pair_index": 13, + "entry_cache": { + "elapsed_ns": 648105, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5120000, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1020194, + "runtime_create_ns": 27589, + "jit_attach_ns": 43, + "context_create_ns": 106092, + "definition_eval_ns": 24588, + "first_eval_ns": 67318, + "threshold_crossing_ns": 65032, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 648105 + } + }, + "candidate": { + "elapsed_ns": 650605, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4882432, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1017065, + "runtime_create_ns": 25165, + "jit_attach_ns": 59, + "context_create_ns": 100158, + "definition_eval_ns": 22346, + "first_eval_ns": 65289, + "threshold_crossing_ns": 71709, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 650605 + } + }, + "reference": { + "elapsed_ns": 603778, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5242880, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 962262, + "runtime_create_ns": 25030, + "jit_attach_ns": 79, + "context_create_ns": 102953, + "definition_eval_ns": 25809, + "first_eval_ns": 62471, + "threshold_crossing_ns": 59578, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 603778 + } + } + }, + { + "pair_index": 14, + "entry_cache": { + "elapsed_ns": 650288, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5120000, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1029558, + "runtime_create_ns": 28171, + "jit_attach_ns": 43, + "context_create_ns": 109612, + "definition_eval_ns": 28113, + "first_eval_ns": 66682, + "threshold_crossing_ns": 63838, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 650288 + } + }, + "candidate": { + "elapsed_ns": 646500, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4952064, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1017404, + "runtime_create_ns": 26212, + "jit_attach_ns": 41, + "context_create_ns": 108150, + "definition_eval_ns": 23841, + "first_eval_ns": 66529, + "threshold_crossing_ns": 64234, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 646500 + } + }, + "reference": { + "elapsed_ns": 627946, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4898816, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 996034, + "runtime_create_ns": 28914, + "jit_attach_ns": 94, + "context_create_ns": 97937, + "definition_eval_ns": 28159, + "first_eval_ns": 67481, + "threshold_crossing_ns": 64436, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 627946 + } + } + }, + { + "pair_index": 15, + "entry_cache": { + "elapsed_ns": 637556, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4964352, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1012662, + "runtime_create_ns": 26182, + "jit_attach_ns": 41, + "context_create_ns": 109513, + "definition_eval_ns": 25347, + "first_eval_ns": 67015, + "threshold_crossing_ns": 63629, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 637556 + } + }, + "candidate": { + "elapsed_ns": 646147, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5087232, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1017779, + "runtime_create_ns": 22618, + "jit_attach_ns": 41, + "context_create_ns": 101993, + "definition_eval_ns": 25724, + "first_eval_ns": 67831, + "threshold_crossing_ns": 64815, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 646147 + } + }, + "reference": { + "elapsed_ns": 613154, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5017600, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 981903, + "runtime_create_ns": 27095, + "jit_attach_ns": 87, + "context_create_ns": 103472, + "definition_eval_ns": 31774, + "first_eval_ns": 63679, + "threshold_crossing_ns": 60453, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 613154 + } + } + }, + { + "pair_index": 16, + "entry_cache": { + "elapsed_ns": 637288, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4960256, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1028110, + "runtime_create_ns": 32940, + "jit_attach_ns": 41, + "context_create_ns": 110665, + "definition_eval_ns": 30179, + "first_eval_ns": 66121, + "threshold_crossing_ns": 63802, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 637288 + } + }, + "candidate": { + "elapsed_ns": 629476, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4980736, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1003193, + "runtime_create_ns": 23847, + "jit_attach_ns": 42, + "context_create_ns": 109741, + "definition_eval_ns": 27967, + "first_eval_ns": 66016, + "threshold_crossing_ns": 63541, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 629476 + } + }, + "reference": { + "elapsed_ns": 635366, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5128192, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1002421, + "runtime_create_ns": 27483, + "jit_attach_ns": 174, + "context_create_ns": 102691, + "definition_eval_ns": 30670, + "first_eval_ns": 63933, + "threshold_crossing_ns": 60578, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 635366 + } + } + }, + { + "pair_index": 17, + "candidate": { + "elapsed_ns": 640870, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4894720, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1015044, + "runtime_create_ns": 29313, + "jit_attach_ns": 40, + "context_create_ns": 102658, + "definition_eval_ns": 27309, + "first_eval_ns": 66734, + "threshold_crossing_ns": 63655, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 640870 + } + }, + "reference": { + "elapsed_ns": 642291, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5160960, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1001082, + "runtime_create_ns": 23833, + "jit_attach_ns": 86, + "context_create_ns": 101743, + "definition_eval_ns": 21074, + "first_eval_ns": 64562, + "threshold_crossing_ns": 67033, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 642291 + } + }, + "entry_cache": { + "elapsed_ns": 642781, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5013504, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1018555, + "runtime_create_ns": 25017, + "jit_attach_ns": 41, + "context_create_ns": 104873, + "definition_eval_ns": 28203, + "first_eval_ns": 70281, + "threshold_crossing_ns": 63448, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 642781 + } + } + }, + { + "pair_index": 18, + "candidate": { + "elapsed_ns": 611414, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4947968, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 975036, + "runtime_create_ns": 26836, + "jit_attach_ns": 41, + "context_create_ns": 100430, + "definition_eval_ns": 25567, + "first_eval_ns": 66125, + "threshold_crossing_ns": 63857, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 611414 + } + }, + "reference": { + "elapsed_ns": 648168, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5210112, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1002623, + "runtime_create_ns": 22520, + "jit_attach_ns": 82, + "context_create_ns": 101607, + "definition_eval_ns": 22423, + "first_eval_ns": 66123, + "threshold_crossing_ns": 63085, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 648168 + } + }, + "entry_cache": { + "elapsed_ns": 628147, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4956160, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1000870, + "runtime_create_ns": 28624, + "jit_attach_ns": 41, + "context_create_ns": 104134, + "definition_eval_ns": 27298, + "first_eval_ns": 62778, + "threshold_crossing_ns": 68257, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 628147 + } + } + }, + { + "pair_index": 19, + "candidate": { + "elapsed_ns": 642695, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5169152, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1025206, + "runtime_create_ns": 25243, + "jit_attach_ns": 44, + "context_create_ns": 108152, + "definition_eval_ns": 27590, + "first_eval_ns": 67044, + "threshold_crossing_ns": 68247, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 642695 + } + }, + "reference": { + "elapsed_ns": 622311, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5173248, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 986082, + "runtime_create_ns": 26759, + "jit_attach_ns": 83, + "context_create_ns": 100410, + "definition_eval_ns": 24750, + "first_eval_ns": 61830, + "threshold_crossing_ns": 69866, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 622311 + } + }, + "entry_cache": { + "elapsed_ns": 634802, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5193728, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1017031, + "runtime_create_ns": 32615, + "jit_attach_ns": 41, + "context_create_ns": 106237, + "definition_eval_ns": 29259, + "first_eval_ns": 66578, + "threshold_crossing_ns": 63520, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 634802 + } + } + }, + { + "pair_index": 20, + "candidate": { + "elapsed_ns": 620793, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5152768, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 992730, + "runtime_create_ns": 24367, + "jit_attach_ns": 42, + "context_create_ns": 106147, + "definition_eval_ns": 26080, + "first_eval_ns": 65976, + "threshold_crossing_ns": 63326, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 620793 + } + }, + "reference": { + "elapsed_ns": 614771, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5111808, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 981457, + "runtime_create_ns": 24489, + "jit_attach_ns": 84, + "context_create_ns": 101886, + "definition_eval_ns": 34484, + "first_eval_ns": 63676, + "threshold_crossing_ns": 61893, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 614771 + } + }, + "entry_cache": { + "elapsed_ns": 618191, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5169152, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 985553, + "runtime_create_ns": 26111, + "jit_attach_ns": 41, + "context_create_ns": 109723, + "definition_eval_ns": 27809, + "first_eval_ns": 63307, + "threshold_crossing_ns": 60619, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 618191 + } + } + }, + { + "pair_index": 21, + "reference": { + "elapsed_ns": 619690, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4997120, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 990656, + "runtime_create_ns": 23583, + "jit_attach_ns": 96, + "context_create_ns": 104722, + "definition_eval_ns": 26575, + "first_eval_ns": 68896, + "threshold_crossing_ns": 66636, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 619690 + } + }, + "entry_cache": { + "elapsed_ns": 629935, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5144576, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 996852, + "runtime_create_ns": 25848, + "jit_attach_ns": 41, + "context_create_ns": 104438, + "definition_eval_ns": 23827, + "first_eval_ns": 65870, + "threshold_crossing_ns": 63522, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 629935 + } + }, + "candidate": { + "elapsed_ns": 607247, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5001216, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 975622, + "runtime_create_ns": 24096, + "jit_attach_ns": 41, + "context_create_ns": 106982, + "definition_eval_ns": 31751, + "first_eval_ns": 62208, + "threshold_crossing_ns": 59634, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 607247 + } + } + }, + { + "pair_index": 22, + "reference": { + "elapsed_ns": 634359, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5074944, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1011984, + "runtime_create_ns": 26483, + "jit_attach_ns": 190, + "context_create_ns": 105528, + "definition_eval_ns": 29740, + "first_eval_ns": 66330, + "threshold_crossing_ns": 63634, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 634359 + } + }, + "entry_cache": { + "elapsed_ns": 623569, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4935680, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 990590, + "runtime_create_ns": 27377, + "jit_attach_ns": 41, + "context_create_ns": 103058, + "definition_eval_ns": 26168, + "first_eval_ns": 62726, + "threshold_crossing_ns": 66812, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 623569 + } + }, + "candidate": { + "elapsed_ns": 621079, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5160960, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 992677, + "runtime_create_ns": 27488, + "jit_attach_ns": 41, + "context_create_ns": 108135, + "definition_eval_ns": 28996, + "first_eval_ns": 62803, + "threshold_crossing_ns": 59957, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 621079 + } + } + }, + { + "pair_index": 23, + "reference": { + "elapsed_ns": 624113, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5185536, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 990913, + "runtime_create_ns": 26481, + "jit_attach_ns": 80, + "context_create_ns": 100472, + "definition_eval_ns": 25313, + "first_eval_ns": 64101, + "threshold_crossing_ns": 62159, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 624113 + } + }, + "entry_cache": { + "elapsed_ns": 639802, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4902912, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1000699, + "runtime_create_ns": 25513, + "jit_attach_ns": 41, + "context_create_ns": 102445, + "definition_eval_ns": 22496, + "first_eval_ns": 65548, + "threshold_crossing_ns": 63611, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 639802 + } + }, + "candidate": { + "elapsed_ns": 598604, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5242880, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 978531, + "runtime_create_ns": 27107, + "jit_attach_ns": 41, + "context_create_ns": 117923, + "definition_eval_ns": 29317, + "first_eval_ns": 63359, + "threshold_crossing_ns": 59960, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 598604 + } + } + }, + { + "pair_index": 24, + "reference": { + "elapsed_ns": 604457, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5005312, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 980114, + "runtime_create_ns": 29506, + "jit_attach_ns": 190, + "context_create_ns": 100441, + "definition_eval_ns": 29976, + "first_eval_ns": 62212, + "threshold_crossing_ns": 73101, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 604457 + } + }, + "entry_cache": { + "elapsed_ns": 613647, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5062656, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 973900, + "runtime_create_ns": 24754, + "jit_attach_ns": 40, + "context_create_ns": 105475, + "definition_eval_ns": 27317, + "first_eval_ns": 62368, + "threshold_crossing_ns": 59663, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 613647 + } + }, + "candidate": { + "elapsed_ns": 666153, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5165056, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1054205, + "runtime_create_ns": 27233, + "jit_attach_ns": 43, + "context_create_ns": 109112, + "definition_eval_ns": 29844, + "first_eval_ns": 67278, + "threshold_crossing_ns": 64338, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 666153 + } + } + }, + { + "pair_index": 25, + "entry_cache": { + "elapsed_ns": 648534, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4956160, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1023651, + "runtime_create_ns": 28447, + "jit_attach_ns": 41, + "context_create_ns": 103743, + "definition_eval_ns": 28695, + "first_eval_ns": 67093, + "threshold_crossing_ns": 63959, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 648534 + } + }, + "candidate": { + "elapsed_ns": 623028, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4968448, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 990593, + "runtime_create_ns": 24007, + "jit_attach_ns": 41, + "context_create_ns": 103496, + "definition_eval_ns": 24751, + "first_eval_ns": 64381, + "threshold_crossing_ns": 66787, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 623028 + } + }, + "reference": { + "elapsed_ns": 627832, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5033984, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1018929, + "runtime_create_ns": 27848, + "jit_attach_ns": 81, + "context_create_ns": 103453, + "definition_eval_ns": 26541, + "first_eval_ns": 67406, + "threshold_crossing_ns": 82182, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 627832 + } + } + }, + { + "pair_index": 26, + "entry_cache": { + "elapsed_ns": 629464, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5066752, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1025216, + "runtime_create_ns": 29459, + "jit_attach_ns": 41, + "context_create_ns": 111431, + "definition_eval_ns": 28339, + "first_eval_ns": 66807, + "threshold_crossing_ns": 71770, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 629464 + } + }, + "candidate": { + "elapsed_ns": 647582, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5021696, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1015169, + "runtime_create_ns": 26821, + "jit_attach_ns": 44, + "context_create_ns": 100329, + "definition_eval_ns": 29814, + "first_eval_ns": 64576, + "threshold_crossing_ns": 66499, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 647582 + } + }, + "reference": { + "elapsed_ns": 630272, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5206016, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1000246, + "runtime_create_ns": 27397, + "jit_attach_ns": 93, + "context_create_ns": 104049, + "definition_eval_ns": 28839, + "first_eval_ns": 65125, + "threshold_crossing_ns": 61587, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 630272 + } + } + }, + { + "pair_index": 27, + "entry_cache": { + "elapsed_ns": 639016, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4923392, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1010522, + "runtime_create_ns": 29395, + "jit_attach_ns": 42, + "context_create_ns": 103923, + "definition_eval_ns": 25913, + "first_eval_ns": 66155, + "threshold_crossing_ns": 63882, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 639016 + } + }, + "candidate": { + "elapsed_ns": 646393, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5120000, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1027815, + "runtime_create_ns": 24260, + "jit_attach_ns": 40, + "context_create_ns": 103770, + "definition_eval_ns": 23462, + "first_eval_ns": 79458, + "threshold_crossing_ns": 64973, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 646393 + } + }, + "reference": { + "elapsed_ns": 625456, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4874240, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 985517, + "runtime_create_ns": 29094, + "jit_attach_ns": 80, + "context_create_ns": 102806, + "definition_eval_ns": 26828, + "first_eval_ns": 63235, + "threshold_crossing_ns": 60201, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 625456 + } + } + }, + { + "pair_index": 28, + "entry_cache": { + "elapsed_ns": 602645, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5025792, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 958796, + "runtime_create_ns": 29135, + "jit_attach_ns": 41, + "context_create_ns": 105364, + "definition_eval_ns": 26474, + "first_eval_ns": 60558, + "threshold_crossing_ns": 58332, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 602645 + } + }, + "candidate": { + "elapsed_ns": 609662, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4972544, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 975613, + "runtime_create_ns": 22529, + "jit_attach_ns": 41, + "context_create_ns": 100833, + "definition_eval_ns": 26563, + "first_eval_ns": 65903, + "threshold_crossing_ns": 69859, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 609662 + } + }, + "reference": { + "elapsed_ns": 607669, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5115904, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 971294, + "runtime_create_ns": 27890, + "jit_attach_ns": 95, + "context_create_ns": 103440, + "definition_eval_ns": 30637, + "first_eval_ns": 61755, + "threshold_crossing_ns": 59952, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 607669 + } + } + }, + { + "pair_index": 29, + "candidate": { + "elapsed_ns": 625975, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4911104, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1009446, + "runtime_create_ns": 28535, + "jit_attach_ns": 42, + "context_create_ns": 107101, + "definition_eval_ns": 27600, + "first_eval_ns": 67444, + "threshold_crossing_ns": 64798, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 625975 + } + }, + "reference": { + "elapsed_ns": 630038, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 4853760, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 1006770, + "runtime_create_ns": 26443, + "jit_attach_ns": 108, + "context_create_ns": 109294, + "definition_eval_ns": 28973, + "first_eval_ns": 64960, + "threshold_crossing_ns": 63396, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 630038 + } + }, + "entry_cache": { + "elapsed_ns": 603613, + "checksum": "number:413e809800000000", + "native_entries": 0, + "native_acquisitions": 0, + "native_exits": 0, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 12357534117174366029, + "peak_rss_bytes": 5230592, + "code_bytes": 0, + "metadata_bytes": 0, + "active_ir_bytes": 0, + "automatic_ready": true, + "phases": { + "total_ns": 984741, + "runtime_create_ns": 30150, + "jit_attach_ns": 41, + "context_create_ns": 110572, + "definition_eval_ns": 30276, + "first_eval_ns": 67424, + "threshold_crossing_ns": 60236, + "compile_ns": 0, + "install_ns": 0, + "osr_ns": 0, + "steady_state_ns": 603613 + } + } + } + ], + "tier1": [ + { + "pair_index": 0, + "entry_cache": { + "elapsed_ns": 213739, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9850880, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6631921, + "runtime_create_ns": 25135, + "jit_attach_ns": 54357, + "context_create_ns": 121405, + "definition_eval_ns": 32420, + "first_eval_ns": 205513, + "threshold_crossing_ns": 5936463, + "compile_ns": 5710707, + "install_ns": 33297, + "osr_ns": 0, + "steady_state_ns": 213739 + } + }, + "candidate": { + "elapsed_ns": 216881, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10014720, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6993221, + "runtime_create_ns": 23401, + "jit_attach_ns": 53781, + "context_create_ns": 101077, + "definition_eval_ns": 32013, + "first_eval_ns": 203961, + "threshold_crossing_ns": 6319421, + "compile_ns": 6005933, + "install_ns": 36139, + "osr_ns": 0, + "steady_state_ns": 216881 + } + }, + "reference": { + "elapsed_ns": 214149, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9904128, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6826039, + "runtime_create_ns": 25585, + "jit_attach_ns": 58534, + "context_create_ns": 108561, + "definition_eval_ns": 41243, + "first_eval_ns": 202274, + "threshold_crossing_ns": 6128484, + "compile_ns": 5829409, + "install_ns": 34153, + "osr_ns": 0, + "steady_state_ns": 214149 + } + } + }, + { + "pair_index": 1, + "entry_cache": { + "elapsed_ns": 222134, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9830400, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6403121, + "runtime_create_ns": 25557, + "jit_attach_ns": 54539, + "context_create_ns": 106983, + "definition_eval_ns": 43108, + "first_eval_ns": 199592, + "threshold_crossing_ns": 5709188, + "compile_ns": 5482767, + "install_ns": 32595, + "osr_ns": 0, + "steady_state_ns": 222134 + } + }, + "candidate": { + "elapsed_ns": 213810, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9957376, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6648336, + "runtime_create_ns": 23930, + "jit_attach_ns": 61355, + "context_create_ns": 108621, + "definition_eval_ns": 37718, + "first_eval_ns": 205147, + "threshold_crossing_ns": 5951758, + "compile_ns": 5691523, + "install_ns": 31238, + "osr_ns": 0, + "steady_state_ns": 213810 + } + }, + "reference": { + "elapsed_ns": 217045, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9879552, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6738142, + "runtime_create_ns": 27315, + "jit_attach_ns": 52931, + "context_create_ns": 103590, + "definition_eval_ns": 43871, + "first_eval_ns": 214954, + "threshold_crossing_ns": 6036315, + "compile_ns": 5752831, + "install_ns": 30068, + "osr_ns": 0, + "steady_state_ns": 217045 + } + } + }, + { + "pair_index": 2, + "candidate": { + "elapsed_ns": 215172, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9953280, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6764458, + "runtime_create_ns": 21815, + "jit_attach_ns": 61887, + "context_create_ns": 100268, + "definition_eval_ns": 29122, + "first_eval_ns": 194236, + "threshold_crossing_ns": 6099928, + "compile_ns": 5872957, + "install_ns": 35035, + "osr_ns": 0, + "steady_state_ns": 215172 + } + }, + "reference": { + "elapsed_ns": 214277, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9904128, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6453913, + "runtime_create_ns": 26815, + "jit_attach_ns": 54967, + "context_create_ns": 103111, + "definition_eval_ns": 33982, + "first_eval_ns": 203613, + "threshold_crossing_ns": 5774242, + "compile_ns": 5549821, + "install_ns": 31005, + "osr_ns": 0, + "steady_state_ns": 214277 + } + }, + "entry_cache": { + "elapsed_ns": 213785, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9875456, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6737940, + "runtime_create_ns": 29702, + "jit_attach_ns": 56623, + "context_create_ns": 100538, + "definition_eval_ns": 38143, + "first_eval_ns": 214061, + "threshold_crossing_ns": 6043423, + "compile_ns": 5818845, + "install_ns": 34367, + "osr_ns": 0, + "steady_state_ns": 213785 + } + } + }, + { + "pair_index": 3, + "candidate": { + "elapsed_ns": 217368, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9834496, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6747946, + "runtime_create_ns": 25444, + "jit_attach_ns": 49399, + "context_create_ns": 97788, + "definition_eval_ns": 25160, + "first_eval_ns": 192851, + "threshold_crossing_ns": 6098805, + "compile_ns": 5866513, + "install_ns": 29968, + "osr_ns": 0, + "steady_state_ns": 217368 + } + }, + "reference": { + "elapsed_ns": 214215, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9879552, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6711193, + "runtime_create_ns": 26059, + "jit_attach_ns": 62037, + "context_create_ns": 97759, + "definition_eval_ns": 35444, + "first_eval_ns": 206772, + "threshold_crossing_ns": 6028884, + "compile_ns": 5780472, + "install_ns": 31691, + "osr_ns": 0, + "steady_state_ns": 214215 + } + }, + "entry_cache": { + "elapsed_ns": 215217, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9879552, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6895751, + "runtime_create_ns": 25170, + "jit_attach_ns": 56825, + "context_create_ns": 107618, + "definition_eval_ns": 46288, + "first_eval_ns": 211899, + "threshold_crossing_ns": 6187343, + "compile_ns": 5873598, + "install_ns": 29000, + "osr_ns": 0, + "steady_state_ns": 215217 + } + } + }, + { + "pair_index": 4, + "candidate": { + "elapsed_ns": 213760, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9953280, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7004736, + "runtime_create_ns": 25094, + "jit_attach_ns": 51104, + "context_create_ns": 100502, + "definition_eval_ns": 28679, + "first_eval_ns": 197555, + "threshold_crossing_ns": 6347330, + "compile_ns": 6073566, + "install_ns": 31104, + "osr_ns": 0, + "steady_state_ns": 213760 + } + }, + "reference": { + "elapsed_ns": 213651, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9728000, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6694746, + "runtime_create_ns": 24859, + "jit_attach_ns": 54205, + "context_create_ns": 99274, + "definition_eval_ns": 33498, + "first_eval_ns": 204367, + "threshold_crossing_ns": 6022821, + "compile_ns": 5743306, + "install_ns": 30012, + "osr_ns": 0, + "steady_state_ns": 213651 + } + }, + "entry_cache": { + "elapsed_ns": 214176, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9781248, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6658798, + "runtime_create_ns": 29303, + "jit_attach_ns": 58849, + "context_create_ns": 100802, + "definition_eval_ns": 38511, + "first_eval_ns": 208554, + "threshold_crossing_ns": 5960624, + "compile_ns": 5679161, + "install_ns": 37179, + "osr_ns": 0, + "steady_state_ns": 214176 + } + } + }, + { + "pair_index": 5, + "candidate": { + "elapsed_ns": 214382, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9863168, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6798586, + "runtime_create_ns": 28382, + "jit_attach_ns": 60159, + "context_create_ns": 103338, + "definition_eval_ns": 36920, + "first_eval_ns": 216825, + "threshold_crossing_ns": 6095472, + "compile_ns": 5869797, + "install_ns": 35522, + "osr_ns": 0, + "steady_state_ns": 214382 + } + }, + "reference": { + "elapsed_ns": 214717, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9916416, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6839411, + "runtime_create_ns": 28909, + "jit_attach_ns": 56652, + "context_create_ns": 106595, + "definition_eval_ns": 43797, + "first_eval_ns": 211411, + "threshold_crossing_ns": 6125854, + "compile_ns": 5822391, + "install_ns": 32653, + "osr_ns": 0, + "steady_state_ns": 214717 + } + }, + "entry_cache": { + "elapsed_ns": 216163, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10002432, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6881505, + "runtime_create_ns": 26166, + "jit_attach_ns": 63109, + "context_create_ns": 109662, + "definition_eval_ns": 43034, + "first_eval_ns": 216744, + "threshold_crossing_ns": 6159874, + "compile_ns": 5847023, + "install_ns": 33996, + "osr_ns": 0, + "steady_state_ns": 216163 + } + } + }, + { + "pair_index": 6, + "reference": { + "elapsed_ns": 214140, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9998336, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6608909, + "runtime_create_ns": 22885, + "jit_attach_ns": 51263, + "context_create_ns": 103476, + "definition_eval_ns": 52938, + "first_eval_ns": 190251, + "threshold_crossing_ns": 5930671, + "compile_ns": 5634343, + "install_ns": 35725, + "osr_ns": 0, + "steady_state_ns": 214140 + } + }, + "entry_cache": { + "elapsed_ns": 214052, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9842688, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6824746, + "runtime_create_ns": 24671, + "jit_attach_ns": 55839, + "context_create_ns": 101689, + "definition_eval_ns": 30846, + "first_eval_ns": 214169, + "threshold_crossing_ns": 6140478, + "compile_ns": 5917771, + "install_ns": 30672, + "osr_ns": 0, + "steady_state_ns": 214052 + } + }, + "candidate": { + "elapsed_ns": 214240, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9863168, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6888038, + "runtime_create_ns": 28754, + "jit_attach_ns": 57611, + "context_create_ns": 103317, + "definition_eval_ns": 38110, + "first_eval_ns": 219432, + "threshold_crossing_ns": 6179035, + "compile_ns": 5729878, + "install_ns": 32559, + "osr_ns": 0, + "steady_state_ns": 214240 + } + } + }, + { + "pair_index": 7, + "reference": { + "elapsed_ns": 214339, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9834496, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6603161, + "runtime_create_ns": 25558, + "jit_attach_ns": 51862, + "context_create_ns": 101870, + "definition_eval_ns": 28669, + "first_eval_ns": 203852, + "threshold_crossing_ns": 5932058, + "compile_ns": 5622841, + "install_ns": 32576, + "osr_ns": 0, + "steady_state_ns": 214339 + } + }, + "entry_cache": { + "elapsed_ns": 213802, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9859072, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6610993, + "runtime_create_ns": 34730, + "jit_attach_ns": 58219, + "context_create_ns": 100977, + "definition_eval_ns": 30659, + "first_eval_ns": 205382, + "threshold_crossing_ns": 5927303, + "compile_ns": 5632690, + "install_ns": 30705, + "osr_ns": 0, + "steady_state_ns": 213802 + } + }, + "candidate": { + "elapsed_ns": 214577, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9949184, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7256583, + "runtime_create_ns": 22461, + "jit_attach_ns": 55915, + "context_create_ns": 109232, + "definition_eval_ns": 39245, + "first_eval_ns": 209823, + "threshold_crossing_ns": 6560497, + "compile_ns": 6248154, + "install_ns": 34311, + "osr_ns": 0, + "steady_state_ns": 214577 + } + } + }, + { + "pair_index": 8, + "reference": { + "elapsed_ns": 215013, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9768960, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6843495, + "runtime_create_ns": 22328, + "jit_attach_ns": 50840, + "context_create_ns": 99808, + "definition_eval_ns": 27453, + "first_eval_ns": 193217, + "threshold_crossing_ns": 6193445, + "compile_ns": 5886512, + "install_ns": 31153, + "osr_ns": 0, + "steady_state_ns": 215013 + } + }, + "entry_cache": { + "elapsed_ns": 214256, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9932800, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7049353, + "runtime_create_ns": 26719, + "jit_attach_ns": 56747, + "context_create_ns": 105931, + "definition_eval_ns": 37991, + "first_eval_ns": 217162, + "threshold_crossing_ns": 6347149, + "compile_ns": 6079245, + "install_ns": 32404, + "osr_ns": 0, + "steady_state_ns": 214256 + } + }, + "candidate": { + "elapsed_ns": 213938, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9830400, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6714973, + "runtime_create_ns": 28958, + "jit_attach_ns": 57790, + "context_create_ns": 101565, + "definition_eval_ns": 35269, + "first_eval_ns": 214774, + "threshold_crossing_ns": 6019147, + "compile_ns": 5794241, + "install_ns": 30067, + "osr_ns": 0, + "steady_state_ns": 213938 + } + } + }, + { + "pair_index": 9, + "reference": { + "elapsed_ns": 214252, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9908224, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6592819, + "runtime_create_ns": 25033, + "jit_attach_ns": 60133, + "context_create_ns": 104439, + "definition_eval_ns": 40420, + "first_eval_ns": 194806, + "threshold_crossing_ns": 5907281, + "compile_ns": 5616450, + "install_ns": 33365, + "osr_ns": 0, + "steady_state_ns": 214252 + } + }, + "entry_cache": { + "elapsed_ns": 214408, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9965568, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6616961, + "runtime_create_ns": 25339, + "jit_attach_ns": 57438, + "context_create_ns": 107222, + "definition_eval_ns": 37220, + "first_eval_ns": 205481, + "threshold_crossing_ns": 5925162, + "compile_ns": 5660352, + "install_ns": 31609, + "osr_ns": 0, + "steady_state_ns": 214408 + } + }, + "candidate": { + "elapsed_ns": 213862, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9842688, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6928233, + "runtime_create_ns": 25961, + "jit_attach_ns": 57579, + "context_create_ns": 108802, + "definition_eval_ns": 43091, + "first_eval_ns": 224706, + "threshold_crossing_ns": 6206520, + "compile_ns": 5962515, + "install_ns": 29600, + "osr_ns": 0, + "steady_state_ns": 213862 + } + } + }, + { + "pair_index": 10, + "entry_cache": { + "elapsed_ns": 222390, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9932800, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6367692, + "runtime_create_ns": 24898, + "jit_attach_ns": 53130, + "context_create_ns": 120200, + "definition_eval_ns": 31547, + "first_eval_ns": 195573, + "threshold_crossing_ns": 5678914, + "compile_ns": 5459893, + "install_ns": 31679, + "osr_ns": 0, + "steady_state_ns": 222390 + } + }, + "candidate": { + "elapsed_ns": 213691, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9797632, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6680859, + "runtime_create_ns": 31677, + "jit_attach_ns": 68593, + "context_create_ns": 103855, + "definition_eval_ns": 36425, + "first_eval_ns": 215310, + "threshold_crossing_ns": 5970874, + "compile_ns": 5724852, + "install_ns": 34653, + "osr_ns": 0, + "steady_state_ns": 213691 + } + }, + "reference": { + "elapsed_ns": 221740, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9920512, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6717641, + "runtime_create_ns": 25792, + "jit_attach_ns": 57413, + "context_create_ns": 103930, + "definition_eval_ns": 36852, + "first_eval_ns": 207245, + "threshold_crossing_ns": 6018895, + "compile_ns": 5743929, + "install_ns": 29510, + "osr_ns": 0, + "steady_state_ns": 221740 + } + } + }, + { + "pair_index": 11, + "entry_cache": { + "elapsed_ns": 213913, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9801728, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6745238, + "runtime_create_ns": 26573, + "jit_attach_ns": 58677, + "context_create_ns": 98695, + "definition_eval_ns": 30256, + "first_eval_ns": 210986, + "threshold_crossing_ns": 6065942, + "compile_ns": 5845562, + "install_ns": 35218, + "osr_ns": 0, + "steady_state_ns": 213913 + } + }, + "candidate": { + "elapsed_ns": 220289, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9957376, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7018217, + "runtime_create_ns": 28314, + "jit_attach_ns": 57874, + "context_create_ns": 110298, + "definition_eval_ns": 39206, + "first_eval_ns": 219793, + "threshold_crossing_ns": 6295284, + "compile_ns": 6018324, + "install_ns": 31671, + "osr_ns": 0, + "steady_state_ns": 220289 + } + }, + "reference": { + "elapsed_ns": 214097, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9822208, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6653289, + "runtime_create_ns": 25367, + "jit_attach_ns": 74689, + "context_create_ns": 106848, + "definition_eval_ns": 41957, + "first_eval_ns": 210001, + "threshold_crossing_ns": 5936947, + "compile_ns": 5661532, + "install_ns": 30229, + "osr_ns": 0, + "steady_state_ns": 214097 + } + } + }, + { + "pair_index": 12, + "entry_cache": { + "elapsed_ns": 213779, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9932800, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6765931, + "runtime_create_ns": 22421, + "jit_attach_ns": 52023, + "context_create_ns": 110360, + "definition_eval_ns": 32188, + "first_eval_ns": 203950, + "threshold_crossing_ns": 6089635, + "compile_ns": 5870623, + "install_ns": 29945, + "osr_ns": 0, + "steady_state_ns": 213779 + } + }, + "candidate": { + "elapsed_ns": 216382, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9949184, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6699445, + "runtime_create_ns": 27574, + "jit_attach_ns": 53374, + "context_create_ns": 98441, + "definition_eval_ns": 32094, + "first_eval_ns": 207901, + "threshold_crossing_ns": 6020591, + "compile_ns": 5782746, + "install_ns": 33507, + "osr_ns": 0, + "steady_state_ns": 216382 + } + }, + "reference": { + "elapsed_ns": 214014, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9805824, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6639132, + "runtime_create_ns": 28583, + "jit_attach_ns": 51900, + "context_create_ns": 109522, + "definition_eval_ns": 40981, + "first_eval_ns": 198961, + "threshold_crossing_ns": 5953787, + "compile_ns": 5674901, + "install_ns": 31420, + "osr_ns": 0, + "steady_state_ns": 214014 + } + } + }, + { + "pair_index": 13, + "entry_cache": { + "elapsed_ns": 214252, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9879552, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6425821, + "runtime_create_ns": 31102, + "jit_attach_ns": 55551, + "context_create_ns": 112835, + "definition_eval_ns": 32951, + "first_eval_ns": 203080, + "threshold_crossing_ns": 5733181, + "compile_ns": 5497973, + "install_ns": 49878, + "osr_ns": 0, + "steady_state_ns": 214252 + } + }, + "candidate": { + "elapsed_ns": 213956, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9867264, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6633060, + "runtime_create_ns": 23420, + "jit_attach_ns": 57360, + "context_create_ns": 104873, + "definition_eval_ns": 38605, + "first_eval_ns": 208777, + "threshold_crossing_ns": 5941460, + "compile_ns": 5668025, + "install_ns": 33899, + "osr_ns": 0, + "steady_state_ns": 213956 + } + }, + "reference": { + "elapsed_ns": 213818, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9908224, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6961578, + "runtime_create_ns": 25513, + "jit_attach_ns": 58663, + "context_create_ns": 104777, + "definition_eval_ns": 39928, + "first_eval_ns": 203756, + "threshold_crossing_ns": 6269998, + "compile_ns": 5950896, + "install_ns": 31096, + "osr_ns": 0, + "steady_state_ns": 213818 + } + } + }, + { + "pair_index": 14, + "candidate": { + "elapsed_ns": 214154, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9949184, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6671344, + "runtime_create_ns": 21725, + "jit_attach_ns": 53118, + "context_create_ns": 100592, + "definition_eval_ns": 30414, + "first_eval_ns": 208108, + "threshold_crossing_ns": 6001249, + "compile_ns": 5782848, + "install_ns": 29940, + "osr_ns": 0, + "steady_state_ns": 214154 + } + }, + "reference": { + "elapsed_ns": 214008, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9949184, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6716817, + "runtime_create_ns": 25263, + "jit_attach_ns": 58040, + "context_create_ns": 102077, + "definition_eval_ns": 37659, + "first_eval_ns": 223836, + "threshold_crossing_ns": 6013633, + "compile_ns": 5761802, + "install_ns": 31823, + "osr_ns": 0, + "steady_state_ns": 214008 + } + }, + "entry_cache": { + "elapsed_ns": 222779, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9785344, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6911623, + "runtime_create_ns": 30927, + "jit_attach_ns": 57410, + "context_create_ns": 102530, + "definition_eval_ns": 41312, + "first_eval_ns": 216049, + "threshold_crossing_ns": 6198370, + "compile_ns": 5913529, + "install_ns": 30674, + "osr_ns": 0, + "steady_state_ns": 222779 + } + } + }, + { + "pair_index": 15, + "candidate": { + "elapsed_ns": 214176, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9887744, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6993577, + "runtime_create_ns": 21238, + "jit_attach_ns": 50944, + "context_create_ns": 102005, + "definition_eval_ns": 32871, + "first_eval_ns": 207114, + "threshold_crossing_ns": 6324240, + "compile_ns": 6019550, + "install_ns": 29914, + "osr_ns": 0, + "steady_state_ns": 214176 + } + }, + "reference": { + "elapsed_ns": 214969, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9945088, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6436955, + "runtime_create_ns": 23901, + "jit_attach_ns": 56967, + "context_create_ns": 104852, + "definition_eval_ns": 32307, + "first_eval_ns": 202341, + "threshold_crossing_ns": 5757683, + "compile_ns": 5527741, + "install_ns": 31656, + "osr_ns": 0, + "steady_state_ns": 214969 + } + }, + "entry_cache": { + "elapsed_ns": 213744, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9940992, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6649482, + "runtime_create_ns": 24461, + "jit_attach_ns": 54301, + "context_create_ns": 105198, + "definition_eval_ns": 40763, + "first_eval_ns": 220772, + "threshold_crossing_ns": 5946345, + "compile_ns": 5642861, + "install_ns": 38336, + "osr_ns": 0, + "steady_state_ns": 213744 + } + } + }, + { + "pair_index": 16, + "candidate": { + "elapsed_ns": 213697, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9867264, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7241587, + "runtime_create_ns": 23152, + "jit_attach_ns": 56395, + "context_create_ns": 102931, + "definition_eval_ns": 31731, + "first_eval_ns": 205965, + "threshold_crossing_ns": 6564200, + "compile_ns": 6261317, + "install_ns": 31852, + "osr_ns": 0, + "steady_state_ns": 213697 + } + }, + "reference": { + "elapsed_ns": 217011, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9871360, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6730937, + "runtime_create_ns": 24735, + "jit_attach_ns": 58203, + "context_create_ns": 101523, + "definition_eval_ns": 35093, + "first_eval_ns": 212281, + "threshold_crossing_ns": 6041488, + "compile_ns": 5791034, + "install_ns": 30571, + "osr_ns": 0, + "steady_state_ns": 217011 + } + }, + "entry_cache": { + "elapsed_ns": 213676, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9850880, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6664475, + "runtime_create_ns": 27046, + "jit_attach_ns": 58996, + "context_create_ns": 117643, + "definition_eval_ns": 37098, + "first_eval_ns": 211298, + "threshold_crossing_ns": 5956345, + "compile_ns": 5677217, + "install_ns": 34916, + "osr_ns": 0, + "steady_state_ns": 213676 + } + } + }, + { + "pair_index": 17, + "candidate": { + "elapsed_ns": 213765, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9940992, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6920843, + "runtime_create_ns": 27422, + "jit_attach_ns": 54251, + "context_create_ns": 107086, + "definition_eval_ns": 46935, + "first_eval_ns": 209562, + "threshold_crossing_ns": 6218272, + "compile_ns": 5920280, + "install_ns": 30515, + "osr_ns": 0, + "steady_state_ns": 213765 + } + }, + "reference": { + "elapsed_ns": 216876, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9940992, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6713413, + "runtime_create_ns": 25228, + "jit_attach_ns": 58171, + "context_create_ns": 102805, + "definition_eval_ns": 34385, + "first_eval_ns": 192724, + "threshold_crossing_ns": 6039155, + "compile_ns": 5740176, + "install_ns": 30468, + "osr_ns": 0, + "steady_state_ns": 216876 + } + }, + "entry_cache": { + "elapsed_ns": 214027, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9900032, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6655462, + "runtime_create_ns": 29340, + "jit_attach_ns": 71463, + "context_create_ns": 107318, + "definition_eval_ns": 39735, + "first_eval_ns": 217505, + "threshold_crossing_ns": 5932327, + "compile_ns": 5619628, + "install_ns": 33741, + "osr_ns": 0, + "steady_state_ns": 214027 + } + } + }, + { + "pair_index": 18, + "reference": { + "elapsed_ns": 214200, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9932800, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6955451, + "runtime_create_ns": 24315, + "jit_attach_ns": 50836, + "context_create_ns": 101012, + "definition_eval_ns": 30290, + "first_eval_ns": 196563, + "threshold_crossing_ns": 6295120, + "compile_ns": 6020880, + "install_ns": 30469, + "osr_ns": 0, + "steady_state_ns": 214200 + } + }, + "entry_cache": { + "elapsed_ns": 213886, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9846784, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6470075, + "runtime_create_ns": 24908, + "jit_attach_ns": 59561, + "context_create_ns": 101143, + "definition_eval_ns": 35032, + "first_eval_ns": 208751, + "threshold_crossing_ns": 5783522, + "compile_ns": 5555963, + "install_ns": 33560, + "osr_ns": 0, + "steady_state_ns": 213886 + } + }, + "candidate": { + "elapsed_ns": 214428, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9801728, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7174807, + "runtime_create_ns": 30812, + "jit_attach_ns": 62512, + "context_create_ns": 102725, + "definition_eval_ns": 41812, + "first_eval_ns": 215596, + "threshold_crossing_ns": 6463175, + "compile_ns": 6160152, + "install_ns": 34532, + "osr_ns": 0, + "steady_state_ns": 214428 + } + } + }, + { + "pair_index": 19, + "reference": { + "elapsed_ns": 214011, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9773056, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6877547, + "runtime_create_ns": 32574, + "jit_attach_ns": 52801, + "context_create_ns": 99225, + "definition_eval_ns": 29821, + "first_eval_ns": 201801, + "threshold_crossing_ns": 6208305, + "compile_ns": 5979628, + "install_ns": 31676, + "osr_ns": 0, + "steady_state_ns": 214011 + } + }, + "entry_cache": { + "elapsed_ns": 214099, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9932800, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6768743, + "runtime_create_ns": 25795, + "jit_attach_ns": 57106, + "context_create_ns": 106384, + "definition_eval_ns": 46825, + "first_eval_ns": 220279, + "threshold_crossing_ns": 6053611, + "compile_ns": 5834565, + "install_ns": 33406, + "osr_ns": 0, + "steady_state_ns": 214099 + } + }, + "candidate": { + "elapsed_ns": 216266, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9801728, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6903545, + "runtime_create_ns": 26490, + "jit_attach_ns": 57853, + "context_create_ns": 108496, + "definition_eval_ns": 39705, + "first_eval_ns": 212424, + "threshold_crossing_ns": 6196980, + "compile_ns": 5968575, + "install_ns": 29715, + "osr_ns": 0, + "steady_state_ns": 216266 + } + } + }, + { + "pair_index": 20, + "reference": { + "elapsed_ns": 214366, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9932800, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6681767, + "runtime_create_ns": 24122, + "jit_attach_ns": 54187, + "context_create_ns": 101824, + "definition_eval_ns": 30682, + "first_eval_ns": 202842, + "threshold_crossing_ns": 6012323, + "compile_ns": 5786276, + "install_ns": 33642, + "osr_ns": 0, + "steady_state_ns": 214366 + } + }, + "entry_cache": { + "elapsed_ns": 214373, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9900032, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7027308, + "runtime_create_ns": 27343, + "jit_attach_ns": 61072, + "context_create_ns": 106138, + "definition_eval_ns": 35223, + "first_eval_ns": 236099, + "threshold_crossing_ns": 6303972, + "compile_ns": 6005646, + "install_ns": 34314, + "osr_ns": 0, + "steady_state_ns": 214373 + } + }, + "candidate": { + "elapsed_ns": 213377, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9826304, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7299515, + "runtime_create_ns": 28120, + "jit_attach_ns": 60046, + "context_create_ns": 112951, + "definition_eval_ns": 42516, + "first_eval_ns": 219401, + "threshold_crossing_ns": 6573404, + "compile_ns": 6302778, + "install_ns": 32874, + "osr_ns": 0, + "steady_state_ns": 213377 + } + } + }, + { + "pair_index": 21, + "reference": { + "elapsed_ns": 214257, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9842688, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6703535, + "runtime_create_ns": 26712, + "jit_attach_ns": 58011, + "context_create_ns": 101663, + "definition_eval_ns": 34785, + "first_eval_ns": 195510, + "threshold_crossing_ns": 6029947, + "compile_ns": 5748949, + "install_ns": 32024, + "osr_ns": 0, + "steady_state_ns": 214257 + } + }, + "entry_cache": { + "elapsed_ns": 213717, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9957376, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7026878, + "runtime_create_ns": 30936, + "jit_attach_ns": 53173, + "context_create_ns": 105388, + "definition_eval_ns": 38490, + "first_eval_ns": 204782, + "threshold_crossing_ns": 6336477, + "compile_ns": 6016905, + "install_ns": 29797, + "osr_ns": 0, + "steady_state_ns": 213717 + } + }, + "candidate": { + "elapsed_ns": 216591, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9846784, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6920831, + "runtime_create_ns": 26862, + "jit_attach_ns": 55218, + "context_create_ns": 109491, + "definition_eval_ns": 40126, + "first_eval_ns": 210145, + "threshold_crossing_ns": 6214523, + "compile_ns": 5979460, + "install_ns": 30921, + "osr_ns": 0, + "steady_state_ns": 216591 + } + } + }, + { + "pair_index": 22, + "entry_cache": { + "elapsed_ns": 213913, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9932800, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6612784, + "runtime_create_ns": 25277, + "jit_attach_ns": 63338, + "context_create_ns": 102795, + "definition_eval_ns": 28061, + "first_eval_ns": 208772, + "threshold_crossing_ns": 5930624, + "compile_ns": 5669827, + "install_ns": 34396, + "osr_ns": 0, + "steady_state_ns": 213913 + } + }, + "candidate": { + "elapsed_ns": 213705, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9822208, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6909833, + "runtime_create_ns": 27767, + "jit_attach_ns": 58857, + "context_create_ns": 109922, + "definition_eval_ns": 40559, + "first_eval_ns": 214942, + "threshold_crossing_ns": 6198420, + "compile_ns": 5894632, + "install_ns": 32813, + "osr_ns": 0, + "steady_state_ns": 213705 + } + }, + "reference": { + "elapsed_ns": 214459, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9867264, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6467537, + "runtime_create_ns": 30098, + "jit_attach_ns": 57746, + "context_create_ns": 101779, + "definition_eval_ns": 44362, + "first_eval_ns": 212939, + "threshold_crossing_ns": 5763785, + "compile_ns": 5542080, + "install_ns": 33062, + "osr_ns": 0, + "steady_state_ns": 214459 + } + } + }, + { + "pair_index": 23, + "entry_cache": { + "elapsed_ns": 221283, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9822208, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6622340, + "runtime_create_ns": 25245, + "jit_attach_ns": 54865, + "context_create_ns": 101723, + "definition_eval_ns": 28279, + "first_eval_ns": 203230, + "threshold_crossing_ns": 5947425, + "compile_ns": 5677610, + "install_ns": 37382, + "osr_ns": 0, + "steady_state_ns": 221283 + } + }, + "candidate": { + "elapsed_ns": 214806, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9793536, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7325912, + "runtime_create_ns": 28634, + "jit_attach_ns": 64213, + "context_create_ns": 113626, + "definition_eval_ns": 41565, + "first_eval_ns": 219282, + "threshold_crossing_ns": 6596684, + "compile_ns": 6290999, + "install_ns": 34201, + "osr_ns": 0, + "steady_state_ns": 214806 + } + }, + "reference": { + "elapsed_ns": 214198, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9834496, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7266379, + "runtime_create_ns": 29423, + "jit_attach_ns": 60485, + "context_create_ns": 102509, + "definition_eval_ns": 50441, + "first_eval_ns": 207989, + "threshold_crossing_ns": 6558781, + "compile_ns": 6330762, + "install_ns": 32887, + "osr_ns": 0, + "steady_state_ns": 214198 + } + } + }, + { + "pair_index": 24, + "entry_cache": { + "elapsed_ns": 213976, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9854976, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6992380, + "runtime_create_ns": 25172, + "jit_attach_ns": 53450, + "context_create_ns": 99834, + "definition_eval_ns": 29975, + "first_eval_ns": 209266, + "threshold_crossing_ns": 6320550, + "compile_ns": 6034768, + "install_ns": 31127, + "osr_ns": 0, + "steady_state_ns": 213976 + } + }, + "candidate": { + "elapsed_ns": 213905, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9711616, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6968733, + "runtime_create_ns": 25899, + "jit_attach_ns": 62824, + "context_create_ns": 105155, + "definition_eval_ns": 36283, + "first_eval_ns": 219587, + "threshold_crossing_ns": 6262341, + "compile_ns": 5994372, + "install_ns": 31347, + "osr_ns": 0, + "steady_state_ns": 213905 + } + }, + "reference": { + "elapsed_ns": 214231, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9801728, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6957043, + "runtime_create_ns": 30158, + "jit_attach_ns": 54522, + "context_create_ns": 105237, + "definition_eval_ns": 45983, + "first_eval_ns": 206375, + "threshold_crossing_ns": 6258205, + "compile_ns": 5929808, + "install_ns": 34489, + "osr_ns": 0, + "steady_state_ns": 214231 + } + } + }, + { + "pair_index": 25, + "entry_cache": { + "elapsed_ns": 214029, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9871360, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6932425, + "runtime_create_ns": 34937, + "jit_attach_ns": 59897, + "context_create_ns": 106431, + "definition_eval_ns": 37610, + "first_eval_ns": 205322, + "threshold_crossing_ns": 6230438, + "compile_ns": 5975942, + "install_ns": 31992, + "osr_ns": 0, + "steady_state_ns": 214029 + } + }, + "candidate": { + "elapsed_ns": 213681, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9863168, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6798489, + "runtime_create_ns": 26236, + "jit_attach_ns": 57761, + "context_create_ns": 106995, + "definition_eval_ns": 37339, + "first_eval_ns": 222404, + "threshold_crossing_ns": 6090349, + "compile_ns": 5837895, + "install_ns": 31324, + "osr_ns": 0, + "steady_state_ns": 213681 + } + }, + "reference": { + "elapsed_ns": 214184, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9879552, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6381930, + "runtime_create_ns": 28638, + "jit_attach_ns": 57677, + "context_create_ns": 105605, + "definition_eval_ns": 44407, + "first_eval_ns": 208351, + "threshold_crossing_ns": 5679465, + "compile_ns": 5459683, + "install_ns": 35308, + "osr_ns": 0, + "steady_state_ns": 214184 + } + } + }, + { + "pair_index": 26, + "candidate": { + "elapsed_ns": 215427, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9891840, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6660625, + "runtime_create_ns": 21542, + "jit_attach_ns": 54786, + "context_create_ns": 102748, + "definition_eval_ns": 32421, + "first_eval_ns": 225940, + "threshold_crossing_ns": 5966219, + "compile_ns": 5710493, + "install_ns": 29701, + "osr_ns": 0, + "steady_state_ns": 215427 + } + }, + "reference": { + "elapsed_ns": 214204, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9785344, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6816444, + "runtime_create_ns": 26838, + "jit_attach_ns": 54963, + "context_create_ns": 101388, + "definition_eval_ns": 37506, + "first_eval_ns": 209239, + "threshold_crossing_ns": 6131482, + "compile_ns": 5829102, + "install_ns": 32954, + "osr_ns": 0, + "steady_state_ns": 214204 + } + }, + "entry_cache": { + "elapsed_ns": 213777, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9842688, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6663774, + "runtime_create_ns": 28960, + "jit_attach_ns": 58299, + "context_create_ns": 112340, + "definition_eval_ns": 43250, + "first_eval_ns": 217200, + "threshold_crossing_ns": 5934862, + "compile_ns": 5686881, + "install_ns": 32366, + "osr_ns": 0, + "steady_state_ns": 213777 + } + } + }, + { + "pair_index": 27, + "candidate": { + "elapsed_ns": 222014, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9859072, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7015885, + "runtime_create_ns": 27393, + "jit_attach_ns": 52735, + "context_create_ns": 105764, + "definition_eval_ns": 39728, + "first_eval_ns": 205022, + "threshold_crossing_ns": 6319307, + "compile_ns": 6055967, + "install_ns": 31156, + "osr_ns": 0, + "steady_state_ns": 222014 + } + }, + "reference": { + "elapsed_ns": 215156, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9842688, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6948865, + "runtime_create_ns": 24414, + "jit_attach_ns": 55399, + "context_create_ns": 113875, + "definition_eval_ns": 34705, + "first_eval_ns": 208801, + "threshold_crossing_ns": 6254933, + "compile_ns": 5961490, + "install_ns": 33973, + "osr_ns": 0, + "steady_state_ns": 215156 + } + }, + "entry_cache": { + "elapsed_ns": 214213, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9863168, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7055002, + "runtime_create_ns": 30257, + "jit_attach_ns": 60538, + "context_create_ns": 106463, + "definition_eval_ns": 38698, + "first_eval_ns": 232431, + "threshold_crossing_ns": 6328642, + "compile_ns": 6056122, + "install_ns": 35328, + "osr_ns": 0, + "steady_state_ns": 214213 + } + } + }, + { + "pair_index": 28, + "candidate": { + "elapsed_ns": 215165, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9863168, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7025834, + "runtime_create_ns": 23919, + "jit_attach_ns": 59172, + "context_create_ns": 110637, + "definition_eval_ns": 32222, + "first_eval_ns": 203303, + "threshold_crossing_ns": 6338075, + "compile_ns": 6098419, + "install_ns": 31646, + "osr_ns": 0, + "steady_state_ns": 215165 + } + }, + "reference": { + "elapsed_ns": 214185, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9854976, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6731838, + "runtime_create_ns": 25797, + "jit_attach_ns": 57196, + "context_create_ns": 100974, + "definition_eval_ns": 33837, + "first_eval_ns": 215166, + "threshold_crossing_ns": 6044322, + "compile_ns": 5750165, + "install_ns": 30542, + "osr_ns": 0, + "steady_state_ns": 214185 + } + }, + "entry_cache": { + "elapsed_ns": 214829, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9883648, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7229278, + "runtime_create_ns": 33099, + "jit_attach_ns": 60152, + "context_create_ns": 107137, + "definition_eval_ns": 41682, + "first_eval_ns": 217344, + "threshold_crossing_ns": 6513351, + "compile_ns": 6228210, + "install_ns": 34057, + "osr_ns": 0, + "steady_state_ns": 214829 + } + } + }, + { + "pair_index": 29, + "candidate": { + "elapsed_ns": 213983, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9900032, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6749614, + "runtime_create_ns": 29583, + "jit_attach_ns": 55239, + "context_create_ns": 104043, + "definition_eval_ns": 35994, + "first_eval_ns": 205341, + "threshold_crossing_ns": 6060265, + "compile_ns": 5839656, + "install_ns": 29958, + "osr_ns": 0, + "steady_state_ns": 213983 + } + }, + "reference": { + "elapsed_ns": 213783, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 10006528, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6714979, + "runtime_create_ns": 24250, + "jit_attach_ns": 54794, + "context_create_ns": 104020, + "definition_eval_ns": 35023, + "first_eval_ns": 209260, + "threshold_crossing_ns": 6028535, + "compile_ns": 5759305, + "install_ns": 37761, + "osr_ns": 0, + "steady_state_ns": 213783 + } + }, + "entry_cache": { + "elapsed_ns": 214072, + "checksum": "number:413e809800000000", + "native_entries": 12, + "native_acquisitions": 12, + "native_exits": 12, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 0, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 0, + "measured_benefit_ns": 0, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 11279985022024356426, + "peak_rss_bytes": 9805824, + "code_bytes": 14752, + "metadata_bytes": 3698, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6633544, + "runtime_create_ns": 28179, + "jit_attach_ns": 60850, + "context_create_ns": 112969, + "definition_eval_ns": 43820, + "first_eval_ns": 210515, + "threshold_crossing_ns": 5919131, + "compile_ns": 5656453, + "install_ns": 30931, + "osr_ns": 0, + "steady_state_ns": 214072 + } + } + } + ], + "tier2": [ + { + "pair_index": 0, + "candidate": { + "elapsed_ns": 27356, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233910, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9912320, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7393797, + "runtime_create_ns": 26440, + "jit_attach_ns": 62268, + "context_create_ns": 111163, + "definition_eval_ns": 56300, + "first_eval_ns": 233426, + "threshold_crossing_ns": 6843362, + "compile_ns": 6394263, + "install_ns": 43700, + "osr_ns": 0, + "steady_state_ns": 27356 + } + }, + "reference": { + "elapsed_ns": 28015, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233113, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9891840, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7130595, + "runtime_create_ns": 26750, + "jit_attach_ns": 53180, + "context_create_ns": 100230, + "definition_eval_ns": 50419, + "first_eval_ns": 224317, + "threshold_crossing_ns": 6618770, + "compile_ns": 6186256, + "install_ns": 41763, + "osr_ns": 0, + "steady_state_ns": 28015 + } + }, + "entry_cache": { + "elapsed_ns": 26600, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227541, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9949184, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7097590, + "runtime_create_ns": 27679, + "jit_attach_ns": 60440, + "context_create_ns": 109726, + "definition_eval_ns": 59936, + "first_eval_ns": 244624, + "threshold_crossing_ns": 6533777, + "compile_ns": 6163519, + "install_ns": 42955, + "osr_ns": 0, + "steady_state_ns": 26600 + } + } + }, + { + "pair_index": 1, + "candidate": { + "elapsed_ns": 27380, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 230275, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10027008, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6698817, + "runtime_create_ns": 32425, + "jit_attach_ns": 54711, + "context_create_ns": 103702, + "definition_eval_ns": 50910, + "first_eval_ns": 226408, + "threshold_crossing_ns": 6171206, + "compile_ns": 5817019, + "install_ns": 42984, + "osr_ns": 0, + "steady_state_ns": 27380 + } + }, + "reference": { + "elapsed_ns": 28500, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229763, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9920512, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6804406, + "runtime_create_ns": 27065, + "jit_attach_ns": 51513, + "context_create_ns": 100209, + "definition_eval_ns": 42527, + "first_eval_ns": 218515, + "threshold_crossing_ns": 6306504, + "compile_ns": 6015886, + "install_ns": 42953, + "osr_ns": 0, + "steady_state_ns": 28500 + } + }, + "entry_cache": { + "elapsed_ns": 26733, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229320, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6889497, + "runtime_create_ns": 26165, + "jit_attach_ns": 54828, + "context_create_ns": 109501, + "definition_eval_ns": 54400, + "first_eval_ns": 227473, + "threshold_crossing_ns": 6356177, + "compile_ns": 5997637, + "install_ns": 56397, + "osr_ns": 0, + "steady_state_ns": 26733 + } + } + }, + { + "pair_index": 2, + "candidate": { + "elapsed_ns": 27415, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233691, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7068886, + "runtime_create_ns": 22910, + "jit_attach_ns": 52620, + "context_create_ns": 101609, + "definition_eval_ns": 37518, + "first_eval_ns": 235172, + "threshold_crossing_ns": 6564137, + "compile_ns": 6131860, + "install_ns": 43583, + "osr_ns": 0, + "steady_state_ns": 27415 + } + }, + "reference": { + "elapsed_ns": 34622, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 222276, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9961472, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7225610, + "runtime_create_ns": 27475, + "jit_attach_ns": 60335, + "context_create_ns": 106240, + "definition_eval_ns": 52271, + "first_eval_ns": 240601, + "threshold_crossing_ns": 6671004, + "compile_ns": 6342679, + "install_ns": 46260, + "osr_ns": 0, + "steady_state_ns": 34622 + } + }, + "entry_cache": { + "elapsed_ns": 27104, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228416, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9912320, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7093661, + "runtime_create_ns": 27587, + "jit_attach_ns": 62653, + "context_create_ns": 111270, + "definition_eval_ns": 57473, + "first_eval_ns": 243713, + "threshold_crossing_ns": 6529146, + "compile_ns": 6136145, + "install_ns": 42739, + "osr_ns": 0, + "steady_state_ns": 27104 + } + } + }, + { + "pair_index": 3, + "reference": { + "elapsed_ns": 27357, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 230115, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9916416, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6756106, + "runtime_create_ns": 25035, + "jit_attach_ns": 53286, + "context_create_ns": 103600, + "definition_eval_ns": 45379, + "first_eval_ns": 219588, + "threshold_crossing_ns": 6254463, + "compile_ns": 5925216, + "install_ns": 46530, + "osr_ns": 0, + "steady_state_ns": 27357 + } + }, + "entry_cache": { + "elapsed_ns": 26877, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233864, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9957376, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6729197, + "runtime_create_ns": 26245, + "jit_attach_ns": 52409, + "context_create_ns": 101258, + "definition_eval_ns": 38868, + "first_eval_ns": 226838, + "threshold_crossing_ns": 6223228, + "compile_ns": 5883140, + "install_ns": 42015, + "osr_ns": 0, + "steady_state_ns": 26877 + } + }, + "candidate": { + "elapsed_ns": 27475, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227037, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9932800, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7083980, + "runtime_create_ns": 29116, + "jit_attach_ns": 55835, + "context_create_ns": 103437, + "definition_eval_ns": 48264, + "first_eval_ns": 233567, + "threshold_crossing_ns": 6555159, + "compile_ns": 6178075, + "install_ns": 42087, + "osr_ns": 0, + "steady_state_ns": 27475 + } + } + }, + { + "pair_index": 4, + "reference": { + "elapsed_ns": 27804, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 232897, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10022912, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6672380, + "runtime_create_ns": 23811, + "jit_attach_ns": 50929, + "context_create_ns": 100615, + "definition_eval_ns": 37904, + "first_eval_ns": 215310, + "threshold_crossing_ns": 6187704, + "compile_ns": 5843639, + "install_ns": 46465, + "osr_ns": 0, + "steady_state_ns": 27804 + } + }, + "entry_cache": { + "elapsed_ns": 27811, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233805, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9953280, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7067771, + "runtime_create_ns": 27505, + "jit_attach_ns": 52653, + "context_create_ns": 101996, + "definition_eval_ns": 39349, + "first_eval_ns": 227053, + "threshold_crossing_ns": 6562773, + "compile_ns": 6146872, + "install_ns": 41549, + "osr_ns": 0, + "steady_state_ns": 27811 + } + }, + "candidate": { + "elapsed_ns": 27663, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 242611, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6768829, + "runtime_create_ns": 26601, + "jit_attach_ns": 58472, + "context_create_ns": 113812, + "definition_eval_ns": 47048, + "first_eval_ns": 244043, + "threshold_crossing_ns": 6219432, + "compile_ns": 5859084, + "install_ns": 49028, + "osr_ns": 0, + "steady_state_ns": 27663 + } + } + }, + { + "pair_index": 5, + "reference": { + "elapsed_ns": 30529, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 226350, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7159530, + "runtime_create_ns": 28074, + "jit_attach_ns": 51720, + "context_create_ns": 113786, + "definition_eval_ns": 44844, + "first_eval_ns": 221944, + "threshold_crossing_ns": 6638336, + "compile_ns": 6224388, + "install_ns": 43433, + "osr_ns": 0, + "steady_state_ns": 30529 + } + }, + "entry_cache": { + "elapsed_ns": 26550, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227994, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9846784, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7048471, + "runtime_create_ns": 29225, + "jit_attach_ns": 54292, + "context_create_ns": 99360, + "definition_eval_ns": 37691, + "first_eval_ns": 223658, + "threshold_crossing_ns": 6527730, + "compile_ns": 6106118, + "install_ns": 44255, + "osr_ns": 0, + "steady_state_ns": 26550 + } + }, + "candidate": { + "elapsed_ns": 27235, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227371, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7116469, + "runtime_create_ns": 32039, + "jit_attach_ns": 54834, + "context_create_ns": 109537, + "definition_eval_ns": 56367, + "first_eval_ns": 247117, + "threshold_crossing_ns": 6557113, + "compile_ns": 6158275, + "install_ns": 46305, + "osr_ns": 0, + "steady_state_ns": 27235 + } + } + }, + { + "pair_index": 6, + "reference": { + "elapsed_ns": 28093, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228466, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9912320, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7112376, + "runtime_create_ns": 31116, + "jit_attach_ns": 52641, + "context_create_ns": 102191, + "definition_eval_ns": 36456, + "first_eval_ns": 220722, + "threshold_crossing_ns": 6613363, + "compile_ns": 6205261, + "install_ns": 41710, + "osr_ns": 0, + "steady_state_ns": 28093 + } + }, + "entry_cache": { + "elapsed_ns": 26822, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 247637, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7099909, + "runtime_create_ns": 26958, + "jit_attach_ns": 59656, + "context_create_ns": 113533, + "definition_eval_ns": 44139, + "first_eval_ns": 231114, + "threshold_crossing_ns": 6568149, + "compile_ns": 6192060, + "install_ns": 44817, + "osr_ns": 0, + "steady_state_ns": 26822 + } + }, + "candidate": { + "elapsed_ns": 31521, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228126, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9957376, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7091990, + "runtime_create_ns": 24341, + "jit_attach_ns": 56516, + "context_create_ns": 104407, + "definition_eval_ns": 47557, + "first_eval_ns": 234265, + "threshold_crossing_ns": 6556698, + "compile_ns": 6140223, + "install_ns": 41954, + "osr_ns": 0, + "steady_state_ns": 31521 + } + } + }, + { + "pair_index": 7, + "entry_cache": { + "elapsed_ns": 26825, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233816, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9912320, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7064586, + "runtime_create_ns": 24892, + "jit_attach_ns": 55987, + "context_create_ns": 105601, + "definition_eval_ns": 43783, + "first_eval_ns": 232235, + "threshold_crossing_ns": 6546562, + "compile_ns": 6166370, + "install_ns": 46102, + "osr_ns": 0, + "steady_state_ns": 26825 + } + }, + "candidate": { + "elapsed_ns": 27691, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 248393, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9895936, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6946878, + "runtime_create_ns": 28157, + "jit_attach_ns": 57216, + "context_create_ns": 103162, + "definition_eval_ns": 45229, + "first_eval_ns": 231239, + "threshold_crossing_ns": 6423450, + "compile_ns": 6018123, + "install_ns": 45724, + "osr_ns": 0, + "steady_state_ns": 27691 + } + }, + "reference": { + "elapsed_ns": 27752, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 240363, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10010624, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7143120, + "runtime_create_ns": 26832, + "jit_attach_ns": 58459, + "context_create_ns": 104458, + "definition_eval_ns": 53716, + "first_eval_ns": 228576, + "threshold_crossing_ns": 6610302, + "compile_ns": 6288201, + "install_ns": 44416, + "osr_ns": 0, + "steady_state_ns": 27752 + } + } + }, + { + "pair_index": 8, + "entry_cache": { + "elapsed_ns": 27005, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227829, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9940992, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6752275, + "runtime_create_ns": 26319, + "jit_attach_ns": 55321, + "context_create_ns": 103543, + "definition_eval_ns": 41152, + "first_eval_ns": 231789, + "threshold_crossing_ns": 6239452, + "compile_ns": 5927975, + "install_ns": 43721, + "osr_ns": 0, + "steady_state_ns": 27005 + } + }, + "candidate": { + "elapsed_ns": 27311, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 226552, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10010624, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6567646, + "runtime_create_ns": 22859, + "jit_attach_ns": 52198, + "context_create_ns": 102114, + "definition_eval_ns": 41470, + "first_eval_ns": 222132, + "threshold_crossing_ns": 6069568, + "compile_ns": 5770665, + "install_ns": 41566, + "osr_ns": 0, + "steady_state_ns": 27311 + } + }, + "reference": { + "elapsed_ns": 28131, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233254, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9846784, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7144383, + "runtime_create_ns": 28344, + "jit_attach_ns": 54071, + "context_create_ns": 101550, + "definition_eval_ns": 49920, + "first_eval_ns": 220171, + "threshold_crossing_ns": 6634095, + "compile_ns": 6233373, + "install_ns": 44220, + "osr_ns": 0, + "steady_state_ns": 28131 + } + } + }, + { + "pair_index": 9, + "entry_cache": { + "elapsed_ns": 26809, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227600, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9908224, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6709009, + "runtime_create_ns": 28348, + "jit_attach_ns": 53682, + "context_create_ns": 98302, + "definition_eval_ns": 41265, + "first_eval_ns": 223522, + "threshold_crossing_ns": 6208333, + "compile_ns": 5861121, + "install_ns": 46048, + "osr_ns": 0, + "steady_state_ns": 26809 + } + }, + "candidate": { + "elapsed_ns": 27340, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227832, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9781248, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6783504, + "runtime_create_ns": 24098, + "jit_attach_ns": 52302, + "context_create_ns": 111477, + "definition_eval_ns": 44595, + "first_eval_ns": 218988, + "threshold_crossing_ns": 6276932, + "compile_ns": 5919302, + "install_ns": 45182, + "osr_ns": 0, + "steady_state_ns": 27340 + } + }, + "reference": { + "elapsed_ns": 28106, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229577, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9797632, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7161700, + "runtime_create_ns": 26493, + "jit_attach_ns": 54818, + "context_create_ns": 104602, + "definition_eval_ns": 51603, + "first_eval_ns": 227365, + "threshold_crossing_ns": 6638171, + "compile_ns": 6246969, + "install_ns": 46031, + "osr_ns": 0, + "steady_state_ns": 28106 + } + } + }, + { + "pair_index": 10, + "entry_cache": { + "elapsed_ns": 26905, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 234047, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9990144, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6835489, + "runtime_create_ns": 22045, + "jit_attach_ns": 55711, + "context_create_ns": 101157, + "definition_eval_ns": 40584, + "first_eval_ns": 221006, + "threshold_crossing_ns": 6337403, + "compile_ns": 5977776, + "install_ns": 43328, + "osr_ns": 0, + "steady_state_ns": 26905 + } + }, + "candidate": { + "elapsed_ns": 27230, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229328, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10010624, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7344019, + "runtime_create_ns": 26500, + "jit_attach_ns": 55684, + "context_create_ns": 102721, + "definition_eval_ns": 47532, + "first_eval_ns": 248202, + "threshold_crossing_ns": 6807058, + "compile_ns": 6380314, + "install_ns": 45864, + "osr_ns": 0, + "steady_state_ns": 27230 + } + }, + "reference": { + "elapsed_ns": 28045, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 247209, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9940992, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7016349, + "runtime_create_ns": 28633, + "jit_attach_ns": 57103, + "context_create_ns": 113649, + "definition_eval_ns": 51368, + "first_eval_ns": 224589, + "threshold_crossing_ns": 6482680, + "compile_ns": 6102685, + "install_ns": 42903, + "osr_ns": 0, + "steady_state_ns": 28045 + } + } + }, + { + "pair_index": 11, + "candidate": { + "elapsed_ns": 31902, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 250666, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9936896, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6949627, + "runtime_create_ns": 25778, + "jit_attach_ns": 55116, + "context_create_ns": 106741, + "definition_eval_ns": 48431, + "first_eval_ns": 229381, + "threshold_crossing_ns": 6422016, + "compile_ns": 6018299, + "install_ns": 43466, + "osr_ns": 0, + "steady_state_ns": 31902 + } + }, + "reference": { + "elapsed_ns": 28331, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 232805, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9900032, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6625159, + "runtime_create_ns": 25283, + "jit_attach_ns": 50752, + "context_create_ns": 99158, + "definition_eval_ns": 38381, + "first_eval_ns": 218556, + "threshold_crossing_ns": 6136973, + "compile_ns": 5844028, + "install_ns": 42390, + "osr_ns": 0, + "steady_state_ns": 28331 + } + }, + "entry_cache": { + "elapsed_ns": 26700, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 234547, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9961472, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7106798, + "runtime_create_ns": 27594, + "jit_attach_ns": 58944, + "context_create_ns": 108396, + "definition_eval_ns": 51971, + "first_eval_ns": 236175, + "threshold_crossing_ns": 6566037, + "compile_ns": 6118210, + "install_ns": 45182, + "osr_ns": 0, + "steady_state_ns": 26700 + } + } + }, + { + "pair_index": 12, + "candidate": { + "elapsed_ns": 27277, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 226963, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9965568, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8699517, + "runtime_create_ns": 27040, + "jit_attach_ns": 51778, + "context_create_ns": 102254, + "definition_eval_ns": 43655, + "first_eval_ns": 226633, + "threshold_crossing_ns": 8190168, + "compile_ns": 5999708, + "install_ns": 46150, + "osr_ns": 0, + "steady_state_ns": 27277 + } + }, + "reference": { + "elapsed_ns": 28009, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228999, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9936896, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7393628, + "runtime_create_ns": 27505, + "jit_attach_ns": 52439, + "context_create_ns": 109413, + "definition_eval_ns": 44636, + "first_eval_ns": 221388, + "threshold_crossing_ns": 6881417, + "compile_ns": 6039645, + "install_ns": 44200, + "osr_ns": 0, + "steady_state_ns": 28009 + } + }, + "entry_cache": { + "elapsed_ns": 36825, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 220918, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6929549, + "runtime_create_ns": 27490, + "jit_attach_ns": 55248, + "context_create_ns": 112209, + "definition_eval_ns": 52196, + "first_eval_ns": 236986, + "threshold_crossing_ns": 6375526, + "compile_ns": 5992293, + "install_ns": 44458, + "osr_ns": 0, + "steady_state_ns": 36825 + } + } + }, + { + "pair_index": 13, + "candidate": { + "elapsed_ns": 27037, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 232814, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9932800, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7098947, + "runtime_create_ns": 27046, + "jit_attach_ns": 58482, + "context_create_ns": 106962, + "definition_eval_ns": 49864, + "first_eval_ns": 233870, + "threshold_crossing_ns": 6563706, + "compile_ns": 6206544, + "install_ns": 44018, + "osr_ns": 0, + "steady_state_ns": 27037 + } + }, + "reference": { + "elapsed_ns": 32627, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 257318, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9863168, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7001811, + "runtime_create_ns": 28887, + "jit_attach_ns": 53021, + "context_create_ns": 98714, + "definition_eval_ns": 48336, + "first_eval_ns": 218733, + "threshold_crossing_ns": 6493559, + "compile_ns": 6109513, + "install_ns": 47747, + "osr_ns": 0, + "steady_state_ns": 32627 + } + }, + "entry_cache": { + "elapsed_ns": 27268, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233548, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7069115, + "runtime_create_ns": 38123, + "jit_attach_ns": 59239, + "context_create_ns": 112227, + "definition_eval_ns": 54267, + "first_eval_ns": 231533, + "threshold_crossing_ns": 6514737, + "compile_ns": 6130647, + "install_ns": 48967, + "osr_ns": 0, + "steady_state_ns": 27268 + } + } + }, + { + "pair_index": 14, + "candidate": { + "elapsed_ns": 27425, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 232394, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7055835, + "runtime_create_ns": 24641, + "jit_attach_ns": 51313, + "context_create_ns": 101701, + "definition_eval_ns": 36394, + "first_eval_ns": 219506, + "threshold_crossing_ns": 6566664, + "compile_ns": 6121615, + "install_ns": 41320, + "osr_ns": 0, + "steady_state_ns": 27425 + } + }, + "reference": { + "elapsed_ns": 41189, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 215321, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10010624, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6830988, + "runtime_create_ns": 26490, + "jit_attach_ns": 54416, + "context_create_ns": 100056, + "definition_eval_ns": 48200, + "first_eval_ns": 228206, + "threshold_crossing_ns": 6302611, + "compile_ns": 5970821, + "install_ns": 46718, + "osr_ns": 0, + "steady_state_ns": 41189 + } + }, + "entry_cache": { + "elapsed_ns": 27015, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 234476, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6848123, + "runtime_create_ns": 34295, + "jit_attach_ns": 58918, + "context_create_ns": 107235, + "definition_eval_ns": 52482, + "first_eval_ns": 232623, + "threshold_crossing_ns": 6304748, + "compile_ns": 5954116, + "install_ns": 43110, + "osr_ns": 0, + "steady_state_ns": 27015 + } + } + }, + { + "pair_index": 15, + "reference": { + "elapsed_ns": 28057, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 232440, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9973760, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6822568, + "runtime_create_ns": 23433, + "jit_attach_ns": 53821, + "context_create_ns": 101692, + "definition_eval_ns": 38480, + "first_eval_ns": 224795, + "threshold_crossing_ns": 6323004, + "compile_ns": 6038089, + "install_ns": 41448, + "osr_ns": 0, + "steady_state_ns": 28057 + } + }, + "entry_cache": { + "elapsed_ns": 26667, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228141, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7139234, + "runtime_create_ns": 25241, + "jit_attach_ns": 53641, + "context_create_ns": 110613, + "definition_eval_ns": 46457, + "first_eval_ns": 222257, + "threshold_crossing_ns": 6624283, + "compile_ns": 6270776, + "install_ns": 43799, + "osr_ns": 0, + "steady_state_ns": 26667 + } + }, + "candidate": { + "elapsed_ns": 27004, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228385, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9977856, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6773682, + "runtime_create_ns": 32625, + "jit_attach_ns": 57903, + "context_create_ns": 116740, + "definition_eval_ns": 55993, + "first_eval_ns": 232013, + "threshold_crossing_ns": 6218362, + "compile_ns": 5856212, + "install_ns": 49024, + "osr_ns": 0, + "steady_state_ns": 27004 + } + } + }, + { + "pair_index": 16, + "reference": { + "elapsed_ns": 27513, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 255295, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10006528, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6850534, + "runtime_create_ns": 25933, + "jit_attach_ns": 48984, + "context_create_ns": 99724, + "definition_eval_ns": 37162, + "first_eval_ns": 217575, + "threshold_crossing_ns": 6366698, + "compile_ns": 6058846, + "install_ns": 42121, + "osr_ns": 0, + "steady_state_ns": 27513 + } + }, + "entry_cache": { + "elapsed_ns": 28265, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233702, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9912320, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6728258, + "runtime_create_ns": 26801, + "jit_attach_ns": 63085, + "context_create_ns": 102899, + "definition_eval_ns": 40187, + "first_eval_ns": 223960, + "threshold_crossing_ns": 6214761, + "compile_ns": 5870545, + "install_ns": 39867, + "osr_ns": 0, + "steady_state_ns": 28265 + } + }, + "candidate": { + "elapsed_ns": 27796, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 232348, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9981952, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7087867, + "runtime_create_ns": 22956, + "jit_attach_ns": 56423, + "context_create_ns": 105159, + "definition_eval_ns": 50762, + "first_eval_ns": 226427, + "threshold_crossing_ns": 6562655, + "compile_ns": 6121721, + "install_ns": 43600, + "osr_ns": 0, + "steady_state_ns": 27796 + } + } + }, + { + "pair_index": 17, + "reference": { + "elapsed_ns": 27595, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229734, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10022912, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6363612, + "runtime_create_ns": 25590, + "jit_attach_ns": 51374, + "context_create_ns": 101206, + "definition_eval_ns": 46643, + "first_eval_ns": 233603, + "threshold_crossing_ns": 5847860, + "compile_ns": 5416205, + "install_ns": 42128, + "osr_ns": 0, + "steady_state_ns": 27595 + } + }, + "entry_cache": { + "elapsed_ns": 26790, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 237311, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9871360, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6749223, + "runtime_create_ns": 25434, + "jit_attach_ns": 54062, + "context_create_ns": 104050, + "definition_eval_ns": 41227, + "first_eval_ns": 228664, + "threshold_crossing_ns": 6242456, + "compile_ns": 5892733, + "install_ns": 44393, + "osr_ns": 0, + "steady_state_ns": 26790 + } + }, + "candidate": { + "elapsed_ns": 27839, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 231690, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10014720, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7103169, + "runtime_create_ns": 28702, + "jit_attach_ns": 55080, + "context_create_ns": 105603, + "definition_eval_ns": 50426, + "first_eval_ns": 226917, + "threshold_crossing_ns": 6576370, + "compile_ns": 6164114, + "install_ns": 48312, + "osr_ns": 0, + "steady_state_ns": 27839 + } + } + }, + { + "pair_index": 18, + "reference": { + "elapsed_ns": 27561, + "checksum": "number:413e809800000000", + "native_entries": 17, + "native_exits": 17, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 232709, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10022912, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6971625, + "runtime_create_ns": 27546, + "jit_attach_ns": 52106, + "context_create_ns": 105613, + "definition_eval_ns": 48810, + "first_eval_ns": 224693, + "threshold_crossing_ns": 6454601, + "compile_ns": 6082466, + "install_ns": 42741, + "osr_ns": 0, + "steady_state_ns": 27561 + } + }, + "entry_cache": { + "elapsed_ns": 26778, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228742, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9965568, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6899136, + "runtime_create_ns": 25776, + "jit_attach_ns": 57489, + "context_create_ns": 109529, + "definition_eval_ns": 52332, + "first_eval_ns": 233269, + "threshold_crossing_ns": 6363037, + "compile_ns": 5978303, + "install_ns": 65748, + "osr_ns": 0, + "steady_state_ns": 26778 + } + }, + "candidate": { + "elapsed_ns": 27100, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228331, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9961472, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7111141, + "runtime_create_ns": 26279, + "jit_attach_ns": 56790, + "context_create_ns": 117259, + "definition_eval_ns": 55795, + "first_eval_ns": 236521, + "threshold_crossing_ns": 6559046, + "compile_ns": 6158444, + "install_ns": 45051, + "osr_ns": 0, + "steady_state_ns": 27100 + } + } + }, + { + "pair_index": 19, + "entry_cache": { + "elapsed_ns": 26737, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229389, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9850880, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7060295, + "runtime_create_ns": 26041, + "jit_attach_ns": 52236, + "context_create_ns": 114321, + "definition_eval_ns": 46917, + "first_eval_ns": 227428, + "threshold_crossing_ns": 6538112, + "compile_ns": 6110076, + "install_ns": 41999, + "osr_ns": 0, + "steady_state_ns": 26737 + } + }, + "candidate": { + "elapsed_ns": 27483, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227701, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10006528, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7069052, + "runtime_create_ns": 25856, + "jit_attach_ns": 51738, + "context_create_ns": 107062, + "definition_eval_ns": 41468, + "first_eval_ns": 230983, + "threshold_crossing_ns": 6554196, + "compile_ns": 6122059, + "install_ns": 42664, + "osr_ns": 0, + "steady_state_ns": 27483 + } + }, + "reference": { + "elapsed_ns": 28321, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229740, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7224513, + "runtime_create_ns": 26620, + "jit_attach_ns": 54906, + "context_create_ns": 102283, + "definition_eval_ns": 49615, + "first_eval_ns": 229678, + "threshold_crossing_ns": 6704072, + "compile_ns": 6318461, + "install_ns": 42089, + "osr_ns": 0, + "steady_state_ns": 28321 + } + } + }, + { + "pair_index": 20, + "entry_cache": { + "elapsed_ns": 26761, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233687, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9953280, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7077064, + "runtime_create_ns": 30243, + "jit_attach_ns": 57858, + "context_create_ns": 104603, + "definition_eval_ns": 56059, + "first_eval_ns": 228646, + "threshold_crossing_ns": 6540441, + "compile_ns": 6120060, + "install_ns": 43989, + "osr_ns": 0, + "steady_state_ns": 26761 + } + }, + "candidate": { + "elapsed_ns": 32207, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 226310, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10084352, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7093365, + "runtime_create_ns": 23888, + "jit_attach_ns": 53202, + "context_create_ns": 101755, + "definition_eval_ns": 46417, + "first_eval_ns": 231155, + "threshold_crossing_ns": 6570385, + "compile_ns": 6156822, + "install_ns": 43397, + "osr_ns": 0, + "steady_state_ns": 32207 + } + }, + "reference": { + "elapsed_ns": 28139, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 234203, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9850880, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7183117, + "runtime_create_ns": 29254, + "jit_attach_ns": 57113, + "context_create_ns": 103395, + "definition_eval_ns": 55432, + "first_eval_ns": 241869, + "threshold_crossing_ns": 6636298, + "compile_ns": 6274382, + "install_ns": 50683, + "osr_ns": 0, + "steady_state_ns": 28139 + } + } + }, + { + "pair_index": 21, + "entry_cache": { + "elapsed_ns": 27147, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233789, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9957376, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7050563, + "runtime_create_ns": 30440, + "jit_attach_ns": 54908, + "context_create_ns": 102047, + "definition_eval_ns": 40307, + "first_eval_ns": 224581, + "threshold_crossing_ns": 6536625, + "compile_ns": 6167424, + "install_ns": 45157, + "osr_ns": 0, + "steady_state_ns": 27147 + } + }, + "candidate": { + "elapsed_ns": 27351, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227154, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7089256, + "runtime_create_ns": 26318, + "jit_attach_ns": 53260, + "context_create_ns": 113952, + "definition_eval_ns": 51192, + "first_eval_ns": 221814, + "threshold_crossing_ns": 6564157, + "compile_ns": 6163678, + "install_ns": 44308, + "osr_ns": 0, + "steady_state_ns": 27351 + } + }, + "reference": { + "elapsed_ns": 27968, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233425, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9904128, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7201833, + "runtime_create_ns": 30215, + "jit_attach_ns": 54474, + "context_create_ns": 106464, + "definition_eval_ns": 62851, + "first_eval_ns": 226036, + "threshold_crossing_ns": 6662839, + "compile_ns": 6320220, + "install_ns": 51750, + "osr_ns": 0, + "steady_state_ns": 27968 + } + } + }, + { + "pair_index": 22, + "entry_cache": { + "elapsed_ns": 27237, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229299, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7081345, + "runtime_create_ns": 23719, + "jit_attach_ns": 55000, + "context_create_ns": 104407, + "definition_eval_ns": 49906, + "first_eval_ns": 230161, + "threshold_crossing_ns": 6560088, + "compile_ns": 6121183, + "install_ns": 50846, + "osr_ns": 0, + "steady_state_ns": 27237 + } + }, + "candidate": { + "elapsed_ns": 27099, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227442, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9809920, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6913496, + "runtime_create_ns": 25739, + "jit_attach_ns": 56801, + "context_create_ns": 108777, + "definition_eval_ns": 52301, + "first_eval_ns": 229488, + "threshold_crossing_ns": 6383543, + "compile_ns": 6022578, + "install_ns": 43215, + "osr_ns": 0, + "steady_state_ns": 27099 + } + }, + "reference": { + "elapsed_ns": 28016, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233174, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9981952, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7177851, + "runtime_create_ns": 24792, + "jit_attach_ns": 58825, + "context_create_ns": 104180, + "definition_eval_ns": 51577, + "first_eval_ns": 227870, + "threshold_crossing_ns": 6651101, + "compile_ns": 6237699, + "install_ns": 54920, + "osr_ns": 0, + "steady_state_ns": 28016 + } + } + }, + { + "pair_index": 23, + "candidate": { + "elapsed_ns": 27305, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227035, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9957376, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7108105, + "runtime_create_ns": 29913, + "jit_attach_ns": 57130, + "context_create_ns": 110088, + "definition_eval_ns": 58618, + "first_eval_ns": 239075, + "threshold_crossing_ns": 6554303, + "compile_ns": 6167224, + "install_ns": 42092, + "osr_ns": 0, + "steady_state_ns": 27305 + } + }, + "reference": { + "elapsed_ns": 27386, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 230122, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9990144, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7147107, + "runtime_create_ns": 24574, + "jit_attach_ns": 56023, + "context_create_ns": 103987, + "definition_eval_ns": 48076, + "first_eval_ns": 232815, + "threshold_crossing_ns": 6623316, + "compile_ns": 6186768, + "install_ns": 47514, + "osr_ns": 0, + "steady_state_ns": 27386 + } + }, + "entry_cache": { + "elapsed_ns": 27013, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 230533, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9871360, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7364695, + "runtime_create_ns": 34608, + "jit_attach_ns": 61788, + "context_create_ns": 108501, + "definition_eval_ns": 54577, + "first_eval_ns": 249990, + "threshold_crossing_ns": 6795577, + "compile_ns": 6356938, + "install_ns": 45272, + "osr_ns": 0, + "steady_state_ns": 27013 + } + } + }, + { + "pair_index": 24, + "candidate": { + "elapsed_ns": 27137, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233062, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10039296, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6833376, + "runtime_create_ns": 24812, + "jit_attach_ns": 62388, + "context_create_ns": 107526, + "definition_eval_ns": 53174, + "first_eval_ns": 228932, + "threshold_crossing_ns": 6291328, + "compile_ns": 5917061, + "install_ns": 51000, + "osr_ns": 0, + "steady_state_ns": 27137 + } + }, + "reference": { + "elapsed_ns": 36955, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 223587, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10027008, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7484623, + "runtime_create_ns": 30228, + "jit_attach_ns": 61815, + "context_create_ns": 106535, + "definition_eval_ns": 51864, + "first_eval_ns": 238776, + "threshold_crossing_ns": 6926575, + "compile_ns": 6511871, + "install_ns": 55372, + "osr_ns": 0, + "steady_state_ns": 36955 + } + }, + "entry_cache": { + "elapsed_ns": 26656, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 230974, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9854976, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7207321, + "runtime_create_ns": 34164, + "jit_attach_ns": 64334, + "context_create_ns": 112838, + "definition_eval_ns": 59755, + "first_eval_ns": 236522, + "threshold_crossing_ns": 6638705, + "compile_ns": 6223856, + "install_ns": 48119, + "osr_ns": 0, + "steady_state_ns": 26656 + } + } + }, + { + "pair_index": 25, + "candidate": { + "elapsed_ns": 27163, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 231589, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10088448, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6612298, + "runtime_create_ns": 24405, + "jit_attach_ns": 54465, + "context_create_ns": 104126, + "definition_eval_ns": 45111, + "first_eval_ns": 228514, + "threshold_crossing_ns": 6095283, + "compile_ns": 5799134, + "install_ns": 43539, + "osr_ns": 0, + "steady_state_ns": 27163 + } + }, + "reference": { + "elapsed_ns": 27917, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233008, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6796026, + "runtime_create_ns": 28304, + "jit_attach_ns": 62360, + "context_create_ns": 101899, + "definition_eval_ns": 50753, + "first_eval_ns": 220305, + "threshold_crossing_ns": 6276407, + "compile_ns": 5934285, + "install_ns": 42963, + "osr_ns": 0, + "steady_state_ns": 27917 + } + }, + "entry_cache": { + "elapsed_ns": 26780, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227924, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7077025, + "runtime_create_ns": 27325, + "jit_attach_ns": 57343, + "context_create_ns": 110208, + "definition_eval_ns": 55614, + "first_eval_ns": 251591, + "threshold_crossing_ns": 6516582, + "compile_ns": 6112496, + "install_ns": 43700, + "osr_ns": 0, + "steady_state_ns": 26780 + } + } + }, + { + "pair_index": 26, + "candidate": { + "elapsed_ns": 27291, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 255863, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9920512, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7064666, + "runtime_create_ns": 24346, + "jit_attach_ns": 54252, + "context_create_ns": 105285, + "definition_eval_ns": 42026, + "first_eval_ns": 228583, + "threshold_crossing_ns": 6552504, + "compile_ns": 6198417, + "install_ns": 44058, + "osr_ns": 0, + "steady_state_ns": 27291 + } + }, + "reference": { + "elapsed_ns": 28109, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233623, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9846784, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6838201, + "runtime_create_ns": 26613, + "jit_attach_ns": 54193, + "context_create_ns": 100886, + "definition_eval_ns": 45811, + "first_eval_ns": 230718, + "threshold_crossing_ns": 6322739, + "compile_ns": 5971329, + "install_ns": 45002, + "osr_ns": 0, + "steady_state_ns": 28109 + } + }, + "entry_cache": { + "elapsed_ns": 27041, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228090, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9957376, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7087394, + "runtime_create_ns": 26727, + "jit_attach_ns": 55726, + "context_create_ns": 109008, + "definition_eval_ns": 53674, + "first_eval_ns": 243266, + "threshold_crossing_ns": 6540382, + "compile_ns": 6131971, + "install_ns": 42620, + "osr_ns": 0, + "steady_state_ns": 27041 + } + } + }, + { + "pair_index": 27, + "reference": { + "elapsed_ns": 27852, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229369, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9838592, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7020640, + "runtime_create_ns": 24942, + "jit_attach_ns": 53612, + "context_create_ns": 105118, + "definition_eval_ns": 48178, + "first_eval_ns": 240335, + "threshold_crossing_ns": 6490032, + "compile_ns": 6083181, + "install_ns": 53731, + "osr_ns": 0, + "steady_state_ns": 27852 + } + }, + "entry_cache": { + "elapsed_ns": 27028, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 232160, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9998336, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7038066, + "runtime_create_ns": 27412, + "jit_attach_ns": 54598, + "context_create_ns": 100237, + "definition_eval_ns": 42387, + "first_eval_ns": 221898, + "threshold_crossing_ns": 6535199, + "compile_ns": 6103570, + "install_ns": 41594, + "osr_ns": 0, + "steady_state_ns": 27028 + } + }, + "candidate": { + "elapsed_ns": 27509, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 242028, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9957376, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7094642, + "runtime_create_ns": 29820, + "jit_attach_ns": 57972, + "context_create_ns": 105101, + "definition_eval_ns": 51078, + "first_eval_ns": 239024, + "threshold_crossing_ns": 6551355, + "compile_ns": 6213567, + "install_ns": 43383, + "osr_ns": 0, + "steady_state_ns": 27509 + } + } + }, + { + "pair_index": 28, + "reference": { + "elapsed_ns": 27266, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 251192, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9834496, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6820482, + "runtime_create_ns": 33810, + "jit_attach_ns": 56248, + "context_create_ns": 102512, + "definition_eval_ns": 53198, + "first_eval_ns": 226381, + "threshold_crossing_ns": 6290839, + "compile_ns": 5949797, + "install_ns": 46832, + "osr_ns": 0, + "steady_state_ns": 27266 + } + }, + "entry_cache": { + "elapsed_ns": 45568, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 219564, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6858099, + "runtime_create_ns": 27610, + "jit_attach_ns": 55703, + "context_create_ns": 108492, + "definition_eval_ns": 46844, + "first_eval_ns": 229421, + "threshold_crossing_ns": 6314130, + "compile_ns": 5988876, + "install_ns": 42303, + "osr_ns": 0, + "steady_state_ns": 45568 + } + }, + "candidate": { + "elapsed_ns": 27056, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233124, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9879552, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6752574, + "runtime_create_ns": 29179, + "jit_attach_ns": 59024, + "context_create_ns": 118064, + "definition_eval_ns": 52830, + "first_eval_ns": 230958, + "threshold_crossing_ns": 6202171, + "compile_ns": 5840846, + "install_ns": 43669, + "osr_ns": 0, + "steady_state_ns": 27056 + } + } + }, + { + "pair_index": 29, + "reference": { + "elapsed_ns": 33118, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228836, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9957376, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6877687, + "runtime_create_ns": 26009, + "jit_attach_ns": 53428, + "context_create_ns": 103041, + "definition_eval_ns": 42570, + "first_eval_ns": 244553, + "threshold_crossing_ns": 6345793, + "compile_ns": 6005968, + "install_ns": 43810, + "osr_ns": 0, + "steady_state_ns": 33118 + } + }, + "entry_cache": { + "elapsed_ns": 26848, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 231215, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9863168, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7024648, + "runtime_create_ns": 27713, + "jit_attach_ns": 52729, + "context_create_ns": 97578, + "definition_eval_ns": 37169, + "first_eval_ns": 218945, + "threshold_crossing_ns": 6535581, + "compile_ns": 6131840, + "install_ns": 43678, + "osr_ns": 0, + "steady_state_ns": 26848 + } + }, + "candidate": { + "elapsed_ns": 44929, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 263969, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7128950, + "runtime_create_ns": 29736, + "jit_attach_ns": 56983, + "context_create_ns": 113285, + "definition_eval_ns": 53905, + "first_eval_ns": 226855, + "threshold_crossing_ns": 6568765, + "compile_ns": 6216817, + "install_ns": 45872, + "osr_ns": 0, + "steady_state_ns": 44929 + } + } + } + ], + "automatic": [ + { + "pair_index": 0, + "reference": { + "elapsed_ns": 28034, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283055, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9908224, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8158556, + "runtime_create_ns": 26993, + "jit_attach_ns": 50342, + "context_create_ns": 100053, + "definition_eval_ns": 35892, + "first_eval_ns": 196141, + "threshold_crossing_ns": 7699620, + "compile_ns": 6279274, + "install_ns": 46158, + "osr_ns": 0, + "steady_state_ns": 28034 + } + }, + "entry_cache": { + "elapsed_ns": 26397, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284973, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8398734, + "runtime_create_ns": 27295, + "jit_attach_ns": 52068, + "context_create_ns": 102968, + "definition_eval_ns": 29919, + "first_eval_ns": 192758, + "threshold_crossing_ns": 7946070, + "compile_ns": 6526342, + "install_ns": 43790, + "osr_ns": 0, + "steady_state_ns": 26397 + } + }, + "candidate": { + "elapsed_ns": 27062, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280997, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9863168, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8259737, + "runtime_create_ns": 28590, + "jit_attach_ns": 56398, + "context_create_ns": 109077, + "definition_eval_ns": 40605, + "first_eval_ns": 222980, + "threshold_crossing_ns": 7752446, + "compile_ns": 6311269, + "install_ns": 47739, + "osr_ns": 0, + "steady_state_ns": 27062 + } + } + }, + { + "pair_index": 1, + "reference": { + "elapsed_ns": 27145, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282003, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9895936, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7986369, + "runtime_create_ns": 23048, + "jit_attach_ns": 50485, + "context_create_ns": 112200, + "definition_eval_ns": 31521, + "first_eval_ns": 192288, + "threshold_crossing_ns": 7528051, + "compile_ns": 6135291, + "install_ns": 42674, + "osr_ns": 0, + "steady_state_ns": 27145 + } + }, + "entry_cache": { + "elapsed_ns": 26956, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281280, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9945088, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8023882, + "runtime_create_ns": 27218, + "jit_attach_ns": 55327, + "context_create_ns": 101891, + "definition_eval_ns": 37106, + "first_eval_ns": 191857, + "threshold_crossing_ns": 7562116, + "compile_ns": 6195319, + "install_ns": 43773, + "osr_ns": 0, + "steady_state_ns": 26956 + } + }, + "candidate": { + "elapsed_ns": 27247, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280219, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8702294, + "runtime_create_ns": 29626, + "jit_attach_ns": 54511, + "context_create_ns": 108500, + "definition_eval_ns": 39677, + "first_eval_ns": 204766, + "threshold_crossing_ns": 8211852, + "compile_ns": 6793556, + "install_ns": 46109, + "osr_ns": 0, + "steady_state_ns": 27247 + } + } + }, + { + "pair_index": 2, + "reference": { + "elapsed_ns": 28017, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282207, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9875456, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8321185, + "runtime_create_ns": 25734, + "jit_attach_ns": 50781, + "context_create_ns": 99290, + "definition_eval_ns": 32149, + "first_eval_ns": 190974, + "threshold_crossing_ns": 7873119, + "compile_ns": 6454089, + "install_ns": 50980, + "osr_ns": 0, + "steady_state_ns": 28017 + } + }, + "entry_cache": { + "elapsed_ns": 31625, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 290165, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9936896, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8336691, + "runtime_create_ns": 31568, + "jit_attach_ns": 53782, + "context_create_ns": 110482, + "definition_eval_ns": 38478, + "first_eval_ns": 203694, + "threshold_crossing_ns": 7842613, + "compile_ns": 6362926, + "install_ns": 45974, + "osr_ns": 0, + "steady_state_ns": 31625 + } + }, + "candidate": { + "elapsed_ns": 27525, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280986, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9846784, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8548851, + "runtime_create_ns": 29226, + "jit_attach_ns": 59388, + "context_create_ns": 117904, + "definition_eval_ns": 44339, + "first_eval_ns": 209876, + "threshold_crossing_ns": 8033818, + "compile_ns": 6663335, + "install_ns": 44632, + "osr_ns": 0, + "steady_state_ns": 27525 + } + } + }, + { + "pair_index": 3, + "reference": { + "elapsed_ns": 27520, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283695, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9891840, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 9032480, + "runtime_create_ns": 25876, + "jit_attach_ns": 56636, + "context_create_ns": 106547, + "definition_eval_ns": 38056, + "first_eval_ns": 206289, + "threshold_crossing_ns": 8546946, + "compile_ns": 7135673, + "install_ns": 48711, + "osr_ns": 0, + "steady_state_ns": 27520 + } + }, + "entry_cache": { + "elapsed_ns": 27007, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 291794, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9838592, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8385342, + "runtime_create_ns": 26234, + "jit_attach_ns": 52417, + "context_create_ns": 108920, + "definition_eval_ns": 34915, + "first_eval_ns": 199839, + "threshold_crossing_ns": 7913373, + "compile_ns": 6481357, + "install_ns": 51043, + "osr_ns": 0, + "steady_state_ns": 27007 + } + }, + "candidate": { + "elapsed_ns": 27945, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283771, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10035200, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8445314, + "runtime_create_ns": 24551, + "jit_attach_ns": 62015, + "context_create_ns": 111687, + "definition_eval_ns": 42630, + "first_eval_ns": 214290, + "threshold_crossing_ns": 7935208, + "compile_ns": 6497588, + "install_ns": 44405, + "osr_ns": 0, + "steady_state_ns": 27945 + } + } + }, + { + "pair_index": 4, + "entry_cache": { + "elapsed_ns": 27003, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283759, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8280521, + "runtime_create_ns": 25660, + "jit_attach_ns": 52833, + "context_create_ns": 101922, + "definition_eval_ns": 31698, + "first_eval_ns": 195414, + "threshold_crossing_ns": 7824378, + "compile_ns": 6344940, + "install_ns": 44748, + "osr_ns": 0, + "steady_state_ns": 27003 + } + }, + "candidate": { + "elapsed_ns": 27412, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284372, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10022912, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8275165, + "runtime_create_ns": 23999, + "jit_attach_ns": 53055, + "context_create_ns": 104361, + "definition_eval_ns": 29675, + "first_eval_ns": 194540, + "threshold_crossing_ns": 7819591, + "compile_ns": 6341077, + "install_ns": 46502, + "osr_ns": 0, + "steady_state_ns": 27412 + } + }, + "reference": { + "elapsed_ns": 27719, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283995, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9973760, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8434357, + "runtime_create_ns": 27141, + "jit_attach_ns": 57099, + "context_create_ns": 102952, + "definition_eval_ns": 39293, + "first_eval_ns": 213021, + "threshold_crossing_ns": 7944648, + "compile_ns": 6508817, + "install_ns": 52335, + "osr_ns": 0, + "steady_state_ns": 27719 + } + } + }, + { + "pair_index": 5, + "entry_cache": { + "elapsed_ns": 27183, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280373, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9965568, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7844995, + "runtime_create_ns": 28135, + "jit_attach_ns": 49677, + "context_create_ns": 103097, + "definition_eval_ns": 32043, + "first_eval_ns": 202127, + "threshold_crossing_ns": 7379851, + "compile_ns": 6026052, + "install_ns": 45913, + "osr_ns": 0, + "steady_state_ns": 27183 + } + }, + "candidate": { + "elapsed_ns": 27286, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 296760, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8689724, + "runtime_create_ns": 23463, + "jit_attach_ns": 52516, + "context_create_ns": 106342, + "definition_eval_ns": 30336, + "first_eval_ns": 196851, + "threshold_crossing_ns": 8231018, + "compile_ns": 6604215, + "install_ns": 45090, + "osr_ns": 0, + "steady_state_ns": 27286 + } + }, + "reference": { + "elapsed_ns": 27997, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284252, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10006528, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8342722, + "runtime_create_ns": 27092, + "jit_attach_ns": 54687, + "context_create_ns": 105409, + "definition_eval_ns": 44118, + "first_eval_ns": 204353, + "threshold_crossing_ns": 7856055, + "compile_ns": 6452637, + "install_ns": 50483, + "osr_ns": 0, + "steady_state_ns": 27997 + } + } + }, + { + "pair_index": 6, + "entry_cache": { + "elapsed_ns": 26494, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283989, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9916416, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8293938, + "runtime_create_ns": 24636, + "jit_attach_ns": 53202, + "context_create_ns": 102662, + "definition_eval_ns": 29519, + "first_eval_ns": 207491, + "threshold_crossing_ns": 7827800, + "compile_ns": 6336545, + "install_ns": 42375, + "osr_ns": 0, + "steady_state_ns": 26494 + } + }, + "candidate": { + "elapsed_ns": 27151, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280969, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9940992, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8678628, + "runtime_create_ns": 26635, + "jit_attach_ns": 50557, + "context_create_ns": 100940, + "definition_eval_ns": 30146, + "first_eval_ns": 205679, + "threshold_crossing_ns": 8217191, + "compile_ns": 6733668, + "install_ns": 47117, + "osr_ns": 0, + "steady_state_ns": 27151 + } + }, + "reference": { + "elapsed_ns": 27334, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 295163, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9887744, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8090640, + "runtime_create_ns": 29437, + "jit_attach_ns": 52541, + "context_create_ns": 99988, + "definition_eval_ns": 39855, + "first_eval_ns": 202503, + "threshold_crossing_ns": 7617056, + "compile_ns": 6189409, + "install_ns": 45574, + "osr_ns": 0, + "steady_state_ns": 27334 + } + } + }, + { + "pair_index": 7, + "entry_cache": { + "elapsed_ns": 27275, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283863, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9998336, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8200644, + "runtime_create_ns": 27493, + "jit_attach_ns": 54454, + "context_create_ns": 102125, + "definition_eval_ns": 31719, + "first_eval_ns": 198908, + "threshold_crossing_ns": 7732863, + "compile_ns": 6358330, + "install_ns": 46299, + "osr_ns": 0, + "steady_state_ns": 27275 + } + }, + "candidate": { + "elapsed_ns": 27342, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 295533, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10072064, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8093736, + "runtime_create_ns": 22781, + "jit_attach_ns": 53644, + "context_create_ns": 105623, + "definition_eval_ns": 33151, + "first_eval_ns": 215554, + "threshold_crossing_ns": 7613070, + "compile_ns": 6185007, + "install_ns": 42206, + "osr_ns": 0, + "steady_state_ns": 27342 + } + }, + "reference": { + "elapsed_ns": 27463, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 293302, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9965568, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8419159, + "runtime_create_ns": 32240, + "jit_attach_ns": 55033, + "context_create_ns": 101717, + "definition_eval_ns": 41626, + "first_eval_ns": 215728, + "threshold_crossing_ns": 7923619, + "compile_ns": 6459666, + "install_ns": 49403, + "osr_ns": 0, + "steady_state_ns": 27463 + } + } + }, + { + "pair_index": 8, + "candidate": { + "elapsed_ns": 27483, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281061, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8702269, + "runtime_create_ns": 22995, + "jit_attach_ns": 49216, + "context_create_ns": 101716, + "definition_eval_ns": 29752, + "first_eval_ns": 197829, + "threshold_crossing_ns": 8250279, + "compile_ns": 6736942, + "install_ns": 42546, + "osr_ns": 0, + "steady_state_ns": 27483 + } + }, + "reference": { + "elapsed_ns": 28032, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 288426, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9887744, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8355303, + "runtime_create_ns": 36764, + "jit_attach_ns": 53655, + "context_create_ns": 98470, + "definition_eval_ns": 38839, + "first_eval_ns": 192961, + "threshold_crossing_ns": 7886266, + "compile_ns": 6414876, + "install_ns": 45896, + "osr_ns": 0, + "steady_state_ns": 28032 + } + }, + "entry_cache": { + "elapsed_ns": 32470, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 310435, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10072064, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8459911, + "runtime_create_ns": 26727, + "jit_attach_ns": 59906, + "context_create_ns": 106193, + "definition_eval_ns": 40178, + "first_eval_ns": 209562, + "threshold_crossing_ns": 7959351, + "compile_ns": 6494353, + "install_ns": 47652, + "osr_ns": 0, + "steady_state_ns": 32470 + } + } + }, + { + "pair_index": 9, + "candidate": { + "elapsed_ns": 26965, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281924, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9920512, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8605946, + "runtime_create_ns": 25024, + "jit_attach_ns": 50007, + "context_create_ns": 101470, + "definition_eval_ns": 31935, + "first_eval_ns": 196130, + "threshold_crossing_ns": 8153274, + "compile_ns": 6734287, + "install_ns": 40778, + "osr_ns": 0, + "steady_state_ns": 26965 + } + }, + "reference": { + "elapsed_ns": 28328, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281904, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9932800, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8035277, + "runtime_create_ns": 25852, + "jit_attach_ns": 53660, + "context_create_ns": 112268, + "definition_eval_ns": 34609, + "first_eval_ns": 195773, + "threshold_crossing_ns": 7562776, + "compile_ns": 6170680, + "install_ns": 45721, + "osr_ns": 0, + "steady_state_ns": 28328 + } + }, + "entry_cache": { + "elapsed_ns": 35306, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 276568, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9953280, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8321150, + "runtime_create_ns": 33558, + "jit_attach_ns": 56378, + "context_create_ns": 107029, + "definition_eval_ns": 39930, + "first_eval_ns": 221689, + "threshold_crossing_ns": 7802804, + "compile_ns": 6413075, + "install_ns": 45599, + "osr_ns": 0, + "steady_state_ns": 35306 + } + } + }, + { + "pair_index": 10, + "candidate": { + "elapsed_ns": 27392, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 279751, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10031104, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8716318, + "runtime_create_ns": 22493, + "jit_attach_ns": 54812, + "context_create_ns": 104454, + "definition_eval_ns": 37386, + "first_eval_ns": 208482, + "threshold_crossing_ns": 8237540, + "compile_ns": 6776326, + "install_ns": 44502, + "osr_ns": 0, + "steady_state_ns": 27392 + } + }, + "reference": { + "elapsed_ns": 27497, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284881, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9961472, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8561986, + "runtime_create_ns": 25484, + "jit_attach_ns": 55070, + "context_create_ns": 101175, + "definition_eval_ns": 32884, + "first_eval_ns": 201546, + "threshold_crossing_ns": 8096694, + "compile_ns": 6659356, + "install_ns": 49194, + "osr_ns": 0, + "steady_state_ns": 27497 + } + }, + "entry_cache": { + "elapsed_ns": 27056, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 310057, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9920512, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8531481, + "runtime_create_ns": 32913, + "jit_attach_ns": 58175, + "context_create_ns": 108245, + "definition_eval_ns": 42882, + "first_eval_ns": 222431, + "threshold_crossing_ns": 8015230, + "compile_ns": 6537887, + "install_ns": 51305, + "osr_ns": 0, + "steady_state_ns": 27056 + } + } + }, + { + "pair_index": 11, + "candidate": { + "elapsed_ns": 27057, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284897, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9793536, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8312946, + "runtime_create_ns": 23863, + "jit_attach_ns": 52353, + "context_create_ns": 106809, + "definition_eval_ns": 32434, + "first_eval_ns": 199498, + "threshold_crossing_ns": 7849109, + "compile_ns": 6476813, + "install_ns": 46336, + "osr_ns": 0, + "steady_state_ns": 27057 + } + }, + "reference": { + "elapsed_ns": 27357, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281821, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9969664, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7901515, + "runtime_create_ns": 23950, + "jit_attach_ns": 54092, + "context_create_ns": 104755, + "definition_eval_ns": 34019, + "first_eval_ns": 196525, + "threshold_crossing_ns": 7437295, + "compile_ns": 6081560, + "install_ns": 47522, + "osr_ns": 0, + "steady_state_ns": 27357 + } + }, + "entry_cache": { + "elapsed_ns": 26711, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281680, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9961472, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8433607, + "runtime_create_ns": 28666, + "jit_attach_ns": 58954, + "context_create_ns": 108744, + "definition_eval_ns": 40116, + "first_eval_ns": 204164, + "threshold_crossing_ns": 7941437, + "compile_ns": 6409468, + "install_ns": 50593, + "osr_ns": 0, + "steady_state_ns": 26711 + } + } + }, + { + "pair_index": 12, + "reference": { + "elapsed_ns": 27583, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 287979, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10022912, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8012938, + "runtime_create_ns": 23420, + "jit_attach_ns": 51707, + "context_create_ns": 112808, + "definition_eval_ns": 32866, + "first_eval_ns": 188056, + "threshold_crossing_ns": 7553375, + "compile_ns": 6135359, + "install_ns": 42827, + "osr_ns": 0, + "steady_state_ns": 27583 + } + }, + "entry_cache": { + "elapsed_ns": 27485, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280811, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9883648, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8456485, + "runtime_create_ns": 28249, + "jit_attach_ns": 53664, + "context_create_ns": 100372, + "definition_eval_ns": 34279, + "first_eval_ns": 208543, + "threshold_crossing_ns": 7983798, + "compile_ns": 6594319, + "install_ns": 42332, + "osr_ns": 0, + "steady_state_ns": 27485 + } + }, + "candidate": { + "elapsed_ns": 27180, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 292440, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9969664, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8765080, + "runtime_create_ns": 28635, + "jit_attach_ns": 57703, + "context_create_ns": 116849, + "definition_eval_ns": 38286, + "first_eval_ns": 212369, + "threshold_crossing_ns": 8259746, + "compile_ns": 6827246, + "install_ns": 44488, + "osr_ns": 0, + "steady_state_ns": 27180 + } + } + }, + { + "pair_index": 13, + "reference": { + "elapsed_ns": 27412, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282193, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9953280, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8359442, + "runtime_create_ns": 24084, + "jit_attach_ns": 52754, + "context_create_ns": 107207, + "definition_eval_ns": 32897, + "first_eval_ns": 191667, + "threshold_crossing_ns": 7900032, + "compile_ns": 6441698, + "install_ns": 44761, + "osr_ns": 0, + "steady_state_ns": 27412 + } + }, + "entry_cache": { + "elapsed_ns": 27143, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 294074, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9932800, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8262623, + "runtime_create_ns": 27361, + "jit_attach_ns": 55312, + "context_create_ns": 105534, + "definition_eval_ns": 33096, + "first_eval_ns": 207724, + "threshold_crossing_ns": 7783882, + "compile_ns": 6448567, + "install_ns": 43961, + "osr_ns": 0, + "steady_state_ns": 27143 + } + }, + "candidate": { + "elapsed_ns": 27003, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284321, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9916416, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 9293675, + "runtime_create_ns": 26702, + "jit_attach_ns": 58936, + "context_create_ns": 110583, + "definition_eval_ns": 40053, + "first_eval_ns": 211197, + "threshold_crossing_ns": 8794550, + "compile_ns": 6695403, + "install_ns": 50005, + "osr_ns": 0, + "steady_state_ns": 27003 + } + } + }, + { + "pair_index": 14, + "reference": { + "elapsed_ns": 28216, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281296, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9957376, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8446470, + "runtime_create_ns": 23896, + "jit_attach_ns": 52177, + "context_create_ns": 104005, + "definition_eval_ns": 31439, + "first_eval_ns": 200510, + "threshold_crossing_ns": 7985349, + "compile_ns": 6542677, + "install_ns": 44803, + "osr_ns": 0, + "steady_state_ns": 28216 + } + }, + "entry_cache": { + "elapsed_ns": 27383, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281242, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9842688, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8028011, + "runtime_create_ns": 26887, + "jit_attach_ns": 51886, + "context_create_ns": 105714, + "definition_eval_ns": 34464, + "first_eval_ns": 192746, + "threshold_crossing_ns": 7567571, + "compile_ns": 6197872, + "install_ns": 47570, + "osr_ns": 0, + "steady_state_ns": 27383 + } + }, + "candidate": { + "elapsed_ns": 26869, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281387, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9916416, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8721365, + "runtime_create_ns": 25839, + "jit_attach_ns": 58477, + "context_create_ns": 107129, + "definition_eval_ns": 44044, + "first_eval_ns": 224605, + "threshold_crossing_ns": 8208821, + "compile_ns": 6850826, + "install_ns": 45909, + "osr_ns": 0, + "steady_state_ns": 26869 + } + } + }, + { + "pair_index": 15, + "reference": { + "elapsed_ns": 27515, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 285195, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9957376, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8539401, + "runtime_create_ns": 25963, + "jit_attach_ns": 50612, + "context_create_ns": 99549, + "definition_eval_ns": 30889, + "first_eval_ns": 197225, + "threshold_crossing_ns": 8087457, + "compile_ns": 6589350, + "install_ns": 44784, + "osr_ns": 0, + "steady_state_ns": 27515 + } + }, + "entry_cache": { + "elapsed_ns": 26667, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281547, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9965568, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8318896, + "runtime_create_ns": 24521, + "jit_attach_ns": 61206, + "context_create_ns": 106571, + "definition_eval_ns": 36408, + "first_eval_ns": 211975, + "threshold_crossing_ns": 7828731, + "compile_ns": 6338836, + "install_ns": 50589, + "osr_ns": 0, + "steady_state_ns": 26667 + } + }, + "candidate": { + "elapsed_ns": 27394, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 285275, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9969664, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8312700, + "runtime_create_ns": 28636, + "jit_attach_ns": 59914, + "context_create_ns": 111105, + "definition_eval_ns": 56567, + "first_eval_ns": 207692, + "threshold_crossing_ns": 7796396, + "compile_ns": 6387512, + "install_ns": 53920, + "osr_ns": 0, + "steady_state_ns": 27394 + } + } + }, + { + "pair_index": 16, + "entry_cache": { + "elapsed_ns": 26821, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281291, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10027008, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7983536, + "runtime_create_ns": 26245, + "jit_attach_ns": 49355, + "context_create_ns": 106458, + "definition_eval_ns": 31013, + "first_eval_ns": 190143, + "threshold_crossing_ns": 7532861, + "compile_ns": 6192116, + "install_ns": 43318, + "osr_ns": 0, + "steady_state_ns": 26821 + } + }, + "candidate": { + "elapsed_ns": 27941, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282604, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9953280, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 9008891, + "runtime_create_ns": 25739, + "jit_attach_ns": 55554, + "context_create_ns": 103665, + "definition_eval_ns": 30605, + "first_eval_ns": 201031, + "threshold_crossing_ns": 8543409, + "compile_ns": 7050728, + "install_ns": 44932, + "osr_ns": 0, + "steady_state_ns": 27941 + } + }, + "reference": { + "elapsed_ns": 28276, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282489, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9961472, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8426618, + "runtime_create_ns": 28758, + "jit_attach_ns": 67135, + "context_create_ns": 102800, + "definition_eval_ns": 38298, + "first_eval_ns": 211186, + "threshold_crossing_ns": 7926618, + "compile_ns": 6500342, + "install_ns": 46684, + "osr_ns": 0, + "steady_state_ns": 28276 + } + } + }, + { + "pair_index": 17, + "entry_cache": { + "elapsed_ns": 27137, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283220, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10072064, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7980605, + "runtime_create_ns": 23604, + "jit_attach_ns": 53397, + "context_create_ns": 105012, + "definition_eval_ns": 36813, + "first_eval_ns": 194319, + "threshold_crossing_ns": 7516947, + "compile_ns": 6182656, + "install_ns": 40978, + "osr_ns": 0, + "steady_state_ns": 27137 + } + }, + "candidate": { + "elapsed_ns": 27860, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282856, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10022912, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8383455, + "runtime_create_ns": 22007, + "jit_attach_ns": 53023, + "context_create_ns": 112751, + "definition_eval_ns": 30907, + "first_eval_ns": 199164, + "threshold_crossing_ns": 7915485, + "compile_ns": 6573367, + "install_ns": 39985, + "osr_ns": 0, + "steady_state_ns": 27860 + } + }, + "reference": { + "elapsed_ns": 46825, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 263905, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10014720, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8032645, + "runtime_create_ns": 24641, + "jit_attach_ns": 57811, + "context_create_ns": 104730, + "definition_eval_ns": 37205, + "first_eval_ns": 197146, + "threshold_crossing_ns": 7538334, + "compile_ns": 6172299, + "install_ns": 45964, + "osr_ns": 0, + "steady_state_ns": 46825 + } + } + }, + { + "pair_index": 18, + "entry_cache": { + "elapsed_ns": 26793, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280688, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9945088, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8303487, + "runtime_create_ns": 28300, + "jit_attach_ns": 50970, + "context_create_ns": 100991, + "definition_eval_ns": 35203, + "first_eval_ns": 202931, + "threshold_crossing_ns": 7835857, + "compile_ns": 6341329, + "install_ns": 48235, + "osr_ns": 0, + "steady_state_ns": 26793 + } + }, + "candidate": { + "elapsed_ns": 27306, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 292793, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8206524, + "runtime_create_ns": 24606, + "jit_attach_ns": 49914, + "context_create_ns": 102721, + "definition_eval_ns": 30972, + "first_eval_ns": 201234, + "threshold_crossing_ns": 7745886, + "compile_ns": 6313047, + "install_ns": 44484, + "osr_ns": 0, + "steady_state_ns": 27306 + } + }, + "reference": { + "elapsed_ns": 27820, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284492, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9854976, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8075903, + "runtime_create_ns": 29043, + "jit_attach_ns": 53302, + "context_create_ns": 103147, + "definition_eval_ns": 42569, + "first_eval_ns": 209493, + "threshold_crossing_ns": 7581958, + "compile_ns": 6208297, + "install_ns": 47860, + "osr_ns": 0, + "steady_state_ns": 27820 + } + } + }, + { + "pair_index": 19, + "entry_cache": { + "elapsed_ns": 26738, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 289559, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9740288, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8722848, + "runtime_create_ns": 25498, + "jit_attach_ns": 54081, + "context_create_ns": 108882, + "definition_eval_ns": 38077, + "first_eval_ns": 197016, + "threshold_crossing_ns": 8250169, + "compile_ns": 6791332, + "install_ns": 48733, + "osr_ns": 0, + "steady_state_ns": 26738 + } + }, + "candidate": { + "elapsed_ns": 26724, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 293960, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10035200, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8735695, + "runtime_create_ns": 25239, + "jit_attach_ns": 59055, + "context_create_ns": 107581, + "definition_eval_ns": 38556, + "first_eval_ns": 220178, + "threshold_crossing_ns": 8233003, + "compile_ns": 6793725, + "install_ns": 44775, + "osr_ns": 0, + "steady_state_ns": 26724 + } + }, + "reference": { + "elapsed_ns": 27834, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 290808, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10027008, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8145277, + "runtime_create_ns": 26657, + "jit_attach_ns": 60143, + "context_create_ns": 108740, + "definition_eval_ns": 41854, + "first_eval_ns": 212032, + "threshold_crossing_ns": 7643809, + "compile_ns": 6249378, + "install_ns": 47607, + "osr_ns": 0, + "steady_state_ns": 27834 + } + } + }, + { + "pair_index": 20, + "candidate": { + "elapsed_ns": 40478, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 265954, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9965568, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8634261, + "runtime_create_ns": 25934, + "jit_attach_ns": 53268, + "context_create_ns": 105460, + "definition_eval_ns": 34745, + "first_eval_ns": 208814, + "threshold_crossing_ns": 8141702, + "compile_ns": 6659653, + "install_ns": 50560, + "osr_ns": 0, + "steady_state_ns": 40478 + } + }, + "reference": { + "elapsed_ns": 27903, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284422, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9957376, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8238099, + "runtime_create_ns": 26652, + "jit_attach_ns": 53260, + "context_create_ns": 100664, + "definition_eval_ns": 34892, + "first_eval_ns": 198627, + "threshold_crossing_ns": 7775201, + "compile_ns": 6338201, + "install_ns": 46685, + "osr_ns": 0, + "steady_state_ns": 27903 + } + }, + "entry_cache": { + "elapsed_ns": 26886, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281827, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10006528, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8349449, + "runtime_create_ns": 31219, + "jit_attach_ns": 56723, + "context_create_ns": 108620, + "definition_eval_ns": 41018, + "first_eval_ns": 205019, + "threshold_crossing_ns": 7856666, + "compile_ns": 6360790, + "install_ns": 45618, + "osr_ns": 0, + "steady_state_ns": 26886 + } + } + }, + { + "pair_index": 21, + "candidate": { + "elapsed_ns": 27389, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283979, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9957376, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8471055, + "runtime_create_ns": 29653, + "jit_attach_ns": 82076, + "context_create_ns": 109496, + "definition_eval_ns": 41514, + "first_eval_ns": 203730, + "threshold_crossing_ns": 7952924, + "compile_ns": 6510738, + "install_ns": 49157, + "osr_ns": 0, + "steady_state_ns": 27389 + } + }, + "reference": { + "elapsed_ns": 28046, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283885, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9908224, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8411639, + "runtime_create_ns": 29981, + "jit_attach_ns": 55912, + "context_create_ns": 108401, + "definition_eval_ns": 42097, + "first_eval_ns": 202184, + "threshold_crossing_ns": 7922450, + "compile_ns": 6504582, + "install_ns": 47524, + "osr_ns": 0, + "steady_state_ns": 28046 + } + }, + "entry_cache": { + "elapsed_ns": 27165, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281259, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9887744, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8505079, + "runtime_create_ns": 28805, + "jit_attach_ns": 61004, + "context_create_ns": 114186, + "definition_eval_ns": 42982, + "first_eval_ns": 215688, + "threshold_crossing_ns": 7988353, + "compile_ns": 6535544, + "install_ns": 47304, + "osr_ns": 0, + "steady_state_ns": 27165 + } + } + }, + { + "pair_index": 22, + "candidate": { + "elapsed_ns": 27119, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280511, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9953280, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8711457, + "runtime_create_ns": 24591, + "jit_attach_ns": 55684, + "context_create_ns": 106034, + "definition_eval_ns": 35097, + "first_eval_ns": 201005, + "threshold_crossing_ns": 8236234, + "compile_ns": 6793769, + "install_ns": 44202, + "osr_ns": 0, + "steady_state_ns": 27119 + } + }, + "reference": { + "elapsed_ns": 27527, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283569, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9908224, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8439958, + "runtime_create_ns": 25968, + "jit_attach_ns": 52047, + "context_create_ns": 105332, + "definition_eval_ns": 35395, + "first_eval_ns": 202023, + "threshold_crossing_ns": 7969767, + "compile_ns": 6477338, + "install_ns": 53482, + "osr_ns": 0, + "steady_state_ns": 27527 + } + }, + "entry_cache": { + "elapsed_ns": 28003, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283443, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9936896, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8253879, + "runtime_create_ns": 31850, + "jit_attach_ns": 63198, + "context_create_ns": 119970, + "definition_eval_ns": 40606, + "first_eval_ns": 215521, + "threshold_crossing_ns": 7729614, + "compile_ns": 6395177, + "install_ns": 45947, + "osr_ns": 0, + "steady_state_ns": 28003 + } + } + }, + { + "pair_index": 23, + "candidate": { + "elapsed_ns": 27134, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280702, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9945088, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8977540, + "runtime_create_ns": 30645, + "jit_attach_ns": 66302, + "context_create_ns": 107891, + "definition_eval_ns": 43477, + "first_eval_ns": 213997, + "threshold_crossing_ns": 8464197, + "compile_ns": 6992286, + "install_ns": 52001, + "osr_ns": 0, + "steady_state_ns": 27134 + } + }, + "reference": { + "elapsed_ns": 27539, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 292744, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10031104, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8282618, + "runtime_create_ns": 25480, + "jit_attach_ns": 58073, + "context_create_ns": 106181, + "definition_eval_ns": 39847, + "first_eval_ns": 201432, + "threshold_crossing_ns": 7797408, + "compile_ns": 6345386, + "install_ns": 44141, + "osr_ns": 0, + "steady_state_ns": 27539 + } + }, + "entry_cache": { + "elapsed_ns": 27227, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284866, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8583430, + "runtime_create_ns": 28529, + "jit_attach_ns": 62440, + "context_create_ns": 117344, + "definition_eval_ns": 39660, + "first_eval_ns": 218488, + "threshold_crossing_ns": 8065369, + "compile_ns": 6651185, + "install_ns": 42052, + "osr_ns": 0, + "steady_state_ns": 27227 + } + } + }, + { + "pair_index": 24, + "reference": { + "elapsed_ns": 27849, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 290764, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9940992, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8428815, + "runtime_create_ns": 28532, + "jit_attach_ns": 58242, + "context_create_ns": 105967, + "definition_eval_ns": 41721, + "first_eval_ns": 209940, + "threshold_crossing_ns": 7934180, + "compile_ns": 6512903, + "install_ns": 48566, + "osr_ns": 0, + "steady_state_ns": 27849 + } + }, + "entry_cache": { + "elapsed_ns": 28409, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 289071, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9875456, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8161069, + "runtime_create_ns": 27297, + "jit_attach_ns": 55828, + "context_create_ns": 113106, + "definition_eval_ns": 37455, + "first_eval_ns": 197940, + "threshold_crossing_ns": 7676705, + "compile_ns": 6256620, + "install_ns": 42479, + "osr_ns": 0, + "steady_state_ns": 28409 + } + }, + "candidate": { + "elapsed_ns": 27528, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284198, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9912320, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8840955, + "runtime_create_ns": 26502, + "jit_attach_ns": 61142, + "context_create_ns": 113165, + "definition_eval_ns": 40322, + "first_eval_ns": 218911, + "threshold_crossing_ns": 8327407, + "compile_ns": 6870722, + "install_ns": 45159, + "osr_ns": 0, + "steady_state_ns": 27528 + } + } + }, + { + "pair_index": 25, + "reference": { + "elapsed_ns": 28166, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282625, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10014720, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8369635, + "runtime_create_ns": 24632, + "jit_attach_ns": 52800, + "context_create_ns": 102232, + "definition_eval_ns": 31674, + "first_eval_ns": 203522, + "threshold_crossing_ns": 7905543, + "compile_ns": 6457893, + "install_ns": 49051, + "osr_ns": 0, + "steady_state_ns": 28166 + } + }, + "entry_cache": { + "elapsed_ns": 27416, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 285715, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9949184, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8338395, + "runtime_create_ns": 24911, + "jit_attach_ns": 52839, + "context_create_ns": 104305, + "definition_eval_ns": 34460, + "first_eval_ns": 215311, + "threshold_crossing_ns": 7855299, + "compile_ns": 6352962, + "install_ns": 52335, + "osr_ns": 0, + "steady_state_ns": 27416 + } + }, + "candidate": { + "elapsed_ns": 26882, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281462, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10014720, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8733749, + "runtime_create_ns": 26236, + "jit_attach_ns": 56104, + "context_create_ns": 113349, + "definition_eval_ns": 42522, + "first_eval_ns": 209735, + "threshold_crossing_ns": 8221886, + "compile_ns": 6810736, + "install_ns": 47513, + "osr_ns": 0, + "steady_state_ns": 26882 + } + } + }, + { + "pair_index": 26, + "reference": { + "elapsed_ns": 28237, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283764, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9957376, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8263770, + "runtime_create_ns": 27680, + "jit_attach_ns": 55928, + "context_create_ns": 101231, + "definition_eval_ns": 34775, + "first_eval_ns": 210666, + "threshold_crossing_ns": 7783780, + "compile_ns": 6341218, + "install_ns": 45072, + "osr_ns": 0, + "steady_state_ns": 28237 + } + }, + "entry_cache": { + "elapsed_ns": 27311, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281939, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9936896, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8296932, + "runtime_create_ns": 28776, + "jit_attach_ns": 56015, + "context_create_ns": 102260, + "definition_eval_ns": 34175, + "first_eval_ns": 211474, + "threshold_crossing_ns": 7816669, + "compile_ns": 6359442, + "install_ns": 52964, + "osr_ns": 0, + "steady_state_ns": 27311 + } + }, + "candidate": { + "elapsed_ns": 27212, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 304858, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 9014889, + "runtime_create_ns": 30586, + "jit_attach_ns": 61033, + "context_create_ns": 120480, + "definition_eval_ns": 42753, + "first_eval_ns": 213265, + "threshold_crossing_ns": 8492370, + "compile_ns": 7001816, + "install_ns": 49430, + "osr_ns": 0, + "steady_state_ns": 27212 + } + } + }, + { + "pair_index": 27, + "reference": { + "elapsed_ns": 27645, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283611, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10014720, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8408860, + "runtime_create_ns": 28115, + "jit_attach_ns": 57829, + "context_create_ns": 102265, + "definition_eval_ns": 39453, + "first_eval_ns": 198275, + "threshold_crossing_ns": 7934525, + "compile_ns": 6514775, + "install_ns": 53224, + "osr_ns": 0, + "steady_state_ns": 27645 + } + }, + "entry_cache": { + "elapsed_ns": 26553, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 289153, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9838592, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8279298, + "runtime_create_ns": 29837, + "jit_attach_ns": 57469, + "context_create_ns": 104602, + "definition_eval_ns": 39100, + "first_eval_ns": 208070, + "threshold_crossing_ns": 7792815, + "compile_ns": 6355891, + "install_ns": 43648, + "osr_ns": 0, + "steady_state_ns": 26553 + } + }, + "candidate": { + "elapsed_ns": 27223, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280072, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10006528, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8762098, + "runtime_create_ns": 25184, + "jit_attach_ns": 60307, + "context_create_ns": 112792, + "definition_eval_ns": 46883, + "first_eval_ns": 226986, + "threshold_crossing_ns": 8236138, + "compile_ns": 6794919, + "install_ns": 47530, + "osr_ns": 0, + "steady_state_ns": 27223 + } + } + }, + { + "pair_index": 28, + "entry_cache": { + "elapsed_ns": 26833, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281474, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9797632, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8457976, + "runtime_create_ns": 25230, + "jit_attach_ns": 50457, + "context_create_ns": 105062, + "definition_eval_ns": 32237, + "first_eval_ns": 192585, + "threshold_crossing_ns": 8004552, + "compile_ns": 6570314, + "install_ns": 42024, + "osr_ns": 0, + "steady_state_ns": 26833 + } + }, + "candidate": { + "elapsed_ns": 28210, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 279997, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9797632, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8539901, + "runtime_create_ns": 25926, + "jit_attach_ns": 58905, + "context_create_ns": 111247, + "definition_eval_ns": 39228, + "first_eval_ns": 213983, + "threshold_crossing_ns": 8037867, + "compile_ns": 6597280, + "install_ns": 46843, + "osr_ns": 0, + "steady_state_ns": 28210 + } + }, + "reference": { + "elapsed_ns": 28852, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 293796, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9973760, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8206571, + "runtime_create_ns": 26948, + "jit_attach_ns": 60291, + "context_create_ns": 105940, + "definition_eval_ns": 40310, + "first_eval_ns": 202024, + "threshold_crossing_ns": 7715690, + "compile_ns": 6338766, + "install_ns": 47288, + "osr_ns": 0, + "steady_state_ns": 28852 + } + } + }, + { + "pair_index": 29, + "entry_cache": { + "elapsed_ns": 26573, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282579, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9936896, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7996397, + "runtime_create_ns": 23647, + "jit_attach_ns": 52734, + "context_create_ns": 102693, + "definition_eval_ns": 35200, + "first_eval_ns": 193950, + "threshold_crossing_ns": 7539029, + "compile_ns": 6167611, + "install_ns": 40890, + "osr_ns": 0, + "steady_state_ns": 26573 + } + }, + "candidate": { + "elapsed_ns": 27783, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281743, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9920512, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8329419, + "runtime_create_ns": 26112, + "jit_attach_ns": 57235, + "context_create_ns": 101134, + "definition_eval_ns": 31735, + "first_eval_ns": 192914, + "threshold_crossing_ns": 7870002, + "compile_ns": 6428022, + "install_ns": 52113, + "osr_ns": 0, + "steady_state_ns": 27783 + } + }, + "reference": { + "elapsed_ns": 27501, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281621, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 13679397027108370200, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9998336, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8220928, + "runtime_create_ns": 29268, + "jit_attach_ns": 58217, + "context_create_ns": 104603, + "definition_eval_ns": 47205, + "first_eval_ns": 210607, + "threshold_crossing_ns": 7720911, + "compile_ns": 6276659, + "install_ns": 48423, + "osr_ns": 0, + "steady_state_ns": 27501 + } + } + } + ] + }, + "throughput": { + "interpreter": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 411, + "elapsed_ns": 1001788414 + }, + { + "window_index": 1, + "fresh_workers": 421, + "elapsed_ns": 1002097285 + }, + { + "window_index": 2, + "fresh_workers": 429, + "elapsed_ns": 1002112557 + }, + { + "window_index": 3, + "fresh_workers": 433, + "elapsed_ns": 1001112119 + }, + { + "window_index": 4, + "fresh_workers": 432, + "elapsed_ns": 1001094711 + }, + { + "window_index": 5, + "fresh_workers": 429, + "elapsed_ns": 1002240991 + }, + { + "window_index": 6, + "fresh_workers": 426, + "elapsed_ns": 1000376680 + }, + { + "window_index": 7, + "fresh_workers": 434, + "elapsed_ns": 1000824202 + }, + { + "window_index": 8, + "fresh_workers": 432, + "elapsed_ns": 1000367318 + }, + { + "window_index": 9, + "fresh_workers": 430, + "elapsed_ns": 1002305699 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 416, + "elapsed_ns": 1002235346 + }, + { + "window_index": 1, + "fresh_workers": 427, + "elapsed_ns": 1000054773 + }, + { + "window_index": 2, + "fresh_workers": 419, + "elapsed_ns": 1000167429 + }, + { + "window_index": 3, + "fresh_workers": 433, + "elapsed_ns": 1001542638 + }, + { + "window_index": 4, + "fresh_workers": 433, + "elapsed_ns": 1002566739 + }, + { + "window_index": 5, + "fresh_workers": 433, + "elapsed_ns": 1001043066 + }, + { + "window_index": 6, + "fresh_workers": 425, + "elapsed_ns": 1001269177 + }, + { + "window_index": 7, + "fresh_workers": 425, + "elapsed_ns": 1001097514 + }, + { + "window_index": 8, + "fresh_workers": 435, + "elapsed_ns": 1000030283 + }, + { + "window_index": 9, + "fresh_workers": 434, + "elapsed_ns": 1001662765 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 409, + "elapsed_ns": 1000765441 + }, + { + "window_index": 1, + "fresh_workers": 432, + "elapsed_ns": 1001658723 + }, + { + "window_index": 2, + "fresh_workers": 424, + "elapsed_ns": 1000015116 + }, + { + "window_index": 3, + "fresh_workers": 427, + "elapsed_ns": 1002398266 + }, + { + "window_index": 4, + "fresh_workers": 430, + "elapsed_ns": 1001060276 + }, + { + "window_index": 5, + "fresh_workers": 434, + "elapsed_ns": 1000860614 + }, + { + "window_index": 6, + "fresh_workers": 431, + "elapsed_ns": 1002274991 + }, + { + "window_index": 7, + "fresh_workers": 437, + "elapsed_ns": 1000730896 + }, + { + "window_index": 8, + "fresh_workers": 433, + "elapsed_ns": 1001313947 + }, + { + "window_index": 9, + "fresh_workers": 438, + "elapsed_ns": 1002380838 + } + ] + }, + "tier1": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 118, + "elapsed_ns": 1007815779 + }, + { + "window_index": 1, + "fresh_workers": 122, + "elapsed_ns": 1007309762 + }, + { + "window_index": 2, + "fresh_workers": 122, + "elapsed_ns": 1001138134 + }, + { + "window_index": 3, + "fresh_workers": 122, + "elapsed_ns": 1002762797 + }, + { + "window_index": 4, + "fresh_workers": 122, + "elapsed_ns": 1006981617 + }, + { + "window_index": 5, + "fresh_workers": 122, + "elapsed_ns": 1003212236 + }, + { + "window_index": 6, + "fresh_workers": 122, + "elapsed_ns": 1006238603 + }, + { + "window_index": 7, + "fresh_workers": 122, + "elapsed_ns": 1002139190 + }, + { + "window_index": 8, + "fresh_workers": 122, + "elapsed_ns": 1003479830 + }, + { + "window_index": 9, + "fresh_workers": 122, + "elapsed_ns": 1002511953 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 117, + "elapsed_ns": 1008544761 + }, + { + "window_index": 1, + "fresh_workers": 117, + "elapsed_ns": 1002249014 + }, + { + "window_index": 2, + "fresh_workers": 121, + "elapsed_ns": 1002624805 + }, + { + "window_index": 3, + "fresh_workers": 122, + "elapsed_ns": 1005555984 + }, + { + "window_index": 4, + "fresh_workers": 122, + "elapsed_ns": 1005771402 + }, + { + "window_index": 5, + "fresh_workers": 121, + "elapsed_ns": 1007770303 + }, + { + "window_index": 6, + "fresh_workers": 121, + "elapsed_ns": 1001452852 + }, + { + "window_index": 7, + "fresh_workers": 121, + "elapsed_ns": 1002238094 + }, + { + "window_index": 8, + "fresh_workers": 121, + "elapsed_ns": 1007539564 + }, + { + "window_index": 9, + "fresh_workers": 122, + "elapsed_ns": 1005769715 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 115, + "elapsed_ns": 1007004293 + }, + { + "window_index": 1, + "fresh_workers": 117, + "elapsed_ns": 1002462183 + }, + { + "window_index": 2, + "fresh_workers": 117, + "elapsed_ns": 1001985491 + }, + { + "window_index": 3, + "fresh_workers": 118, + "elapsed_ns": 1002465013 + }, + { + "window_index": 4, + "fresh_workers": 118, + "elapsed_ns": 1002926648 + }, + { + "window_index": 5, + "fresh_workers": 118, + "elapsed_ns": 1004535842 + }, + { + "window_index": 6, + "fresh_workers": 118, + "elapsed_ns": 1002378917 + }, + { + "window_index": 7, + "fresh_workers": 119, + "elapsed_ns": 1005123999 + }, + { + "window_index": 8, + "fresh_workers": 117, + "elapsed_ns": 1004705175 + }, + { + "window_index": 9, + "fresh_workers": 118, + "elapsed_ns": 1001433284 + } + ] + }, + "tier2": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 113, + "elapsed_ns": 1008407967 + }, + { + "window_index": 1, + "fresh_workers": 116, + "elapsed_ns": 1001664909 + }, + { + "window_index": 2, + "fresh_workers": 117, + "elapsed_ns": 1008443668 + }, + { + "window_index": 3, + "fresh_workers": 116, + "elapsed_ns": 1002438063 + }, + { + "window_index": 4, + "fresh_workers": 116, + "elapsed_ns": 1002207139 + }, + { + "window_index": 5, + "fresh_workers": 116, + "elapsed_ns": 1003929716 + }, + { + "window_index": 6, + "fresh_workers": 115, + "elapsed_ns": 1000037446 + }, + { + "window_index": 7, + "fresh_workers": 116, + "elapsed_ns": 1003997413 + }, + { + "window_index": 8, + "fresh_workers": 117, + "elapsed_ns": 1008559242 + }, + { + "window_index": 9, + "fresh_workers": 115, + "elapsed_ns": 1001007729 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 114, + "elapsed_ns": 1008222150 + }, + { + "window_index": 1, + "fresh_workers": 118, + "elapsed_ns": 1004697514 + }, + { + "window_index": 2, + "fresh_workers": 117, + "elapsed_ns": 1004521510 + }, + { + "window_index": 3, + "fresh_workers": 118, + "elapsed_ns": 1006852271 + }, + { + "window_index": 4, + "fresh_workers": 115, + "elapsed_ns": 1002324578 + }, + { + "window_index": 5, + "fresh_workers": 117, + "elapsed_ns": 1005122359 + }, + { + "window_index": 6, + "fresh_workers": 117, + "elapsed_ns": 1000963942 + }, + { + "window_index": 7, + "fresh_workers": 118, + "elapsed_ns": 1008582096 + }, + { + "window_index": 8, + "fresh_workers": 117, + "elapsed_ns": 1006542971 + }, + { + "window_index": 9, + "fresh_workers": 118, + "elapsed_ns": 1003744840 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 114, + "elapsed_ns": 1002250040 + }, + { + "window_index": 1, + "fresh_workers": 116, + "elapsed_ns": 1000330398 + }, + { + "window_index": 2, + "fresh_workers": 117, + "elapsed_ns": 1007318066 + }, + { + "window_index": 3, + "fresh_workers": 117, + "elapsed_ns": 1003731832 + }, + { + "window_index": 4, + "fresh_workers": 118, + "elapsed_ns": 1007339154 + }, + { + "window_index": 5, + "fresh_workers": 117, + "elapsed_ns": 1004060381 + }, + { + "window_index": 6, + "fresh_workers": 117, + "elapsed_ns": 1005348137 + }, + { + "window_index": 7, + "fresh_workers": 116, + "elapsed_ns": 1002782277 + }, + { + "window_index": 8, + "fresh_workers": 118, + "elapsed_ns": 1008576726 + }, + { + "window_index": 9, + "fresh_workers": 117, + "elapsed_ns": 1002663009 + } + ] + }, + "automatic": { + "reference": [ + { + "window_index": 0, + "fresh_workers": 99, + "elapsed_ns": 1002224620 + }, + { + "window_index": 1, + "fresh_workers": 104, + "elapsed_ns": 1007393773 + }, + { + "window_index": 2, + "fresh_workers": 104, + "elapsed_ns": 1001910369 + }, + { + "window_index": 3, + "fresh_workers": 104, + "elapsed_ns": 1000444586 + }, + { + "window_index": 4, + "fresh_workers": 103, + "elapsed_ns": 1002108981 + }, + { + "window_index": 5, + "fresh_workers": 105, + "elapsed_ns": 1006225588 + }, + { + "window_index": 6, + "fresh_workers": 104, + "elapsed_ns": 1005294009 + }, + { + "window_index": 7, + "fresh_workers": 104, + "elapsed_ns": 1005918586 + }, + { + "window_index": 8, + "fresh_workers": 105, + "elapsed_ns": 1005845297 + }, + { + "window_index": 9, + "fresh_workers": 105, + "elapsed_ns": 1005157945 + } + ], + "entry_cache": [ + { + "window_index": 0, + "fresh_workers": 97, + "elapsed_ns": 1002864475 + }, + { + "window_index": 1, + "fresh_workers": 104, + "elapsed_ns": 1009704444 + }, + { + "window_index": 2, + "fresh_workers": 105, + "elapsed_ns": 1003021286 + }, + { + "window_index": 3, + "fresh_workers": 106, + "elapsed_ns": 1000920922 + }, + { + "window_index": 4, + "fresh_workers": 103, + "elapsed_ns": 1003594842 + }, + { + "window_index": 5, + "fresh_workers": 103, + "elapsed_ns": 1000849693 + }, + { + "window_index": 6, + "fresh_workers": 104, + "elapsed_ns": 1007299558 + }, + { + "window_index": 7, + "fresh_workers": 105, + "elapsed_ns": 1009356949 + }, + { + "window_index": 8, + "fresh_workers": 106, + "elapsed_ns": 1003735723 + }, + { + "window_index": 9, + "fresh_workers": 106, + "elapsed_ns": 1007005801 + } + ], + "candidate": [ + { + "window_index": 0, + "fresh_workers": 96, + "elapsed_ns": 1001488615 + }, + { + "window_index": 1, + "fresh_workers": 101, + "elapsed_ns": 1008009827 + }, + { + "window_index": 2, + "fresh_workers": 99, + "elapsed_ns": 1000796534 + }, + { + "window_index": 3, + "fresh_workers": 101, + "elapsed_ns": 1003464418 + }, + { + "window_index": 4, + "fresh_workers": 101, + "elapsed_ns": 1004625721 + }, + { + "window_index": 5, + "fresh_workers": 101, + "elapsed_ns": 1004746384 + }, + { + "window_index": 6, + "fresh_workers": 99, + "elapsed_ns": 1010033972 + }, + { + "window_index": 7, + "fresh_workers": 100, + "elapsed_ns": 1004991416 + }, + { + "window_index": 8, + "fresh_workers": 100, + "elapsed_ns": 1002376698 + }, + { + "window_index": 9, + "fresh_workers": 102, + "elapsed_ns": 1008237802 + } + ] + } + }, + "summary": { + "interpreter": { + "reference": { + "baseline_median_ns": 625929.5, + "candidate_median_ns": 628680.0, + "candidate_speed_relative_to_baseline": 0.9956249602341414, + "paired_bootstrap_speed_ci95": [ + 0.977875866895718, + 1.0064906745477056 + ], + "statistically_tied": true + }, + "entry_cache": { + "baseline_median_ns": 636128.5, + "candidate_median_ns": 628680.0, + "candidate_speed_relative_to_baseline": 1.0118478399185595, + "paired_bootstrap_speed_ci95": [ + 0.9936141081985143, + 1.0214609209632972 + ], + "statistically_tied": true + } + }, + "tier1": { + "reference": { + "baseline_median_ns": 214223.0, + "candidate_median_ns": 214208.0, + "candidate_speed_relative_to_baseline": 1.000070025395877, + "paired_bootstrap_speed_ci95": [ + 0.996364871119215, + 1.0018191511251613 + ], + "statistically_tied": true + }, + "entry_cache": { + "baseline_median_ns": 214062.0, + "candidate_median_ns": 214208.0, + "candidate_speed_relative_to_baseline": 0.9993184194801314, + "paired_bootstrap_speed_ci95": [ + 0.9956043547122946, + 1.0012854191401248 + ], + "statistically_tied": true + } + }, + "tier2": { + "reference": { + "baseline_median_ns": 28051.0, + "candidate_median_ns": 27353.5, + "candidate_speed_relative_to_baseline": 1.0254994790429013, + "paired_bootstrap_speed_ci95": [ + 1.0189574321131265, + 1.0299732512549924 + ], + "statistically_tied": false + }, + "entry_cache": { + "baseline_median_ns": 26862.5, + "candidate_median_ns": 27353.5, + "candidate_speed_relative_to_baseline": 0.9820498290895132, + "paired_bootstrap_speed_ci95": [ + 0.9764329356997381, + 0.9893410497783964 + ], + "statistically_tied": false + } + }, + "automatic": { + "reference": { + "baseline_median_ns": 27827.0, + "candidate_median_ns": 27296.0, + "candidate_speed_relative_to_baseline": 1.0194533997655335, + "paired_bootstrap_speed_ci95": [ + 1.0073012736056215, + 1.0279140086286367 + ], + "statistically_tied": false + }, + "entry_cache": { + "baseline_median_ns": 27096.5, + "candidate_median_ns": 27296.0, + "candidate_speed_relative_to_baseline": 0.9926912368112544, + "paired_bootstrap_speed_ci95": [ + 0.9828033151995327, + 1.0011227476026578 + ], + "statistically_tied": true + } + } + }, + "implementations": { + "reference": "M2 runtime at 2bd518e, with generic-call benchmark registration only", + "entry_cache": "Pre-cursor runtime at b7be6a4: entry cache, inline return handoff and reusable CALL feedback buffer. Legacy driver key does not mean cache-only.", + "candidate": "b7be6a4 plus sys/patches/0011-helper-pc-cursor.patch; matching manifest and tests" + }, + "candidate_patch_source": "diff --git a/quickjs.c b/quickjs.c\n--- a/quickjs.c\n+++ b/quickjs.c\n@@ -852,6 +852,7 @@\n uint64_t jit_function_id;\n uint64_t jit_generation;\n uint8_t jit_feedback_disabled;\n+ int jit_validated_pc_offset; /* known instruction boundary, initially zero */\n #endif\n } JSFunctionBytecode;\n \n@@ -2892,6 +2893,7 @@\n old_generation = b->jit_generation;\n b->jit_generation = ++ctx->rt->jit_next_generation;\n b->jit_feedback_disabled = 0;\n+ b->jit_validated_pc_offset = 0;\n qjsjit_retire_identity(ctx->rt, b->jit_function_id, old_generation);\n return JS_JIT_BACKEND_OK;\n }\n@@ -18691,12 +18693,18 @@\n \n if (value < start || (allow_end ? value > end : value >= end))\n return false;\n+ /* Published bytecode instruction lengths are immutable. Reuse only a\n+ proven boundary at or before this query; backward branches rescan. */\n+ if (value - start >= (uintptr_t)b->jit_validated_pc_offset)\n+ offset = b->jit_validated_pc_offset;\n while (offset < b->byte_code_len) {\n const JSJitOpcodeInfo *info;\n uint8_t opcode;\n \n- if (pc == b->byte_code_buf + offset)\n+ if (pc == b->byte_code_buf + offset) {\n+ b->jit_validated_pc_offset = offset;\n return true;\n+ }\n opcode = b->byte_code_buf[offset];\n if (opcode >= countof(qjsjit_opcode_table))\n return false;\n", + "candidate_patch_sha256": "3173f900e20f4810488a4309cf8b3617231c724f07781a84c2553c9fdb2bba0e", + "driver_source": "\"\"\"Diagnostic paired revision comparison using the unchanged jit-bench worker ABI.\"\"\"\nimport hashlib\nimport json\nfrom pathlib import Path\nimport random\nimport statistics\nimport subprocess\nimport time\nimport os\nimport sys\n\nROOT = Path('/home/jason/work/quickjs-jit')\nWORKLOAD = sys.argv[1]\nassert WORKLOAD in ['generic-call-entry', 'call-heavy', 'fibonacci-recursive', 'scalar-loop']\nOUTPUT = Path('/tmp/jit-pc-cursor-' + WORKLOAD + '.json')\nos.sched_setaffinity(0, {0})\nENGINES = {\n 'reference': Path('/tmp/jit-call-reference/jit-bench'),\n 'entry_cache': Path('/tmp/jit-pc-cursor-baseline/jit-bench'),\n 'candidate': ROOT / 'target/release/jit-bench',\n}\nSCRIPT = ROOT / 'benchmarks/scripts' / (WORKLOAD + '.js')\nMODES = ['interpreter', 'tier1', 'tier2', 'automatic']\nWARMUPS, PAIRS, WINDOWS = 5, 30, 10\nchecksum = None\n\ndef digest(path):\n return hashlib.sha256(path.read_bytes()).hexdigest()\n\ndef run(engine, mode):\n global checksum\n completed = subprocess.run(\n [str(ENGINES[engine]), 'worker', '--mode', mode, '--script', str(SCRIPT)],\n cwd=ROOT, capture_output=True, text=True, check=True, timeout=120,\n )\n result = json.loads(completed.stdout)\n if checksum is None:\n checksum = result['checksum']\n assert result['checksum'] == checksum, (engine, mode, result)\n assert result['native_entries'] == result['native_exits'], (engine, mode, result)\n if mode == 'interpreter':\n assert result['native_entries'] == 0\n elif WORKLOAD == 'generic-call-entry':\n assert result['native_entries'] > 0, (engine, mode, result)\n return result\n\ndef rotated(items, offset):\n offset %= len(items)\n return items[offset:] + items[:offset]\n\ndef write():\n temporary = OUTPUT.with_suffix('.partial')\n temporary.write_text(json.dumps(evidence, indent=2) + '\\n')\n temporary.replace(OUTPUT)\n\n# Binary hashes bind each measurement to its implementation even though both\n# worker binaries see the current, dirty source tree for the shared script.\nevidence = {\n 'schema': 'jit-pc-cursor-paired-diagnostic-v1',\n 'workload': WORKLOAD,\n 'cpu_affinity': sorted(os.sched_getaffinity(0)),\n 'status': 'running',\n 'started_utc': time.strftime('%Y-%m-%dT%H:%M:%SZ', time.gmtime()),\n 'driver_sha256': digest(Path(__file__)),\n 'script': str(SCRIPT), 'script_sha256': digest(SCRIPT),\n 'executables': {name: {'path': str(path), 'sha256': digest(path)} for name, path in ENGINES.items()},\n 'candidate_revision': subprocess.check_output(['git', 'rev-parse', 'HEAD'], cwd=ROOT, text=True).strip(),\n 'source_dirty': True,\n 'warmup_processes_per_engine_and_mode': WARMUPS,\n 'fresh_process_pairs_per_mode': PAIRS,\n 'throughput_windows_per_engine_and_mode': WINDOWS,\n 'throughput_window_min_ns': 1_000_000_000,\n 'throughput_unit': 'fresh jit-bench worker processes including setup and warmup',\n 'bootstrap_resamples': 10000,\n 'pairs': {mode: [] for mode in MODES},\n 'throughput': {mode: {engine: [] for engine in ENGINES} for mode in MODES},\n}\nwrite()\nfor pair in range(WARMUPS):\n for index, mode in enumerate(rotated(MODES, pair)):\n for engine in rotated(list(ENGINES), pair + index):\n run(engine, mode)\nprint('warmups complete', flush=True)\nfor pair in range(PAIRS):\n for index, mode in enumerate(rotated(MODES, pair)):\n row = {'pair_index': pair}\n for engine in rotated(list(ENGINES), pair + index):\n row[engine] = run(engine, mode)\n evidence['pairs'][mode].append(row)\n write()\n if (pair + 1) % 5 == 0:\n print(f'completed {pair + 1}/{PAIRS} pairs per mode', flush=True)\nfor window in range(WINDOWS):\n for index, mode in enumerate(rotated(MODES, window)):\n for engine in rotated(list(ENGINES), window + index):\n start = time.monotonic_ns()\n count = 0\n while time.monotonic_ns() - start < 1_000_000_000:\n run(engine, mode)\n count += 1\n evidence['throughput'][mode][engine].append({\n 'window_index': window, 'fresh_workers': count,\n 'elapsed_ns': time.monotonic_ns() - start,\n })\n write()\n print(f'completed {window + 1}/{WINDOWS} throughput windows', flush=True)\nsummary = {}\nfor mode, pairs in evidence['pairs'].items():\n summary[mode] = {}\n for baseline in ['reference', 'entry_cache']:\n a = [row[baseline]['elapsed_ns'] for row in pairs]\n b = [row['candidate']['elapsed_ns'] for row in pairs]\n rng = random.Random(20260905)\n bootstrap = []\n for _ in range(10000):\n indices = [rng.randrange(len(pairs)) for _ in pairs]\n bootstrap.append(statistics.median(a[i] for i in indices) / statistics.median(b[i] for i in indices))\n bootstrap.sort()\n summary[mode][baseline] = {\n 'baseline_median_ns': statistics.median(a),\n 'candidate_median_ns': statistics.median(b),\n 'candidate_speed_relative_to_baseline': statistics.median(a) / statistics.median(b),\n 'paired_bootstrap_speed_ci95': [bootstrap[249], bootstrap[9749]],\n 'statistically_tied': bootstrap[249] <= 1 <= bootstrap[9749],\n }\n# Detect replacement during measurement instead of silently mixing binaries.\nfor name, path in ENGINES.items():\n assert digest(path) == evidence['executables'][name]['sha256']\nassert digest(SCRIPT) == evidence['script_sha256']\nevidence['summary'] = summary\nevidence['status'] = 'complete'\nwrite()\nprint(json.dumps(summary, indent=2), flush=True)\n", + "limitations": "Dirty-source revision diagnostic, not the clean-source acceptance matrix. Benchmark fixed on CPU 0; some local verification ran on CPUs 2-15 concurrently. Throughput counts fresh worker processes including setup/warmup, not JavaScript operations." +} diff --git a/benchmarks/results/m3-pc-cursor-scalar-loop-recheck.json b/benchmarks/results/m3-pc-cursor-scalar-loop-recheck.json new file mode 100644 index 000000000..68d72d595 --- /dev/null +++ b/benchmarks/results/m3-pc-cursor-scalar-loop-recheck.json @@ -0,0 +1,9409 @@ +{ + "status": "complete", + "workload": "scalar-loop", + "warmups": 5, + "pairs_per_mode": 60, + "cpu_affinity": [ + 0 + ], + "bootstrap_resamples": 10000, + "source_dirty": true, + "executables": { + "baseline": { + "path": "/tmp/jit-pc-cursor-baseline/jit-bench", + "sha256": "85e999b748efb30dec40b27938fab9d457b0258931997398b22f43032e3cd26b" + }, + "candidate": { + "path": "/home/jason/work/quickjs-jit/target/release/jit-bench", + "sha256": "b47e850e2a4e7c1225cf2c81c0285d6d236442dca6ed67a8fe2d1306e5c7fe0b" + } + }, + "driver_source": "import hashlib, json, os, random, statistics, subprocess\nfrom pathlib import Path\nos.sched_setaffinity(0, {0})\nengines = {\"baseline\": \"/tmp/jit-pc-cursor-baseline/jit-bench\", \"candidate\": \"/home/jason/work/quickjs-jit/target/release/jit-bench\"}\nscript = \"/home/jason/work/quickjs-jit/benchmarks/scripts/scalar-loop.js\"\nrows = {mode: [] for mode in [\"tier2\", \"automatic\"]}\ndef run(engine, mode):\n return json.loads(subprocess.check_output([engines[engine], \"worker\", \"--mode\", mode, \"--script\", script], text=True))\nfor index in range(65):\n for mode in rows:\n order = list(engines) if index % 2 else list(reversed(engines))\n row = {engine: run(engine, mode) for engine in order}\n assert row[\"baseline\"][\"checksum\"] == row[\"candidate\"][\"checksum\"]\n assert all(r[\"native_entries\"] == r[\"native_exits\"] for r in row.values())\n if index >= 5: rows[mode].append(row)\nsummary = {}\nfor mode, pairs in rows.items():\n a = [r[\"baseline\"][\"elapsed_ns\"] for r in pairs]\n b = [r[\"candidate\"][\"elapsed_ns\"] for r in pairs]\n rng = random.Random(20260905)\n boot = []\n for _ in range(10000):\n ids = [rng.randrange(len(pairs)) for _ in pairs]\n boot.append(statistics.median(a[i] for i in ids) / statistics.median(b[i] for i in ids))\n boot.sort()\n summary[mode] = {\"speed\": statistics.median(a) / statistics.median(b), \"ci95\": [boot[249], boot[9749]]}\nreport = {\"status\": \"complete\", \"workload\": \"scalar-loop\", \"warmups\": 5, \"pairs_per_mode\": 60, \"cpu_affinity\": [0], \"bootstrap_resamples\": 10000, \"source_dirty\": True, \"executables\": {k: {\"path\": v, \"sha256\": hashlib.sha256(Path(v).read_bytes()).hexdigest()} for k,v in engines.items()}, \"driver_source\": Path(__file__).read_text(), \"script_sha256\": hashlib.sha256(Path(script).read_bytes()).hexdigest(), \"pairs\": rows, \"summary\": summary}\nPath(\"/tmp/jit-pc-cursor-scalar-loop-recheck.json\").write_text(json.dumps(report, indent=2)+\"\\n\")\nprint(json.dumps(summary, indent=2), flush=True)\n", + "script_sha256": "db9037d16bf51a21a033ddc5901eac1a70a80c51628a5a5a937327faf0ed8a45", + "pairs": { + "tier2": [ + { + "baseline": { + "elapsed_ns": 26771, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228673, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10006528, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6391722, + "runtime_create_ns": 26860, + "jit_attach_ns": 52048, + "context_create_ns": 103529, + "definition_eval_ns": 43526, + "first_eval_ns": 222344, + "threshold_crossing_ns": 5885510, + "compile_ns": 5495088, + "install_ns": 48340, + "osr_ns": 0, + "steady_state_ns": 26771 + } + }, + "candidate": { + "elapsed_ns": 32332, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 226812, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10010624, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6289125, + "runtime_create_ns": 28817, + "jit_attach_ns": 57304, + "context_create_ns": 112495, + "definition_eval_ns": 54409, + "first_eval_ns": 235303, + "threshold_crossing_ns": 5733922, + "compile_ns": 5390923, + "install_ns": 44830, + "osr_ns": 0, + "steady_state_ns": 32332 + } + } + }, + { + "candidate": { + "elapsed_ns": 27053, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 251979, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9875456, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 5799471, + "runtime_create_ns": 24304, + "jit_attach_ns": 48756, + "context_create_ns": 101619, + "definition_eval_ns": 35747, + "first_eval_ns": 222515, + "threshold_crossing_ns": 5311014, + "compile_ns": 4949952, + "install_ns": 44316, + "osr_ns": 0, + "steady_state_ns": 27053 + } + }, + "baseline": { + "elapsed_ns": 26699, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229875, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9891840, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 5895329, + "runtime_create_ns": 30694, + "jit_attach_ns": 57428, + "context_create_ns": 118629, + "definition_eval_ns": 55566, + "first_eval_ns": 229730, + "threshold_crossing_ns": 5345403, + "compile_ns": 4992285, + "install_ns": 45485, + "osr_ns": 0, + "steady_state_ns": 26699 + } + } + }, + { + "baseline": { + "elapsed_ns": 33131, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 224562, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6748149, + "runtime_create_ns": 27884, + "jit_attach_ns": 58019, + "context_create_ns": 108418, + "definition_eval_ns": 42763, + "first_eval_ns": 222368, + "threshold_crossing_ns": 6224549, + "compile_ns": 5874419, + "install_ns": 47525, + "osr_ns": 0, + "steady_state_ns": 33131 + } + }, + "candidate": { + "elapsed_ns": 31575, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 230518, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6785897, + "runtime_create_ns": 28752, + "jit_attach_ns": 62209, + "context_create_ns": 121448, + "definition_eval_ns": 50650, + "first_eval_ns": 236467, + "threshold_crossing_ns": 6216404, + "compile_ns": 5803383, + "install_ns": 56998, + "osr_ns": 0, + "steady_state_ns": 31575 + } + } + }, + { + "candidate": { + "elapsed_ns": 27561, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 247605, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9920512, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6576915, + "runtime_create_ns": 28860, + "jit_attach_ns": 61316, + "context_create_ns": 107638, + "definition_eval_ns": 52388, + "first_eval_ns": 227953, + "threshold_crossing_ns": 6037737, + "compile_ns": 5575887, + "install_ns": 53453, + "osr_ns": 0, + "steady_state_ns": 27561 + } + }, + "baseline": { + "elapsed_ns": 26659, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 230129, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9842688, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6344046, + "runtime_create_ns": 34526, + "jit_attach_ns": 66625, + "context_create_ns": 109091, + "definition_eval_ns": 54006, + "first_eval_ns": 239737, + "threshold_crossing_ns": 5779596, + "compile_ns": 5395644, + "install_ns": 48820, + "osr_ns": 0, + "steady_state_ns": 26659 + } + } + }, + { + "baseline": { + "elapsed_ns": 27115, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228308, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9793536, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6727337, + "runtime_create_ns": 28005, + "jit_attach_ns": 64103, + "context_create_ns": 115517, + "definition_eval_ns": 52903, + "first_eval_ns": 224564, + "threshold_crossing_ns": 6184218, + "compile_ns": 5686870, + "install_ns": 54103, + "osr_ns": 0, + "steady_state_ns": 27115 + } + }, + "candidate": { + "elapsed_ns": 27407, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 234027, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10063872, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6551648, + "runtime_create_ns": 26218, + "jit_attach_ns": 68503, + "context_create_ns": 115338, + "definition_eval_ns": 58779, + "first_eval_ns": 237640, + "threshold_crossing_ns": 5977572, + "compile_ns": 5561169, + "install_ns": 55238, + "osr_ns": 0, + "steady_state_ns": 27407 + } + } + }, + { + "candidate": { + "elapsed_ns": 27189, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 231898, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9912320, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6419674, + "runtime_create_ns": 28382, + "jit_attach_ns": 58676, + "context_create_ns": 107767, + "definition_eval_ns": 44555, + "first_eval_ns": 226722, + "threshold_crossing_ns": 5894925, + "compile_ns": 5571181, + "install_ns": 42844, + "osr_ns": 0, + "steady_state_ns": 27189 + } + }, + "baseline": { + "elapsed_ns": 27401, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 235051, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9850880, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6893778, + "runtime_create_ns": 32941, + "jit_attach_ns": 63165, + "context_create_ns": 108314, + "definition_eval_ns": 52835, + "first_eval_ns": 236216, + "threshold_crossing_ns": 6339097, + "compile_ns": 5914523, + "install_ns": 49510, + "osr_ns": 0, + "steady_state_ns": 27401 + } + } + }, + { + "baseline": { + "elapsed_ns": 27546, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227315, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9912320, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6317370, + "runtime_create_ns": 27543, + "jit_attach_ns": 60121, + "context_create_ns": 119963, + "definition_eval_ns": 52927, + "first_eval_ns": 234303, + "threshold_crossing_ns": 5761639, + "compile_ns": 5381172, + "install_ns": 45176, + "osr_ns": 0, + "steady_state_ns": 27546 + } + }, + "candidate": { + "elapsed_ns": 27638, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 244358, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9945088, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6376108, + "runtime_create_ns": 30484, + "jit_attach_ns": 69708, + "context_create_ns": 110916, + "definition_eval_ns": 51600, + "first_eval_ns": 239175, + "threshold_crossing_ns": 5812051, + "compile_ns": 5449634, + "install_ns": 47454, + "osr_ns": 0, + "steady_state_ns": 27638 + } + } + }, + { + "candidate": { + "elapsed_ns": 27553, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227344, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9945088, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6377566, + "runtime_create_ns": 28849, + "jit_attach_ns": 59010, + "context_create_ns": 103379, + "definition_eval_ns": 42587, + "first_eval_ns": 233046, + "threshold_crossing_ns": 5852735, + "compile_ns": 5502400, + "install_ns": 46824, + "osr_ns": 0, + "steady_state_ns": 27553 + } + }, + "baseline": { + "elapsed_ns": 26746, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228922, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9834496, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7239964, + "runtime_create_ns": 31834, + "jit_attach_ns": 66689, + "context_create_ns": 109646, + "definition_eval_ns": 53166, + "first_eval_ns": 245873, + "threshold_crossing_ns": 6671809, + "compile_ns": 6236511, + "install_ns": 47848, + "osr_ns": 0, + "steady_state_ns": 26746 + } + } + }, + { + "baseline": { + "elapsed_ns": 27128, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 252849, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9904128, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7115725, + "runtime_create_ns": 28436, + "jit_attach_ns": 55667, + "context_create_ns": 105646, + "definition_eval_ns": 46237, + "first_eval_ns": 223664, + "threshold_crossing_ns": 6598674, + "compile_ns": 6229165, + "install_ns": 48644, + "osr_ns": 0, + "steady_state_ns": 27128 + } + }, + "candidate": { + "elapsed_ns": 27601, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227592, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9920512, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6602318, + "runtime_create_ns": 27039, + "jit_attach_ns": 61833, + "context_create_ns": 113933, + "definition_eval_ns": 62799, + "first_eval_ns": 242496, + "threshold_crossing_ns": 6029608, + "compile_ns": 5603926, + "install_ns": 52852, + "osr_ns": 0, + "steady_state_ns": 27601 + } + } + }, + { + "candidate": { + "elapsed_ns": 32008, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 225215, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9973760, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6287326, + "runtime_create_ns": 26956, + "jit_attach_ns": 59162, + "context_create_ns": 106365, + "definition_eval_ns": 48680, + "first_eval_ns": 235023, + "threshold_crossing_ns": 5747715, + "compile_ns": 5327787, + "install_ns": 44764, + "osr_ns": 0, + "steady_state_ns": 32008 + } + }, + "baseline": { + "elapsed_ns": 26895, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 236622, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9846784, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6426804, + "runtime_create_ns": 32322, + "jit_attach_ns": 64513, + "context_create_ns": 108851, + "definition_eval_ns": 67409, + "first_eval_ns": 264865, + "threshold_crossing_ns": 5826777, + "compile_ns": 5395060, + "install_ns": 45804, + "osr_ns": 0, + "steady_state_ns": 26895 + } + } + }, + { + "baseline": { + "elapsed_ns": 26673, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 236644, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10010624, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6610543, + "runtime_create_ns": 25331, + "jit_attach_ns": 62990, + "context_create_ns": 103993, + "definition_eval_ns": 39769, + "first_eval_ns": 223051, + "threshold_crossing_ns": 6099893, + "compile_ns": 5740832, + "install_ns": 42504, + "osr_ns": 0, + "steady_state_ns": 26673 + } + }, + "candidate": { + "elapsed_ns": 27281, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228255, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10022912, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6320351, + "runtime_create_ns": 30765, + "jit_attach_ns": 57921, + "context_create_ns": 106925, + "definition_eval_ns": 52845, + "first_eval_ns": 238078, + "threshold_crossing_ns": 5771311, + "compile_ns": 5375887, + "install_ns": 48261, + "osr_ns": 0, + "steady_state_ns": 27281 + } + } + }, + { + "candidate": { + "elapsed_ns": 27388, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227256, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9916416, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7127258, + "runtime_create_ns": 30589, + "jit_attach_ns": 59886, + "context_create_ns": 130649, + "definition_eval_ns": 47684, + "first_eval_ns": 227588, + "threshold_crossing_ns": 6571583, + "compile_ns": 6214874, + "install_ns": 44872, + "osr_ns": 0, + "steady_state_ns": 27388 + } + }, + "baseline": { + "elapsed_ns": 27337, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228187, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9936896, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6897091, + "runtime_create_ns": 28932, + "jit_attach_ns": 60818, + "context_create_ns": 113387, + "definition_eval_ns": 58348, + "first_eval_ns": 239525, + "threshold_crossing_ns": 6327993, + "compile_ns": 5909733, + "install_ns": 48044, + "osr_ns": 0, + "steady_state_ns": 27337 + } + } + }, + { + "baseline": { + "elapsed_ns": 27457, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 236561, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6429052, + "runtime_create_ns": 28021, + "jit_attach_ns": 55529, + "context_create_ns": 102187, + "definition_eval_ns": 45748, + "first_eval_ns": 227993, + "threshold_crossing_ns": 5910170, + "compile_ns": 5477919, + "install_ns": 47601, + "osr_ns": 0, + "steady_state_ns": 27457 + } + }, + "candidate": { + "elapsed_ns": 27391, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 242559, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9994240, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6027592, + "runtime_create_ns": 29917, + "jit_attach_ns": 60395, + "context_create_ns": 107769, + "definition_eval_ns": 50471, + "first_eval_ns": 234462, + "threshold_crossing_ns": 5483438, + "compile_ns": 5173526, + "install_ns": 49091, + "osr_ns": 0, + "steady_state_ns": 27391 + } + } + }, + { + "candidate": { + "elapsed_ns": 32593, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 222660, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9887744, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6383490, + "runtime_create_ns": 27831, + "jit_attach_ns": 57394, + "context_create_ns": 110256, + "definition_eval_ns": 47365, + "first_eval_ns": 225874, + "threshold_crossing_ns": 5852146, + "compile_ns": 5489000, + "install_ns": 44611, + "osr_ns": 0, + "steady_state_ns": 32593 + } + }, + "baseline": { + "elapsed_ns": 40504, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 215173, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9916416, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6355923, + "runtime_create_ns": 29071, + "jit_attach_ns": 63606, + "context_create_ns": 112770, + "definition_eval_ns": 60816, + "first_eval_ns": 240006, + "threshold_crossing_ns": 5771333, + "compile_ns": 5377289, + "install_ns": 48852, + "osr_ns": 0, + "steady_state_ns": 40504 + } + } + }, + { + "baseline": { + "elapsed_ns": 27026, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 234878, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6425710, + "runtime_create_ns": 26681, + "jit_attach_ns": 63386, + "context_create_ns": 108700, + "definition_eval_ns": 48479, + "first_eval_ns": 230928, + "threshold_crossing_ns": 5884817, + "compile_ns": 5520376, + "install_ns": 51808, + "osr_ns": 0, + "steady_state_ns": 27026 + } + }, + "candidate": { + "elapsed_ns": 27270, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 235671, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9994240, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6514124, + "runtime_create_ns": 25952, + "jit_attach_ns": 64994, + "context_create_ns": 113429, + "definition_eval_ns": 58033, + "first_eval_ns": 234227, + "threshold_crossing_ns": 5950231, + "compile_ns": 5583756, + "install_ns": 45727, + "osr_ns": 0, + "steady_state_ns": 27270 + } + } + }, + { + "candidate": { + "elapsed_ns": 27144, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228475, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9953280, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6222222, + "runtime_create_ns": 27414, + "jit_attach_ns": 58466, + "context_create_ns": 103790, + "definition_eval_ns": 42328, + "first_eval_ns": 222280, + "threshold_crossing_ns": 5710113, + "compile_ns": 5370478, + "install_ns": 46423, + "osr_ns": 0, + "steady_state_ns": 27144 + } + }, + "baseline": { + "elapsed_ns": 26874, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229033, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6324132, + "runtime_create_ns": 36796, + "jit_attach_ns": 60215, + "context_create_ns": 110495, + "definition_eval_ns": 60168, + "first_eval_ns": 242738, + "threshold_crossing_ns": 5752710, + "compile_ns": 5371650, + "install_ns": 47889, + "osr_ns": 0, + "steady_state_ns": 26874 + } + } + }, + { + "baseline": { + "elapsed_ns": 26736, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229558, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10006528, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7237506, + "runtime_create_ns": 30205, + "jit_attach_ns": 54977, + "context_create_ns": 106703, + "definition_eval_ns": 45807, + "first_eval_ns": 223582, + "threshold_crossing_ns": 6716751, + "compile_ns": 6324268, + "install_ns": 52359, + "osr_ns": 0, + "steady_state_ns": 26736 + } + }, + "candidate": { + "elapsed_ns": 27143, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229038, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9793536, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6582737, + "runtime_create_ns": 29337, + "jit_attach_ns": 68763, + "context_create_ns": 114914, + "definition_eval_ns": 58902, + "first_eval_ns": 255230, + "threshold_crossing_ns": 5995554, + "compile_ns": 5591619, + "install_ns": 46637, + "osr_ns": 0, + "steady_state_ns": 27143 + } + } + }, + { + "candidate": { + "elapsed_ns": 27484, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229115, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9949184, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6533951, + "runtime_create_ns": 26018, + "jit_attach_ns": 54396, + "context_create_ns": 107957, + "definition_eval_ns": 44965, + "first_eval_ns": 230200, + "threshold_crossing_ns": 6012704, + "compile_ns": 5703863, + "install_ns": 46026, + "osr_ns": 0, + "steady_state_ns": 27484 + } + }, + "baseline": { + "elapsed_ns": 27060, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229031, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9936896, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6628329, + "runtime_create_ns": 29818, + "jit_attach_ns": 65165, + "context_create_ns": 116756, + "definition_eval_ns": 60480, + "first_eval_ns": 240492, + "threshold_crossing_ns": 6054635, + "compile_ns": 5694542, + "install_ns": 45528, + "osr_ns": 0, + "steady_state_ns": 27060 + } + } + }, + { + "baseline": { + "elapsed_ns": 26919, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 248545, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9949184, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6438312, + "runtime_create_ns": 27648, + "jit_attach_ns": 56878, + "context_create_ns": 118153, + "definition_eval_ns": 43984, + "first_eval_ns": 229054, + "threshold_crossing_ns": 5905916, + "compile_ns": 5535126, + "install_ns": 49730, + "osr_ns": 0, + "steady_state_ns": 26919 + } + }, + "candidate": { + "elapsed_ns": 27198, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228868, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6522022, + "runtime_create_ns": 31720, + "jit_attach_ns": 59981, + "context_create_ns": 110148, + "definition_eval_ns": 55273, + "first_eval_ns": 234958, + "threshold_crossing_ns": 5966226, + "compile_ns": 5585924, + "install_ns": 48041, + "osr_ns": 0, + "steady_state_ns": 27198 + } + } + }, + { + "candidate": { + "elapsed_ns": 32037, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228438, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10067968, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6658323, + "runtime_create_ns": 27831, + "jit_attach_ns": 59226, + "context_create_ns": 108844, + "definition_eval_ns": 45157, + "first_eval_ns": 228981, + "threshold_crossing_ns": 6125250, + "compile_ns": 5694938, + "install_ns": 48675, + "osr_ns": 0, + "steady_state_ns": 32037 + } + }, + "baseline": { + "elapsed_ns": 26920, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228919, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9965568, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6342188, + "runtime_create_ns": 34213, + "jit_attach_ns": 69275, + "context_create_ns": 111977, + "definition_eval_ns": 63363, + "first_eval_ns": 231389, + "threshold_crossing_ns": 5771538, + "compile_ns": 5433482, + "install_ns": 53072, + "osr_ns": 0, + "steady_state_ns": 26920 + } + } + }, + { + "baseline": { + "elapsed_ns": 26855, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 234021, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9846784, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6726946, + "runtime_create_ns": 29843, + "jit_attach_ns": 56723, + "context_create_ns": 104660, + "definition_eval_ns": 39930, + "first_eval_ns": 231571, + "threshold_crossing_ns": 6205219, + "compile_ns": 5806499, + "install_ns": 41887, + "osr_ns": 0, + "steady_state_ns": 26855 + } + }, + "candidate": { + "elapsed_ns": 31464, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233108, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10006528, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7026216, + "runtime_create_ns": 27944, + "jit_attach_ns": 59910, + "context_create_ns": 113161, + "definition_eval_ns": 54944, + "first_eval_ns": 233309, + "threshold_crossing_ns": 6471117, + "compile_ns": 6081106, + "install_ns": 45183, + "osr_ns": 0, + "steady_state_ns": 31464 + } + } + }, + { + "candidate": { + "elapsed_ns": 27471, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228048, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9826304, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6426790, + "runtime_create_ns": 26928, + "jit_attach_ns": 53707, + "context_create_ns": 109029, + "definition_eval_ns": 45683, + "first_eval_ns": 233396, + "threshold_crossing_ns": 5900365, + "compile_ns": 5500397, + "install_ns": 45946, + "osr_ns": 0, + "steady_state_ns": 27471 + } + }, + "baseline": { + "elapsed_ns": 26962, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227846, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6465746, + "runtime_create_ns": 30651, + "jit_attach_ns": 57210, + "context_create_ns": 139874, + "definition_eval_ns": 52485, + "first_eval_ns": 236003, + "threshold_crossing_ns": 5889832, + "compile_ns": 5552397, + "install_ns": 47566, + "osr_ns": 0, + "steady_state_ns": 26962 + } + } + }, + { + "baseline": { + "elapsed_ns": 26389, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228591, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 5943066, + "runtime_create_ns": 26272, + "jit_attach_ns": 58858, + "context_create_ns": 105716, + "definition_eval_ns": 41497, + "first_eval_ns": 221289, + "threshold_crossing_ns": 5428890, + "compile_ns": 5075259, + "install_ns": 44075, + "osr_ns": 0, + "steady_state_ns": 26389 + } + }, + "candidate": { + "elapsed_ns": 27230, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228181, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9961472, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6294896, + "runtime_create_ns": 27775, + "jit_attach_ns": 57892, + "context_create_ns": 107922, + "definition_eval_ns": 47138, + "first_eval_ns": 251058, + "threshold_crossing_ns": 5744164, + "compile_ns": 5358360, + "install_ns": 42149, + "osr_ns": 0, + "steady_state_ns": 27230 + } + } + }, + { + "candidate": { + "elapsed_ns": 31638, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 286136, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9871360, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6631120, + "runtime_create_ns": 28461, + "jit_attach_ns": 70164, + "context_create_ns": 102277, + "definition_eval_ns": 38428, + "first_eval_ns": 225088, + "threshold_crossing_ns": 6104355, + "compile_ns": 5700650, + "install_ns": 44071, + "osr_ns": 0, + "steady_state_ns": 31638 + } + }, + "baseline": { + "elapsed_ns": 28365, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 239211, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9916416, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6049285, + "runtime_create_ns": 33769, + "jit_attach_ns": 62765, + "context_create_ns": 110011, + "definition_eval_ns": 51150, + "first_eval_ns": 232230, + "threshold_crossing_ns": 5498448, + "compile_ns": 5190694, + "install_ns": 45952, + "osr_ns": 0, + "steady_state_ns": 28365 + } + } + }, + { + "baseline": { + "elapsed_ns": 26989, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228072, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10010624, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6405952, + "runtime_create_ns": 32957, + "jit_attach_ns": 50117, + "context_create_ns": 104517, + "definition_eval_ns": 37124, + "first_eval_ns": 223693, + "threshold_crossing_ns": 5901798, + "compile_ns": 5558261, + "install_ns": 42357, + "osr_ns": 0, + "steady_state_ns": 26989 + } + }, + "candidate": { + "elapsed_ns": 27675, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 237807, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9961472, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7068957, + "runtime_create_ns": 25044, + "jit_attach_ns": 53721, + "context_create_ns": 107790, + "definition_eval_ns": 48014, + "first_eval_ns": 228108, + "threshold_crossing_ns": 6544830, + "compile_ns": 6204618, + "install_ns": 45494, + "osr_ns": 0, + "steady_state_ns": 27675 + } + } + }, + { + "candidate": { + "elapsed_ns": 27398, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233163, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9916416, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6467946, + "runtime_create_ns": 25203, + "jit_attach_ns": 55016, + "context_create_ns": 103839, + "definition_eval_ns": 44918, + "first_eval_ns": 255420, + "threshold_crossing_ns": 5927411, + "compile_ns": 5520915, + "install_ns": 43508, + "osr_ns": 0, + "steady_state_ns": 27398 + } + }, + "baseline": { + "elapsed_ns": 28746, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 239316, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9854976, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6467972, + "runtime_create_ns": 31952, + "jit_attach_ns": 59957, + "context_create_ns": 110318, + "definition_eval_ns": 57916, + "first_eval_ns": 245914, + "threshold_crossing_ns": 5899234, + "compile_ns": 5556581, + "install_ns": 46049, + "osr_ns": 0, + "steady_state_ns": 28746 + } + } + }, + { + "baseline": { + "elapsed_ns": 27749, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233900, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10072064, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6245848, + "runtime_create_ns": 23973, + "jit_attach_ns": 53352, + "context_create_ns": 101532, + "definition_eval_ns": 39473, + "first_eval_ns": 232070, + "threshold_crossing_ns": 5735941, + "compile_ns": 5293981, + "install_ns": 45038, + "osr_ns": 0, + "steady_state_ns": 27749 + } + }, + "candidate": { + "elapsed_ns": 27365, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228257, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9961472, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6327922, + "runtime_create_ns": 27288, + "jit_attach_ns": 60552, + "context_create_ns": 113710, + "definition_eval_ns": 57521, + "first_eval_ns": 245490, + "threshold_crossing_ns": 5763315, + "compile_ns": 5353592, + "install_ns": 45457, + "osr_ns": 0, + "steady_state_ns": 27365 + } + } + }, + { + "candidate": { + "elapsed_ns": 27661, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227917, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9846784, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6126912, + "runtime_create_ns": 25993, + "jit_attach_ns": 62191, + "context_create_ns": 100905, + "definition_eval_ns": 42175, + "first_eval_ns": 224716, + "threshold_crossing_ns": 5613504, + "compile_ns": 5259244, + "install_ns": 41971, + "osr_ns": 0, + "steady_state_ns": 27661 + } + }, + "baseline": { + "elapsed_ns": 27097, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227542, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9859072, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6082394, + "runtime_create_ns": 28300, + "jit_attach_ns": 54570, + "context_create_ns": 105155, + "definition_eval_ns": 51872, + "first_eval_ns": 239436, + "threshold_crossing_ns": 5544998, + "compile_ns": 5182845, + "install_ns": 49261, + "osr_ns": 0, + "steady_state_ns": 27097 + } + } + }, + { + "baseline": { + "elapsed_ns": 27253, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228586, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9957376, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6814750, + "runtime_create_ns": 25664, + "jit_attach_ns": 53408, + "context_create_ns": 106174, + "definition_eval_ns": 50234, + "first_eval_ns": 225307, + "threshold_crossing_ns": 6297268, + "compile_ns": 5950453, + "install_ns": 42650, + "osr_ns": 0, + "steady_state_ns": 27253 + } + }, + "candidate": { + "elapsed_ns": 27233, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228196, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9969664, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6636992, + "runtime_create_ns": 28716, + "jit_attach_ns": 55672, + "context_create_ns": 107797, + "definition_eval_ns": 50092, + "first_eval_ns": 238646, + "threshold_crossing_ns": 6094731, + "compile_ns": 5739898, + "install_ns": 46587, + "osr_ns": 0, + "steady_state_ns": 27233 + } + } + }, + { + "candidate": { + "elapsed_ns": 27394, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228513, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9842688, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6101960, + "runtime_create_ns": 26095, + "jit_attach_ns": 55661, + "context_create_ns": 102667, + "definition_eval_ns": 44774, + "first_eval_ns": 222532, + "threshold_crossing_ns": 5593598, + "compile_ns": 5299164, + "install_ns": 42080, + "osr_ns": 0, + "steady_state_ns": 27394 + } + }, + "baseline": { + "elapsed_ns": 27017, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 234012, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6247220, + "runtime_create_ns": 30135, + "jit_attach_ns": 59143, + "context_create_ns": 107427, + "definition_eval_ns": 46070, + "first_eval_ns": 225306, + "threshold_crossing_ns": 5721304, + "compile_ns": 5369125, + "install_ns": 47689, + "osr_ns": 0, + "steady_state_ns": 27017 + } + } + }, + { + "baseline": { + "elapsed_ns": 27100, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227307, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9940992, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 5919612, + "runtime_create_ns": 25855, + "jit_attach_ns": 52021, + "context_create_ns": 104168, + "definition_eval_ns": 39541, + "first_eval_ns": 221281, + "threshold_crossing_ns": 5421010, + "compile_ns": 5083902, + "install_ns": 44219, + "osr_ns": 0, + "steady_state_ns": 27100 + } + }, + "candidate": { + "elapsed_ns": 26806, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227929, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9957376, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6071274, + "runtime_create_ns": 25288, + "jit_attach_ns": 57037, + "context_create_ns": 106758, + "definition_eval_ns": 53296, + "first_eval_ns": 228823, + "threshold_crossing_ns": 5532783, + "compile_ns": 5155136, + "install_ns": 51866, + "osr_ns": 0, + "steady_state_ns": 26806 + } + } + }, + { + "candidate": { + "elapsed_ns": 27365, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 237988, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9871360, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6890833, + "runtime_create_ns": 25665, + "jit_attach_ns": 56608, + "context_create_ns": 109800, + "definition_eval_ns": 45799, + "first_eval_ns": 222066, + "threshold_crossing_ns": 6373774, + "compile_ns": 6000534, + "install_ns": 45336, + "osr_ns": 0, + "steady_state_ns": 27365 + } + }, + "baseline": { + "elapsed_ns": 27342, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 223052, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9842688, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6802575, + "runtime_create_ns": 33193, + "jit_attach_ns": 60402, + "context_create_ns": 129239, + "definition_eval_ns": 52468, + "first_eval_ns": 240606, + "threshold_crossing_ns": 6222140, + "compile_ns": 5841443, + "install_ns": 48559, + "osr_ns": 0, + "steady_state_ns": 27342 + } + } + }, + { + "baseline": { + "elapsed_ns": 40617, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 218583, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9969664, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6483618, + "runtime_create_ns": 26082, + "jit_attach_ns": 55550, + "context_create_ns": 106762, + "definition_eval_ns": 39907, + "first_eval_ns": 219952, + "threshold_crossing_ns": 5964859, + "compile_ns": 5594613, + "install_ns": 43856, + "osr_ns": 0, + "steady_state_ns": 40617 + } + }, + "candidate": { + "elapsed_ns": 27608, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 232456, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9887744, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6465185, + "runtime_create_ns": 29233, + "jit_attach_ns": 61728, + "context_create_ns": 107305, + "definition_eval_ns": 49461, + "first_eval_ns": 238777, + "threshold_crossing_ns": 5917842, + "compile_ns": 5555300, + "install_ns": 61712, + "osr_ns": 0, + "steady_state_ns": 27608 + } + } + }, + { + "candidate": { + "elapsed_ns": 28403, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233010, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6223936, + "runtime_create_ns": 24064, + "jit_attach_ns": 53757, + "context_create_ns": 103374, + "definition_eval_ns": 44822, + "first_eval_ns": 221999, + "threshold_crossing_ns": 5717005, + "compile_ns": 5329927, + "install_ns": 44123, + "osr_ns": 0, + "steady_state_ns": 28403 + } + }, + "baseline": { + "elapsed_ns": 27125, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 230610, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6443163, + "runtime_create_ns": 26883, + "jit_attach_ns": 56681, + "context_create_ns": 109456, + "definition_eval_ns": 61927, + "first_eval_ns": 229068, + "threshold_crossing_ns": 5899298, + "compile_ns": 5519808, + "install_ns": 46548, + "osr_ns": 0, + "steady_state_ns": 27125 + } + } + }, + { + "baseline": { + "elapsed_ns": 27068, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 231784, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9936896, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 5753498, + "runtime_create_ns": 27566, + "jit_attach_ns": 60333, + "context_create_ns": 104539, + "definition_eval_ns": 38803, + "first_eval_ns": 216537, + "threshold_crossing_ns": 5250881, + "compile_ns": 4951102, + "install_ns": 40913, + "osr_ns": 0, + "steady_state_ns": 27068 + } + }, + "candidate": { + "elapsed_ns": 34309, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 225745, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9957376, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 5937125, + "runtime_create_ns": 26438, + "jit_attach_ns": 54713, + "context_create_ns": 108634, + "definition_eval_ns": 54590, + "first_eval_ns": 229426, + "threshold_crossing_ns": 5395767, + "compile_ns": 5074608, + "install_ns": 52083, + "osr_ns": 0, + "steady_state_ns": 34309 + } + } + }, + { + "candidate": { + "elapsed_ns": 27044, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227507, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10010624, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6901448, + "runtime_create_ns": 23851, + "jit_attach_ns": 53127, + "context_create_ns": 110462, + "definition_eval_ns": 47162, + "first_eval_ns": 230804, + "threshold_crossing_ns": 6379228, + "compile_ns": 6002923, + "install_ns": 44184, + "osr_ns": 0, + "steady_state_ns": 27044 + } + }, + "baseline": { + "elapsed_ns": 26573, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229196, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9949184, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6923031, + "runtime_create_ns": 28188, + "jit_attach_ns": 54731, + "context_create_ns": 108053, + "definition_eval_ns": 50740, + "first_eval_ns": 243327, + "threshold_crossing_ns": 6381434, + "compile_ns": 5982222, + "install_ns": 42933, + "osr_ns": 0, + "steady_state_ns": 26573 + } + } + }, + { + "baseline": { + "elapsed_ns": 26732, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 232011, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10084352, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6406415, + "runtime_create_ns": 25370, + "jit_attach_ns": 59108, + "context_create_ns": 109468, + "definition_eval_ns": 44054, + "first_eval_ns": 221538, + "threshold_crossing_ns": 5885842, + "compile_ns": 5454074, + "install_ns": 48130, + "osr_ns": 0, + "steady_state_ns": 26732 + } + }, + "candidate": { + "elapsed_ns": 27290, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 245938, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6276380, + "runtime_create_ns": 26271, + "jit_attach_ns": 58142, + "context_create_ns": 111867, + "definition_eval_ns": 56982, + "first_eval_ns": 236376, + "threshold_crossing_ns": 5724502, + "compile_ns": 5369306, + "install_ns": 44938, + "osr_ns": 0, + "steady_state_ns": 27290 + } + } + }, + { + "candidate": { + "elapsed_ns": 27055, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 240708, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9965568, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6232936, + "runtime_create_ns": 24402, + "jit_attach_ns": 52603, + "context_create_ns": 106856, + "definition_eval_ns": 47420, + "first_eval_ns": 223283, + "threshold_crossing_ns": 5721678, + "compile_ns": 5348725, + "install_ns": 41104, + "osr_ns": 0, + "steady_state_ns": 27055 + } + }, + "baseline": { + "elapsed_ns": 26831, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 231220, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6024573, + "runtime_create_ns": 29936, + "jit_attach_ns": 57247, + "context_create_ns": 107806, + "definition_eval_ns": 48541, + "first_eval_ns": 225127, + "threshold_crossing_ns": 5496992, + "compile_ns": 5146169, + "install_ns": 44776, + "osr_ns": 0, + "steady_state_ns": 26831 + } + } + }, + { + "baseline": { + "elapsed_ns": 35464, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 238216, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9977856, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6426323, + "runtime_create_ns": 25476, + "jit_attach_ns": 55493, + "context_create_ns": 106911, + "definition_eval_ns": 44485, + "first_eval_ns": 224487, + "threshold_crossing_ns": 5901392, + "compile_ns": 5497169, + "install_ns": 46400, + "osr_ns": 0, + "steady_state_ns": 35464 + } + }, + "candidate": { + "elapsed_ns": 27254, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 240666, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9850880, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6054674, + "runtime_create_ns": 30441, + "jit_attach_ns": 58920, + "context_create_ns": 116133, + "definition_eval_ns": 51311, + "first_eval_ns": 230493, + "threshold_crossing_ns": 5507872, + "compile_ns": 5172264, + "install_ns": 45424, + "osr_ns": 0, + "steady_state_ns": 27254 + } + } + }, + { + "candidate": { + "elapsed_ns": 27071, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227116, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9973760, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6909395, + "runtime_create_ns": 22769, + "jit_attach_ns": 49646, + "context_create_ns": 113870, + "definition_eval_ns": 35497, + "first_eval_ns": 219749, + "threshold_crossing_ns": 6412325, + "compile_ns": 6006441, + "install_ns": 42871, + "osr_ns": 0, + "steady_state_ns": 27071 + } + }, + "baseline": { + "elapsed_ns": 26763, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 230103, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9900032, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6791843, + "runtime_create_ns": 28954, + "jit_attach_ns": 54878, + "context_create_ns": 105822, + "definition_eval_ns": 47301, + "first_eval_ns": 230868, + "threshold_crossing_ns": 6266014, + "compile_ns": 5837566, + "install_ns": 53437, + "osr_ns": 0, + "steady_state_ns": 26763 + } + } + }, + { + "baseline": { + "elapsed_ns": 26695, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 234351, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6128279, + "runtime_create_ns": 28304, + "jit_attach_ns": 54576, + "context_create_ns": 104210, + "definition_eval_ns": 42639, + "first_eval_ns": 218511, + "threshold_crossing_ns": 5623987, + "compile_ns": 5282047, + "install_ns": 48679, + "osr_ns": 0, + "steady_state_ns": 26695 + } + }, + "candidate": { + "elapsed_ns": 27551, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 298026, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10076160, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6123766, + "runtime_create_ns": 26358, + "jit_attach_ns": 60422, + "context_create_ns": 115350, + "definition_eval_ns": 56436, + "first_eval_ns": 230601, + "threshold_crossing_ns": 5569461, + "compile_ns": 5209155, + "install_ns": 48011, + "osr_ns": 0, + "steady_state_ns": 27551 + } + } + }, + { + "candidate": { + "elapsed_ns": 27521, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 238694, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9986048, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 5782836, + "runtime_create_ns": 27121, + "jit_attach_ns": 50794, + "context_create_ns": 101775, + "definition_eval_ns": 36711, + "first_eval_ns": 230704, + "threshold_crossing_ns": 5280189, + "compile_ns": 4961720, + "install_ns": 43937, + "osr_ns": 0, + "steady_state_ns": 27521 + } + }, + "baseline": { + "elapsed_ns": 26847, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 230412, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9969664, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 5859657, + "runtime_create_ns": 30232, + "jit_attach_ns": 56256, + "context_create_ns": 110842, + "definition_eval_ns": 50561, + "first_eval_ns": 228518, + "threshold_crossing_ns": 5323583, + "compile_ns": 4962361, + "install_ns": 50960, + "osr_ns": 0, + "steady_state_ns": 26847 + } + } + }, + { + "baseline": { + "elapsed_ns": 26680, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 258093, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10027008, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6166856, + "runtime_create_ns": 26383, + "jit_attach_ns": 52760, + "context_create_ns": 100697, + "definition_eval_ns": 38029, + "first_eval_ns": 221029, + "threshold_crossing_ns": 5673308, + "compile_ns": 5280400, + "install_ns": 44606, + "osr_ns": 0, + "steady_state_ns": 26680 + } + }, + "candidate": { + "elapsed_ns": 30525, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 247082, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9871360, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7214942, + "runtime_create_ns": 39003, + "jit_attach_ns": 56654, + "context_create_ns": 109790, + "definition_eval_ns": 50629, + "first_eval_ns": 230040, + "threshold_crossing_ns": 6666042, + "compile_ns": 6249509, + "install_ns": 51417, + "osr_ns": 0, + "steady_state_ns": 30525 + } + } + }, + { + "candidate": { + "elapsed_ns": 27738, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 226684, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6497823, + "runtime_create_ns": 25186, + "jit_attach_ns": 50697, + "context_create_ns": 101541, + "definition_eval_ns": 41492, + "first_eval_ns": 222882, + "threshold_crossing_ns": 5988761, + "compile_ns": 5650451, + "install_ns": 41058, + "osr_ns": 0, + "steady_state_ns": 27738 + } + }, + "baseline": { + "elapsed_ns": 26795, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 234614, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9916416, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6445715, + "runtime_create_ns": 30393, + "jit_attach_ns": 68355, + "context_create_ns": 107267, + "definition_eval_ns": 47832, + "first_eval_ns": 240541, + "threshold_crossing_ns": 5893284, + "compile_ns": 5471902, + "install_ns": 46632, + "osr_ns": 0, + "steady_state_ns": 26795 + } + } + }, + { + "baseline": { + "elapsed_ns": 26965, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233732, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9912320, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6132095, + "runtime_create_ns": 24258, + "jit_attach_ns": 54137, + "context_create_ns": 104241, + "definition_eval_ns": 42959, + "first_eval_ns": 220125, + "threshold_crossing_ns": 5630533, + "compile_ns": 5285965, + "install_ns": 57013, + "osr_ns": 0, + "steady_state_ns": 26965 + } + }, + "candidate": { + "elapsed_ns": 31992, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227314, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9871360, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6442254, + "runtime_create_ns": 25731, + "jit_attach_ns": 57748, + "context_create_ns": 108591, + "definition_eval_ns": 53113, + "first_eval_ns": 230959, + "threshold_crossing_ns": 5902099, + "compile_ns": 5499705, + "install_ns": 43423, + "osr_ns": 0, + "steady_state_ns": 31992 + } + } + }, + { + "candidate": { + "elapsed_ns": 27211, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 232062, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10022912, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6389446, + "runtime_create_ns": 23729, + "jit_attach_ns": 57520, + "context_create_ns": 105614, + "definition_eval_ns": 45074, + "first_eval_ns": 222550, + "threshold_crossing_ns": 5873523, + "compile_ns": 5473416, + "install_ns": 42461, + "osr_ns": 0, + "steady_state_ns": 27211 + } + }, + "baseline": { + "elapsed_ns": 27056, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227674, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9949184, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6327928, + "runtime_create_ns": 31892, + "jit_attach_ns": 63724, + "context_create_ns": 106330, + "definition_eval_ns": 56045, + "first_eval_ns": 242266, + "threshold_crossing_ns": 5768160, + "compile_ns": 5389644, + "install_ns": 46889, + "osr_ns": 0, + "steady_state_ns": 27056 + } + } + }, + { + "baseline": { + "elapsed_ns": 26947, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227301, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9965568, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6118431, + "runtime_create_ns": 27135, + "jit_attach_ns": 49908, + "context_create_ns": 102108, + "definition_eval_ns": 36306, + "first_eval_ns": 219252, + "threshold_crossing_ns": 5628180, + "compile_ns": 5241611, + "install_ns": 43960, + "osr_ns": 0, + "steady_state_ns": 26947 + } + }, + "candidate": { + "elapsed_ns": 27251, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233626, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9953280, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6544618, + "runtime_create_ns": 27659, + "jit_attach_ns": 56066, + "context_create_ns": 105821, + "definition_eval_ns": 47666, + "first_eval_ns": 226975, + "threshold_crossing_ns": 6022501, + "compile_ns": 5713069, + "install_ns": 43590, + "osr_ns": 0, + "steady_state_ns": 27251 + } + } + }, + { + "candidate": { + "elapsed_ns": 27140, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228593, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9871360, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6561331, + "runtime_create_ns": 24961, + "jit_attach_ns": 53007, + "context_create_ns": 103939, + "definition_eval_ns": 40326, + "first_eval_ns": 223557, + "threshold_crossing_ns": 6059421, + "compile_ns": 5639464, + "install_ns": 41361, + "osr_ns": 0, + "steady_state_ns": 27140 + } + }, + "baseline": { + "elapsed_ns": 26607, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228612, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9920512, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6267254, + "runtime_create_ns": 31540, + "jit_attach_ns": 56312, + "context_create_ns": 107746, + "definition_eval_ns": 55906, + "first_eval_ns": 235526, + "threshold_crossing_ns": 5722175, + "compile_ns": 5301901, + "install_ns": 43837, + "osr_ns": 0, + "steady_state_ns": 26607 + } + } + }, + { + "baseline": { + "elapsed_ns": 27050, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228406, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9961472, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 5928027, + "runtime_create_ns": 26287, + "jit_attach_ns": 51694, + "context_create_ns": 102238, + "definition_eval_ns": 36969, + "first_eval_ns": 214771, + "threshold_crossing_ns": 5440028, + "compile_ns": 5088639, + "install_ns": 41262, + "osr_ns": 0, + "steady_state_ns": 27050 + } + }, + "candidate": { + "elapsed_ns": 27887, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 226942, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9826304, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6342721, + "runtime_create_ns": 29437, + "jit_attach_ns": 56357, + "context_create_ns": 111014, + "definition_eval_ns": 61606, + "first_eval_ns": 231277, + "threshold_crossing_ns": 5792728, + "compile_ns": 5366396, + "install_ns": 43268, + "osr_ns": 0, + "steady_state_ns": 27887 + } + } + }, + { + "candidate": { + "elapsed_ns": 32206, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 222283, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6156234, + "runtime_create_ns": 30214, + "jit_attach_ns": 52456, + "context_create_ns": 103483, + "definition_eval_ns": 40140, + "first_eval_ns": 221608, + "threshold_crossing_ns": 5646955, + "compile_ns": 5312829, + "install_ns": 44032, + "osr_ns": 0, + "steady_state_ns": 32206 + } + }, + "baseline": { + "elapsed_ns": 27063, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228804, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9912320, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6938313, + "runtime_create_ns": 27007, + "jit_attach_ns": 60389, + "context_create_ns": 117551, + "definition_eval_ns": 59033, + "first_eval_ns": 231198, + "threshold_crossing_ns": 6383170, + "compile_ns": 6006315, + "install_ns": 47613, + "osr_ns": 0, + "steady_state_ns": 27063 + } + } + }, + { + "baseline": { + "elapsed_ns": 27391, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233709, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9854976, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6880204, + "runtime_create_ns": 33173, + "jit_attach_ns": 54134, + "context_create_ns": 101151, + "definition_eval_ns": 34806, + "first_eval_ns": 220077, + "threshold_crossing_ns": 6382099, + "compile_ns": 5954690, + "install_ns": 44586, + "osr_ns": 0, + "steady_state_ns": 27391 + } + }, + "candidate": { + "elapsed_ns": 28420, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 250098, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6645681, + "runtime_create_ns": 23756, + "jit_attach_ns": 55087, + "context_create_ns": 109744, + "definition_eval_ns": 52319, + "first_eval_ns": 237606, + "threshold_crossing_ns": 6104999, + "compile_ns": 5695960, + "install_ns": 44424, + "osr_ns": 0, + "steady_state_ns": 28420 + } + } + }, + { + "candidate": { + "elapsed_ns": 27013, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228550, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6574422, + "runtime_create_ns": 27624, + "jit_attach_ns": 51913, + "context_create_ns": 100790, + "definition_eval_ns": 40519, + "first_eval_ns": 219859, + "threshold_crossing_ns": 6076452, + "compile_ns": 5641225, + "install_ns": 47642, + "osr_ns": 0, + "steady_state_ns": 27013 + } + }, + "baseline": { + "elapsed_ns": 26632, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228290, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9781248, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6413286, + "runtime_create_ns": 28450, + "jit_attach_ns": 57722, + "context_create_ns": 112517, + "definition_eval_ns": 56909, + "first_eval_ns": 237951, + "threshold_crossing_ns": 5862838, + "compile_ns": 5449026, + "install_ns": 45216, + "osr_ns": 0, + "steady_state_ns": 26632 + } + } + }, + { + "baseline": { + "elapsed_ns": 26912, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228002, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9879552, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 5766361, + "runtime_create_ns": 26347, + "jit_attach_ns": 53455, + "context_create_ns": 98725, + "definition_eval_ns": 35031, + "first_eval_ns": 231393, + "threshold_crossing_ns": 5266662, + "compile_ns": 4902119, + "install_ns": 41997, + "osr_ns": 0, + "steady_state_ns": 26912 + } + }, + "candidate": { + "elapsed_ns": 32305, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228350, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10080256, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 5926015, + "runtime_create_ns": 24443, + "jit_attach_ns": 66915, + "context_create_ns": 109780, + "definition_eval_ns": 56800, + "first_eval_ns": 227897, + "threshold_crossing_ns": 5371312, + "compile_ns": 5022304, + "install_ns": 47354, + "osr_ns": 0, + "steady_state_ns": 32305 + } + } + }, + { + "candidate": { + "elapsed_ns": 27147, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 229039, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10006528, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6018618, + "runtime_create_ns": 26543, + "jit_attach_ns": 48569, + "context_create_ns": 103988, + "definition_eval_ns": 39241, + "first_eval_ns": 219099, + "threshold_crossing_ns": 5525826, + "compile_ns": 5148813, + "install_ns": 52744, + "osr_ns": 0, + "steady_state_ns": 27147 + } + }, + "baseline": { + "elapsed_ns": 27653, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233354, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10031104, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6958985, + "runtime_create_ns": 25974, + "jit_attach_ns": 60787, + "context_create_ns": 107655, + "definition_eval_ns": 79059, + "first_eval_ns": 232639, + "threshold_crossing_ns": 6388615, + "compile_ns": 5993757, + "install_ns": 49477, + "osr_ns": 0, + "steady_state_ns": 27653 + } + } + }, + { + "baseline": { + "elapsed_ns": 27118, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 231337, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6445174, + "runtime_create_ns": 24956, + "jit_attach_ns": 50916, + "context_create_ns": 104069, + "definition_eval_ns": 42560, + "first_eval_ns": 214004, + "threshold_crossing_ns": 5951478, + "compile_ns": 5622923, + "install_ns": 47657, + "osr_ns": 0, + "steady_state_ns": 27118 + } + }, + "candidate": { + "elapsed_ns": 27210, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228570, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9953280, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6437033, + "runtime_create_ns": 32490, + "jit_attach_ns": 58002, + "context_create_ns": 103269, + "definition_eval_ns": 48498, + "first_eval_ns": 233349, + "threshold_crossing_ns": 5903045, + "compile_ns": 5505944, + "install_ns": 43876, + "osr_ns": 0, + "steady_state_ns": 27210 + } + } + }, + { + "candidate": { + "elapsed_ns": 27331, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 231967, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9859072, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6002526, + "runtime_create_ns": 26174, + "jit_attach_ns": 53630, + "context_create_ns": 98451, + "definition_eval_ns": 42096, + "first_eval_ns": 230676, + "threshold_crossing_ns": 5495533, + "compile_ns": 5174924, + "install_ns": 42179, + "osr_ns": 0, + "steady_state_ns": 27331 + } + }, + "baseline": { + "elapsed_ns": 26932, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 242832, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9891840, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6436087, + "runtime_create_ns": 28235, + "jit_attach_ns": 55710, + "context_create_ns": 111838, + "definition_eval_ns": 43358, + "first_eval_ns": 234832, + "threshold_crossing_ns": 5906231, + "compile_ns": 5474455, + "install_ns": 43761, + "osr_ns": 0, + "steady_state_ns": 26932 + } + } + }, + { + "baseline": { + "elapsed_ns": 27526, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 232923, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9965568, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6122732, + "runtime_create_ns": 26272, + "jit_attach_ns": 55779, + "context_create_ns": 106550, + "definition_eval_ns": 41542, + "first_eval_ns": 232810, + "threshold_crossing_ns": 5603235, + "compile_ns": 5278597, + "install_ns": 41088, + "osr_ns": 0, + "steady_state_ns": 27526 + } + }, + "candidate": { + "elapsed_ns": 27182, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227748, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9879552, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6354767, + "runtime_create_ns": 32397, + "jit_attach_ns": 61652, + "context_create_ns": 107389, + "definition_eval_ns": 52142, + "first_eval_ns": 260889, + "threshold_crossing_ns": 5776105, + "compile_ns": 5383482, + "install_ns": 47558, + "osr_ns": 0, + "steady_state_ns": 27182 + } + } + }, + { + "candidate": { + "elapsed_ns": 27436, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 240189, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9871360, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6623759, + "runtime_create_ns": 25430, + "jit_attach_ns": 61081, + "context_create_ns": 100590, + "definition_eval_ns": 32028, + "first_eval_ns": 219276, + "threshold_crossing_ns": 6129189, + "compile_ns": 5767075, + "install_ns": 38955, + "osr_ns": 0, + "steady_state_ns": 27436 + } + }, + "baseline": { + "elapsed_ns": 26611, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 235099, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9953280, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6742861, + "runtime_create_ns": 29919, + "jit_attach_ns": 56799, + "context_create_ns": 105319, + "definition_eval_ns": 47083, + "first_eval_ns": 226379, + "threshold_crossing_ns": 6220128, + "compile_ns": 5812017, + "install_ns": 46379, + "osr_ns": 0, + "steady_state_ns": 26611 + } + } + }, + { + "baseline": { + "elapsed_ns": 26945, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 233270, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6079076, + "runtime_create_ns": 25536, + "jit_attach_ns": 53773, + "context_create_ns": 102544, + "definition_eval_ns": 39555, + "first_eval_ns": 221187, + "threshold_crossing_ns": 5581560, + "compile_ns": 5265320, + "install_ns": 39411, + "osr_ns": 0, + "steady_state_ns": 26945 + } + }, + "candidate": { + "elapsed_ns": 27031, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 228454, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9912320, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6469700, + "runtime_create_ns": 25409, + "jit_attach_ns": 58380, + "context_create_ns": 110389, + "definition_eval_ns": 72272, + "first_eval_ns": 233444, + "threshold_crossing_ns": 5907468, + "compile_ns": 5523087, + "install_ns": 45608, + "osr_ns": 0, + "steady_state_ns": 27031 + } + } + }, + { + "candidate": { + "elapsed_ns": 35034, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 221482, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 5946002, + "runtime_create_ns": 28470, + "jit_attach_ns": 49272, + "context_create_ns": 103661, + "definition_eval_ns": 40962, + "first_eval_ns": 219378, + "threshold_crossing_ns": 5439851, + "compile_ns": 5084412, + "install_ns": 43476, + "osr_ns": 0, + "steady_state_ns": 35034 + } + }, + "baseline": { + "elapsed_ns": 27373, + "checksum": "number:413e809800000000", + "native_entries": 16, + "native_acquisitions": 16, + "native_exits": 16, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 12, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 0, + "profitability_approved": 0, + "profitability_rejected": 0, + "benefit_recordings": 12, + "measured_benefit_ns": 227933, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 13510215378485042714, + "peak_rss_bytes": 9838592, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6110488, + "runtime_create_ns": 29818, + "jit_attach_ns": 60447, + "context_create_ns": 107670, + "definition_eval_ns": 49953, + "first_eval_ns": 230349, + "threshold_crossing_ns": 5567163, + "compile_ns": 5128910, + "install_ns": 44125, + "osr_ns": 0, + "steady_state_ns": 27373 + } + } + } + ], + "automatic": [ + { + "baseline": { + "elapsed_ns": 26766, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 289342, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9846784, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8196315, + "runtime_create_ns": 26721, + "jit_attach_ns": 53561, + "context_create_ns": 107648, + "definition_eval_ns": 36456, + "first_eval_ns": 199221, + "threshold_crossing_ns": 7724625, + "compile_ns": 6214603, + "install_ns": 49958, + "osr_ns": 0, + "steady_state_ns": 26766 + } + }, + "candidate": { + "elapsed_ns": 26800, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284055, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9961472, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7455604, + "runtime_create_ns": 27685, + "jit_attach_ns": 58109, + "context_create_ns": 107230, + "definition_eval_ns": 37001, + "first_eval_ns": 208195, + "threshold_crossing_ns": 6965370, + "compile_ns": 5522784, + "install_ns": 42316, + "osr_ns": 0, + "steady_state_ns": 26800 + } + } + }, + { + "candidate": { + "elapsed_ns": 32579, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 290568, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9834496, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7561459, + "runtime_create_ns": 27524, + "jit_attach_ns": 55591, + "context_create_ns": 110632, + "definition_eval_ns": 38630, + "first_eval_ns": 212471, + "threshold_crossing_ns": 7059255, + "compile_ns": 5586027, + "install_ns": 70759, + "osr_ns": 0, + "steady_state_ns": 32579 + } + }, + "baseline": { + "elapsed_ns": 27201, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 285455, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10035200, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8291913, + "runtime_create_ns": 28498, + "jit_attach_ns": 68275, + "context_create_ns": 113265, + "definition_eval_ns": 44056, + "first_eval_ns": 224575, + "threshold_crossing_ns": 7756829, + "compile_ns": 6330607, + "install_ns": 53951, + "osr_ns": 0, + "steady_state_ns": 27201 + } + } + }, + { + "baseline": { + "elapsed_ns": 26828, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 285557, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8264822, + "runtime_create_ns": 32490, + "jit_attach_ns": 69809, + "context_create_ns": 119729, + "definition_eval_ns": 40616, + "first_eval_ns": 230519, + "threshold_crossing_ns": 7718032, + "compile_ns": 6222285, + "install_ns": 52307, + "osr_ns": 0, + "steady_state_ns": 26828 + } + }, + "candidate": { + "elapsed_ns": 27359, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 285263, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9945088, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8147180, + "runtime_create_ns": 30391, + "jit_attach_ns": 64338, + "context_create_ns": 111644, + "definition_eval_ns": 41165, + "first_eval_ns": 225025, + "threshold_crossing_ns": 7620861, + "compile_ns": 5977181, + "install_ns": 51803, + "osr_ns": 0, + "steady_state_ns": 27359 + } + } + }, + { + "candidate": { + "elapsed_ns": 27873, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280740, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9850880, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7988471, + "runtime_create_ns": 30537, + "jit_attach_ns": 61991, + "context_create_ns": 112885, + "definition_eval_ns": 48049, + "first_eval_ns": 214784, + "threshold_crossing_ns": 7464354, + "compile_ns": 5983012, + "install_ns": 49103, + "osr_ns": 0, + "steady_state_ns": 27873 + } + }, + "baseline": { + "elapsed_ns": 27264, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284877, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10022912, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7796920, + "runtime_create_ns": 28886, + "jit_attach_ns": 67731, + "context_create_ns": 114133, + "definition_eval_ns": 48422, + "first_eval_ns": 216992, + "threshold_crossing_ns": 7265367, + "compile_ns": 5446238, + "install_ns": 51490, + "osr_ns": 0, + "steady_state_ns": 27264 + } + } + }, + { + "baseline": { + "elapsed_ns": 26804, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 290076, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9916416, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8345556, + "runtime_create_ns": 37217, + "jit_attach_ns": 62743, + "context_create_ns": 112265, + "definition_eval_ns": 45128, + "first_eval_ns": 213931, + "threshold_crossing_ns": 7811812, + "compile_ns": 6306581, + "install_ns": 51739, + "osr_ns": 0, + "steady_state_ns": 26804 + } + }, + "candidate": { + "elapsed_ns": 27339, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282088, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9961472, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8162521, + "runtime_create_ns": 28037, + "jit_attach_ns": 62584, + "context_create_ns": 116339, + "definition_eval_ns": 42988, + "first_eval_ns": 213727, + "threshold_crossing_ns": 7641577, + "compile_ns": 6215809, + "install_ns": 49006, + "osr_ns": 0, + "steady_state_ns": 27339 + } + } + }, + { + "candidate": { + "elapsed_ns": 27176, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281096, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9936896, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8029826, + "runtime_create_ns": 31838, + "jit_attach_ns": 57714, + "context_create_ns": 109802, + "definition_eval_ns": 40923, + "first_eval_ns": 208617, + "threshold_crossing_ns": 7526634, + "compile_ns": 6047128, + "install_ns": 49140, + "osr_ns": 0, + "steady_state_ns": 27176 + } + }, + "baseline": { + "elapsed_ns": 26923, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282257, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9920512, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7857488, + "runtime_create_ns": 29282, + "jit_attach_ns": 65641, + "context_create_ns": 111987, + "definition_eval_ns": 45811, + "first_eval_ns": 220992, + "threshold_crossing_ns": 7328764, + "compile_ns": 5815302, + "install_ns": 55300, + "osr_ns": 0, + "steady_state_ns": 26923 + } + } + }, + { + "baseline": { + "elapsed_ns": 26844, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282108, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9850880, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7816464, + "runtime_create_ns": 32717, + "jit_attach_ns": 64452, + "context_create_ns": 111626, + "definition_eval_ns": 38373, + "first_eval_ns": 206584, + "threshold_crossing_ns": 7312709, + "compile_ns": 5935989, + "install_ns": 53455, + "osr_ns": 0, + "steady_state_ns": 26844 + } + }, + "candidate": { + "elapsed_ns": 26934, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283591, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9854976, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7805122, + "runtime_create_ns": 35101, + "jit_attach_ns": 77457, + "context_create_ns": 109509, + "definition_eval_ns": 44930, + "first_eval_ns": 220299, + "threshold_crossing_ns": 7265921, + "compile_ns": 5844502, + "install_ns": 50949, + "osr_ns": 0, + "steady_state_ns": 26934 + } + } + }, + { + "candidate": { + "elapsed_ns": 27175, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283945, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8459379, + "runtime_create_ns": 25313, + "jit_attach_ns": 58392, + "context_create_ns": 113983, + "definition_eval_ns": 52430, + "first_eval_ns": 209782, + "threshold_crossing_ns": 7944445, + "compile_ns": 6511281, + "install_ns": 48555, + "osr_ns": 0, + "steady_state_ns": 27175 + } + }, + "baseline": { + "elapsed_ns": 27409, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 285033, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9916416, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8449687, + "runtime_create_ns": 31828, + "jit_attach_ns": 62413, + "context_create_ns": 110099, + "definition_eval_ns": 39432, + "first_eval_ns": 210667, + "threshold_crossing_ns": 7943541, + "compile_ns": 6450369, + "install_ns": 53254, + "osr_ns": 0, + "steady_state_ns": 27409 + } + } + }, + { + "baseline": { + "elapsed_ns": 26945, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282229, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9945088, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8099628, + "runtime_create_ns": 26818, + "jit_attach_ns": 53263, + "context_create_ns": 110428, + "definition_eval_ns": 38363, + "first_eval_ns": 211585, + "threshold_crossing_ns": 7606417, + "compile_ns": 6128568, + "install_ns": 53174, + "osr_ns": 0, + "steady_state_ns": 26945 + } + }, + "candidate": { + "elapsed_ns": 27290, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282960, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9945088, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7990889, + "runtime_create_ns": 30098, + "jit_attach_ns": 57534, + "context_create_ns": 110093, + "definition_eval_ns": 40996, + "first_eval_ns": 208247, + "threshold_crossing_ns": 7491773, + "compile_ns": 6062834, + "install_ns": 50274, + "osr_ns": 0, + "steady_state_ns": 27290 + } + } + }, + { + "candidate": { + "elapsed_ns": 27134, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 292403, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10084352, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8105299, + "runtime_create_ns": 25882, + "jit_attach_ns": 62591, + "context_create_ns": 111926, + "definition_eval_ns": 41146, + "first_eval_ns": 219500, + "threshold_crossing_ns": 7589491, + "compile_ns": 6166788, + "install_ns": 50380, + "osr_ns": 0, + "steady_state_ns": 27134 + } + }, + "baseline": { + "elapsed_ns": 26803, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281827, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10006528, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7486933, + "runtime_create_ns": 33184, + "jit_attach_ns": 58823, + "context_create_ns": 115158, + "definition_eval_ns": 42503, + "first_eval_ns": 215165, + "threshold_crossing_ns": 6968402, + "compile_ns": 5542273, + "install_ns": 47206, + "osr_ns": 0, + "steady_state_ns": 26803 + } + } + }, + { + "baseline": { + "elapsed_ns": 27116, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284729, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9940992, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7234685, + "runtime_create_ns": 28645, + "jit_attach_ns": 55605, + "context_create_ns": 109201, + "definition_eval_ns": 33622, + "first_eval_ns": 199268, + "threshold_crossing_ns": 6757699, + "compile_ns": 5359544, + "install_ns": 46593, + "osr_ns": 0, + "steady_state_ns": 27116 + } + }, + "candidate": { + "elapsed_ns": 27346, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281982, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10022912, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7633346, + "runtime_create_ns": 30473, + "jit_attach_ns": 56458, + "context_create_ns": 111395, + "definition_eval_ns": 40545, + "first_eval_ns": 206890, + "threshold_crossing_ns": 7135588, + "compile_ns": 5655701, + "install_ns": 53063, + "osr_ns": 0, + "steady_state_ns": 27346 + } + } + }, + { + "candidate": { + "elapsed_ns": 27896, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 279854, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7936393, + "runtime_create_ns": 28489, + "jit_attach_ns": 54870, + "context_create_ns": 109004, + "definition_eval_ns": 40437, + "first_eval_ns": 211250, + "threshold_crossing_ns": 7440445, + "compile_ns": 6078127, + "install_ns": 46949, + "osr_ns": 0, + "steady_state_ns": 27896 + } + }, + "baseline": { + "elapsed_ns": 26880, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281471, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9904128, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8100386, + "runtime_create_ns": 29593, + "jit_attach_ns": 60858, + "context_create_ns": 111668, + "definition_eval_ns": 40653, + "first_eval_ns": 217594, + "threshold_crossing_ns": 7586622, + "compile_ns": 5929039, + "install_ns": 51340, + "osr_ns": 0, + "steady_state_ns": 26880 + } + } + }, + { + "baseline": { + "elapsed_ns": 26829, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 293497, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10027008, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7842399, + "runtime_create_ns": 24173, + "jit_attach_ns": 52398, + "context_create_ns": 113787, + "definition_eval_ns": 37292, + "first_eval_ns": 194182, + "threshold_crossing_ns": 7369205, + "compile_ns": 5890692, + "install_ns": 45628, + "osr_ns": 0, + "steady_state_ns": 26829 + } + }, + "candidate": { + "elapsed_ns": 27227, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280858, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9891840, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7994119, + "runtime_create_ns": 31043, + "jit_attach_ns": 54964, + "context_create_ns": 107606, + "definition_eval_ns": 36264, + "first_eval_ns": 202601, + "threshold_crossing_ns": 7510045, + "compile_ns": 6048326, + "install_ns": 47983, + "osr_ns": 0, + "steady_state_ns": 27227 + } + } + }, + { + "candidate": { + "elapsed_ns": 27462, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282238, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9949184, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7239620, + "runtime_create_ns": 28866, + "jit_attach_ns": 60591, + "context_create_ns": 114593, + "definition_eval_ns": 42868, + "first_eval_ns": 216428, + "threshold_crossing_ns": 6721705, + "compile_ns": 5281585, + "install_ns": 53091, + "osr_ns": 0, + "steady_state_ns": 27462 + } + }, + "baseline": { + "elapsed_ns": 27343, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281484, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10022912, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8295140, + "runtime_create_ns": 33326, + "jit_attach_ns": 66042, + "context_create_ns": 121968, + "definition_eval_ns": 44672, + "first_eval_ns": 218901, + "threshold_crossing_ns": 7756035, + "compile_ns": 6343682, + "install_ns": 50917, + "osr_ns": 0, + "steady_state_ns": 27343 + } + } + }, + { + "baseline": { + "elapsed_ns": 26961, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 294311, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7990751, + "runtime_create_ns": 26771, + "jit_attach_ns": 61656, + "context_create_ns": 114130, + "definition_eval_ns": 44092, + "first_eval_ns": 217801, + "threshold_crossing_ns": 7473491, + "compile_ns": 6015459, + "install_ns": 48676, + "osr_ns": 0, + "steady_state_ns": 26961 + } + }, + "candidate": { + "elapsed_ns": 27053, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283926, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10035200, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8077960, + "runtime_create_ns": 25371, + "jit_attach_ns": 61992, + "context_create_ns": 111213, + "definition_eval_ns": 39708, + "first_eval_ns": 208560, + "threshold_crossing_ns": 7577547, + "compile_ns": 6190027, + "install_ns": 48432, + "osr_ns": 0, + "steady_state_ns": 27053 + } + } + }, + { + "candidate": { + "elapsed_ns": 27738, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 289364, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9834496, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7543409, + "runtime_create_ns": 30420, + "jit_attach_ns": 60485, + "context_create_ns": 104000, + "definition_eval_ns": 33870, + "first_eval_ns": 207475, + "threshold_crossing_ns": 7056093, + "compile_ns": 5673473, + "install_ns": 56089, + "osr_ns": 0, + "steady_state_ns": 27738 + } + }, + "baseline": { + "elapsed_ns": 27398, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281754, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9936896, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7844578, + "runtime_create_ns": 28906, + "jit_attach_ns": 58310, + "context_create_ns": 131816, + "definition_eval_ns": 39104, + "first_eval_ns": 203982, + "threshold_crossing_ns": 7328557, + "compile_ns": 5871928, + "install_ns": 46994, + "osr_ns": 0, + "steady_state_ns": 27398 + } + } + }, + { + "baseline": { + "elapsed_ns": 27812, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 287205, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9912320, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7297939, + "runtime_create_ns": 31975, + "jit_attach_ns": 61644, + "context_create_ns": 111224, + "definition_eval_ns": 41219, + "first_eval_ns": 206948, + "threshold_crossing_ns": 6792082, + "compile_ns": 5377169, + "install_ns": 45619, + "osr_ns": 0, + "steady_state_ns": 27812 + } + }, + "candidate": { + "elapsed_ns": 27608, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284652, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10010624, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7802803, + "runtime_create_ns": 30692, + "jit_attach_ns": 63126, + "context_create_ns": 112171, + "definition_eval_ns": 40453, + "first_eval_ns": 212581, + "threshold_crossing_ns": 7290543, + "compile_ns": 5828834, + "install_ns": 46772, + "osr_ns": 0, + "steady_state_ns": 27608 + } + } + }, + { + "candidate": { + "elapsed_ns": 26945, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282136, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9900032, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7718263, + "runtime_create_ns": 27816, + "jit_attach_ns": 60697, + "context_create_ns": 107010, + "definition_eval_ns": 41433, + "first_eval_ns": 224254, + "threshold_crossing_ns": 7206838, + "compile_ns": 5836623, + "install_ns": 46131, + "osr_ns": 0, + "steady_state_ns": 26945 + } + }, + "baseline": { + "elapsed_ns": 32307, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 275192, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9842688, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7865890, + "runtime_create_ns": 30564, + "jit_attach_ns": 55681, + "context_create_ns": 107900, + "definition_eval_ns": 40862, + "first_eval_ns": 213336, + "threshold_crossing_ns": 7360625, + "compile_ns": 5915324, + "install_ns": 50517, + "osr_ns": 0, + "steady_state_ns": 32307 + } + } + }, + { + "baseline": { + "elapsed_ns": 27477, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 292769, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9834496, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7693520, + "runtime_create_ns": 27071, + "jit_attach_ns": 55863, + "context_create_ns": 110570, + "definition_eval_ns": 40690, + "first_eval_ns": 210629, + "threshold_crossing_ns": 7197115, + "compile_ns": 5807686, + "install_ns": 51540, + "osr_ns": 0, + "steady_state_ns": 27477 + } + }, + "candidate": { + "elapsed_ns": 27339, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 290891, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9940992, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7706358, + "runtime_create_ns": 28942, + "jit_attach_ns": 64179, + "context_create_ns": 114664, + "definition_eval_ns": 38846, + "first_eval_ns": 219075, + "threshold_crossing_ns": 7189437, + "compile_ns": 5728300, + "install_ns": 49119, + "osr_ns": 0, + "steady_state_ns": 27339 + } + } + }, + { + "candidate": { + "elapsed_ns": 27122, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 285947, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7315624, + "runtime_create_ns": 28296, + "jit_attach_ns": 59937, + "context_create_ns": 113798, + "definition_eval_ns": 39909, + "first_eval_ns": 204580, + "threshold_crossing_ns": 6817999, + "compile_ns": 5453825, + "install_ns": 47219, + "osr_ns": 0, + "steady_state_ns": 27122 + } + }, + "baseline": { + "elapsed_ns": 27315, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 288138, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9916416, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8589453, + "runtime_create_ns": 36305, + "jit_attach_ns": 65719, + "context_create_ns": 115480, + "definition_eval_ns": 45403, + "first_eval_ns": 221415, + "threshold_crossing_ns": 8049854, + "compile_ns": 6556276, + "install_ns": 47464, + "osr_ns": 0, + "steady_state_ns": 27315 + } + } + }, + { + "baseline": { + "elapsed_ns": 26841, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281903, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10010624, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8334935, + "runtime_create_ns": 26461, + "jit_attach_ns": 57355, + "context_create_ns": 110072, + "definition_eval_ns": 36725, + "first_eval_ns": 204215, + "threshold_crossing_ns": 7848683, + "compile_ns": 6355658, + "install_ns": 49756, + "osr_ns": 0, + "steady_state_ns": 26841 + } + }, + "candidate": { + "elapsed_ns": 26944, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284417, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9940992, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7889639, + "runtime_create_ns": 31053, + "jit_attach_ns": 59113, + "context_create_ns": 107415, + "definition_eval_ns": 41780, + "first_eval_ns": 208838, + "threshold_crossing_ns": 7389765, + "compile_ns": 5976305, + "install_ns": 50451, + "osr_ns": 0, + "steady_state_ns": 26944 + } + } + }, + { + "candidate": { + "elapsed_ns": 26925, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280959, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9912320, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7823310, + "runtime_create_ns": 27433, + "jit_attach_ns": 53155, + "context_create_ns": 104150, + "definition_eval_ns": 34637, + "first_eval_ns": 203125, + "threshold_crossing_ns": 7350720, + "compile_ns": 5893395, + "install_ns": 41151, + "osr_ns": 0, + "steady_state_ns": 26925 + } + }, + "baseline": { + "elapsed_ns": 27135, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280679, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9945088, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7686820, + "runtime_create_ns": 26839, + "jit_attach_ns": 54134, + "context_create_ns": 105871, + "definition_eval_ns": 36490, + "first_eval_ns": 199686, + "threshold_crossing_ns": 7212469, + "compile_ns": 5729425, + "install_ns": 46791, + "osr_ns": 0, + "steady_state_ns": 27135 + } + } + }, + { + "baseline": { + "elapsed_ns": 27206, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 291082, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9932800, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8042235, + "runtime_create_ns": 28958, + "jit_attach_ns": 51302, + "context_create_ns": 102294, + "definition_eval_ns": 32697, + "first_eval_ns": 192606, + "threshold_crossing_ns": 7584657, + "compile_ns": 6097788, + "install_ns": 49743, + "osr_ns": 0, + "steady_state_ns": 27206 + } + }, + "candidate": { + "elapsed_ns": 27802, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280018, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9945088, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7406871, + "runtime_create_ns": 32016, + "jit_attach_ns": 65991, + "context_create_ns": 116423, + "definition_eval_ns": 44178, + "first_eval_ns": 227717, + "threshold_crossing_ns": 6864217, + "compile_ns": 5490028, + "install_ns": 48441, + "osr_ns": 0, + "steady_state_ns": 27802 + } + } + }, + { + "candidate": { + "elapsed_ns": 27531, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 279848, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9949184, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7292227, + "runtime_create_ns": 24350, + "jit_attach_ns": 52140, + "context_create_ns": 111237, + "definition_eval_ns": 35978, + "first_eval_ns": 200209, + "threshold_crossing_ns": 6815014, + "compile_ns": 5401646, + "install_ns": 43375, + "osr_ns": 0, + "steady_state_ns": 27531 + } + }, + "baseline": { + "elapsed_ns": 30084, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 277236, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9908224, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7262547, + "runtime_create_ns": 24596, + "jit_attach_ns": 54303, + "context_create_ns": 109691, + "definition_eval_ns": 36988, + "first_eval_ns": 199363, + "threshold_crossing_ns": 6782983, + "compile_ns": 5310763, + "install_ns": 50254, + "osr_ns": 0, + "steady_state_ns": 30084 + } + } + }, + { + "baseline": { + "elapsed_ns": 26927, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283170, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9916416, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7209993, + "runtime_create_ns": 24363, + "jit_attach_ns": 54064, + "context_create_ns": 113626, + "definition_eval_ns": 28984, + "first_eval_ns": 191851, + "threshold_crossing_ns": 6749228, + "compile_ns": 5296617, + "install_ns": 47905, + "osr_ns": 0, + "steady_state_ns": 26927 + } + }, + "candidate": { + "elapsed_ns": 27590, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280999, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9793536, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7931399, + "runtime_create_ns": 24211, + "jit_attach_ns": 53028, + "context_create_ns": 107624, + "definition_eval_ns": 37894, + "first_eval_ns": 211975, + "threshold_crossing_ns": 7445423, + "compile_ns": 6009409, + "install_ns": 49352, + "osr_ns": 0, + "steady_state_ns": 27590 + } + } + }, + { + "candidate": { + "elapsed_ns": 27739, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 292483, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10010624, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7754697, + "runtime_create_ns": 25852, + "jit_attach_ns": 60196, + "context_create_ns": 124958, + "definition_eval_ns": 46878, + "first_eval_ns": 208570, + "threshold_crossing_ns": 7233323, + "compile_ns": 5785042, + "install_ns": 50885, + "osr_ns": 0, + "steady_state_ns": 27739 + } + }, + "baseline": { + "elapsed_ns": 27226, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 293656, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9945088, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7448847, + "runtime_create_ns": 31566, + "jit_attach_ns": 59000, + "context_create_ns": 108415, + "definition_eval_ns": 37569, + "first_eval_ns": 207413, + "threshold_crossing_ns": 6953956, + "compile_ns": 5514193, + "install_ns": 47118, + "osr_ns": 0, + "steady_state_ns": 27226 + } + } + }, + { + "baseline": { + "elapsed_ns": 27032, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 285088, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7401800, + "runtime_create_ns": 25801, + "jit_attach_ns": 59555, + "context_create_ns": 111875, + "definition_eval_ns": 40616, + "first_eval_ns": 215417, + "threshold_crossing_ns": 6895565, + "compile_ns": 5478800, + "install_ns": 45873, + "osr_ns": 0, + "steady_state_ns": 27032 + } + }, + "candidate": { + "elapsed_ns": 27407, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282685, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9883648, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7364158, + "runtime_create_ns": 25879, + "jit_attach_ns": 54762, + "context_create_ns": 121440, + "definition_eval_ns": 37209, + "first_eval_ns": 206937, + "threshold_crossing_ns": 6867078, + "compile_ns": 5366784, + "install_ns": 49874, + "osr_ns": 0, + "steady_state_ns": 27407 + } + } + }, + { + "candidate": { + "elapsed_ns": 27486, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280689, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10014720, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7150917, + "runtime_create_ns": 27787, + "jit_attach_ns": 51847, + "context_create_ns": 105081, + "definition_eval_ns": 31635, + "first_eval_ns": 202495, + "threshold_crossing_ns": 6681848, + "compile_ns": 5261645, + "install_ns": 48240, + "osr_ns": 0, + "steady_state_ns": 27486 + } + }, + "baseline": { + "elapsed_ns": 27899, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283405, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8039880, + "runtime_create_ns": 28784, + "jit_attach_ns": 57353, + "context_create_ns": 104843, + "definition_eval_ns": 33906, + "first_eval_ns": 201426, + "threshold_crossing_ns": 7561710, + "compile_ns": 6135225, + "install_ns": 52898, + "osr_ns": 0, + "steady_state_ns": 27899 + } + } + }, + { + "baseline": { + "elapsed_ns": 26947, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281948, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9969664, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7992336, + "runtime_create_ns": 33970, + "jit_attach_ns": 53826, + "context_create_ns": 105532, + "definition_eval_ns": 35303, + "first_eval_ns": 198891, + "threshold_crossing_ns": 7514712, + "compile_ns": 6099857, + "install_ns": 48178, + "osr_ns": 0, + "steady_state_ns": 26947 + } + }, + "candidate": { + "elapsed_ns": 27082, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281309, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9850880, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7908677, + "runtime_create_ns": 27446, + "jit_attach_ns": 57658, + "context_create_ns": 101235, + "definition_eval_ns": 37343, + "first_eval_ns": 208347, + "threshold_crossing_ns": 7428388, + "compile_ns": 6067733, + "install_ns": 49491, + "osr_ns": 0, + "steady_state_ns": 27082 + } + } + }, + { + "candidate": { + "elapsed_ns": 27244, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280391, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9969664, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7661031, + "runtime_create_ns": 27033, + "jit_attach_ns": 51572, + "context_create_ns": 104666, + "definition_eval_ns": 33461, + "first_eval_ns": 198596, + "threshold_crossing_ns": 7195736, + "compile_ns": 5882576, + "install_ns": 43843, + "osr_ns": 0, + "steady_state_ns": 27244 + } + }, + "baseline": { + "elapsed_ns": 28169, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280933, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7984615, + "runtime_create_ns": 27644, + "jit_attach_ns": 54591, + "context_create_ns": 108730, + "definition_eval_ns": 37344, + "first_eval_ns": 197739, + "threshold_crossing_ns": 7504125, + "compile_ns": 6029359, + "install_ns": 49751, + "osr_ns": 0, + "steady_state_ns": 28169 + } + } + }, + { + "baseline": { + "elapsed_ns": 27571, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282777, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9920512, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7143261, + "runtime_create_ns": 32839, + "jit_attach_ns": 61541, + "context_create_ns": 106144, + "definition_eval_ns": 41476, + "first_eval_ns": 212134, + "threshold_crossing_ns": 6638182, + "compile_ns": 5225832, + "install_ns": 50668, + "osr_ns": 0, + "steady_state_ns": 27571 + } + }, + "candidate": { + "elapsed_ns": 27089, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 332594, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9932800, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7827122, + "runtime_create_ns": 28029, + "jit_attach_ns": 62323, + "context_create_ns": 113323, + "definition_eval_ns": 43191, + "first_eval_ns": 218511, + "threshold_crossing_ns": 7305675, + "compile_ns": 5836908, + "install_ns": 47243, + "osr_ns": 0, + "steady_state_ns": 27089 + } + } + }, + { + "candidate": { + "elapsed_ns": 27065, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280656, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9936896, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8220154, + "runtime_create_ns": 26612, + "jit_attach_ns": 52656, + "context_create_ns": 106781, + "definition_eval_ns": 38667, + "first_eval_ns": 207179, + "threshold_crossing_ns": 7738545, + "compile_ns": 6295577, + "install_ns": 51235, + "osr_ns": 0, + "steady_state_ns": 27065 + } + }, + "baseline": { + "elapsed_ns": 27312, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284611, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9998336, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8333529, + "runtime_create_ns": 29441, + "jit_attach_ns": 58286, + "context_create_ns": 107443, + "definition_eval_ns": 36451, + "first_eval_ns": 204154, + "threshold_crossing_ns": 7846989, + "compile_ns": 6420975, + "install_ns": 46463, + "osr_ns": 0, + "steady_state_ns": 27312 + } + } + }, + { + "baseline": { + "elapsed_ns": 27550, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 294341, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9940992, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8205373, + "runtime_create_ns": 25236, + "jit_attach_ns": 53866, + "context_create_ns": 107306, + "definition_eval_ns": 37259, + "first_eval_ns": 202496, + "threshold_crossing_ns": 7720438, + "compile_ns": 6198894, + "install_ns": 48285, + "osr_ns": 0, + "steady_state_ns": 27550 + } + }, + "candidate": { + "elapsed_ns": 27488, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280985, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9932800, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7810993, + "runtime_create_ns": 26490, + "jit_attach_ns": 53786, + "context_create_ns": 106812, + "definition_eval_ns": 39250, + "first_eval_ns": 206339, + "threshold_crossing_ns": 7325008, + "compile_ns": 5914152, + "install_ns": 49331, + "osr_ns": 0, + "steady_state_ns": 27488 + } + } + }, + { + "candidate": { + "elapsed_ns": 27186, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283682, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10092544, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7562627, + "runtime_create_ns": 23911, + "jit_attach_ns": 53161, + "context_create_ns": 103037, + "definition_eval_ns": 33839, + "first_eval_ns": 195941, + "threshold_crossing_ns": 7101963, + "compile_ns": 5657496, + "install_ns": 47771, + "osr_ns": 0, + "steady_state_ns": 27186 + } + }, + "baseline": { + "elapsed_ns": 26899, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282512, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9969664, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7691290, + "runtime_create_ns": 24686, + "jit_attach_ns": 55794, + "context_create_ns": 108539, + "definition_eval_ns": 38202, + "first_eval_ns": 211099, + "threshold_crossing_ns": 7202825, + "compile_ns": 5718038, + "install_ns": 51097, + "osr_ns": 0, + "steady_state_ns": 26899 + } + } + }, + { + "baseline": { + "elapsed_ns": 27091, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 285594, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9875456, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7438829, + "runtime_create_ns": 27853, + "jit_attach_ns": 52369, + "context_create_ns": 104802, + "definition_eval_ns": 34080, + "first_eval_ns": 194237, + "threshold_crossing_ns": 6975370, + "compile_ns": 5483192, + "install_ns": 45225, + "osr_ns": 0, + "steady_state_ns": 27091 + } + }, + "candidate": { + "elapsed_ns": 26942, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284415, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9973760, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7269828, + "runtime_create_ns": 25764, + "jit_attach_ns": 55778, + "context_create_ns": 108003, + "definition_eval_ns": 33931, + "first_eval_ns": 204357, + "threshold_crossing_ns": 6792158, + "compile_ns": 5377286, + "install_ns": 42197, + "osr_ns": 0, + "steady_state_ns": 26942 + } + } + }, + { + "candidate": { + "elapsed_ns": 27255, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 285033, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9949184, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7943291, + "runtime_create_ns": 29847, + "jit_attach_ns": 58372, + "context_create_ns": 107017, + "definition_eval_ns": 38177, + "first_eval_ns": 210753, + "threshold_crossing_ns": 7449229, + "compile_ns": 6028070, + "install_ns": 46830, + "osr_ns": 0, + "steady_state_ns": 27255 + } + }, + "baseline": { + "elapsed_ns": 26612, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 286691, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9949184, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8220283, + "runtime_create_ns": 36455, + "jit_attach_ns": 62659, + "context_create_ns": 108480, + "definition_eval_ns": 39538, + "first_eval_ns": 210531, + "threshold_crossing_ns": 7707435, + "compile_ns": 6264182, + "install_ns": 51392, + "osr_ns": 0, + "steady_state_ns": 26612 + } + } + }, + { + "baseline": { + "elapsed_ns": 27110, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281728, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9940992, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7574988, + "runtime_create_ns": 27571, + "jit_attach_ns": 54497, + "context_create_ns": 106160, + "definition_eval_ns": 39794, + "first_eval_ns": 199622, + "threshold_crossing_ns": 7099323, + "compile_ns": 5672412, + "install_ns": 47141, + "osr_ns": 0, + "steady_state_ns": 27110 + } + }, + "candidate": { + "elapsed_ns": 27347, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 286585, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9859072, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7863794, + "runtime_create_ns": 27317, + "jit_attach_ns": 55161, + "context_create_ns": 107291, + "definition_eval_ns": 35169, + "first_eval_ns": 209845, + "threshold_crossing_ns": 7378673, + "compile_ns": 5924875, + "install_ns": 47483, + "osr_ns": 0, + "steady_state_ns": 27347 + } + } + }, + { + "candidate": { + "elapsed_ns": 27370, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281297, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9891840, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7677299, + "runtime_create_ns": 26586, + "jit_attach_ns": 51601, + "context_create_ns": 105217, + "definition_eval_ns": 50851, + "first_eval_ns": 201194, + "threshold_crossing_ns": 7191478, + "compile_ns": 5730867, + "install_ns": 44169, + "osr_ns": 0, + "steady_state_ns": 27370 + } + }, + "baseline": { + "elapsed_ns": 27304, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281738, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9785344, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7707158, + "runtime_create_ns": 28040, + "jit_attach_ns": 57274, + "context_create_ns": 110218, + "definition_eval_ns": 40015, + "first_eval_ns": 205623, + "threshold_crossing_ns": 7215591, + "compile_ns": 5708044, + "install_ns": 45248, + "osr_ns": 0, + "steady_state_ns": 27304 + } + } + }, + { + "baseline": { + "elapsed_ns": 26921, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281258, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9891840, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7258743, + "runtime_create_ns": 28125, + "jit_attach_ns": 55827, + "context_create_ns": 101956, + "definition_eval_ns": 32011, + "first_eval_ns": 205195, + "threshold_crossing_ns": 6787787, + "compile_ns": 5343758, + "install_ns": 47474, + "osr_ns": 0, + "steady_state_ns": 26921 + } + }, + "candidate": { + "elapsed_ns": 27568, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 298661, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9895936, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7643605, + "runtime_create_ns": 27799, + "jit_attach_ns": 59048, + "context_create_ns": 108528, + "definition_eval_ns": 37972, + "first_eval_ns": 211984, + "threshold_crossing_ns": 7146114, + "compile_ns": 5681900, + "install_ns": 45363, + "osr_ns": 0, + "steady_state_ns": 27568 + } + } + }, + { + "candidate": { + "elapsed_ns": 27701, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 288169, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9830400, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7790853, + "runtime_create_ns": 34070, + "jit_attach_ns": 55442, + "context_create_ns": 108081, + "definition_eval_ns": 35148, + "first_eval_ns": 200108, + "threshold_crossing_ns": 7307764, + "compile_ns": 5651879, + "install_ns": 49906, + "osr_ns": 0, + "steady_state_ns": 27701 + } + }, + "baseline": { + "elapsed_ns": 27261, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 298296, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8097233, + "runtime_create_ns": 24763, + "jit_attach_ns": 57884, + "context_create_ns": 107574, + "definition_eval_ns": 37845, + "first_eval_ns": 202610, + "threshold_crossing_ns": 7615619, + "compile_ns": 6181539, + "install_ns": 50634, + "osr_ns": 0, + "steady_state_ns": 27261 + } + } + }, + { + "baseline": { + "elapsed_ns": 27410, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 288596, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10022912, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7589049, + "runtime_create_ns": 30747, + "jit_attach_ns": 52512, + "context_create_ns": 105334, + "definition_eval_ns": 35385, + "first_eval_ns": 203794, + "threshold_crossing_ns": 7108234, + "compile_ns": 5714205, + "install_ns": 49419, + "osr_ns": 0, + "steady_state_ns": 27410 + } + }, + "candidate": { + "elapsed_ns": 27138, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281195, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10006528, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7594637, + "runtime_create_ns": 26353, + "jit_attach_ns": 54175, + "context_create_ns": 112593, + "definition_eval_ns": 40969, + "first_eval_ns": 206143, + "threshold_crossing_ns": 7099593, + "compile_ns": 5600557, + "install_ns": 45652, + "osr_ns": 0, + "steady_state_ns": 27138 + } + } + }, + { + "candidate": { + "elapsed_ns": 27311, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 294836, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9895936, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7608898, + "runtime_create_ns": 28056, + "jit_attach_ns": 57615, + "context_create_ns": 101640, + "definition_eval_ns": 38534, + "first_eval_ns": 207316, + "threshold_crossing_ns": 7126148, + "compile_ns": 5657456, + "install_ns": 44153, + "osr_ns": 0, + "steady_state_ns": 27311 + } + }, + "baseline": { + "elapsed_ns": 27582, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280689, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7411710, + "runtime_create_ns": 24741, + "jit_attach_ns": 52871, + "context_create_ns": 107534, + "definition_eval_ns": 33669, + "first_eval_ns": 196285, + "threshold_crossing_ns": 6945173, + "compile_ns": 5452885, + "install_ns": 48391, + "osr_ns": 0, + "steady_state_ns": 27582 + } + } + }, + { + "baseline": { + "elapsed_ns": 27286, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 291727, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9949184, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7284253, + "runtime_create_ns": 28199, + "jit_attach_ns": 60047, + "context_create_ns": 104379, + "definition_eval_ns": 31820, + "first_eval_ns": 195069, + "threshold_crossing_ns": 6815916, + "compile_ns": 5328982, + "install_ns": 51451, + "osr_ns": 0, + "steady_state_ns": 27286 + } + }, + "candidate": { + "elapsed_ns": 27789, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280151, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9912320, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8108604, + "runtime_create_ns": 28210, + "jit_attach_ns": 64097, + "context_create_ns": 106542, + "definition_eval_ns": 39099, + "first_eval_ns": 200599, + "threshold_crossing_ns": 7617679, + "compile_ns": 6188151, + "install_ns": 43370, + "osr_ns": 0, + "steady_state_ns": 27789 + } + } + }, + { + "candidate": { + "elapsed_ns": 27553, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283611, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8079472, + "runtime_create_ns": 23854, + "jit_attach_ns": 53678, + "context_create_ns": 102363, + "definition_eval_ns": 33529, + "first_eval_ns": 203247, + "threshold_crossing_ns": 7612351, + "compile_ns": 6139993, + "install_ns": 47774, + "osr_ns": 0, + "steady_state_ns": 27553 + } + }, + "baseline": { + "elapsed_ns": 26928, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 299207, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10035200, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7828696, + "runtime_create_ns": 25503, + "jit_attach_ns": 53852, + "context_create_ns": 111907, + "definition_eval_ns": 35601, + "first_eval_ns": 199255, + "threshold_crossing_ns": 7351324, + "compile_ns": 5856860, + "install_ns": 50653, + "osr_ns": 0, + "steady_state_ns": 26928 + } + } + }, + { + "baseline": { + "elapsed_ns": 27432, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280458, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9912320, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7529383, + "runtime_create_ns": 24846, + "jit_attach_ns": 57948, + "context_create_ns": 123277, + "definition_eval_ns": 46104, + "first_eval_ns": 209696, + "threshold_crossing_ns": 7014356, + "compile_ns": 5639266, + "install_ns": 52265, + "osr_ns": 0, + "steady_state_ns": 27432 + } + }, + "candidate": { + "elapsed_ns": 27144, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282178, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9797632, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7896798, + "runtime_create_ns": 27331, + "jit_attach_ns": 60021, + "context_create_ns": 135529, + "definition_eval_ns": 41470, + "first_eval_ns": 209852, + "threshold_crossing_ns": 7371558, + "compile_ns": 5931015, + "install_ns": 50460, + "osr_ns": 0, + "steady_state_ns": 27144 + } + } + }, + { + "candidate": { + "elapsed_ns": 27726, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280698, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10027008, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7501917, + "runtime_create_ns": 29859, + "jit_attach_ns": 53749, + "context_create_ns": 108429, + "definition_eval_ns": 36378, + "first_eval_ns": 206602, + "threshold_crossing_ns": 7014844, + "compile_ns": 5511060, + "install_ns": 47612, + "osr_ns": 0, + "steady_state_ns": 27726 + } + }, + "baseline": { + "elapsed_ns": 28317, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 275526, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7121729, + "runtime_create_ns": 31271, + "jit_attach_ns": 57983, + "context_create_ns": 105415, + "definition_eval_ns": 37514, + "first_eval_ns": 204531, + "threshold_crossing_ns": 6631044, + "compile_ns": 5239698, + "install_ns": 43987, + "osr_ns": 0, + "steady_state_ns": 28317 + } + } + }, + { + "baseline": { + "elapsed_ns": 27224, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 289996, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9961472, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8233330, + "runtime_create_ns": 26990, + "jit_attach_ns": 50994, + "context_create_ns": 102070, + "definition_eval_ns": 29367, + "first_eval_ns": 201086, + "threshold_crossing_ns": 7774569, + "compile_ns": 6299612, + "install_ns": 51807, + "osr_ns": 0, + "steady_state_ns": 27224 + } + }, + "candidate": { + "elapsed_ns": 27083, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281617, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7898328, + "runtime_create_ns": 28657, + "jit_attach_ns": 57538, + "context_create_ns": 109379, + "definition_eval_ns": 40911, + "first_eval_ns": 222132, + "threshold_crossing_ns": 7387792, + "compile_ns": 5977598, + "install_ns": 44763, + "osr_ns": 0, + "steady_state_ns": 27083 + } + } + }, + { + "candidate": { + "elapsed_ns": 32451, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 274833, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9940992, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7795211, + "runtime_create_ns": 25877, + "jit_attach_ns": 51597, + "context_create_ns": 102620, + "definition_eval_ns": 32995, + "first_eval_ns": 206491, + "threshold_crossing_ns": 7321757, + "compile_ns": 5935509, + "install_ns": 51004, + "osr_ns": 0, + "steady_state_ns": 32451 + } + }, + "baseline": { + "elapsed_ns": 27217, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284935, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10002432, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7384532, + "runtime_create_ns": 25481, + "jit_attach_ns": 56953, + "context_create_ns": 107368, + "definition_eval_ns": 35888, + "first_eval_ns": 204374, + "threshold_crossing_ns": 6904218, + "compile_ns": 5465051, + "install_ns": 46177, + "osr_ns": 0, + "steady_state_ns": 27217 + } + } + }, + { + "baseline": { + "elapsed_ns": 35264, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 279977, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7200527, + "runtime_create_ns": 25329, + "jit_attach_ns": 54401, + "context_create_ns": 110170, + "definition_eval_ns": 37474, + "first_eval_ns": 198656, + "threshold_crossing_ns": 6715575, + "compile_ns": 5283497, + "install_ns": 57530, + "osr_ns": 0, + "steady_state_ns": 35264 + } + }, + "candidate": { + "elapsed_ns": 32719, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 276757, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9981952, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7594774, + "runtime_create_ns": 25237, + "jit_attach_ns": 53624, + "context_create_ns": 106810, + "definition_eval_ns": 37404, + "first_eval_ns": 205804, + "threshold_crossing_ns": 7107836, + "compile_ns": 5602156, + "install_ns": 44445, + "osr_ns": 0, + "steady_state_ns": 32719 + } + } + }, + { + "candidate": { + "elapsed_ns": 27156, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280565, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7087416, + "runtime_create_ns": 25028, + "jit_attach_ns": 55618, + "context_create_ns": 106133, + "definition_eval_ns": 38333, + "first_eval_ns": 201825, + "threshold_crossing_ns": 6607953, + "compile_ns": 5253272, + "install_ns": 50131, + "osr_ns": 0, + "steady_state_ns": 27156 + } + }, + "baseline": { + "elapsed_ns": 27253, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 287923, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6970698, + "runtime_create_ns": 25147, + "jit_attach_ns": 52055, + "context_create_ns": 106818, + "definition_eval_ns": 34497, + "first_eval_ns": 197760, + "threshold_crossing_ns": 6502922, + "compile_ns": 5197670, + "install_ns": 45227, + "osr_ns": 0, + "steady_state_ns": 27253 + } + } + }, + { + "baseline": { + "elapsed_ns": 32183, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 278513, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9912320, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8205833, + "runtime_create_ns": 28153, + "jit_attach_ns": 51516, + "context_create_ns": 123853, + "definition_eval_ns": 38993, + "first_eval_ns": 193687, + "threshold_crossing_ns": 7713545, + "compile_ns": 6253854, + "install_ns": 47223, + "osr_ns": 0, + "steady_state_ns": 32183 + } + }, + "candidate": { + "elapsed_ns": 27565, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 289338, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10010624, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7886241, + "runtime_create_ns": 27920, + "jit_attach_ns": 52417, + "context_create_ns": 107465, + "definition_eval_ns": 44528, + "first_eval_ns": 204273, + "threshold_crossing_ns": 7392544, + "compile_ns": 5877474, + "install_ns": 51065, + "osr_ns": 0, + "steady_state_ns": 27565 + } + } + }, + { + "candidate": { + "elapsed_ns": 27347, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283704, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10035200, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7843516, + "runtime_create_ns": 24676, + "jit_attach_ns": 54118, + "context_create_ns": 124405, + "definition_eval_ns": 34761, + "first_eval_ns": 206873, + "threshold_crossing_ns": 7346842, + "compile_ns": 5875682, + "install_ns": 48805, + "osr_ns": 0, + "steady_state_ns": 27347 + } + }, + "baseline": { + "elapsed_ns": 27724, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281191, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9957376, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7336483, + "runtime_create_ns": 24924, + "jit_attach_ns": 54754, + "context_create_ns": 110924, + "definition_eval_ns": 40477, + "first_eval_ns": 207187, + "threshold_crossing_ns": 6846493, + "compile_ns": 5425273, + "install_ns": 45710, + "osr_ns": 0, + "steady_state_ns": 27724 + } + } + }, + { + "baseline": { + "elapsed_ns": 27586, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 289252, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10022912, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 6847564, + "runtime_create_ns": 23332, + "jit_attach_ns": 50368, + "context_create_ns": 102961, + "definition_eval_ns": 33494, + "first_eval_ns": 206268, + "threshold_crossing_ns": 6381390, + "compile_ns": 5038342, + "install_ns": 43236, + "osr_ns": 0, + "steady_state_ns": 27586 + } + }, + "candidate": { + "elapsed_ns": 27218, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281074, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9924608, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7235851, + "runtime_create_ns": 25271, + "jit_attach_ns": 52078, + "context_create_ns": 107692, + "definition_eval_ns": 33839, + "first_eval_ns": 201010, + "threshold_crossing_ns": 6765302, + "compile_ns": 5330279, + "install_ns": 43545, + "osr_ns": 0, + "steady_state_ns": 27218 + } + } + }, + { + "candidate": { + "elapsed_ns": 26911, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281204, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9928704, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7905087, + "runtime_create_ns": 27174, + "jit_attach_ns": 54207, + "context_create_ns": 108414, + "definition_eval_ns": 39384, + "first_eval_ns": 212281, + "threshold_crossing_ns": 7410897, + "compile_ns": 5936457, + "install_ns": 46349, + "osr_ns": 0, + "steady_state_ns": 26911 + } + }, + "baseline": { + "elapsed_ns": 26563, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281269, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9932800, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8329620, + "runtime_create_ns": 29957, + "jit_attach_ns": 54378, + "context_create_ns": 104985, + "definition_eval_ns": 37121, + "first_eval_ns": 199723, + "threshold_crossing_ns": 7856158, + "compile_ns": 6401020, + "install_ns": 48797, + "osr_ns": 0, + "steady_state_ns": 26563 + } + } + }, + { + "baseline": { + "elapsed_ns": 27251, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 281767, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10018816, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7812003, + "runtime_create_ns": 24704, + "jit_attach_ns": 51536, + "context_create_ns": 107640, + "definition_eval_ns": 33299, + "first_eval_ns": 193442, + "threshold_crossing_ns": 7350535, + "compile_ns": 5879179, + "install_ns": 46661, + "osr_ns": 0, + "steady_state_ns": 27251 + } + }, + "candidate": { + "elapsed_ns": 27195, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280946, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9965568, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7500593, + "runtime_create_ns": 26373, + "jit_attach_ns": 62514, + "context_create_ns": 111348, + "definition_eval_ns": 38287, + "first_eval_ns": 204763, + "threshold_crossing_ns": 7004175, + "compile_ns": 5584544, + "install_ns": 48788, + "osr_ns": 0, + "steady_state_ns": 27195 + } + } + }, + { + "candidate": { + "elapsed_ns": 27134, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282163, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9953280, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7422366, + "runtime_create_ns": 26404, + "jit_attach_ns": 55708, + "context_create_ns": 108446, + "definition_eval_ns": 36998, + "first_eval_ns": 204575, + "threshold_crossing_ns": 6937925, + "compile_ns": 5559175, + "install_ns": 49534, + "osr_ns": 0, + "steady_state_ns": 27134 + } + }, + "baseline": { + "elapsed_ns": 27234, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 284916, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9842688, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7788775, + "runtime_create_ns": 29936, + "jit_attach_ns": 64431, + "context_create_ns": 107512, + "definition_eval_ns": 40062, + "first_eval_ns": 208852, + "threshold_crossing_ns": 7284720, + "compile_ns": 5882071, + "install_ns": 44746, + "osr_ns": 0, + "steady_state_ns": 27234 + } + } + }, + { + "baseline": { + "elapsed_ns": 27505, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 293674, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9953280, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7268009, + "runtime_create_ns": 29021, + "jit_attach_ns": 56975, + "context_create_ns": 105212, + "definition_eval_ns": 35165, + "first_eval_ns": 218392, + "threshold_crossing_ns": 6773210, + "compile_ns": 5366743, + "install_ns": 51682, + "osr_ns": 0, + "steady_state_ns": 27505 + } + }, + "candidate": { + "elapsed_ns": 27691, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280212, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9965568, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7557991, + "runtime_create_ns": 24956, + "jit_attach_ns": 56028, + "context_create_ns": 108966, + "definition_eval_ns": 37544, + "first_eval_ns": 201212, + "threshold_crossing_ns": 7076079, + "compile_ns": 5643674, + "install_ns": 44095, + "osr_ns": 0, + "steady_state_ns": 27691 + } + } + }, + { + "candidate": { + "elapsed_ns": 27561, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 297007, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 10022912, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8021265, + "runtime_create_ns": 25670, + "jit_attach_ns": 56583, + "context_create_ns": 104341, + "definition_eval_ns": 33009, + "first_eval_ns": 213641, + "threshold_crossing_ns": 7537598, + "compile_ns": 6058551, + "install_ns": 52967, + "osr_ns": 0, + "steady_state_ns": 27561 + } + }, + "baseline": { + "elapsed_ns": 26956, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282007, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9936896, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7826547, + "runtime_create_ns": 27939, + "jit_attach_ns": 56880, + "context_create_ns": 110067, + "definition_eval_ns": 39276, + "first_eval_ns": 202411, + "threshold_crossing_ns": 7338043, + "compile_ns": 5851671, + "install_ns": 44334, + "osr_ns": 0, + "steady_state_ns": 26956 + } + } + }, + { + "baseline": { + "elapsed_ns": 27217, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 282073, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9900032, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 8038236, + "runtime_create_ns": 28668, + "jit_attach_ns": 54441, + "context_create_ns": 107412, + "definition_eval_ns": 37418, + "first_eval_ns": 197510, + "threshold_crossing_ns": 7561539, + "compile_ns": 6145043, + "install_ns": 48025, + "osr_ns": 0, + "steady_state_ns": 27217 + } + }, + "candidate": { + "elapsed_ns": 32866, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 273746, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9920512, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7559893, + "runtime_create_ns": 30485, + "jit_attach_ns": 54566, + "context_create_ns": 107560, + "definition_eval_ns": 46026, + "first_eval_ns": 202285, + "threshold_crossing_ns": 7060925, + "compile_ns": 5694175, + "install_ns": 49590, + "osr_ns": 0, + "steady_state_ns": 32866 + } + } + }, + { + "candidate": { + "elapsed_ns": 27793, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 283210, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9912320, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7396214, + "runtime_create_ns": 23750, + "jit_attach_ns": 55669, + "context_create_ns": 105838, + "definition_eval_ns": 32030, + "first_eval_ns": 208762, + "threshold_crossing_ns": 6919828, + "compile_ns": 5498094, + "install_ns": 48495, + "osr_ns": 0, + "steady_state_ns": 27793 + } + }, + "baseline": { + "elapsed_ns": 26606, + "checksum": "number:413e809800000000", + "native_entries": 23, + "native_acquisitions": 23, + "native_exits": 23, + "fallbacks": 0, + "retries": 0, + "tier2_entries": 15, + "deopts": 0, + "osr_attempts": 0, + "profitability_evaluations": 5, + "profitability_approved": 0, + "profitability_rejected": 5, + "benefit_recordings": 15, + "measured_benefit_ns": 280654, + "opcode_fingerprint": 420453823952306295, + "abi_fingerprint": 2791364826085307866, + "config_fingerprint": 4005702742960461327, + "peak_rss_bytes": 9940992, + "code_bytes": 15354, + "metadata_bytes": 5716, + "active_ir_bytes": 1617, + "automatic_ready": true, + "phases": { + "total_ns": 7283589, + "runtime_create_ns": 28844, + "jit_attach_ns": 58029, + "context_create_ns": 103550, + "definition_eval_ns": 34127, + "first_eval_ns": 216616, + "threshold_crossing_ns": 6794612, + "compile_ns": 5423110, + "install_ns": 49737, + "osr_ns": 0, + "steady_state_ns": 26606 + } + } + } + ] + }, + "summary": { + "tier2": { + "speed": 0.9854210382264392, + "ci95": [ + 0.9783801460702736, + 0.9893959338891326 + ] + }, + "automatic": { + "speed": 0.9957026606930602, + "ci95": [ + 0.9903568161024703, + 1.000919929349426 + ] + } + }, + "candidate_patch_sha256": "3173f900e20f4810488a4309cf8b3617231c724f07781a84c2553c9fdb2bba0e", + "source_revision": "b7be6a41c50e3cc04a782acb13558687d190ac6c", + "scope": "Focused latency-only repeat after other local verification and benchmark processes completed. Five discarded warmups, 60 paired fresh workers per mode, rotating engine order on CPU 0. No additional throughput sampling.", + "driver_sha256": "7679ae3818967efae7c0534b7474fcc6c28debfac532878ba0456738b7d1f077" +} diff --git a/docs/M3.md b/docs/M3.md index 83a42f195..55b502ede 100644 --- a/docs/M3.md +++ b/docs/M3.md @@ -245,3 +245,80 @@ columns require the requested tier, while automatic accepts either native tier. A forced Tier 2 worker that entered only Tier 1 must not be labeled as having no native entries at all. Only explanatory wording changed; every metric and gate result was checked against the original generated report. + + +### Helper PC validation cursor + +The next profile isolated repeated instruction-boundary scans in +`qjsjit_validate_helper_frame`: 36.08% of self sampled cycles in the enlarged +Tier 1 generic-call probe. Patch 0011 keeps one validated bytecode offset per +private `JSFunctionBytecode`. Forward queries resume decoding at that proven +boundary, backward queries start at zero, and generation invalidation resets +the cursor. Both function creation paths zero-initialize it. Published bytecode +instruction lengths do not change; any future mutation of those lengths must +reset this field before the changed bytecode is used. + +The range check still precedes reuse. Successful instruction boundaries are +accepted before inspecting their opcode, preserving the previous behavior even +for malformed opcodes at that boundary. End-of-buffer acceptance still depends +on `allow_end` and is not cached. No frame identity, stack-map, exception, GC, +slot ownership, or public ABI checks are removed. + +The new helper integration test visits every decoded boundary forward, +backward, and repeatedly, including the end; rejects every operand byte and +out-of-range PCs; and checks borrowed argument ownership after rejection. It +passes on both implementations. A deliberate mutation accepting operand PCs +fails this test; restoring boundary validation passes. The candidate passes +512 release runtime tests, 55 AddressSanitizer/LeakSanitizer tests, 15 +bindgen-enabled ABI tests, 11 patch tests, and full-workspace Clippy. Independent +review found no remaining safety issue. + +The follow-up profile reduces helper-frame validation to 18.24% of self sampled +cycles. This is diagnostic attribution, not an overall speed claim: it includes +setup, compilation and warmup, and uses a profiling-only script with 100 times +the normal loop iterations. Commands, both worker outputs, script source, +binary hashes and symbol reports are in +[`m3-pc-cursor-profile.json`](../benchmarks/results/m3-pc-cursor-profile.json). +Hashing, feedback observation and tier-state queries remain substantial costs. + + +The unchanged registered scripts were measured with 5 discarded warmups, 30 +rotating paired fresh processes per mode, 10 one-second-minimum throughput +windows per engine/mode, and 10,000 paired bootstrap resamples on CPU 0. These +are dirty-source revision diagnostics; the earlier clean-source matrix does +not measure patch 0011. The archived driver key `entry_cache` now identifies +the complete pre-cursor version, including return handoff and CALL feedback +reuse, not the earlier cache-only stage. Some local verification overlapped on +CPUs 2–15; focused latency repeats below ran after those processes completed. + +| Workload / mode | Speed relative to pre-cursor version | Paired 95% interval | +|---|---:|---:| +| Generic call / Tier 1 | 1.135x | 1.133x–1.137x | +| Generic call / requested Tier 2, actually Tier 1 | 1.033x | 1.032x–1.036x | +| Generic call / automatic, actually Tier 1 | 1.007x | 1.005x–1.009x | +| Direct call / Tier 1 | 2.226x | 2.216x–2.252x | +| Recursive Fibonacci / Tier 1 | 1.108x | 1.106x–1.111x | + +Generic-call automatic mode is 1.356x M2 speed in this run (35.3%–35.9% +faster). Interpreter comparisons are statistically tied for all four probes; +automatic recursion has zero native entries and is only an interpreter-path +control. All checksums agree and native entries/exits balance. Exact binaries, +script hashes, patch source, driver source and raw measurements are archived: + +- [Generic calls](../benchmarks/results/m3-pc-cursor-generic-call-entry-paired.json) +- [Direct calls](../benchmarks/results/m3-pc-cursor-call-heavy-paired.json) +- [Recursive Fibonacci](../benchmarks/results/m3-pc-cursor-fibonacci-recursive-paired.json) +- [Scalar loop](../benchmarks/results/m3-pc-cursor-scalar-loop-paired.json) + +There is a small measured tradeoff in other modes. The initial direct-call +Tier 2/automatic results were 0.979x/0.986x pre-cursor speed. A separate +60-pair latency repeat finds Tier 2 statistically tied (between 2.2% slower and +0.5% faster), but automatic still 0.979x speed (1.3%–3.3% slower). Scalar-loop +Tier 2 is 0.982x speed initially and 0.985x on repeat (1.1%–2.2% slower); +automatic scalar-loop timing is tied on both runs (repeat range: 1.0% slower +to 0.1% faster). These decreases are within the existing 5% tolerance in these +probes, but their cause has not been isolated and they must not be described +as no regression. Both repeats, including raw samples and executable hashes, +are archived as [direct-call repeat](../benchmarks/results/m3-pc-cursor-call-heavy-recheck.json) +and [scalar-loop repeat](../benchmarks/results/m3-pc-cursor-scalar-loop-recheck.json). +The broader performance acceptance gate and real host evidence remain open. diff --git a/docs/NEXT_SESSION_GOAL.md b/docs/NEXT_SESSION_GOAL.md index b7988fb3d..832a6421a 100644 --- a/docs/NEXT_SESSION_GOAL.md +++ b/docs/NEXT_SESSION_GOAL.md @@ -336,3 +336,32 @@ Generic-call automatic mode is still about 0.12x interpreter speed, so remaining per-call callback/validation/profiling cost remains the active overhead target. PR #18's latest observed CI has 40 successful checks and sanitizer still active; re-query its current head and job status before making any CI completion claim. + + +Patch 0011 now caches a validated PC boundary per private function bytecode. +Forward validation resumes at that boundary; backward PCs rescan. The change +preserves range/end/opcode semantics and passes 512 release tests, 55 ASAN/LSAN +tests, 15 ABI tests, 11 patch tests, Clippy, and a mutation-checked helper PC +regression. Profile attribution fell from 36.08% to 18.24% self sampled cycles. +Four paired diagnostic reports and two focused repeats are archived as +`benchmarks/results/m3-pc-cursor-*.json`. Relative to pre-cursor code, Tier 1 +generic calls are 1.135x speed, direct calls 2.226x, and recursion 1.108x. +Automatic generic calls improve only to 1.007x. Repeats retain small slowdowns +in automatic direct calls (~2.1%) and Tier 2 scalar loops (~1.5%); see M3.md. +These are revision diagnostics, not a new clean-source acceptance result. +All measurement processes for this step completed. + +CI run 33960763268 on b7be6a4 passed 41 checks, including memory/address/thread +sanitizers (one other job skipped). That is the pre-cursor revision: re-query +PR #18 for the latest cursor commit before claiming its CI passes. + +The next concrete overhead candidate is `ProductionBackend.execution_starts`: +a per-function HashMap of Vecs currently performs hash lookups on every enter +and exit. Independent lifecycle review found real callback pairs globally +LIFO, including recursion, OSR, invalidation, retries/deopts and release reentry. +A single Vec of (FunctionKey, Instant, Tier) could preserve the original key +and tier while removing those lookups. Do not remove active records on +retirement; check the top key before consuming, and preserve empty-stack +handling for the test that sends DEOPT exit without an enter. This next change +is not implemented. Feedback observation, tier-state lookups, and exact metric +publication also remain substantial sampled costs. diff --git a/jit/tests/helpers.rs b/jit/tests/helpers.rs index 8864519da..baa9c4861 100644 --- a/jit/tests/helpers.rs +++ b/jit/tests/helpers.rs @@ -19,6 +19,11 @@ use rquickjs_jit::{ #[derive(Clone)] enum Operation { DupFree, + ValidatePcs { + valid: Vec, + invalid: Option, + verified: Arc, + }, ResolveConst(u32), ToNumeric, ToBool, @@ -149,6 +154,36 @@ unsafe extern "C" fn helper_entry(frame: *mut qjs::JSJitExecFrame) -> qjs::JSJit let api = &*(*frame).runtime_api; let stack_slot = spec.arg_count + spec.local_count; match &spec.operation { + Operation::ValidatePcs { + valid, + invalid, + verified, + } => { + set_stack_depth(frame, 1); + for offset in valid { + (*frame).pc = (*frame).bytecode_start.add(*offset); + if api.dup.expect("DUP helper")(frame, 0, stack_slot, 0) < 0 { + return qjs::JSJitExit::exception(); + } + if api.free.expect("FREE helper")(frame, 1, stack_slot) < 0 { + return qjs::JSJitExit::exception(); + } + } + if let Some(offset) = invalid { + let before = *(*frame).arg_buf; + (*frame).pc = (*frame).bytecode_start.wrapping_add(*offset); + let status = api.free.expect("FREE helper")(frame, 1, 0); + let after = *(*frame).arg_buf; + verified.store( + status < 0 && before.u.ptr == after.u.ptr && before.tag == after.tag, + Ordering::SeqCst, + ); + return qjs::JSJitExit::exception(); + } + verified.store(true, Ordering::SeqCst); + (*frame).result = qjs::JS_MKVAL(qjs::JS_TAG_INT, 1); + qjs::JSJitExit::done() + } Operation::DupFree => { set_stack_depth(frame, 1); let status = api.dup.expect("DUP helper")(frame, 0, stack_slot, 0); @@ -1186,3 +1221,52 @@ fn poll_id_zero_remains_compatible_and_interrupts_native_infinite_work() { assert_eq!(interrupts.load(Ordering::SeqCst), 1); assert_eq!(entries.load(Ordering::SeqCst), 1); } + +#[test] +fn helper_pc_validation_preserves_boundaries_across_forward_and_backward_queries() { + let runtime = Runtime::new().unwrap(); + let context = Context::full(&runtime).unwrap(); + let snapshot = context.with(|ctx| { + ctx.eval::<(), _>( + "globalThis.target = function target(o) { let n = 123456; if (o) n += 234567; return n + o.marker }", + ).unwrap(); + let function: Function<'_> = ctx.globals().get("target").unwrap(); + snapshot(&ctx, &function) + }); + let mut boundaries = vec![0]; + for instruction in decode_raw(snapshot.bytecode()).unwrap() { + boundaries.push(boundaries.last().unwrap() + instruction.bytes().len()); + } + let length = snapshot.bytecode().len(); + assert_eq!(boundaries.last(), Some(&length)); + assert!((0..length).any(|offset| !boundaries.contains(&offset))); + let mut valid = boundaries.clone(); + valid.extend(boundaries.iter().rev().copied()); + valid.extend(boundaries.iter().flat_map(|offset| [*offset, *offset])); + // Exercise every operand byte after populating the cursor at many valid PCs. + let invalid = (0..=length + 1) + .filter(|offset| !boundaries.contains(offset)) + .map(Some) + .chain([Some(usize::MAX), None]); + for invalid in invalid { + let verified = Arc::new(AtomicBool::new(false)); + let (_guard, entries) = install( + &runtime, + &snapshot, + Operation::ValidatePcs { + valid: valid.clone(), + invalid, + verified: verified.clone(), + }, + ); + let result = context.with(|ctx| ctx.eval::("target({marker: 1})")); + assert_eq!(result.is_err(), invalid.is_some(), "PC {invalid:?}"); + assert!(verified.load(Ordering::SeqCst), "PC {invalid:?}"); + assert_eq!(entries.load(Ordering::SeqCst), 1); + if invalid.is_some() { + context.with(|ctx| { + let _ = ctx.catch(); + }); + } + } +} diff --git a/sys/build_support/patch.rs b/sys/build_support/patch.rs index 9ae8815f7..a832b6082 100644 --- a/sys/build_support/patch.rs +++ b/sys/build_support/patch.rs @@ -1,7 +1,7 @@ use std::{fs, io, path::Path}; const QUICKJS_BASELINE_FNV64: u64 = 0x3302_116a_b0fc_269c; -const EXPECTED_PATCHES: [(&str, u64); 10] = [ +const EXPECTED_PATCHES: [(&str, u64); 11] = [ ("0001-rquickjs-jit.patch", 0x18d7_40cc_6943_30cf), ("0002-runtime-feedback.patch", 0xe4c1_ed52_ee5d_d469), ("0003-element-layout.patch", 0xa12c_ccd2_7420_e880), @@ -12,6 +12,7 @@ const EXPECTED_PATCHES: [(&str, u64); 10] = [ ("0008-tier1-atom-values.patch", 0xbc5e_d1f3_3fef_4069), ("0009-tier1-arith-slow.patch", 0x3fd2_4634_ef37_456e), ("0010-native-entry-cache.patch", 0xe33fff61a67b0955), + ("0011-helper-pc-cursor.patch", 0x51eab4f65377affd), ]; pub(crate) const BASELINE_FILES: [&str; 19] = [ "api-test.c", @@ -51,7 +52,7 @@ const PATCHED_FILE_FINGERPRINTS: [(&str, u64); 21] = [ ("list.h", 0xb337_70f7_b76d_a3d8), ("quickjs-atom.h", 0x30b4_9116_b6a2_aa99), ("quickjs-c-atomics.h", 0x490b_0f29_f631_3fc0), - ("quickjs.c", 0xb898240dbb3843c8), + ("quickjs.c", 0x72bbd2f301ad246d), ("quickjs-jit.h", 0x847f0de0cd88713b), ("quickjs-jit-helpers.h", 0xa469_e80f_be47_404c), ("quickjs-opcode.h", 0x3d05_cfdf_5cf7_2930), diff --git a/sys/patches/0011-helper-pc-cursor.patch b/sys/patches/0011-helper-pc-cursor.patch new file mode 100644 index 000000000..23f9490d4 --- /dev/null +++ b/sys/patches/0011-helper-pc-cursor.patch @@ -0,0 +1,39 @@ +diff --git a/quickjs.c b/quickjs.c +--- a/quickjs.c ++++ b/quickjs.c +@@ -852,6 +852,7 @@ + uint64_t jit_function_id; + uint64_t jit_generation; + uint8_t jit_feedback_disabled; ++ int jit_validated_pc_offset; /* known instruction boundary, initially zero */ + #endif + } JSFunctionBytecode; + +@@ -2892,6 +2893,7 @@ + old_generation = b->jit_generation; + b->jit_generation = ++ctx->rt->jit_next_generation; + b->jit_feedback_disabled = 0; ++ b->jit_validated_pc_offset = 0; + qjsjit_retire_identity(ctx->rt, b->jit_function_id, old_generation); + return JS_JIT_BACKEND_OK; + } +@@ -18691,12 +18693,18 @@ + + if (value < start || (allow_end ? value > end : value >= end)) + return false; ++ /* Published bytecode instruction lengths are immutable. Reuse only a ++ proven boundary at or before this query; backward branches rescan. */ ++ if (value - start >= (uintptr_t)b->jit_validated_pc_offset) ++ offset = b->jit_validated_pc_offset; + while (offset < b->byte_code_len) { + const JSJitOpcodeInfo *info; + uint8_t opcode; + +- if (pc == b->byte_code_buf + offset) ++ if (pc == b->byte_code_buf + offset) { ++ b->jit_validated_pc_offset = offset; + return true; ++ } + opcode = b->byte_code_buf[offset]; + if (opcode >= countof(qjsjit_opcode_table)) + return false; diff --git a/sys/tests/jit_patch.rs b/sys/tests/jit_patch.rs index 2f2fd606b..a105b6e0b 100644 --- a/sys/tests/jit_patch.rs +++ b/sys/tests/jit_patch.rs @@ -39,6 +39,7 @@ fn copy_patches(destination: &std::path::Path) { "0008-tier1-atom-values.patch", "0009-tier1-arith-slow.patch", "0010-native-entry-cache.patch", + "0011-helper-pc-cursor.patch", ] { fs::copy(source.join(patch), destination.join(patch)).unwrap(); }