jsonlt
jsonlt-python
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
feat: add Table.from_records and Table.from_file factory methods
#14
Merged
Comparing
factory
(
f284789
) with
main
(
46d2228
)
CodSpeed Performance Gauge
0%
Untouched
173
Archived
1
Benchmarks
Mode
CPU Simulation
Wall Time
Memory
Status
Untouched
Archived
174 total
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_has_nonexistent[small-str-100]
tests/benchmarks/test_bench_table.py::TestBenchHas
CodSpeed Performance Gauge
-9%
22.4 µs
24.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_count[small-str-100]
tests/benchmarks/test_bench_table.py::TestBenchCount
CodSpeed Performance Gauge
-4%
29.1 µs
30.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_has_nonexistent[small-tuple-100]
tests/benchmarks/test_bench_table.py::TestBenchHas
CodSpeed Performance Gauge
-4%
22.5 µs
23.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_has_existing[small-int-100]
tests/benchmarks/test_bench_table.py::TestBenchHas
CodSpeed Performance Gauge
-4%
21.4 µs
22.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_has_nonexistent[small-int-1k]
tests/benchmarks/test_bench_table.py::TestBenchHas
CodSpeed Performance Gauge
-4%
21.4 µs
22.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_has_nonexistent[small-int-100]
tests/benchmarks/test_bench_table.py::TestBenchHas
CodSpeed Performance Gauge
-4%
21.5 µs
22.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_has_nonexistent[small-tuple-1k]
tests/benchmarks/test_bench_table.py::TestBenchHas
CodSpeed Performance Gauge
-4%
22.4 µs
23.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_has_existing[small-tuple-1]
tests/benchmarks/test_bench_table.py::TestBenchHas
CodSpeed Performance Gauge
-4%
23.3 µs
24.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_has_existing[small-str-1]
tests/benchmarks/test_bench_table.py::TestBenchHas
CodSpeed Performance Gauge
-4%
22.1 µs
22.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_has_existing[small-str-1k]
tests/benchmarks/test_bench_table.py::TestBenchHas
CodSpeed Performance Gauge
-4%
22.3 µs
23.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_has_existing[small-int-1]
tests/benchmarks/test_bench_table.py::TestBenchHas
CodSpeed Performance Gauge
-4%
21.5 µs
22.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_has_existing[small-int-1k]
tests/benchmarks/test_bench_table.py::TestBenchHas
CodSpeed Performance Gauge
-3%
21.8 µs
22.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_has_existing[small-tuple-100]
tests/benchmarks/test_bench_table.py::TestBenchHas
CodSpeed Performance Gauge
-3%
23.4 µs
24.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_has_existing[small-tuple-1k]
tests/benchmarks/test_bench_table.py::TestBenchHas
CodSpeed Performance Gauge
-3%
23.6 µs
24.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_get_nonexistent_key[small-str-1k]
tests/benchmarks/test_bench_table.py::TestBenchGet
CodSpeed Performance Gauge
+3%
22.7 µs
22 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_get_nonexistent_key[small-int-1k]
tests/benchmarks/test_bench_table.py::TestBenchGet
CodSpeed Performance Gauge
+3%
22.3 µs
21.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_count[small-tuple-1k]
tests/benchmarks/test_bench_table.py::TestBenchCount
CodSpeed Performance Gauge
-3%
19.3 µs
19.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_get_nonexistent_key[small-tuple-1k]
tests/benchmarks/test_bench_table.py::TestBenchGet
CodSpeed Performance Gauge
+3%
23.3 µs
22.6 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_get_nonexistent_key[small-str-100]
tests/benchmarks/test_bench_table.py::TestBenchGet
CodSpeed Performance Gauge
+3%
23.2 µs
22.5 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_get_nonexistent_key[small-tuple-100]
tests/benchmarks/test_bench_table.py::TestBenchGet
CodSpeed Performance Gauge
+2%
23.5 µs
23 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_get_existing_key[small-tuple-1k]
tests/benchmarks/test_bench_table.py::TestBenchGet
CodSpeed Performance Gauge
+2%
24.4 µs
23.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_has_existing[small-str-100]
tests/benchmarks/test_bench_table.py::TestBenchHas
CodSpeed Performance Gauge
-2%
23.8 µs
24.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_get_nonexistent_key[small-int-100]
tests/benchmarks/test_bench_table.py::TestBenchGet
CodSpeed Performance Gauge
-2%
22.4 µs
22.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
test_get_existing_key[small-int-100]
tests/benchmarks/test_bench_table.py::TestBenchGet
CodSpeed Performance Gauge
+2%
22.3 µs
21.8 µ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
+2%
22.7 µs
22.2 µs
1
2
3
4
5
6
7
Commits
Click on a commit to change the comparison range
Base
main
46d2228
-0.31%
feat: add Table.from_records and Table.from_file factory methods
f284789
6 months ago
by tbhb
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs