Skip to content

Commit 4f4139c

Browse files
authored
Add 16M to nightly bench vs SP1 and improve results description (#581)
* Add 16M cycles to nightly bench-vs-sp1 * Show program and device in Slack post
1 parent e2c4107 commit 4f4139c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/publish_bench_vs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ fi
8181

8282
curl -X POST "$WEBHOOK_URL" \
8383
-H 'Content-Type: application/json; charset=utf-8' \
84-
--data '{"blocks":[{"type":"header","text":{"type":"plain_text","text":"Lambda VM vs SP1 v6 - Nightly Benchmark"}},{"type":"divider"},{"type":"section","text":{"type":"mrkdwn","text":"'"$RESULTS_MRKDWN"'"}}'"$PROJ_SECTION"']}'
84+
--data '{"blocks":[{"type":"header","text":{"type":"plain_text","text":"Lambda VM vs SP1 v6 - Nightly Benchmark"}},{"type":"context","elements":[{"type":"mrkdwn","text":"*Program:* Fibonacci · *Device:* CPU"}]},{"type":"divider"},{"type":"section","text":{"type":"mrkdwn","text":"'"$RESULTS_MRKDWN"'"}}'"$PROJ_SECTION"']}'

.github/workflows/bench-vs-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run nightly benchmark
4444
run: |
4545
bash ./bench_vs/run.sh \
46-
--steps 1000000 2000000 4000000 8000000 \
46+
--steps 1000000 2000000 4000000 8000000 16000000 \
4747
--report-dir bench_vs_artifacts \
4848
--no-color
4949

0 commit comments

Comments
 (0)