No description
Find a file
Raik Rohde 4bf6962549 feat(benchmark): add benchmarks for SQLite drivers
Added benchmarks for modernc and mattn SQLite drivers, including write and read operations across various data sizes. Benchmark results are captured in a CSV file for further analysis. Additionally, relevant PNG comparison charts and Zone.Identifier files have been added to track and visualize performance differences between the drivers. This setup enables a comprehensive performance evaluation of SQLite operations, facilitating the selection of the most efficient driver for specific use cases.
2024-05-24 08:45:49 +02:00
allocs_op Comparison.png feat(benchmark): add benchmarks for SQLite drivers 2024-05-24 08:45:49 +02:00
allocs_op Comparison.png:Zone.Identifier feat(benchmark): add benchmarks for SQLite drivers 2024-05-24 08:45:49 +02:00
B_op Comparison.png feat(benchmark): add benchmarks for SQLite drivers 2024-05-24 08:45:49 +02:00
B_op Comparison.png:Zone.Identifier feat(benchmark): add benchmarks for SQLite drivers 2024-05-24 08:45:49 +02:00
bench.go feat(benchmark): add benchmarks for SQLite drivers 2024-05-24 08:45:49 +02:00
bench_test.go feat(benchmark): add benchmarks for SQLite drivers 2024-05-24 08:45:49 +02:00
Benchmark_Results.csv feat(benchmark): add benchmarks for SQLite drivers 2024-05-24 08:45:49 +02:00
Benchmark_Results.csv:Zone.Identifier feat(benchmark): add benchmarks for SQLite drivers 2024-05-24 08:45:49 +02:00
go.mod feat(benchmark): add benchmarks for SQLite drivers 2024-05-24 08:45:49 +02:00
go.sum feat(benchmark): add benchmarks for SQLite drivers 2024-05-24 08:45:49 +02:00
ns_op Comparison.png feat(benchmark): add benchmarks for SQLite drivers 2024-05-24 08:45:49 +02:00
ns_op Comparison.png:Zone.Identifier feat(benchmark): add benchmarks for SQLite drivers 2024-05-24 08:45:49 +02:00