From 2a86bec76d88caa1c1130a5e537e5755b31eff63 Mon Sep 17 00:00:00 2001 From: alankritdabral <95607957+alankritdabral@users.noreply.github.com> Date: Tue, 19 Mar 2024 07:39:41 +0530 Subject: [PATCH] Update benchmark.yml --- .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 87d19a1dcf..dec33eb235 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -93,7 +93,7 @@ jobs: --token eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJhcGlfa2V5IiwiZXhwIjoxNzIwMDYyMTI4LCJpYXQiOjE3MTAwNjIxMjgsImlzcyI6ImJlbmNoZXIuZGV2Iiwic3ViIjoiZGFicmFsYWxhbmtyaXRAZ21haWwuY29tIiwib3JnIjpudWxsfQ.0QUtYqWgPtyYV8d6SsK2m4hNoa88r6aSI6Ojupatd3s \ --adapter json \ jq 'select(.reason == "benchmark-complete") | {id, median, mean, slope}' scripts/main_benchmarks.json > benches/clear.json - --file benches/clear.json + 'cargo bench' >a.txt cat benches/main_benchmarks.md - name: Cache Criterion Benchmarks Json