hashintel
hash
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
BE-434: HashQL: Refactor entity storage path resolution with centralized schema mapping
#8496
Comparing
bm/be-434-hashql-entity-path-resolution-and-storage-mapping
(
8c045d7
) with
main
(
b816f15
)
CodSpeed Performance Gauge
0%
Untouched
68
Archived
12
Benchmarks
Mode
CPU Simulation
Wall Time
Memory
Status
Untouched
Archived
80 total
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
lexer_simulation
libs/@local/hashql/core/benches/symbol.rs::benches::realistic::realistic
CodSpeed Performance Gauge
+2%
75.3 µs
73.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
bit_matrix/dense/insert[64]
libs/@local/hashql/core/benches/bit_matrix.rs::benches::dense_insert
CodSpeed Performance Gauge
+1%
4.3 µs
4.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
diamond_cfg
libs/@local/hashql/mir/benches/execution.rs::benches::execution_analysis::execution_analysis
CodSpeed Performance Gauge
+1%
91.5 µs
90.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
entity_projections
libs/@local/hashql/mir/benches/execution.rs::benches::execution_analysis::execution_analysis
CodSpeed Performance Gauge
+1%
66.8 µs
66.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
bit_matrix/sparse/union_rows[64]
libs/@local/hashql/core/benches/bit_matrix.rs::benches::sparse_union_rows
CodSpeed Performance Gauge
+1%
4 µs
3.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
complex
libs/@local/hashql/mir/benches/transform.rs::benches::inst_simplify::inst_simplify
CodSpeed Performance Gauge
+1%
18.1 µs
18 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
bit_matrix/dense/transitive_closure[16]
libs/@local/hashql/core/benches/bit_matrix.rs::benches::dense_transitive_closure
CodSpeed Performance Gauge
+1%
4.8 µs
4.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
linear
libs/@local/hashql/mir/benches/transform.rs::benches::dse::dse
CodSpeed Performance Gauge
+1%
5 µs
5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
diamond
libs/@local/hashql/mir/benches/transform.rs::benches::dse::dse
CodSpeed Performance Gauge
+1%
5.4 µs
5.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
mixed_workload
libs/@local/hashql/core/benches/symbol.rs::benches::interning::intern
CodSpeed Performance Gauge
0%
80.2 µs
79.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
diamond
libs/@local/hashql/mir/benches/transform.rs::benches::inst_simplify::inst_simplify
CodSpeed Performance Gauge
0%
12.2 µs
12.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
complex
libs/@local/hashql/mir/benches/transform.rs::benches::dse::dse
CodSpeed Performance Gauge
0%
6.9 µs
6.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
foldable
libs/@local/hashql/mir/benches/transform.rs::benches::inst_simplify::inst_simplify
CodSpeed Performance Gauge
0%
9.6 µs
9.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
dead stores
libs/@local/hashql/mir/benches/transform.rs::benches::dse::dse
CodSpeed Performance Gauge
0%
9.7 µs
9.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
bit_matrix/sparse/union_rows[200]
libs/@local/hashql/core/benches/bit_matrix.rs::benches::sparse_union_rows
CodSpeed Performance Gauge
0%
12.2 µs
12.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
bit_matrix/sparse/insert[64]
libs/@local/hashql/core/benches/bit_matrix.rs::benches::sparse_insert
CodSpeed Performance Gauge
0%
16.1 µs
16.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
linear
libs/@local/hashql/mir/benches/transform.rs::benches::cfg_simplify::cfg_simplify
CodSpeed Performance Gauge
0%
16.9 µs
16.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
linear
libs/@local/hashql/mir/benches/transform.rs::benches::inst_simplify::inst_simplify
CodSpeed Performance Gauge
0%
10.1 µs
10.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
bit_matrix/dense/insert[200]
libs/@local/hashql/core/benches/bit_matrix.rs::benches::dense_insert
CodSpeed Performance Gauge
0%
29.4 µs
29.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
linear
libs/@local/hashql/mir/benches/transform.rs::benches::pipeline::pipeline
CodSpeed Performance Gauge
0%
49.6 µs
49.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
simple
libs/@local/hashql/mir/benches/execution.rs::benches::execution_analysis::execution_analysis
CodSpeed Performance Gauge
0%
57.5 µs
57.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
fibonacci_recursive[8]
libs/@local/hashql/mir/benches/interpret.rs::benches::fibonacci_recursive
CodSpeed Performance Gauge
0%
46 µs
45.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
bit_matrix/dense/transitive_closure[64]
libs/@local/hashql/core/benches/bit_matrix.rs::benches::dense_transitive_closure
CodSpeed Performance Gauge
0%
56.4 µs
56.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
inline
libs/@local/hashql/mir/benches/transform.rs::benches::pipeline::pipeline
CodSpeed Performance Gauge
0%
232.8 µs
232.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
bit_matrix/sparse/insert[200]
libs/@local/hashql/core/benches/bit_matrix.rs::benches::sparse_insert
CodSpeed Performance Gauge
0%
76.8 µs
76.7 µs
1
2
...
4
Commits
Click on a commit to change the comparison range
Base
bm/be-427-hashql-derive-macro-for-enum-based-id-types
b816f15
-0.06%
feat: convert EntityPath to bitset
0b1c57a
2 days ago
by indietyp
+0.02%
fix: suggestions from code review
8c045d7
2 days ago
by indietyp
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs