jsonlt
jsonlt-python
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
chore(deps): bump CodSpeedHQ/action from 4.10.4 to 4.10.6
#34
Comparing
dependabot/github_actions/CodSpeedHQ/action-4.10.6
(
838a503
) with
main
(
661d1ad
)
CodSpeed Performance Gauge
-17%
Improvement
1
Regression
1
Untouched
171
No successful run was found on
main
(
09ecc57
) during the generation of this report, so
661d1ad
was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.
Benchmarks
Mode
CPU Simulation
Wall Time
Memory
Status
Regression
Improvement
Untouched
173 total
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_all[small-int-1k]
tests/benchmarks/test_bench_table.py::TestBenchAll
CodSpeed Performance Gauge
-17%
2.7 ms
3.2 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_find_with_limit[small-int-1k]
tests/benchmarks/test_bench_table.py::TestBenchFind
CodSpeed Performance Gauge
+18%
3.2 ms
2.7 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_reload[small-tuple-100]
tests/benchmarks/test_bench_table.py::TestBenchReload
CodSpeed Performance Gauge
+1%
4.1 ms
4 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_reload[small-int-100]
tests/benchmarks/test_bench_table.py::TestBenchReload
CodSpeed Performance Gauge
+1%
3.5 ms
3.5 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_find_with_limit[small-int-100]
tests/benchmarks/test_bench_table.py::TestBenchFind
CodSpeed Performance Gauge
+1%
310.5 µs
308.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_find_one_match_early[small-int-100]
tests/benchmarks/test_bench_table.py::TestBenchFindOne
CodSpeed Performance Gauge
0%
298.5 µs
297.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_find_one_match_late[small-int-100]
tests/benchmarks/test_bench_table.py::TestBenchFindOne
CodSpeed Performance Gauge
0%
338.6 µs
337.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_find_one_no_match[small-int-100]
tests/benchmarks/test_bench_table.py::TestBenchFindOne
CodSpeed Performance Gauge
0%
319.1 µs
318.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_find_low_selectivity[small-int-100]
tests/benchmarks/test_bench_table.py::TestBenchFind
CodSpeed Performance Gauge
0%
391.8 µs
391.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_compact_with_history[small-str-100]
tests/benchmarks/test_bench_table.py::TestBenchCompact
CodSpeed Performance Gauge
0%
7 ms
6.9 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_find_very_high_selectivity[small-str-100]
tests/benchmarks/test_bench_table.py::TestBenchFind
CodSpeed Performance Gauge
0%
423.1 µs
422.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_delete_existing[small-int-100]
tests/benchmarks/test_bench_table.py::TestBenchDelete
CodSpeed Performance Gauge
0%
329.6 ms
329.1 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_keys[small-tuple-100]
tests/benchmarks/test_bench_table.py::TestBenchKeys
CodSpeed Performance Gauge
0%
2.4 ms
2.4 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_load[small-str-100]
tests/benchmarks/test_bench_table.py::TestBenchLoad
CodSpeed Performance Gauge
0%
3.8 ms
3.8 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_find_very_high_selectivity[small-int-100]
tests/benchmarks/test_bench_table.py::TestBenchFind
CodSpeed Performance Gauge
0%
374.9 µs
374.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_find_with_limit[small-tuple-100]
tests/benchmarks/test_bench_table.py::TestBenchFind
CodSpeed Performance Gauge
0%
2.4 ms
2.4 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_load[small-int-1k]
tests/benchmarks/test_bench_table.py::TestBenchLoad
CodSpeed Performance Gauge
0%
31.8 ms
31.8 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_all[small-str-100]
tests/benchmarks/test_bench_table.py::TestBenchAll
CodSpeed Performance Gauge
0%
424.4 µs
424.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_load[small-tuple-100]
tests/benchmarks/test_bench_table.py::TestBenchLoad
CodSpeed Performance Gauge
0%
4 ms
4 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_find_all_records[small-int-100]
tests/benchmarks/test_bench_table.py::TestBenchFind
CodSpeed Performance Gauge
0%
338.7 µs
338.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_get_existing_key[small-int-1k]
tests/benchmarks/test_bench_table.py::TestBenchGet
CodSpeed Performance Gauge
0%
23.6 µs
23.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_delete_existing[small-int-1k]
tests/benchmarks/test_bench_table.py::TestBenchDelete
CodSpeed Performance Gauge
0%
360.1 ms
360.1 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_compact_with_tombstones[small-tuple-1k]
tests/benchmarks/test_bench_table.py::TestBenchCompact
CodSpeed Performance Gauge
0%
93.3 ms
93.3 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_load[small-int-100]
tests/benchmarks/test_bench_table.py::TestBenchLoad
CodSpeed Performance Gauge
0%
3.4 ms
3.4 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_keys[small-tuple-1k]
tests/benchmarks/test_bench_table.py::TestBenchKeys
CodSpeed Performance Gauge
0%
31.9 ms
31.9 ms
1
2
...
7
Commits
Click on a commit to change the comparison range
Base
main
661d1ad
-17.17%
chore(deps): bump CodSpeedHQ/action from 4.10.4 to 4.10.6
838a503
4 days ago
by dependabot[bot]
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs