{
	"version": "2.14.4",
	"usecases": {
		"fibonacci_40_10": {
			"title": "Fibonacci 40 iterations, n=10",
			"description": "This benchmark measures the performance of Prefect when handling a large number of lightweight tasks. The tasks are Fibonacci calculations with 40 iterations and a base value of 10.",
			"python": [
				{
					"workers": 1,
					"created_at": [
						0.0, 1.294, 1.394, 1.496, 1.587, 1.676, 1.767, 1.858, 1.974, 2.068, 2.162, 2.26, 2.359,
						2.449, 2.548, 2.64, 2.742, 2.828, 2.916, 3.004, 3.095, 3.187, 3.276, 3.364, 3.462,
						3.557, 3.641, 3.726, 3.817, 3.9, 4.033, 4.123, 4.211, 4.293, 4.377, 4.47, 4.555, 4.638,
						4.726, 4.814
					],
					"started_at": [
						1.213, 1.321, 1.423, 1.522, 1.612, 1.7, 1.791, 1.882, 1.998, 2.093, 2.188, 2.292, 2.382,
						2.476, 2.573, 2.67, 2.765, 2.851, 2.94, 3.028, 3.119, 3.211, 3.299, 3.389, 3.489, 3.579,
						3.664, 3.751, 3.839, 3.921, 4.059, 4.151, 4.234, 4.315, 4.404, 4.492, 4.577, 4.661,
						4.749, 4.838
					],
					"completed_at": [
						1.257, 1.362, 1.463, 1.558, 1.647, 1.738, 1.828, 1.943, 2.037, 2.131, 2.228, 2.33, 2.42,
						2.517, 2.612, 2.713, 2.8, 2.886, 2.975, 3.066, 3.156, 3.247, 3.335, 3.427, 3.528, 3.613,
						3.699, 3.788, 3.873, 4.004, 4.094, 4.185, 4.267, 4.349, 4.442, 4.526, 4.611, 4.696,
						4.784, 4.872
					]
				}
			]
		},
		"fibonacci_10_33": {
			"title": "Fibonacci 10 iterations, n=33",
			"description": "This benchmark measures the performance of Prefect when handling a small number of heavyweight tasks. The tasks are Fibonacci calculations with 10 iterations and a base value of 33.",
			"python": [
				{
					"workers": 1,
					"created_at": [0.0, 2.673, 4.095, 5.508, 6.951, 8.373, 9.849, 11.287, 12.71, 14.102],
					"started_at": [1.27, 2.703, 4.121, 5.534, 6.979, 8.401, 9.874, 11.313, 12.737, 14.129],
					"completed_at": [2.629, 4.059, 5.475, 6.916, 8.337, 9.816, 11.253, 12.675, 14.07, 15.489]
				}
			]
		}
	}
}
