{
	"version": "1.0",
	"usecases": {
		"fibonacci_40_10": {
			"title": "Fibonacci 40 iterations, n=10",
			"description": "This benchmark measures the performance of Kestra 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.007, 1.108, 1.22, 1.316, 1.437, 1.575, 1.674, 1.793, 1.924, 2.046, 2.155, 2.304,
					2.45, 2.589, 2.702, 2.84, 2.978, 3.104, 3.259, 3.403, 3.548, 3.662, 3.79, 3.937, 4.102,
					4.244, 4.412, 4.589, 4.752, 4.915, 5.048, 5.137, 5.27, 5.381, 5.49, 5.608, 5.73, 5.843,
					5.965
				],
				"started_at": [
					0.931, 1.037, 1.142, 1.246, 1.376, 1.485, 1.617, 1.697, 1.853, 1.984, 2.064, 2.22, 2.353,
					2.51, 2.62, 2.754, 2.886, 3.017, 3.149, 3.307, 3.438, 3.596, 3.702, 3.835, 3.992, 4.152,
					4.31, 4.469, 4.654, 4.811, 4.942, 5.074, 5.18, 5.311, 5.418, 5.525, 5.658, 5.765, 5.9,
					6.006
				],
				"completed_at": [
					0.966, 1.073, 1.175, 1.286, 1.415, 1.523, 1.653, 1.735, 1.891, 2.018, 2.105, 2.258, 2.39,
					2.55, 2.664, 2.789, 2.922, 3.053, 3.184, 3.344, 3.473, 3.634, 3.737, 3.871, 4.033, 4.19,
					4.345, 4.505, 4.692, 4.844, 4.986, 5.11, 5.217, 5.349, 5.459, 5.566, 5.696, 5.804, 5.936,
					6.044
				]
			}],
			"js": [{
				"workers": 1,
				"created_at": [
					0.0, 1.082, 1.307, 1.504, 1.698, 1.875, 2.065, 2.26, 2.414, 2.607, 2.817, 3.006, 3.183,
					3.407, 3.601, 3.785, 3.98, 4.191, 4.421, 4.616, 4.813, 5.0, 5.259, 5.476, 5.693, 5.897,
					6.102, 6.286, 6.476, 6.67, 6.893, 7.105, 7.314, 7.546, 7.785, 8.027, 8.244, 8.44, 8.676,
					8.889
				],
				"started_at": [
					0.932, 1.139, 1.346, 1.553, 1.735, 1.917, 2.124, 2.281, 2.463, 2.671, 2.853, 3.035, 3.243,
					3.45, 3.632, 3.816, 4.024, 4.258, 4.468, 4.65, 4.86, 5.068, 5.305, 5.542, 5.751, 5.933,
					6.141, 6.324, 6.507, 6.715, 6.95, 7.163, 7.371, 7.608, 7.842, 8.077, 8.285, 8.493, 8.727,
					8.935
				],
				"completed_at": [
					1.042, 1.248, 1.458, 1.667, 1.846, 2.026, 2.237, 2.394, 2.58, 2.789, 2.968, 3.145, 3.358,
					3.563, 3.745, 3.928, 4.144, 4.371, 4.576, 4.765, 4.97, 5.219, 5.438, 5.658, 5.862, 6.047,
					6.253, 6.439, 6.63, 6.836, 7.061, 7.28, 7.496, 7.723, 7.96, 8.195, 8.401, 8.609, 8.843,
					9.05
				]
			}]
		},
		"fibonacci_10_33": {
			"title": "Fibonacci 10 iterations, n=33",
			"description": "This benchmark measures the performance of Kestra when handling a large number of lightweight tasks. The tasks are Fibonacci calculations with 10 iterations and a base value of 33.",
			"python": [{
				"workers": 1,
				"created_at": [0.0, 2.324, 3.826, 5.33, 6.826, 8.295, 9.803, 11.323, 12.844, 14.344],
				"started_at": [0.849, 2.373, 3.893, 5.383, 6.874, 8.358, 9.87, 11.379, 12.911, 14.39],
				"completed_at": [2.279, 3.764, 5.293, 6.775, 8.253, 9.759, 11.275, 12.822, 14.303, 15.786]
			}],
			"js": [{
				"workers": 1,
				"created_at": [0.0, 0.516, 0.805, 1.043, 1.301, 1.561, 1.848, 2.134, 2.401, 2.691],
				"started_at": [0.281, 0.565, 0.85, 1.083, 1.342, 1.627, 1.911, 2.197, 2.481, 2.741],
				"completed_at": [0.462, 0.742, 1.027, 1.258, 1.523, 1.804, 2.09, 2.375, 2.658, 2.919]
			}]
		}
	}
}
