From 71bac1528e2d031a9945038ac1493ba21a0979eb Mon Sep 17 00:00:00 2001 From: Klas Segeljakt Date: Wed, 28 Feb 2024 10:57:30 +0100 Subject: [PATCH] Initial commit --- experiments/nexmark/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/nexmark/run.py b/experiments/nexmark/run.py index b0a10e1..503f205 100644 --- a/experiments/nexmark/run.py +++ b/experiments/nexmark/run.py @@ -9,7 +9,7 @@ from matplotlib.ticker import FormatStrFormatter -num_events = 5_000_000 +num_events = 10_000_000 num_warmups = 5 num_iterations = 10