Simon Willison’s Weblog

Subscribe

Items tagged promptengineering, sqlite

Filters: promptengineering × 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]