From ea21f56e45a00f7ed1d4d0ae4d7c7c216d4f030b Mon Sep 17 00:00:00 2001 From: Taritsyn Date: Thu, 12 Mar 2026 18:37:36 +0300 Subject: [PATCH] Make a `PreparedScriptBenchmark` class closer to the original --- Jint.Benchmark/PreparedScriptBenchmark.cs | 32 ++++++++++++++++------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/Jint.Benchmark/PreparedScriptBenchmark.cs b/Jint.Benchmark/PreparedScriptBenchmark.cs index f7bd91d8af..245ad931bc 100644 --- a/Jint.Benchmark/PreparedScriptBenchmark.cs +++ b/Jint.Benchmark/PreparedScriptBenchmark.cs @@ -12,7 +12,6 @@ namespace Jint.Benchmark; public class PreparedScriptBenchmark { private string _libraryCode = null!; - private Prepared