Simon Willison’s Weblog

Subscribe

Entries tagged codeinterpreter, sqlite in 2023

Filters: Type: entry × Year: 2023 × codeinterpreter × sqlite × Sorted by date


Running Python micro-benchmarks using the ChatGPT Code Interpreter alpha

Today I wanted to understand the performance difference between two Python implementations of a mechanism to detect changes to a SQLite database schema. I rendered the difference between the two as this chart:

[... 2939 words]