From f1ad0ce73fffb6c72bb66725aa1191f27f670896 Mon Sep 17 00:00:00 2001 From: Satyaki Ghosh Date: Tue, 28 Oct 2025 15:48:59 -0400 Subject: [PATCH 1/2] test 1k --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 4d9a6a96..b5280cfd 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -37,7 +37,7 @@ jobs: npm run benchmark -- \ --templates tst/resources/templates/*.json tst/resources/templates/*.yaml \ --output benchmark-results.md \ - --iterations 10000 + --iterations 1000 - name: Generate timestamp id: timestamp From 33bb868ba31e5136230682823b3e3dbab5da43d4 Mon Sep 17 00:00:00 2001 From: Satyaki Ghosh Date: Tue, 28 Oct 2025 19:50:38 -0400 Subject: [PATCH 2/2] test --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index b5280cfd..a7f83942 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -37,7 +37,7 @@ jobs: npm run benchmark -- \ --templates tst/resources/templates/*.json tst/resources/templates/*.yaml \ --output benchmark-results.md \ - --iterations 1000 + --iterations 5000 - name: Generate timestamp id: timestamp